[Bug c++/82067] G++ has an internal compiler error in possible_polymorphic_call_targets, at ipa-devirt.c:1557

2017-09-08 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82067 Martin Liška changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/82067] G++ has an internal compiler error in possible_polymorphic_call_targets, at ipa-devirt.c:1557

2017-09-07 Thread jupitercuso4 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82067 --- Comment #7 from jupitercuso4 at gmail dot com --- $ g++ -std=c++11 -O3 --verbose test.i Using built-in specs. COLLECT_GCC=g++

[Bug c++/82067] G++ has an internal compiler error in possible_polymorphic_call_targets, at ipa-devirt.c:1557

2017-09-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82067 --- Comment #6 from Martin Liška --- Sorry I meant --verbose (not --save-temps) :)

[Bug c++/82067] G++ has an internal compiler error in possible_polymorphic_call_targets, at ipa-devirt.c:1557

2017-09-06 Thread jupitercuso4 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82067 --- Comment #5 from jupitercuso4 at gmail dot com --- $ g++ -std=c++11 -O3 --save-temps test.i test.cpp: In constructor 'xtsc_component::xtsc_queue_pin::xtsc_queue_pin(sc_core::sc_module_name, const xtsc_component::xtsc_queue_pin_parms&)':

[Bug c++/82067] G++ has an internal compiler error in possible_polymorphic_call_targets, at ipa-devirt.c:1557

2017-09-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82067 --- Comment #4 from Martin Liška --- Can you please paste output of --save-temps?

[Bug c++/82067] G++ has an internal compiler error in possible_polymorphic_call_targets, at ipa-devirt.c:1557

2017-09-01 Thread jupitercuso4 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82067 --- Comment #3 from jupitercuso4 at gmail dot com --- Created attachment 42101 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42101=edit Preprocessed source that triggers the internal error. Preprocessed source attached. Compile it with

[Bug c++/82067] G++ has an internal compiler error in possible_polymorphic_call_targets, at ipa-devirt.c:1557

2017-09-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82067 --- Comment #2 from Jonathan Wakely --- i.e. read what the crash said: (In reply to jupitercuso4 from comment #0) > Please submit a full bug report, > with preprocessed source if appropriate. > Please include the complete backtrace with any bug

[Bug c++/82067] G++ has an internal compiler error in possible_polymorphic_call_targets, at ipa-devirt.c:1557

2017-09-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82067 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|