public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/13395] New: ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer"
@ 2003-12-13 19:46 v dot haisman at sh dot cvut dot cz
  2003-12-13 19:47 ` [Bug c/13395] " v dot haisman at sh dot cvut dot cz
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2003-12-13 19:46 UTC (permalink / raw)
  To: gcc-bugs

I get this ICE while bootstrapping with those two -f* options. I didn't try any
other combination of these. Preprocessed source is attached.

logout ~/tmp/gcc34/objdir/gcc>stage1/xgcc -Bstage1/
-B/home/4/wilx/i386-unknown-freebsd4.9/bin/ -c   -O2 -g -fnew-ra -ftracer
-DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long -Wold-style-definition -Werror -fno-common  
-DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../srcdir/gcc
-I../../srcdir/gcc/. -I../../srcdir/gcc/../include genmodes.i -o genmodes.o -v
Reading specs from stage1/specs
Configured with: ../srcdir/configure --disable-nls
--enable-version-specific-runtime-libs --enable-dwarf2 --with-cpu=i686
--with-arch=i686 --with-system-zlib --disable-shared --prefix=/home/4/wilx
--enable-languages=c,c++ --disable-sjlj-exceptions
Thread model: posix
gcc version 3.4 20031212 (experimental)
 stage1/cc1 -fpreprocessed genmodes.i -quiet -dumpbase genmodes.i -march=i686
-auxbase-strip genmodes.o -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror
-version -fnew-ra -ftracer -fno-common -o /home/4/wilx/tmp/tmp/ccYQ4ZNT.s
GNU C version 3.4 20031212 (experimental) (i386-unknown-freebsd4.9)
        compiled by GNU C version 3.4 20031212 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
../../srcdir/gcc/genmodes.c: In function `hash_mode':

../../srcdir/gcc/genmodes.c:180: error: Abnormal edges for no purpose in bb 0
../../srcdir/gcc/genmodes.c:180: internal compiler error: verify_flow_info failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -
                    ftracer"
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: v dot haisman at sh dot cvut dot cz
                CC: gcc-bugs at gcc dot gnu dot org,v dot haisman at sh dot
                    cvut dot cz
 GCC build triplet: i386-unknown-freebsd4.9
  GCC host triplet: i386-unknown-freebsd4.9
GCC target triplet: i386-unknown-freebsd4.9


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/13395] ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer"
  2003-12-13 19:46 [Bug c/13395] New: ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer" v dot haisman at sh dot cvut dot cz
@ 2003-12-13 19:47 ` v dot haisman at sh dot cvut dot cz
  2003-12-14 13:50 ` v dot haisman at sh dot cvut dot cz
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2003-12-13 19:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2003-12-13 19:47 -------
Created an attachment (id=5327)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5327&action=view)
Preprocessed source


