[Bug c++/87113] ICE in adjust_temp_type at cp/constexpr.c:1205

2019-02-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87113 --- Comment #6 from Marek Polacek --- (GCC 8.3 should be released Feb 22.)

[Bug c++/87113] ICE in adjust_temp_type at cp/constexpr.c:1205

2019-02-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87113 --- Comment #5 from Marek Polacek --- It was fixed for 8.3+ too, but not in 7.

[Bug c++/87113] ICE in adjust_temp_type at cp/constexpr.c:1205

2019-02-13 Thread svenja.mehringer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87113 --- Comment #4 from smehringer --- Thanks for the fix! Is the fix included only in GCC 9 or also in GCC 7 and 8?

[Bug c++/87113] ICE in adjust_temp_type at cp/constexpr.c:1205

2019-02-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87113 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/87113] ICE in adjust_temp_type at cp/constexpr.c:1205

2018-08-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87113 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/87113] ICE in adjust_temp_type at cp/constexpr.c:1205

2018-08-27 Thread svenja.mehringer at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87113 --- Comment #1 from smehringer --- Created attachment 44609 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44609=edit workaround of error Inserting a member variable into the struct prevents ICE.