[Bug c++/71504] [C++11] constexpr fails with multidimensional arrays

2022-12-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|10.5

[Bug c++/71504] [C++11] constexpr fails with multidimensional arrays

2022-06-28 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.4|10.5 --- Comment #14 from Jakub Jelinek

[Bug c++/71504] [C++11] constexpr fails with multidimensional arrays

2021-04-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 Richard Biener changed: What|Removed |Added Target Milestone|10.3|10.4 --- Comment #13 from Richard

[Bug c++/71504] [C++11] constexpr fails with multidimensional arrays

2020-07-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 Richard Biener changed: What|Removed |Added Target Milestone|10.2|10.3 --- Comment #12 from Richard

[Bug c++/71504] [C++11] constexpr fails with multidimensional arrays

2020-05-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 Jakub Jelinek changed: What|Removed |Added Target Milestone|10.0|10.2 --- Comment #11 from Jakub Jelinek

[Bug c++/71504] [C++11] constexpr fails with multidimensional arrays

2020-01-10 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Known to work|

[Bug c++/71504] [C++11] constexpr fails with multidimensional arrays

2019-10-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Fri Oct 4 06:56:02 2019 New Revision: 276563 URL: https://gcc.gnu.org/viewcvs?rev=276563=gcc=rev Log: PR c++/71504 * constexpr.c (cxx_fold_indirect_ref_1): New function.

[Bug c++/71504] [C++11] constexpr fails with multidimensional arrays

2019-09-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|jason at gcc dot

[Bug c++/71504] [C++11] constexpr fails with multidimensional arrays

2019-09-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 --- Comment #8 from Jason Merrill --- Created attachment 46968 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46968=edit partial fix This fixes handling of references to the first object, but not later ones, so several of the testcases in