This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53475] [4.8 Regression] Section type conflict errors in libstdc++ testsuite
- From: "Bernhard.Rosenkranzer at linaro dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 02 Oct 2012 20:00:07 +0000
- Subject: [Bug c++/53475] [4.8 Regression] Section type conflict errors in libstdc++ testsuite
- Auto-submitted: auto-generated
- References: <bug-53475-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53475
--- Comment #10 from Bernhard RosenkrÃnzer <Bernhard.Rosenkranzer at linaro dot org> 2012-10-02 20:00:07 UTC ---
Created attachment 28332
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28332
Shorter, plain C, test case extracted from iptables, not yet reduced
Adding shorter, plain C, test case
$ /opt/android-toolchain-trunk/bin/arm-linux-androideabi-gcc -O3
-fdata-sections -g -c -o test.o
libxt_CT.iout/target/product/maguro/obj/STATIC_LIBRARIES/libext_intermediates/libxt_CT.c:58:31:
error: exp_event_tbl causes a section type conflict with exp_event_tbl
static const struct event_tbl exp_event_tbl[] = {
^