repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
fltconst-pedantic-dfp.c
blob
d0d1c4c52fc9ef1d2e3eabf370c5b3308788f84a
1
/* { dg-do compile } */
2
/* { dg-options "-pedantic" } */
3
4
double
a
=
1
.
dl
;
/* { dg-warning "decimal float" } */
5
double
b
=
1
.
df
;
/* { dg-warning "decimal float" } */
6
double
c
=
1
.
dd
;
/* { dg-warning "decimal float" } */