public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/58344] ICE with segfault at -O1 and above on x86_64-linux-gnu
       [not found] <bug-58344-4@http.gcc.gnu.org/bugzilla/>
@ 2013-09-09  8:37 ` rguenth at gcc dot gnu.org
  2013-12-19 13:20 ` [Bug middle-end/58344] [4.9 Regression] " jakub at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-09-09  8:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-09-09
         Depends on|                            |58346
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed, related to 58346


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

* [Bug middle-end/58344] [4.9 Regression] ICE with segfault at -O1 and above on x86_64-linux-gnu
       [not found] <bug-58344-4@http.gcc.gnu.org/bugzilla/>
  2013-09-09  8:37 ` [Bug middle-end/58344] ICE with segfault at -O1 and above on x86_64-linux-gnu rguenth at gcc dot gnu.org
@ 2013-12-19 13:20 ` jakub at gcc dot gnu.org
  2013-12-19 15:32 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-12-19 13:20 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org
   Target Milestone|---                         |4.9.0
            Summary|ICE with segfault at -O1    |[4.9 Regression] ICE with
                   |and above on                |segfault at -O1 and above
                   |x86_64-linux-gnu            |on x86_64-linux-gnu

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r200211.


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

* [Bug middle-end/58344] [4.9 Regression] ICE with segfault at -O1 and above on x86_64-linux-gnu
       [not found] <bug-58344-4@http.gcc.gnu.org/bugzilla/>
  2013-09-09  8:37 ` [Bug middle-end/58344] ICE with segfault at -O1 and above on x86_64-linux-gnu rguenth at gcc dot gnu.org
  2013-12-19 13:20 ` [Bug middle-end/58344] [4.9 Regression] " jakub at gcc dot gnu.org
@ 2013-12-19 15:32 ` rguenth at gcc dot gnu.org
  2014-01-16 14:19 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-12-19 15:32 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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

* [Bug middle-end/58344] [4.9 Regression] ICE with segfault at -O1 and above on x86_64-linux-gnu
       [not found] <bug-58344-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2013-12-19 15:32 ` rguenth at gcc dot gnu.org
@ 2014-01-16 14:19 ` jakub at gcc dot gnu.org
  2014-01-16 19:54 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-01-16 14:19 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 31854
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31854&action=edit
gcc49-pr58344.patch

Untested fix.


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

* [Bug middle-end/58344] [4.9 Regression] ICE with segfault at -O1 and above on x86_64-linux-gnu
       [not found] <bug-58344-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-01-16 14:19 ` jakub at gcc dot gnu.org
@ 2014-01-16 19:54 ` jakub at gcc dot gnu.org
  2014-01-16 21:13 ` law at redhat dot com
  2014-01-17 17:06 ` law at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-01-16 19:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Jan 16 19:54:23 2014
New Revision: 206685

URL: http://gcc.gnu.org/viewcvs?rev=206685&root=gcc&view=rev
Log:
    PR middle-end/58344
    * expr.c (expand_expr_real_1): Handle init == NULL_TREE.

    * gcc.c-torture/compile/pr58344.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr58344.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expr.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug middle-end/58344] [4.9 Regression] ICE with segfault at -O1 and above on x86_64-linux-gnu
       [not found] <bug-58344-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2014-01-16 19:54 ` jakub at gcc dot gnu.org
@ 2014-01-16 21:13 ` law at redhat dot com
  2014-01-17 17:06 ` law at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: law at redhat dot com @ 2014-01-16 21:13 UTC (permalink / raw)
  To: gcc-bugs

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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |law at redhat dot com
         Resolution|---                         |FIXED

--- Comment #5 from Jeffrey A. Law <law at redhat dot com> ---
FIxed by jakub's commit.


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

* [Bug middle-end/58344] [4.9 Regression] ICE with segfault at -O1 and above on x86_64-linux-gnu
       [not found] <bug-58344-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2014-01-16 21:13 ` law at redhat dot com
@ 2014-01-17 17:06 ` law at redhat dot com
  6 siblings, 0 replies; 7+ messages in thread
From: law at redhat dot com @ 2014-01-17 17:06 UTC (permalink / raw)
  To: gcc-bugs

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

Bug 58344 depends on bug 58346, which changed state.

Bug 58346 Summary: ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affecting trunk, 4.8, 4.7, and 4.6)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58346

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED


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

end of thread, other threads:[~2014-01-17 17:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-58344-4@http.gcc.gnu.org/bugzilla/>
2013-09-09  8:37 ` [Bug middle-end/58344] ICE with segfault at -O1 and above on x86_64-linux-gnu rguenth at gcc dot gnu.org
2013-12-19 13:20 ` [Bug middle-end/58344] [4.9 Regression] " jakub at gcc dot gnu.org
2013-12-19 15:32 ` rguenth at gcc dot gnu.org
2014-01-16 14:19 ` jakub at gcc dot gnu.org
2014-01-16 19:54 ` jakub at gcc dot gnu.org
2014-01-16 21:13 ` law at redhat dot com
2014-01-17 17:06 ` law at redhat dot com

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).