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
This commit was manufactured by cvs2svn to create branch
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
charset
/
attribute1.c
blob
993c7934c80600b0eb19fecdc95a022a00b26bf6
1
/* Test for attribute non-translation. */
2
/* { dg-do compile }
3
{ dg-require-iconv "IBM-1047" }
4
{ dg-final { scan-assembler "foo" } } */
5
int
walrus
__attribute__
((
section
(
".foo"
)));
6
7
int
main
(
void
)
8
{
9
return
0
;
10
}