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: Skip analyzer tests on AIX.
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
attr-used-3.c
blob
5a6ea991dc4b95c6a8f4b042797e39a64692995d
1
/* { dg-do compile } */
2
/* { dg-options "-Wall -O2 -fcommon" } */
3
4
static int
xyzzy
__attribute__
((
__used__
));
5
6
/* { dg-final { scan-assembler "xyzzy" } } */
7
/* { dg-final { scan-assembler-not ",\"awR\"" { target R_flag_in_section } } } */