public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ned at bike-nomad dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/16586] New: gcc 3.3.3/3.3.4 -O3 -fno-gcse ICE verify_local_live_at_start flow.c:575
Date: Fri, 16 Jul 2004 07:10:00 -0000	[thread overview]
Message-ID: <20040716071005.16586.ned@bike-nomad.com> (raw)

This also happens on
gcc 3.3.3 i686-pc-mingw32
gcc 3.3.4 i686-pc-linux

On Linux 3.3.4:

$ gcc -v --save-temps -O3 -fno-gcse buggy2.c
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib
--enable-nls --without-included-gettext --enable-__cxa_atexit
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm
--enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-2)
 /usr/lib/gcc-lib/i486-linux/3.3.4/cc1 -E -quiet -v -D__GNUC__=3
-D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=4 buggy2.c -fno-gcse -O3 buggy2.i
ignoring nonexistent directory "/usr/i486-linux/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/lib/gcc-lib/i486-linux/3.3.4/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i486-linux/3.3.4/cc1 -fpreprocessed buggy2.i -quiet -dumpbase
buggy2.c -auxbase buggy2 -O3 -version -fno-gcse -o buggy2.s
GNU C version 3.3.4 (Debian 1:3.3.4-2) (i486-linux)
        compiled by GNU C version 3.3.4 (Debian 1:3.3.4-2).
GGC heuristics: --param ggc-min-expand=99 --param ggc-min-heapsize=129568
buggy2.c: In function `loadObjectsFrom':
buggy2.c:74: internal compiler error: in verify_local_live_at_start, at flow.c:575


On Mingw32 3.3.3:
$ gcc -v --save-temps -O3 -fno-gcse buggy2.c
Reading specs from c:/GNUTools/bin/../lib/gcc-lib/mingw32/3.3.3/specs
Configured with: ../gcc/configure --with-gcc --with-gnu-ld --with-gnu-as
--host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry
--disable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt
--without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization
Thread model: win32
gcc version 3.3.3 (mingw special)
 c:\GNUTools\bin\..\lib\gcc-lib\mingw32\3.3.3\cc1.exe -E -quiet -v -iprefix
c:\GNUTools\bin\../lib/gcc-lib/mingw32/3.3.3/ -D__GNUC__=3 -D__GNUC_MINOR__=3
-D__GNUC_PATCHLEVEL__=3 buggy2.c -fno-gcse -O3 buggy2.i
ignoring nonexistent directory "c:/GNUTools/mingw32/include"
ignoring nonexistent directory "/mingw/include"
ignoring nonexistent directory "/mingw/include"
ignoring nonexistent directory "/mingw/lib/gcc-lib/mingw32/3.3.3/include"
ignoring nonexistent directory "/mingw/mingw32/include"
ignoring nonexistent directory "/mingw/include"
#include "..." search starts here:
#include <...> search starts here:
 c:/GNUTools/include
 c:/GNUTools/lib/gcc-lib/mingw32/3.3.3/include
End of search list.
 c:\GNUTools\bin\..\lib\gcc-lib\mingw32\3.3.3\cc1.exe -fpreprocessed buggy2.i
-quiet -dumpbase buggy2.c -auxbase buggy2 -O3 -version -fno-gcse -o buggy2.s
GNU C version 3.3.3 (mingw special) (mingw32)
        compiled by GNU C version 3.3.3 (mingw special).
GGC heuristics: --param ggc-min-expand=58 --param ggc-min-heapsize=52670
buggy2.c: In function `loadObjectsFrom':
buggy2.c:74: internal compiler error: in verify_local_live_at_start, at flow.c:575

-- 
           Summary: gcc 3.3.3/3.3.4 -O3 -fno-gcse ICE
                    verify_local_live_at_start flow.c:575
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ned at bike-nomad dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux
  GCC host triplet: i686-pc-linux
GCC target triplet: i686-pc-linux


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


             reply	other threads:[~2004-07-16  7:10 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-16  7:10 ned at bike-nomad dot com [this message]
2004-07-16  7:11 ` [Bug c/16586] " ned at bike-nomad dot com
2004-07-16  7:32 ` [Bug rtl-optimization/16586] [3.3 Regression] " pinskia at gcc dot gnu dot org
2004-07-16 11:04 ` gdr at gcc dot gnu dot org
2004-07-16 13:38 ` [Bug rtl-optimization/16586] [3.3/3.4 " bangerth at dealii dot org
2004-07-28 20:43 ` pinskia at gcc dot gnu dot org
2004-08-16 14:23 ` reichelt at gcc dot gnu dot org
2004-08-29 18:11 ` mmitchel at gcc dot gnu dot org
2004-08-29 18:25 ` mmitchel at gcc dot gnu dot org
2004-09-10 15:08 ` [Bug rtl-optimization/16586] [3.3 " reichelt at gcc dot gnu dot org
2004-09-10 19:18 ` rth at gcc dot gnu dot org
2004-09-16 14:12 ` [Bug rtl-optimization/16586] [3.3/3.4 " reichelt at gcc dot gnu dot org
2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
2004-12-02  7:11 ` ebotcazou at gcc dot gnu dot org
2004-12-05  9:39 ` ebotcazou at gcc dot gnu dot org
2005-05-19 17:48 ` mmitchel 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=20040716071005.16586.ned@bike-nomad.com \
    --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).