-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/13395] ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer"
  2003-12-13 19:46 [Bug c/13395] New: ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer" v dot haisman at sh dot cvut dot cz
  2003-12-13 19:47 ` [Bug c/13395] " v dot haisman at sh dot cvut dot cz
@ 2003-12-14 13:50 ` v dot haisman at sh dot cvut dot cz
  2003-12-14 13:53 ` [Bug c/13395] [-fnew-ra] " v dot haisman at sh dot cvut dot cz
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2003-12-14 13:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2003-12-14 13:50 -------
It is the -fnew-ra option that makes it crash.

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/13395] [-fnew-ra] ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer"
  2003-12-13 19:46 [Bug c/13395] New: ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer" v dot haisman at sh dot cvut dot cz
  2003-12-13 19:47 ` [Bug c/13395] " v dot haisman at sh dot cvut dot cz
  2003-12-14 13:50 ` v dot haisman at sh dot cvut dot cz
@ 2003-12-14 13:53 ` v dot haisman at sh dot cvut dot cz
  2003-12-16  2:46 ` [Bug c/13395] [3.4 regression] " reichelt at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2003-12-14 13:53 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE during bootstrap with   |[-fnew-ra] ICE during
                   |BOOT_CFLAGS="-O2 -g -fnew-ra|bootstrap with
                   |-ftracer"                   |BOOT_CFLAGS="-O2 -g -fnew-ra
                   |                            |-ftracer"


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug c/13395] [3.4 regression] [-fnew-ra] ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer"
  2003-12-13 19:46 [Bug c/13395] New: ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer" v dot haisman at sh dot cvut dot cz
                   ` (2 preceding siblings ...)
  2003-12-14 13:53 ` [Bug c/13395] [-fnew-ra] " v dot haisman at sh dot cvut dot cz
@ 2003-12-16  2:46 ` reichelt at gcc dot gnu dot org
  2003-12-16 16:32 ` [Bug optimization/13395] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2003-12-16  2:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From reichelt at gcc dot gnu dot org  2003-12-16 02:27 -------
Here's a reduced testcase that crashes mainline with "gcc -O2 -fnew-ra"

=============================================
int foo();
int bar()  { return foo(); }
void baz() { bar; }
=============================================

The testcase compiles fine on the 3.3 branch.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code, monitored
   Last reconfirmed|0000-00-00 00:00:00         |2003-12-16 02:27:10
               date|                            |
            Summary|[-fnew-ra] ICE during       |[3.4 regression] [-fnew-ra]
                   |bootstrap with              |ICE during bootstrap with
                   |BOOT_CFLAGS="-O2 -g -fnew-ra|BOOT_CFLAGS="-O2 -g -fnew-ra
                   |-ftracer"                   |-ftracer"


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug optimization/13395] [3.4 regression] [-fnew-ra] ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer"
  2003-12-13 19:46 [Bug c/13395] New: ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer" v dot haisman at sh dot cvut dot cz
                   ` (3 preceding siblings ...)
  2003-12-16  2:46 ` [Bug c/13395] [3.4 regression] " reichelt at gcc dot gnu dot org
@ 2003-12-16 16:32 ` pinskia at gcc dot gnu dot org
  2003-12-23  2:09 ` pinskia at gcc dot gnu dot org
  2005-01-17 15:25 ` [Bug rtl-optimization/13395] [new-ra] " pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-16 16:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-16 16:23 -------
New-ra is most likely not going to work with the mainline that well anyways, pushing to 3.5.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |13246
              nThis|                            |
           Severity|critical                    |minor
          Component|c                           |optimization
   Target Milestone|---                         |3.5


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug optimization/13395] [3.4 regression] [-fnew-ra] ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer"
  2003-12-13 19:46 [Bug c/13395] New: ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer" v dot haisman at sh dot cvut dot cz
                   ` (4 preceding siblings ...)
  2003-12-16 16:32 ` [Bug optimization/13395] " pinskia at gcc dot gnu dot org
@ 2003-12-23  2:09 ` pinskia at gcc dot gnu dot org
  2005-01-17 15:25 ` [Bug rtl-optimization/13395] [new-ra] " pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-23  2:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-23 00:55 -------
>From Phil's regression hunter: Search converges between 2003-06-07-trunk (#306) and 2003-06
-08-trunk (#307).

-- 


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug rtl-optimization/13395] [new-ra] ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer"
  2003-12-13 19:46 [Bug c/13395] New: ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer" v dot haisman at sh dot cvut dot cz
                   ` (5 preceding siblings ...)
  2003-12-23  2:09 ` pinskia at gcc dot gnu dot org
@ 2005-01-17 15:25 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-17 15:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-17 15:22 -------
Closing as wiill not fix as new-ra was removed from the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |RESOLVED
         Resolution|                            |WONTFIX
   Target Milestone|---                         |4.0.0


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-01-17 15:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-13 19:46 [Bug c/13395] New: ICE during bootstrap with BOOT_CFLAGS="-O2 -g -fnew-ra -ftracer" v dot haisman at sh dot cvut dot cz
2003-12-13 19:47 ` [Bug c/13395] " v dot haisman at sh dot cvut dot cz
2003-12-14 13:50 ` v dot haisman at sh dot cvut dot cz
2003-12-14 13:53 ` [Bug c/13395] [-fnew-ra] " v dot haisman at sh dot cvut dot cz
2003-12-16  2:46 ` [Bug c/13395] [3.4 regression] " reichelt at gcc dot gnu dot org
2003-12-16 16:32 ` [Bug optimization/13395] " pinskia at gcc dot gnu dot org
2003-12-23  2:09 ` pinskia at gcc dot gnu dot org
2005-01-17 15:25 ` [Bug rtl-optimization/13395] [new-ra] " pinskia at gcc dot gnu dot org

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).