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
Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git]
/
gcc-4_9
/
gcc
/
testsuite
/
gfortran.dg
/
pr16433.f
blob
cb3dcec5e27c17b614ff6c808d5dfd9affbe648f
1
! {
dg
-
do
compile
}
2
real
x
3
double precision
dx
4
data x
/
x
'2ffde'
/ ! {
dg
-
warning
"Hexadecimal constant | used to initialize non-integer"
}
5
dx
=
x
! {
dg
-
bogus
"exadecimal constant"
"Hex constant where there is none"
}
6
end