public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/60787] New: [4.7 Regression] ICE in expand_builtin_eh_common, at except.c:1953
@ 2014-04-08 13:24 rguenth at gcc dot gnu.org
  2014-05-13  7:56 ` [Bug middle-end/60787] " rguenth at gcc dot gnu.org
  2014-06-12 13:39 ` rguenth at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-04-08 13:24 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60787
           Summary: [4.7 Regression] ICE in expand_builtin_eh_common, at
                    except.c:1953
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Keywords: EH, ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org

Created attachment 32566
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32566&action=edit
autoreduced testcase

> g++ -S -O bug-872323_bug.3.3.3.3.cpp
bug-872323_bug.3.3.3.3.cpp: In member function ‘void
JobMultiWaiter::add(JobHandle&)’:
bug-872323_bug.3.3.3.3.cpp:229:6: internal compiler error: in
expand_builtin_eh_common, at except.c:1953
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.opensuse.org/> for instructions.
>From gcc-bugs-return-448535-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Apr 08 13:48:54 2014
Return-Path: <gcc-bugs-return-448535-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 8354 invoked by alias); 8 Apr 2014 13:48:53 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 8322 invoked by uid 48); 8 Apr 2014 13:48:50 -0000
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/60787] [4.7 Regression] ICE in expand_builtin_eh_common, at except.c:1953
Date: Tue, 08 Apr 2014 13:48: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.7.3
X-Bugzilla-Keywords: EH, ice-on-valid-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: rguenth at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.7.4
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-60787-4-lxvV5y5R1v@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60787-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60787-4@http.gcc.gnu.org/bugzilla/>
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-04/txt/msg00555.txt.bz2
Content-length: 179

http://gcc.gnu.org/bugzilla/show_bug.cgi?id`787

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Maybe latent on 4.8/4.9, different inlining happens there.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug middle-end/60787] [4.7 Regression] ICE in expand_builtin_eh_common, at except.c:1953
  2014-04-08 13:24 [Bug middle-end/60787] New: [4.7 Regression] ICE in expand_builtin_eh_common, at except.c:1953 rguenth at gcc dot gnu.org
@ 2014-05-13  7:56 ` rguenth at gcc dot gnu.org
  2014-06-12 13:39 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-05-13  7:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60787

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
r172430 exposed it, r190284 made it latent again.  The testcase also fails with
early inlining disabled.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug middle-end/60787] [4.7 Regression] ICE in expand_builtin_eh_common, at except.c:1953
  2014-04-08 13:24 [Bug middle-end/60787] New: [4.7 Regression] ICE in expand_builtin_eh_common, at except.c:1953 rguenth at gcc dot gnu.org
  2014-05-13  7:56 ` [Bug middle-end/60787] " rguenth at gcc dot gnu.org
@ 2014-06-12 13:39 ` rguenth at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-06-12 13:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60787

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|4.7.4                       |4.8.0
      Known to fail|                            |4.7.4

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed for 4.8.0.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-12 13:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-08 13:24 [Bug middle-end/60787] New: [4.7 Regression] ICE in expand_builtin_eh_common, at except.c:1953 rguenth at gcc dot gnu.org
2014-05-13  7:56 ` [Bug middle-end/60787] " rguenth at gcc dot gnu.org
2014-06-12 13:39 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).