From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27056 invoked by alias); 19 Feb 2014 16:55:43 -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 26990 invoked by uid 48); 19 Feb 2014 16:55:40 -0000 From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/59794] [4.7/4.8 Regression] i386 backend fails to detect MMX/SSE/AVX ABI changes Date: Wed, 19 Feb 2014 16:55: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: 4.7.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution target_milestone 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: 2014-02/txt/msg01993.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D59794 Uro=C5=A1 Bizjak changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Target Milestone|4.7.4 |4.8.3 --- Comment #19 from Uro=C5=A1 Bizjak --- This is now implemented for 4.8.3 and 4.9, including -Wpsabi option. No plan to backport these patches to 4.7.x. FIXED for 4.8.3+. >>From gcc-bugs-return-444238-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Feb 19 17:07:28 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 8082 invoked by alias); 19 Feb 2014 17:07:27 -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 7991 invoked by uid 48); 19 Feb 2014 17:07:23 -0000 From: "corsepiu at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/50925] [4.7/4.8/4.9 Regression][avr] ICE at spill_failure, at reload1.c:2118 Date: Wed, 19 Feb 2014 17:07:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 4.7.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: corsepiu at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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: 2014-02/txt/msg01995.txt.bz2 Content-length: 645 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50925 Ralf Corsepius changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |corsepiu at gcc dot gnu.org --- Comment #29 from Ralf Corsepius --- (In reply to Jorn Wolfgang Rennecke from comment #28) > I can't reproduce this with the current trunk. Confirmed. gcc-4.9 doesn't show this bug for --target=avr-rtems4.11, anymore. > Can was mark this > as "known to work" for 4.9 ? I am inclined to agree.