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 c++/67523] ICE with invalid combined simd inside of a template


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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Sep 10 07:35:56 2015
New Revision: 227611

URL: https://gcc.gnu.org/viewcvs?rev=227611&root=gcc&view=rev
Log:
        PR c++/67523
        * gimplify.c (gimplify_omp_for): If inner stmt is not found
        for combined loop, assert seen_error () and return GS_ERROR.

        * g++.dg/gomp/pr67523.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/gomp/pr67523.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.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]