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/81768] [8 Regression] error: control flow in the middle of basic block


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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Sep  5 21:32:35 2017
New Revision: 251742

URL: https://gcc.gnu.org/viewcvs?rev=251742&root=gcc&view=rev
Log:
        PR middle-end/81768
        * omp-low.c (lower_omp_for): Recompute tree invariant if
        gimple_omp_for_initial/final is ADDR_EXPR.

        * gcc.dg/gomp/pr81768-2.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/gomp/pr81768-2.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-low.c
    trunk/gcc/testsuite/ChangeLog

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