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++/81574] ICE on valid C++14 code: in canonicalize_component_ref, at gimplify.c:2481


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Bet the initializer isn't through function-to-pointer conversion
(decay_conversion or whatever else invokes it), but no idea where that should
be done etc.

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