]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr31490-2.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr31490-2.c
CommitLineData
7fece979
JJ
1/* PR middle-end/31490 */
2/* { dg-do compile } */
3/* { dg-options "-fpic" { target fpic } } */
4/* { dg-require-named-sections "" } */
5
6const char *const x __attribute__((section("foo"))) = "";
7const char *const g __attribute__((section("foo"))) = (const char *) 0;