From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42868 invoked by alias); 21 Sep 2015 15:24:33 -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 42814 invoked by uid 55); 21 Sep 2015 15:24:25 -0000 From: "uros at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/67619] ICE at -O1 and above on x86_64-linux-gnu in int_mode_for_mode, at stor-layout.c:425 Date: Mon, 21 Sep 2015 15:24: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: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: uros at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ubizjak at gmail dot com X-Bugzilla-Target-Milestone: 4.9.4 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-09/txt/msg01726.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67619 --- Comment #4 from uros at gcc dot gnu.org --- Author: uros Date: Mon Sep 21 15:23:52 2015 New Revision: 227976 URL: https://gcc.gnu.org/viewcvs?rev=227976&root=gcc&view=rev Log: PR middle-end/67619 * except.c (expand_builtin_eh_return): Use copy_addr_to_reg to copy the address to a register. testsuite/ChangeLog: PR middle-end/67619 * gcc.dg/torture/pr67619.c: New test. * lib/target-supports.exp (check_effective_target_builtin_eh_return): New procedure. Added: branches/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr67619.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/except.c branches/gcc-5-branch/gcc/testsuite/ChangeLog branches/gcc-5-branch/gcc/testsuite/lib/target-supports.exp