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/84842] [7/8 Regression] ICE in verify_target_availability, at sel-sched.c:1569


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
                 CC|                            |jakub at gcc dot gnu.org
   Target Milestone|---                         |7.4
            Summary|ICE in                      |[7/8 Regression] ICE in
                   |verify_target_availability, |verify_target_availability,
                   |at sel-sched.c:1569         |at sel-sched.c:1569

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Started with r241631 (at least the #c3 testcase).  You need -m32 which isn't
entirely obvious from it, and -mcpu=power8 is essential, so either you need gas
with that support around, or e.g. hand-edit auto-host.h to make sure
HAVE_AS_CMPB, HAVE_AS_DFP, HAVE_AS_FPRND, HAVE_AS_POPCNTD, HAVE_AS_POWER8
are defined to 1, then make -j16 cc1.

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