[Bug target/31490] Compile error section type conflict
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Apr 6 00:57:00 GMT 2007
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-04-06 01:57 -------
Reduced testcase:
int cpu_ (void *attr) {}
const unsigned long _1 __attribute__((section("__"))) = (unsigned long)&cpu_ ;
const unsigned long _group __attribute__((section("__"))) = 0;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31490
More information about the Gcc-bugs
mailing list