[Bug c++/70204] [6 Regression] ICE on x86_64-linux-gnu in non_const_var_error, at cp/constexpr.c:2764

2016-03-22 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70204 Patrick Palka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/70204] [6 Regression] ICE on x86_64-linux-gnu in non_const_var_error, at cp/constexpr.c:2764

2016-03-21 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70204 --- Comment #5 from Patrick Palka --- Author: ppalka Date: Tue Mar 22 00:30:57 2016 New Revision: 234390 URL: https://gcc.gnu.org/viewcvs?rev=234390=gcc=rev Log: Fix PR c++/70204 (ICE in non_const_var_error) gcc/cp/ChangeLog: PR

[Bug c++/70204] [6 Regression] ICE on x86_64-linux-gnu in non_const_var_error, at cp/constexpr.c:2764

2016-03-21 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70204 --- Comment #4 from Patrick Palka --- (In reply to Patrick Palka from comment #3) > Reduced test case: > > int a; > > void fn1 () > { > const int x = 0 * a; > constexpr int y = x; > } Note that this one is incorrectly accepted without

[Bug c++/70204] [6 Regression] ICE on x86_64-linux-gnu in non_const_var_error, at cp/constexpr.c:2764

2016-03-21 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70204 Patrick Palka changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/70204] [6 Regression] ICE on x86_64-linux-gnu in non_const_var_error, at cp/constexpr.c:2764

2016-03-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70204 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug c++/70204] [6 Regression] ICE on x86_64-linux-gnu in non_const_var_error, at cp/constexpr.c:2764

2016-03-13 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70204 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|