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 #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Sep  5 21:31:39 2017
New Revision: 251741

URL: https://gcc.gnu.org/viewcvs?rev=251741&root=gcc&view=rev
Log:
        PR middle-end/81768
        * omp-expand.c (expand_omp_simd): Force second operands of COND_EXPR
        into gimple val before gimplification fo the COND_EXPR.

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

Added:
    trunk/gcc/testsuite/gcc.dg/gomp/pr81768-1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/omp-expand.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]