http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56883
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-10 06:53:47 UTC --- Author: jakub Date: Wed Apr 10 06:35:48 2013 New Revision: 197661 URL: http://gcc.gnu.org/viewcvs?rev=197661&root=gcc&view=rev Log: Backported from mainline 2013-04-09 Jakub Jelinek <ja...@redhat.com> PR middle-end/56883 * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk, expand_omp_for_static_chunk): Use simple_p = true in force_gimple_operand_gsi calls when assigning to addressable decls. * c-c++-common/gomp/pr56883.c: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/gomp/pr56883.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/omp-low.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog