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
Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wattributes-1.c
blob
29e07e412759f9af7b5eb49123fd1f73129485ac
1
/* { dg-do compile } */
2
/* { dg-options -Wattributes } */
3
4
void
__attribute__
((
dj
))
foo
() { }
/* { dg-warning "attribute directive ignored" } */
5
6
int
j
__attribute__
((
unrecognized
));
/* { dg-warning "attribute directive ignored" } */