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

mckelvey at maskull dot com gcc-bugzilla@gcc.gnu.org
Mon May 17 18:26:48 GMT 2021


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

--- Comment #15 from James McKelvey <mckelvey at maskull dot com> ---
The Break's are actually functions that call the constructor. They look like
this:


inline BreakPattern

Break(const AbstractStringScalarValue& value,
      const ComplementEnum&            a_complement = noncomplement)
{
    return BreakPattern(value, a_complement);
}

there are 12 of them.


More information about the Gcc-bugs mailing list