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/85409] [8 Regression] ICE in alloc_succs_info, at sel-sched-ir.c:4730


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
            Version|unknown                     |8.0
           Keywords|ice-on-invalid-code         |ice-on-valid-code
   Last reconfirmed|                            |2018-04-16
                 CC|                            |abel at gcc dot gnu.org,
                   |                            |amonakov at gcc dot gnu.org,
                   |                            |jakub at gcc dot gnu.org
     Ever confirmed|0                           |1
            Summary|ICE in alloc_succs_info, at |[8 Regression] ICE in
                   |sel-sched-ir.c:4730         |alloc_succs_info, at
                   |                            |sel-sched-ir.c:4730
   Target Milestone|---                         |8.0

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
With -m32 -mcpu=e300c3 -O1 -fselective-scheduling -fschedule-insns
-fvar-tracking-assignments
I've bisected it to r259231.  It requires explicit -fvar-tracking-assignments
people rarely use, so I think this doesn't deserve to be a P1.

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