public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/50872] New: internal compiler error: in inline_small_functions, at ipa-inline.c:1413
@ 2011-10-26  3:32 cas43 at cs dot stanford.edu
  2011-10-26  9:33 ` [Bug tree-optimization/50872] [4.7 Regression] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cas43 at cs dot stanford.edu @ 2011-10-26  3:32 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50872
           Summary: internal compiler error: in inline_small_functions, at
                    ipa-inline.c:1413
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: cas43@cs.stanford.edu


Created attachment 25615
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25615
Program that causes g++ to ICE.

Command: /home/cas43/new-gcc/inst/bin/g++ prog.cpp -c -O3

Compiler output:

prog.cpp:108:24: internal compiler error: in inline_small_functions, at
ipa-inline.c:1413
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Looks like it could be the same as Bug ID 50823, based on the flags and
location of the fault.

Compiler version:

Using built-in specs.
COLLECT_GCC=/home/cas43/new-gcc/inst/bin/g++
COLLECT_LTO_WRAPPER=/home/cas43/new-gcc/inst/libexec/gcc/x86_64-unknown-linux-gnu/4.7.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../current-gcc/configure --prefix=/home/cas43/new-gcc/inst
Thread model: posix
gcc version 4.7.0 20111024 (experimental) (GCC)


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

* [Bug tree-optimization/50872] [4.7 Regression] internal compiler error: in inline_small_functions, at ipa-inline.c:1413
  2011-10-26  3:32 [Bug c++/50872] New: internal compiler error: in inline_small_functions, at ipa-inline.c:1413 cas43 at cs dot stanford.edu
@ 2011-10-26  9:33 ` rguenth at gcc dot gnu.org
  2011-10-26  9:46 ` markus at trippelsdorf dot de
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-10-26  9:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org
          Component|c++                         |tree-optimization
   Target Milestone|---                         |4.7.0
            Summary|internal compiler error: in |[4.7 Regression] internal
                   |inline_small_functions, at  |compiler error: in
                   |ipa-inline.c:1413           |inline_small_functions, at
                   |                            |ipa-inline.c:1413


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

* [Bug tree-optimization/50872] [4.7 Regression] internal compiler error: in inline_small_functions, at ipa-inline.c:1413
  2011-10-26  3:32 [Bug c++/50872] New: internal compiler error: in inline_small_functions, at ipa-inline.c:1413 cas43 at cs dot stanford.edu
  2011-10-26  9:33 ` [Bug tree-optimization/50872] [4.7 Regression] " rguenth at gcc dot gnu.org
@ 2011-10-26  9:46 ` markus at trippelsdorf dot de
  2011-10-27 11:53 ` rguenth at gcc dot gnu.org
  2011-10-27 11:53 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: markus at trippelsdorf dot de @ 2011-10-26  9:46 UTC (permalink / raw)
  To: gcc-bugs

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

Markus Trippelsdorf <markus at trippelsdorf dot de> changed:

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

--- Comment #1 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2011-10-26 09:45:09 UTC ---
Most likely also a dup of Bug 50823


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

* [Bug tree-optimization/50872] [4.7 Regression] internal compiler error: in inline_small_functions, at ipa-inline.c:1413
  2011-10-26  3:32 [Bug c++/50872] New: internal compiler error: in inline_small_functions, at ipa-inline.c:1413 cas43 at cs dot stanford.edu
                   ` (2 preceding siblings ...)
  2011-10-27 11:53 ` rguenth at gcc dot gnu.org
@ 2011-10-27 11:53 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-10-27 11:53 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-10-27
     Ever Confirmed|0                           |1

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-27 11:51:56 UTC ---
Confirmed.  Let's make this the main bug, as it doesn't involve LTO.


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

* [Bug tree-optimization/50872] [4.7 Regression] internal compiler error: in inline_small_functions, at ipa-inline.c:1413
  2011-10-26  3:32 [Bug c++/50872] New: internal compiler error: in inline_small_functions, at ipa-inline.c:1413 cas43 at cs dot stanford.edu
  2011-10-26  9:33 ` [Bug tree-optimization/50872] [4.7 Regression] " rguenth at gcc dot gnu.org
  2011-10-26  9:46 ` markus at trippelsdorf dot de
@ 2011-10-27 11:53 ` rguenth at gcc dot gnu.org
  2011-10-27 11:53 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-10-27 11:53 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-27 11:53:23 UTC ---
actually neither does the other (And it has a C testcase).

*** This bug has been marked as a duplicate of bug 50823 ***


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

end of thread, other threads:[~2011-10-27 11:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-26  3:32 [Bug c++/50872] New: internal compiler error: in inline_small_functions, at ipa-inline.c:1413 cas43 at cs dot stanford.edu
2011-10-26  9:33 ` [Bug tree-optimization/50872] [4.7 Regression] " rguenth at gcc dot gnu.org
2011-10-26  9:46 ` markus at trippelsdorf dot de
2011-10-27 11:53 ` rguenth at gcc dot gnu.org
2011-10-27 11:53 ` 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).