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
* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
complex-2.h
blob
752d7f26d6108c05475392e433f98aa0df200773
1
/* Allow complex types in system headers even with -std=iso9899:1990
2
-pedantic-errors. Header file. */
3
4
#pragma GCC system_header
5
6
_Complex
double
x
;