[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2016-03-02 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 --- Comment #11 from Christophe Lyon --- gcc-5-branch fixed by r233903.

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2016-03-02 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment #

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2016-03-01 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 --- Comment #9 from Jason Merrill --- Author: jason Date: Wed Mar 2 02:45:45 2016 New Revision: 233882 URL: https://gcc.gnu.org/viewcvs?rev=233882&root=gcc&view=rev Log: PR c++/68087 2016-03-01 Markus Trippelsdorf Paolo

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2015-11-25 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 --- Comment #8 from Paolo Carlini --- I see, thanks. I'm going to trivially tweak the dg-error.

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2015-11-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #7

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2015-11-25 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2015-11-25 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 --- Comment #5 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Nov 25 16:42:18 2015 New Revision: 230887 URL: https://gcc.gnu.org/viewcvs?rev=230887&root=gcc&view=rev Log: /cp 2015-11-25 Markus Trippelsdorf Paolo Carlini

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2015-11-25 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Nov 25 16:40:16 2015 New Revision: 230886 URL: https://gcc.gnu.org/viewcvs?rev=230886&root=gcc&view=rev Log: /cp 2015-11-25 Markus Trippelsdorf Paolo Carlini

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2015-11-25 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2015-11-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 Richard Biener changed: What|Removed |Added Keywords|ice-on-invalid-code |ice-on-valid-code Priority|P3

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2015-11-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.3

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2015-10-25 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 --- Comment #2 from Markus Trippelsdorf --- Perhaps: diff --git a/gcc/cp/constexpr.c b/gcc/cp/constexpr.c index ebca411..0828a90 100644 --- a/gcc/cp/constexpr.c +++ b/gcc/cp/constexpr.c @@ -1782,8 +1782,7 @@ cxx_eval_array_reference (const const

[Bug c++/68087] [5/6 Regression] ICE with constexpr in array with negative index

2015-10-25 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68087 Markus Trippelsdorf changed: What|Removed |Added Keywords||ice-on-invalid-code St