I tried to compile gimp-2.2.13 with this script:

#!/bin/sh
_cflags="-O3 -m32 -mmmx -msse -m3dnow -msse -funroll-all-loops -floop-optimize2
 -ftree-ccp -ftree-ch -ftree-combine-temps -ftree-copy-prop -ftree-copyrename
-ftree-dce -ftree-dominator-opts -ftree-dse -ftree-fre -ftree-loop-im
-ftree-loop-ivcanon -ftree-loop-linear -ftree-loop-optimize -ftree-lrs
-ftree-pre -ftree-salias -ftree-sink -ftree-sra -ftree-store-ccp
-ftree-store-copy-prop -ftree-ter -ftree-vect-loop-version -ftree-vrp
-fbranch-target-load-optimize2 -ftree-vectorize -mfpmath=387,sse -ffast-math
-mfancy-math-387 -march=athlon-xp -fomit-frame-pointer -pipe"
CFLAGS="$_cflags"
CXXFLAGS="$_cflags"
CXX=g++4 CC=gcc4 ./configure $*

and received the next error:

maze.c: In function 'run':
maze.c:179: internal compiler error: in vect_stmt_relevant_p, at
tree-vect-analyze.c:1514
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [maze.o] Error 1
make[3]: Leaving directory `/tmp/gimp-2.2.13/plug-ins/maze'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


-- 
           Summary: internal compiler error: in vect_stmt_relevant_p, at
                    tree-vect-analyze.c:1514
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: nickols_k at mail dot ru
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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

Reply via email to