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
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wattributes-3.c
blob
59d14c7b926b3493fd4b58a1690326272e5ab882
1
/* { dg-do compile } */
2
3
void
__attribute__
((
dj
))
foo
() { }
/* { dg-warning "attribute directive ignored" } */
4
5
int
j
__attribute__
((
unrecognized
));
/* { dg-warning "attribute directive ignored" } */