https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84358
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2018-02-13 00:00:00 |2024-4-6 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- EDG points to the opening `{` for the constructor: ``` "<source>", line 14: error: no default constructor exists for class "A" B() : b(1) {}; ^ ```