From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16203 invoked by alias); 15 Jan 2015 16:28:06 -0000 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 Received: (qmail 15586 invoked by uid 48); 15 Jan 2015 16:28:01 -0000 From: "belagod at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/64231] [5 Regression] SIGSEGV building glibc on aarch64-linux-gnu from r217852 Date: Thu, 15 Jan 2015 16:28:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: build, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: belagod at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-01/txt/msg01366.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D64231 --- Comment #14 from Tejas Belagod --- Also, I'm unable to build x-gcc with glibc at 1400983e04d7b4b5a92db79ab27b0d0ec7d8bdef due to an error:=20 bin-trunk-linux/obj/glibc/intl/hash-string.os plural.c:182:5: error: conflicting types for =E2=80=98__gettextparse=E2=80= =99 int __gettextparse (void); ^ In file included from plural.y:35:0: plural-exp.h:97:23: note: previous declaration of =E2=80=98__gettextparse= =E2=80=99 was here # define PLURAL_PARSE __gettextparse so, I tried with an earlier version(c5684fdb2badfda3bd6e973e5f933272e39e959= 0), but still no luck. >>From gcc-bugs-return-473373-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jan 15 16:32:29 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 20856 invoked by alias); 15 Jan 2015 16:32:29 -0000 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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 20827 invoked by uid 48); 15 Jan 2015 16:32:24 -0000 From: "dgilbert at redhat dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/64614] bogus used initialized warning (in gcc 4.9.2 not in 4.8.3); switch statement versus & Date: Thu, 15 Jan 2015 16:32:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dgilbert at redhat dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-01/txt/msg01367.txt.bz2 Content-length: 486 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64614 --- Comment #2 from Dr. David Alan Gilbert --- (In reply to Marek Polacek from comment #1) > We have tons of these -W*uninitialized bugs, so there's likely a dup. Yep, it's possible - I couldn't find an obvious match; but two things to note that might make this case easier to track down: a) It seems a regression from 4.8.3 to 4.9.2 b) To me it seems specific to the if/switch combination Dave