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
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wattributes-2.c
blob
6918704202d6fb7e7bf744b246ae9a51c21f8b8f
1
/* { dg-do compile } */
2
/* { dg-options -Wno-attributes } */
3
4
void
__attribute__
((
dj
))
foo
() { }
/* { dg-bogus "attribute directive ignored" } */
5
6
int
j
__attribute__
((
unrecognized
));
/* { dg-bogus "attribute directive ignored" } */