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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr25376.c
blob
3008b091dc2835413febd720bcc54fbd62044934
1
/* PR25376. Verify that a named section is honored. */
2
/* { dg-require-named-sections "" } */
3
4
void
simple
(
void
)
__attribute__
((
section
(
"my_named_section"
)));
5
void
simple
(
void
)
6
{
7
}
8
9
/* { dg-final { scan-assembler "my_named_section" } } */