[Bug c++/118390] #embed vs std::to_array/std::initializer_list

2025-01-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118390 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/118390] #embed vs std::to_array/std::initializer_list

2025-01-15 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118390 --- Comment #5 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:2619413a5e032e2f2c3d4a2202ba8bf324cf08ab commit r15-6924-g2619413a5e032e2f2c3d4a2202ba8bf324cf08ab Author: Jakub Jelinek Date: W

[Bug c++/118390] #embed vs std::to_array/std::initializer_list

2025-01-09 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118390 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned

[Bug c++/118390] #embed vs std::to_array/std::initializer_list

2025-01-09 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118390 --- Comment #3 from Jakub Jelinek --- There is still pr118390.ii: In function ‘int main()’: pr118390.ii:13604:67: error: too many initializers for ‘char [4]’ 13604 | static constexpr auto std_to_char_array = std::to_array({ |

[Bug c++/118390] #embed vs std::to_array/std::initializer_list

2025-01-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118390 --- Comment #2 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #1) > PR118124 / PR118214 ? It might be the same as those two I didn't look at this point.

[Bug c++/118390] #embed vs std::to_array/std::initializer_list

2025-01-09 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118390 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1