[Bug c++/118192] ICE: in build_data_member_initialization, at cp/constexpr.cc:453

2025-01-06 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118192 --- Comment #6 from Marek Polacek --- Started with r0-113757-g238e471cadfb1c: commit 238e471cadfb1c2995e6bc4c995328eacc39d0da Author: Ville Voutilainen AuthorDate: Mon Dec 5 17:49:25 2011 +0200 Commit: Jason Merrill CommitDate: Mon De

[Bug c++/118192] ICE: in build_data_member_initialization, at cp/constexpr.cc:453

2025-01-06 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118192 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c++/118192] ICE: in build_data_member_initialization, at cp/constexpr.cc:453

2024-12-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118192 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > Better reduced testcase: > ``` > template struct A > { > int i{}; > A() = delete; > constexpr A(int) : A() {} > }; > > constexpr A<0> a{0}; > ``` Sorry:

[Bug c++/118192] ICE: in build_data_member_initialization, at cp/constexpr.cc:453

2024-12-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118192 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/118192] ICE: in build_data_member_initialization, at cp/constexpr.cc:453

2024-12-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118192 Andrew Pinski changed: What|Removed |Added Known to fail||12.1.0, 14.2.0, 4.7.1,

[Bug c++/118192] ICE: in build_data_member_initialization, at cp/constexpr.cc:453

2024-12-25 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118192 Sam James changed: What|Removed |Added Keywords||ice-checking --- Comment #1 from Sam James