comparison gcc/testsuite/gcc.dg/pr31490-2.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* PR middle-end/31490 */
2 /* { dg-do compile } */
3 /* { dg-options "-fpic" { target fpic } } */
4 /* { dg-require-named-sections "" } */
5
6 const char *const x __attribute__((section("foo"))) = "";
7 const char *const g __attribute__((section("foo"))) = (const char *) 0;