PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr31490-3.c
blobe7ccc677de14a1bd28c34d5201d1dedecb3709be
1 /* PR middle-end/31490 */
2 /* { dg-do compile } */
3 /* { dg-options "-fpic" { target fpic } } */
4 /* { dg-require-named-sections "" } */
6 const char *const x __attribute__((section("foo"))) = (const char *) 0;
7 const char *const g __attribute__((section("foo"))) = "bar";