OSDN Git Service

2012-01-03 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr25376.c
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" } } */