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 rtl-optimization/81747] [8 Regression] ICE in operator[], at vec.h:749


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).

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