[Bug c++/70353] [5 regression] ICE on __PRETTY_FUNCTION__ in a constexpr function

2017-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70353

Jakub Jelinek  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Target Milestone|5.5 |5.4

--- Comment #24 from Jakub Jelinek  ---
Should be fixed in 5.4.

[Bug c++/70353] [5 regression] ICE on __PRETTY_FUNCTION__ in a constexpr function

2016-06-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70353

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|5.4 |5.5

--- Comment #23 from Richard Biener  ---
GCC 5.4 is being released, adjusting target milestone.

[Bug c++/70353] [5 regression] ICE on __PRETTY_FUNCTION__ in a constexpr function

2016-05-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70353

--- Comment #22 from Jason Merrill  ---
Author: jason
Date: Wed May 18 15:59:00 2016
New Revision: 236408

URL: https://gcc.gnu.org/viewcvs?rev=236408=gcc=rev
Log:
PR c++/70353 - __func__ and constexpr

gcc/
* tree-inline.c (remap_decls): Don't add_local_decl if
cfun is null.
gcc/cp/
* decl.c (make_rtl_for_nonlocal_decl): Don't defer local statics
in constexpr functions.

Added:
branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-__func__2.C
Modified:
branches/gcc-5-branch/gcc/ChangeLog
branches/gcc-5-branch/gcc/cp/ChangeLog
branches/gcc-5-branch/gcc/cp/decl.c
branches/gcc-5-branch/gcc/tree-inline.c

[Bug c++/70353] [5 regression] ICE on __PRETTY_FUNCTION__ in a constexpr function

2016-04-23 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70353

Markus Trippelsdorf  changed:

   What|Removed |Added

 CC||mira.fontan at gmail dot com

--- Comment #21 from Markus Trippelsdorf  ---
*** Bug 70770 has been marked as a duplicate of this bug. ***

[Bug c++/70353] [5 regression] ICE on __PRETTY_FUNCTION__ in a constexpr function

2016-04-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70353

Martin Sebor  changed:

   What|Removed |Added

 CC||redi at gcc dot gnu.org

--- Comment #20 from Martin Sebor  ---
*** Bug 66460 has been marked as a duplicate of this bug. ***

[Bug c++/70353] [5 regression] ICE on __PRETTY_FUNCTION__ in a constexpr function

2016-04-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70353

Martin Sebor  changed:

   What|Removed |Added

 CC||vincent.picaud at laposte dot 
net

--- Comment #19 from Martin Sebor  ---
*** Bug 70532 has been marked as a duplicate of this bug. ***

[Bug c++/70353] [5 regression] ICE on __PRETTY_FUNCTION__ in a constexpr function

2016-03-29 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70353

Jason Merrill  changed:

   What|Removed |Added

Summary|[5/6 regression] ICE on |[5 regression] ICE on
   |__PRETTY_FUNCTION__ in a|__PRETTY_FUNCTION__ in a
   |constexpr function  |constexpr function

--- Comment #18 from Jason Merrill  ---
Fixed again for 6.