This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/53475] [4.8 Regression] Section type conflict errors in libstdc++ testsuite


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53475

Bernhard RosenkrÃnzer <Bernhard.Rosenkranzer at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28332|0                           |1
        is obsolete|                            |

--- Comment #11 from Bernhard RosenkrÃnzer <Bernhard.Rosenkranzer at linaro dot org> 2012-10-02 20:26:32 UTC ---
Created attachment 28334
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28334
Reduced test case

Attaching reduced test case

$ /opt/android-toolchain-trunk/bin/arm-linux-androideabi-gcc -O3
-fdata-sections -g -c -o test.o bug53475.c 
bug53475.c:5:23: error: b causes a section type conflict with b
 static const struct a b[] = {
                       ^


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]