Mercurial > hg > CbC > CbC_gcc
annotate gcc/testsuite/gcc.dg/cpp/c99-hexfloat-3.c @ 132:d34655255c78
update gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 10:21:07 +0900 |
parents | 04ced10e8804 |
children |
rev | line source |
---|---|
111 | 1 /* Test for hex floating point constants: in C99 only. Compiler test. */ |
2 /* Origin: Michael Matz <matz@suse.de> */ | |
3 /* { dg-do compile } */ | |
4 /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ | |
5 | |
6 double d = 0x.2p2; /* { dg-bogus "radix 16" "bogus C99 hex float error" } */ |