public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/63482] New: [5 Regression] ICE: in gimple_get_virt_method_for_vtable, at gimple-fold.c:4857
@ 2014-10-08  8:04 trippels at gcc dot gnu.org
  2014-10-08 11:09 ` [Bug ipa/63482] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-10-08  8:04 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63482
           Summary: [5 Regression] ICE: in
                    gimple_get_virt_method_for_vtable, at
                    gimple-fold.c:4857
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: trippels at gcc dot gnu.org

Running the Boost library testsuite, I get:

 % g++ -O2 -std=c++11 CustomReactionTest.ii
../libs/statechart/test/CustomReactionTest.cpp:381:1: internal compiler error:
in gimple_get_virt_method_for_vtable, at gimple-fold.c:4857
 }
 ^
0x12293d7 ipa_get_indirect_edge_target_1
        ../../gcc/gcc/ipa-cp.c:1599
0xa3807a estimate_edge_devirt_benefit
        ../../gcc/gcc/ipa-inline-analysis.c:2979
0xa38dd9 estimate_edge_size_and_time
        ../../gcc/gcc/ipa-inline-analysis.c:3018
0xa38dd9 estimate_calls_size_and_time
        ../../gcc/gcc/ipa-inline-analysis.c:3083
0xa38c44 estimate_calls_size_and_time
        ../../gcc/gcc/ipa-inline-analysis.c:3071
0xa38c44 estimate_calls_size_and_time
        ../../gcc/gcc/ipa-inline-analysis.c:3071
0xa3b9af estimate_node_size_and_time
        ../../gcc/gcc/ipa-inline-analysis.c:3178
0xa3bd87 do_estimate_edge_time(cgraph_edge*)
        ../../gcc/gcc/ipa-inline-analysis.c:3673
0xa3e317 do_estimate_edge_size(cgraph_edge*)
        ../../gcc/gcc/ipa-inline-analysis.c:3724
0xa3e538 estimate_edge_size
        ../../gcc/gcc/ipa-inline.h:288
0xa3e538 estimate_edge_growth
        ../../gcc/gcc/ipa-inline.h:302
0xa3e538 estimate_size_after_inlining(cgraph_node*, cgraph_edge*)
        ../../gcc/gcc/ipa-inline-analysis.c:3817
0x1235fff caller_growth_limits
        ../../gcc/gcc/ipa-inline.c:186
0x1235fff can_inline_edge_p
        ../../gcc/gcc/ipa-inline.c:349
0x1238797 update_caller_keys
        ../../gcc/gcc/ipa-inline.c:1185
0x1239760 inline_small_functions
        ../../gcc/gcc/ipa-inline.c:1823
0x123a149 ipa_inline
        ../../gcc/gcc/ipa-inline.c:2175
0x123a149 execute
        ../../gcc/gcc/ipa-inline.c:2535
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.


Reducing.


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

* [Bug ipa/63482] [5 Regression] ICE: in gimple_get_virt_method_for_vtable, at gimple-fold.c:4857
  2014-10-08  8:04 [Bug ipa/63482] New: [5 Regression] ICE: in gimple_get_virt_method_for_vtable, at gimple-fold.c:4857 trippels at gcc dot gnu.org
@ 2014-10-08 11:09 ` rguenth at gcc dot gnu.org
  2014-10-08 13:20 ` trippels at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-10-08 11:09 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.0


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

* [Bug ipa/63482] [5 Regression] ICE: in gimple_get_virt_method_for_vtable, at gimple-fold.c:4857
  2014-10-08  8:04 [Bug ipa/63482] New: [5 Regression] ICE: in gimple_get_virt_method_for_vtable, at gimple-fold.c:4857 trippels at gcc dot gnu.org
  2014-10-08 11:09 ` [Bug ipa/63482] " rguenth at gcc dot gnu.org
@ 2014-10-08 13:20 ` trippels at gcc dot gnu.org
  2014-11-20 12:13 ` rguenth at gcc dot gnu.org
  2014-11-24 15:20 ` mpolacek at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-10-08 13:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Created attachment 33666
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33666&action=edit
somewhat reduced testcase

 % g++ -c -O2 CustomReactionTest.ii
CustomReactionTest.ii:536:44: internal compiler error: in
gimple_get_virt_method_for_vtable, at gimple-fold.c:4857


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

* [Bug ipa/63482] [5 Regression] ICE: in gimple_get_virt_method_for_vtable, at gimple-fold.c:4857
  2014-10-08  8:04 [Bug ipa/63482] New: [5 Regression] ICE: in gimple_get_virt_method_for_vtable, at gimple-fold.c:4857 trippels at gcc dot gnu.org
  2014-10-08 11:09 ` [Bug ipa/63482] " rguenth at gcc dot gnu.org
  2014-10-08 13:20 ` trippels at gcc dot gnu.org
@ 2014-11-20 12:13 ` rguenth at gcc dot gnu.org
  2014-11-24 15:20 ` mpolacek at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-20 12:13 UTC (permalink / raw)
  To: gcc-bugs

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

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

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


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

* [Bug ipa/63482] [5 Regression] ICE: in gimple_get_virt_method_for_vtable, at gimple-fold.c:4857
  2014-10-08  8:04 [Bug ipa/63482] New: [5 Regression] ICE: in gimple_get_virt_method_for_vtable, at gimple-fold.c:4857 trippels at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-11-20 12:13 ` rguenth at gcc dot gnu.org
@ 2014-11-24 15:20 ` mpolacek at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2014-11-24 15:20 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |mpolacek at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Seems to be fixed now.


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

end of thread, other threads:[~2014-11-24 15:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-08  8:04 [Bug ipa/63482] New: [5 Regression] ICE: in gimple_get_virt_method_for_vtable, at gimple-fold.c:4857 trippels at gcc dot gnu.org
2014-10-08 11:09 ` [Bug ipa/63482] " rguenth at gcc dot gnu.org
2014-10-08 13:20 ` trippels at gcc dot gnu.org
2014-11-20 12:13 ` rguenth at gcc dot gnu.org
2014-11-24 15:20 ` mpolacek 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).