OSDN Git Service

* builtins.c (fold_builtin_cproj): Fold more cases.
[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" } } */