This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81574] ICE on valid C++14 code: in canonicalize_component_ref, at gimplify.c:2481
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 27 Jul 2017 13:52:52 +0000
- Subject: [Bug c++/81574] ICE on valid C++14 code: in canonicalize_component_ref, at gimplify.c:2481
- Auto-submitted: auto-generated
- References: <bug-81574-4@http.gcc.gnu.org/bugzilla/>
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.