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 sanitizer/81262] [8 Regression] verify_flow_info failed for asmgoto test-case with -fsanitize=undefined


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Sat Jul  1 10:11:16 2017
New Revision: 249866

URL: https://gcc.gnu.org/viewcvs?rev=249866&root=gcc&view=rev
Log:
        PR sanitizer/81262
        * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
        the right scopes, make sure cond_jump isn't preserved between multiple
        iterations.  Search for fallthru edge whenever there are 3+ edges and
        use find_fallthru_edge for it.

Modified:
    trunk/gcc/bb-reorder.c

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