[Bug c++/65277] [5 Regression] ice in get_untransformed_body with -O2

2015-03-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65277 --- Comment #4 from Jan Hubicka hubicka at gcc dot gnu.org --- get_untransformed_body should turn itself into noop in !in_lto_p compilation as all function bodies have DECL_RESULT. (it probably deserves comment, but that way we check if the body

[Bug c++/65277] [5 Regression] ice in get_untransformed_body with -O2

2015-03-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65277 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug c++/65277] [5 Regression] ice in get_untransformed_body with -O2

2015-03-02 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65277 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/65277] [5 Regression] ice in get_untransformed_body with -O2

2015-03-02 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65277 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added CC||mpolacek at

[Bug c++/65277] [5 Regression] ice in get_untransformed_body with -O2

2015-03-02 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65277 --- Comment #3 from Kai Tietz ktietz at gcc dot gnu.org --- (In reply to Marek Polacek from comment #2) 221040(In reply to Kai Tietz from comment #1) It is caused by r214422 No, I think this started with r221040. Yes, it got shown with