OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [float-range-1.c] - Blame information for rev 404

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

Line No. Rev Author Line
1 298 jeremybenn
/* Floating constants outside the range of their type should receive a
2
   just a warning if the target supports infinities. Otherwise, a
3
   pedwarn should be produced.  */
4
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
5
/* { dg-do compile } */
6
/* { dg-options "-ansi -pedantic-errors -Woverflow" } */
7
/* { dg-skip-if "No Inf support" { spu-*-* } } */
8
 
9
void
10
f (void)
11
{
12
  float a = 1e+100000000f; /* { dg-warning "floating constant exceeds range of 'float'" "" } */
13
  double b = 1e+100000000; /* { dg-warning "floating constant exceeds range of 'double'" } */
14
  long double c = 1e+100000000l; /* { dg-warning "floating constant exceeds range of 'long double'" } */
15
}

powered by: WebSVN 2.1.0

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