This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/70029] [6 Regression] ICE with C++11 and -flto


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

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
The difference seems to be in FUNCTION_RVALUE_QUALIFIED and
FUNCTION_REF_QUALIFIED which were set in build_ref_qualified_type (but not for
the main type it seems).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]