[Bug c++/70685] [6/7 Regression] ICE: Segmentation fault

2016-07-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70685 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.2

[Bug c++/70685] [6/7 Regression] ICE: Segmentation fault

2016-04-18 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70685 --- Comment #7 from Nathan Sidwell --- I'm such a doofus :(

[Bug c++/70685] [6/7 Regression] ICE: Segmentation fault

2016-04-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70685 Richard Biener changed: What|Removed |Added CC||kreckel at ginac dot de --- Comment #6

[Bug c++/70685] [6/7 Regression] ICE: Segmentation fault

2016-04-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70685 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/70685] [6/7 Regression] ICE: Segmentation fault

2016-04-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70685 --- Comment #4 from Jason Merrill --- Author: jason Date: Fri Apr 15 19:53:03 2016 New Revision: 235046 URL: https://gcc.gnu.org/viewcvs?rev=235046=gcc=rev Log: PR c++/70685 * constexpr.c (get_fundef_copy): Handle null *slot.

[Bug c++/70685] [6/7 Regression] ICE: Segmentation fault

2016-04-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70685 --- Comment #3 from Jason Merrill --- Author: jason Date: Fri Apr 15 19:47:19 2016 New Revision: 235045 URL: https://gcc.gnu.org/viewcvs?rev=235045=gcc=rev Log: PR c++/70685 * constexpr.c (get_fundef_copy): Handle null *slot.

[Bug c++/70685] [6/7 Regression] ICE: Segmentation fault

2016-04-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70685 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/70685] [6/7 Regression] ICE: Segmentation fault

2016-04-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70685 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/70685] [6/7 Regression] ICE: Segmentation fault

2016-04-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70685 --- Comment #1 from Markus Trippelsdorf --- markus@x4 tmp % cat sum.ii namespace std { template struct A { static constexpr _Tp value = __v; }; typedef A false_type; template using conditional_t =