[Bug c++/65973] [5/6 Regression] segmentation fault when compiling C++14 code

2015-06-22 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65973 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/65973] [5/6 Regression] segmentation fault when compiling C++14 code

2015-06-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65973 --- Comment #6 from Jason Merrill --- Author: jason Date: Fri Jun 19 18:24:24 2015 New Revision: 224682 URL: https://gcc.gnu.org/viewcvs?rev=224682&root=gcc&view=rev Log: PR c++/65973 * constexpr.c (build_constexpr_constructor_me

[Bug c++/65973] [5/6 Regression] segmentation fault when compiling C++14 code

2015-06-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65973 --- Comment #5 from Jason Merrill --- Author: jason Date: Fri Jun 19 18:15:30 2015 New Revision: 224677 URL: https://gcc.gnu.org/viewcvs?rev=224677&root=gcc&view=rev Log: PR c++/65973 * constexpr.c (build_constexpr_constructor_me

[Bug c++/65973] [5/6 Regression] segmentation fault when compiling C++14 code

2015-05-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65973 --- Comment #4 from Marek Polacek --- When fixing this, remember to also add the testcase in PR65985.