[Bug regression/46667] Target arm-unknown-eabi build results in "causes a section type conflict" error in libstdc++
zsojka at seznam dot cz
gcc-bugzilla@gcc.gnu.org
Fri Nov 26 01:29:00 GMT 2010
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46667
Zdenek Sojka <zsojka at seznam dot cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zsojka at seznam dot cz
--- Comment #1 from Zdenek Sojka <zsojka at seznam dot cz> 2010-11-26 00:52:20 UTC ---
This probably isn't specific to arm, I am getting the same error at
x86_64-linux with -freorder-blocks-and-partition -g:
----- testcase.c -----
void foo() {}
----------------------
$ gcc -freorder-blocks-and-partition -g testcase.c
testcase.c: In function 'foo':
testcase.c:1:6: error: foo causes a section type conflict
testcase.c:1:6: error: foo causes a section type conflict
testcase.c:1:6: error: foo causes a section type conflict
More information about the Gcc-bugs
mailing list