From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5923 invoked by alias); 2 Oct 2012 20:26:51 -0000 Received: (qmail 5480 invoked by uid 48); 2 Oct 2012 20:26:37 -0000 From: "Bernhard.Rosenkranzer at linaro dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/53475] [4.8 Regression] Section type conflict errors in libstdc++ testsuite Date: Tue, 02 Oct 2012 20:26:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Bernhard.Rosenkranzer at linaro dot org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: hubicka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: Attachment #28332 is obsolete Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-10/txt/msg00155.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D53475 Bernhard Rosenkr=C3=A4nzer change= d: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28332|0 |1 is obsolete| | --- Comment #11 from Bernhard Rosenkr=C3=A4nzer 2012-10-02 20:26:32 UTC --- Created attachment 28334 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D28334 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=20 bug53475.c:5:23: error: b causes a section type conflict with b static const struct a b[] =3D { ^