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/68339] g++.dg/vect/simd-clone-2.cc ICEs with aggressive GC settings and OpenMP


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Nov 20 19:49:47 2015
New Revision: 230671

URL: https://gcc.gnu.org/viewcvs?rev=230671&root=gcc&view=rev
Log:
        PR middle-end/68339
        * omp-low.c (expand_simd_clones): Call node->get_body () before
        allocating stuff in GC.

        * gcc.dg/vect/pr68339.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/vect/pr68339.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]