http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46193

           Summary: ICE: in omp_reduction_init, at omp-low.c:2212 with
                    -ftree-parallelize-loops
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: zso...@seznam.cz


Created attachment 22167
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22167
reduced testcase (from gcc.dg/torture/pr45869.c)

Compiler output:
$ gcc -O -ftree-parallelize-loops=2 pr46193.c 
pr46193.c: In function 'foo':
pr46193.c:1:7: internal compiler error: in omp_reduction_init, at
omp-low.c:2212
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Tested revisions:
r165915 - crash
4.5 r165781 - crash
4.4 r165754 - crash
4.4 r149995 - crash

Reply via email to