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/81052] ICE in verify_dominators, at dominance.c:1184


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

--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Sep 15 21:34:10 2017
New Revision: 252856

URL: https://gcc.gnu.org/viewcvs?rev=252856&root=gcc&view=rev
Log:
        Backported from mainline
        2017-08-03  Jakub Jelinek  <jakub@redhat.com>

        PR middle-end/81052
        * omp-low.c (diagnose_sb_0): Handle flag_openmp_simd like flag_openmp.
        (pass_diagnose_omp_blocks::gate): Enable also for flag_openmp_simd.

        * c-c++-common/pr81052.c: New test.

Added:
    branches/gcc-6-branch/gcc/testsuite/c-c++-common/pr81052.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/omp-low.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog

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