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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [c-c++-common/] [dfp/] [pr33466.c] - Blame information for rev 298

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 295 jeremybenn
/* { dg-do compile } */
2
 
3
/* The suffix for a decimal float constant must use a single case.
4
 
5
   These are invalid for all targets, not just those that support
6
    decimal float.  */
7
 
8
long double dF = 4.5dF;         /* { dg-error "invalid suffix" } */
9
long double Df = 4.5Df;         /* { dg-error "invalid suffix" } */
10
long double dD = 4.5dD;         /* { dg-error "invalid suffix" } */
11
long double Dd = 4.5Dd;         /* { dg-error "invalid suffix" } */
12
long double dL = 4.5dL;         /* { dg-error "invalid suffix" } */
13
long double Dl = 4.5Dl;         /* { dg-error "invalid suffix" } */

powered by: WebSVN 2.1.0

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