repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
const3.C
blob
375c548a3b362404177729662de100fed9196a5d
1
/* { dg-do compile } */
2
typedef float FloatVect __attribute__((__vector_size__(16)));
3
const FloatVect Foo = { 250000000.0, 0.0, 0.0, 0.0 };