public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/51801] [4.7 Regression] ICE in inline_small_functions
  2012-01-09 18:43 [Bug tree-optimization/51801] New: [4.7 Regression] ICE in inline_small_functions jakub at gcc dot gnu.org
@ 2012-01-09 18:41 ` jakub at gcc dot gnu.org
  2012-01-10 10:05 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-01-09 18:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug tree-optimization/51801] New: [4.7 Regression] ICE in inline_small_functions
@ 2012-01-09 18:43 jakub at gcc dot gnu.org
  2012-01-09 18:41 ` [Bug tree-optimization/51801] " jakub at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-01-09 18:43 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51801
           Summary: [4.7 Regression] ICE in inline_small_functions
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jakub@gcc.gnu.org
            Target: x86_64-linux


Created attachment 26283
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26283
menu.i

The following testcase ICEs at -O3 with:
menu.i:60:1: internal compiler error: in inline_small_functions, at
ipa-inline.c:1410


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

* [Bug tree-optimization/51801] [4.7 Regression] ICE in inline_small_functions
  2012-01-09 18:43 [Bug tree-optimization/51801] New: [4.7 Regression] ICE in inline_small_functions jakub at gcc dot gnu.org
  2012-01-09 18:41 ` [Bug tree-optimization/51801] " jakub at gcc dot gnu.org
@ 2012-01-10 10:05 ` rguenth at gcc dot gnu.org
  2012-01-10 12:22 ` rguenth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-10 10:05 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
                 CC|                            |hubicka at gcc dot gnu.org


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

* [Bug tree-optimization/51801] [4.7 Regression] ICE in inline_small_functions
  2012-01-09 18:43 [Bug tree-optimization/51801] New: [4.7 Regression] ICE in inline_small_functions jakub at gcc dot gnu.org
  2012-01-09 18:41 ` [Bug tree-optimization/51801] " jakub at gcc dot gnu.org
  2012-01-10 10:05 ` rguenth at gcc dot gnu.org
@ 2012-01-10 12:22 ` rguenth at gcc dot gnu.org
  2012-01-10 13:19 ` markus at trippelsdorf dot de
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-10 12:22 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-01-10
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-10 12:21:53 UTC ---
Hmm, works for me.


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

* [Bug tree-optimization/51801] [4.7 Regression] ICE in inline_small_functions
  2012-01-09 18:43 [Bug tree-optimization/51801] New: [4.7 Regression] ICE in inline_small_functions jakub at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-01-10 12:22 ` rguenth at gcc dot gnu.org
@ 2012-01-10 13:19 ` markus at trippelsdorf dot de
  2012-01-10 13:39 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: markus at trippelsdorf dot de @ 2012-01-10 13:19 UTC (permalink / raw)
  To: gcc-bugs

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

Markus Trippelsdorf <markus at trippelsdorf dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markus at trippelsdorf dot
                   |                            |de

--- Comment #2 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-01-10 13:18:44 UTC ---
It accidentally got fixed by rev.182984:

commit 5dcaa6727678300dc8c97480b41a1a8717fd6dbe
Author: hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Sun Jan 8 00:16:18 2012 +0000

        PR tree-optimization/51600
        * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Disable code
        that benefits small functions.


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

* [Bug tree-optimization/51801] [4.7 Regression] ICE in inline_small_functions
  2012-01-09 18:43 [Bug tree-optimization/51801] New: [4.7 Regression] ICE in inline_small_functions jakub at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-01-10 13:19 ` markus at trippelsdorf dot de
@ 2012-01-10 13:39 ` rguenth at gcc dot gnu.org
  2012-01-10 13:39 ` rguenth at gcc dot gnu.org
  2012-01-11  7:30 ` jakub at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-10 13:39 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-10 13:38:54 UTC ---
Fixed then.


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

* [Bug tree-optimization/51801] [4.7 Regression] ICE in inline_small_functions
  2012-01-09 18:43 [Bug tree-optimization/51801] New: [4.7 Regression] ICE in inline_small_functions jakub at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2012-01-10 13:39 ` rguenth at gcc dot gnu.org
@ 2012-01-10 13:39 ` rguenth at gcc dot gnu.org
  2012-01-11  7:30 ` jakub at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-10 13:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-10 13:38:46 UTC ---
Author: rguenth
Date: Tue Jan 10 13:38:41 2012
New Revision: 183064

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183064
Log:
2012-01-10  Richard Guenther  <rguenther@suse.de>

    PR tree-optimization/51801
    * gcc.dg/torture/pr51801.c: New testcase.

Added:
    trunk/gcc/testsuite/gcc.dg/torture/pr51801.c
Modified:
    trunk/gcc/testsuite/ChangeLog


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

* [Bug tree-optimization/51801] [4.7 Regression] ICE in inline_small_functions
  2012-01-09 18:43 [Bug tree-optimization/51801] New: [4.7 Regression] ICE in inline_small_functions jakub at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2012-01-10 13:39 ` rguenth at gcc dot gnu.org
@ 2012-01-11  7:30 ` jakub at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-01-11  7:30 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dougmencken at gmail dot
                   |                            |com

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-11 07:30:07 UTC ---
*** Bug 51787 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2012-01-11  7:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-09 18:43 [Bug tree-optimization/51801] New: [4.7 Regression] ICE in inline_small_functions jakub at gcc dot gnu.org
2012-01-09 18:41 ` [Bug tree-optimization/51801] " jakub at gcc dot gnu.org
2012-01-10 10:05 ` rguenth at gcc dot gnu.org
2012-01-10 12:22 ` rguenth at gcc dot gnu.org
2012-01-10 13:19 ` markus at trippelsdorf dot de
2012-01-10 13:39 ` rguenth at gcc dot gnu.org
2012-01-10 13:39 ` rguenth at gcc dot gnu.org
2012-01-11  7:30 ` jakub 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).