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
* config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
charset
/
attribute2.c
blob
a67b7ac8775c7fdf3f4c95c8c907b0444aff384e
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-warning "walrus" "ignored" } */
8
char
x
[] =
"foobar"
;