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
/
cpp0x
/
warn_cxx0x4.C
blob
c3f0cf552125e1a232c2ac59c777b2b98e3c63e7
1
// { dg-options "-Wall" }
2
3
#define FOO "foo"
4
const char *p = "bar"FOO; // { dg-warning "macro" }