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 middle-end/86511] [9 Regression] Traps are generated for non-trapping compares


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

--- Comment #5 from uros at gcc dot gnu.org ---
Author: uros
Date: Mon Jul 16 15:11:57 2018
New Revision: 262736

URL: https://gcc.gnu.org/viewcvs?rev=262736&root=gcc&view=rev
Log:
        PR target/86511
        * expmed.c (emit_store_flag): Do not emit setcc followed by a
        conditional move when trapping comparison was split to a
        non-trapping one (and vice versa).


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expmed.c

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