https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68339
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Nov 20 19:57:50 2015 New Revision: 230673 URL: https://gcc.gnu.org/viewcvs?rev=230673&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: branches/gcc-5-branch/gcc/testsuite/gcc.dg/vect/pr68339.c Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/omp-low.c branches/gcc-5-branch/gcc/testsuite/ChangeLog