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/77345] [7 Regression] Segmentation fault w/ -misel -O1 (and above)


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |segher at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This seems to be infinite recursion in subst/combine_simplify_rtx on
expression:
(plus:SI (ltu:SI (plus:SI (if_then_else:SI (eq (reg:CC 180)
                    (const_int 0 [0]))
                (reg:SI 155 [ _1+-3 ])
                (reg:SI 175 [ vu+4 ]))
            (reg:SI 155 [ _1+-3 ]))
        (if_then_else:SI (eq (reg:CC 180)
                (const_int 0 [0]))
            (reg:SI 155 [ _1+-3 ])
            (reg:SI 175 [ vu+4 ])))
    (reg:SI 174 [ vu ]))
The subst is from (pc) to (pc), i.e. simplification.

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