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 target/81285] [8 Regression] r249888 breaks bootstrap on ppc64le


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, ice-on-valid-code
                 CC|                            |pinskia at gcc dot gnu.org
   Target Milestone|---                         |8.0

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I get an ICE with aarch64-linux-gnu on:
FAIL: gcc.dg/sms-1.c (internal compiler error)


I suspect this is a similar issue as doloop pattern for aarch64 is only enabled
if SMS is enabled.  That is the problem is from the doloop pass.

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