This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/81747] [8 Regression] ICE in operator[], at vec.h:749
- From: "segher at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 09 Aug 2017 00:21:35 +0000
- Subject: [Bug rtl-optimization/81747] [8 Regression] ICE in operator[], at vec.h:749
- Auto-submitted: auto-generated
- References: <bug-81747-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81747
Segher Boessenkool <segher at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-valid-code |ice-on-invalid-code
Target|powerpc-*-linux-gnu*, |powerpc*-*-linux-gnu*,
|powerpcspe-*-linux-gnu* |powerpcspe-*-linux-gnu*
--- Comment #2 from Segher Boessenkool <segher at gcc dot gnu.org> ---
This ICEs on any powerpc, not just 32-bit or with isel, etc.
The ICE is gone if you make the function return a value, so it is
ICE-on-invalid (at least since C99).