public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "nickols_k at mail dot ru" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/30233]  New: internal compiler error: in vect_stmt_relevant_p, at tree-vect-analyze.c:1514
Date: Sat, 16 Dec 2006 13:25:00 -0000	[thread overview]
Message-ID: <bug-30233-13773@http.gcc.gnu.org/bugzilla/> (raw)

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	other threads:[~2006-12-16 13:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-16 13:25 nickols_k at mail dot ru [this message]
2006-12-16 18:25 ` [Bug tree-optimization/30233] " pinskia at gcc dot gnu dot org
2006-12-16 18:27 ` pinskia at gcc dot gnu dot org
2006-12-17 14:18 ` nickols_k at mail dot ru
2006-12-18  0:05 ` [Bug tree-optimization/30233] internal compiler error: in vect_stmt_relevant_p, at tree-vect-analyze.c:1514 with -O3 -msse -ftree-loop-linear -ftree-vectorize pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-30233-13773@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).