[Bug c++/58609] [4.9 Regression] [c++11] ICE with uninitialized variable in constexpr

2013-10-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58609

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|--- |4.9.0


[Bug c++/58609] [4.9 Regression] [c++11] ICE with uninitialized variable in constexpr

2013-11-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58609

Richard Biener  changed:

   What|Removed |Added

   Priority|P3  |P5


[Bug c++/58609] [4.9 Regression] [c++11] ICE with uninitialized variable in constexpr

2014-02-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58609

Paolo Carlini  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2014-02-03
   Assignee|unassigned at gcc dot gnu.org  |paolo.carlini at oracle 
dot com
 Ever confirmed|0   |1

--- Comment #1 from Paolo Carlini  ---
Mine.


[Bug c++/58609] [4.9 Regression] [c++11] ICE with uninitialized variable in constexpr

2014-03-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58609

Paolo Carlini  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Assignee|paolo.carlini at oracle dot com|unassigned at gcc dot 
gnu.org

--- Comment #3 from Paolo Carlini  ---
Fixed.


[Bug c++/58609] [4.9 Regression] [c++11] ICE with uninitialized variable in constexpr

2014-03-07 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58609

--- Comment #2 from paolo at gcc dot gnu.org  ---
Author: paolo
Date: Fri Mar  7 18:33:38 2014
New Revision: 208410

URL: http://gcc.gnu.org/viewcvs?rev=208410&root=gcc&view=rev
Log:
/cp
2014-03-07  Paolo Carlini  

PR c++/58609
* decl.c (check_initializer): Return NULL_TREE after error;
consistently use inform.

/testsuite
2014-03-07  Paolo Carlini  

PR c++/58609
* g++.dg/cpp0x/constexpr-ice12.C: New.

Added:
trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ice12.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/decl.c
trunk/gcc/testsuite/ChangeLog