repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
charset
/
attribute2.c
blob
ef1f35f3ed109ece012dac9c0c5b5559cb08097e
1
/* Test to make sure that invalid attributes aren't translated.
2
If error recovery is ever testable then "foobar" should be
3
translated. */
4
/* { dg-do compile }
5
{ dg-require-iconv "IBM1047" }
6
*/
7
int
foo
__attribute__
((
walrus
));
/* { dg-error "walrus" "ignored" } */
8
char
x
[] =
"foobar"
;