[Bug c++/100629] Regression from 10 symbol mismatch between class definition and use with/without optimization

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 17 18:15:30 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100629

--- Comment #14 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to James McKelvey from comment #10)
> Created attachment 50824 [details]
> Preprocessed source for main

This is header_edit.cc right?

I don't see any definition of the missing constructor here. This one:


    BreakPattern(const pdstring& value,
                 const ConflateIntegerScalarValue& minimum,
                 const ConflateIntegerScalarValue& maximum,
                 const ComplementEnum& a_complement);


More information about the Gcc-bugs mailing list