OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [dfp/] [constants-pedantic.c] - Diff between revs 298 and 338

Only display areas with differences | Details | Blame | View Log

Rev 298 Rev 338
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-pedantic" } */
/* { dg-options "-pedantic" } */
 
 
/* N1150 6: Constants.
/* N1150 6: Constants.
   C99 6.4.4.2: Floating constants.  */
   C99 6.4.4.2: Floating constants.  */
 
 
#include "dfp-dbg.h"
#include "dfp-dbg.h"
 
 
_Decimal32 a = 1.1df;           /* { dg-warning "GCC extension|ISO C" } */
_Decimal32 a = 1.1df;           /* { dg-warning "GCC extension|ISO C" } */
_Decimal32 b = -.003DF;         /* { dg-warning "GCC extension|ISO C" } */
_Decimal32 b = -.003DF;         /* { dg-warning "GCC extension|ISO C" } */
_Decimal64 c = 11e-1dl;         /* { dg-warning "GCC extension|ISO C" } */
_Decimal64 c = 11e-1dl;         /* { dg-warning "GCC extension|ISO C" } */
_Decimal64 d = -.3DL;           /* { dg-warning "GCC extension|ISO C" } */
_Decimal64 d = -.3DL;           /* { dg-warning "GCC extension|ISO C" } */
_Decimal128 e = 000.3e0dl;      /* { dg-warning "GCC extension|ISO C" } */
_Decimal128 e = 000.3e0dl;      /* { dg-warning "GCC extension|ISO C" } */
_Decimal128 f = 3000300030003e0DL;  /* { dg-warning "GCC extension|ISO C" } */
_Decimal128 f = 3000300030003e0DL;  /* { dg-warning "GCC extension|ISO C" } */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.