public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/12918] New: internal compiler error: in final_scan_insn, at final.c:2407 during GCC build
@ 2003-11-05 21:33 green at redhat dot com
  2003-11-05 21:35 ` [Bug optimization/12918] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: green at redhat dot com @ 2003-11-05 21:33 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: internal compiler error: in final_scan_insn, at
                    final.c:2407 during GCC build
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: v850-elf

The tree-ssa v850-elf toolchain fails to build.  The problem is triggered
while building fortran libraries.

opt/spindazzle/gnutools/build-X-v850-elf/gcc/xgcc
-B/opt/spindazzle/gnutools/build-X-v850-elf/gcc/ -nostdinc
-B/opt/spindazzle/gnutools/build-X-v850-elf/v850-elf/newlib/ -isystem
/opt/spindazzle/gnutools/build-X-v850-elf/v850-elf/newlib/targ-include -isystem
/opt/spindazzle/gnutools/src/HEAD-2003-11-05/newlib/libc/include
-B/opt/spindazzle/gnutools/HEAD-2003-11-05/H-i686-pc-linux-gnulibc2.3/v850-elf/bin/
-B/opt/spindazzle/gnutools/HEAD-2003-11-05/H-i686-pc-linux-gnulibc2.3/v850-elf/lib/
-isystem
/opt/spindazzle/gnutools/HEAD-2003-11-05/H-i686-pc-linux-gnulibc2.3/v850-elf/include
-isystem
/opt/spindazzle/gnutools/HEAD-2003-11-05/H-i686-pc-linux-gnulibc2.3/v850-elf/sys-include
-L/opt/spindazzle/gnutools/build-X-v850-elf/ld -c -DSkip_f2c_Undefs
-DAllow_TYQUAD -I. -I../../../../../src/HEAD-2003-11-05/libf2c/libI77 -I..
-I../../../../../src/HEAD-2003-11-05/libf2c/libI77/.. -DHAVE_CONFIG_H -W -Wall
-O2 -fno-builtin -g -O2 -mv850e
../../../../../src/HEAD-2003-11-05/libf2c/libI77/rsne.c -o rsne.o
../../../../../src/HEAD-2003-11-05/libf2c/libI77/rsne.c: In function `mk_hashtab':
 
../../../../../src/HEAD-2003-11-05/libf2c/libI77/rsne.c:85: warning: 'x0' might
be used uninitialized in this function
../../../../../src/HEAD-2003-11-05/libf2c/libI77/rsne.c: In function `x_rsne':
 
../../../../../src/HEAD-2003-11-05/libf2c/libI77/rsne.c:274: warning: 'dn' might
be used uninitialized in this function
../../../../../src/HEAD-2003-11-05/libf2c/libI77/rsne.c:274: warning: 'dn0'
might be used uninitialized in this function
../../../../../src/HEAD-2003-11-05/libf2c/libI77/rsne.c:577: internal compiler
error: in final_scan_insn, at final.c:2407
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug optimization/12918] internal compiler error: in final_scan_insn, at final.c:2407 during GCC build
  2003-11-05 21:33 [Bug fortran/12918] New: internal compiler error: in final_scan_insn, at final.c:2407 during GCC build green at redhat dot com
@ 2003-11-05 21:35 ` pinskia at gcc dot gnu dot org
  2003-11-07 15:56 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-05 21:35 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|fortran                     |optimization
           Keywords|                            |ice-on-valid-code


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

* [Bug optimization/12918] internal compiler error: in final_scan_insn, at final.c:2407 during GCC build
  2003-11-05 21:33 [Bug fortran/12918] New: internal compiler error: in final_scan_insn, at final.c:2407 during GCC build green at redhat dot com
  2003-11-05 21:35 ` [Bug optimization/12918] " pinskia at gcc dot gnu dot org
@ 2003-11-07 15:56 ` pinskia at gcc dot gnu dot org
  2003-11-18  5:38 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-07 15:56 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
           Keywords|                            |build
           Priority|P2                          |P1
   Target Milestone|---                         |tree-ssa


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

* [Bug optimization/12918] internal compiler error: in final_scan_insn, at final.c:2407 during GCC build
  2003-11-05 21:33 [Bug fortran/12918] New: internal compiler error: in final_scan_insn, at final.c:2407 during GCC build green at redhat dot com
  2003-11-05 21:35 ` [Bug optimization/12918] " pinskia at gcc dot gnu dot org
  2003-11-07 15:56 ` pinskia at gcc dot gnu dot org
@ 2003-11-18  5:38 ` pinskia at gcc dot gnu dot org
  2004-01-14 22:45 ` dnave at psc dot edu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-18  5:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-18 05:38 -------
The f77 compiler is no longer on by default and now the f2 library for the f77 does not build any 
more, can you provide the preprocessed source for rsne.c?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug optimization/12918] internal compiler error: in final_scan_insn, at final.c:2407 during GCC build
  2003-11-05 21:33 [Bug fortran/12918] New: internal compiler error: in final_scan_insn, at final.c:2407 during GCC build green at redhat dot com
                   ` (2 preceding siblings ...)
  2003-11-18  5:38 ` pinskia at gcc dot gnu dot org
@ 2004-01-14 22:45 ` dnave at psc dot edu
  2004-01-18 22:03 ` [Bug optimization/12918] [tree-ssa] " pinskia at gcc dot gnu dot org
  2004-01-18 23:23 ` dnave at psc dot edu
  5 siblings, 0 replies; 7+ messages in thread
From: dnave at psc dot edu @ 2004-01-14 22:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnave at psc dot edu  2004-01-14 22:45 -------
(From update of attachment 5490)
I should have mentioned that this fails on an x86-64 system with GCC 3.2.3 when
compiled with:

g++ -O3 -fpreprocessed -c z.ii


-- 


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


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

* [Bug optimization/12918] [tree-ssa] internal compiler error: in final_scan_insn, at final.c:2407 during GCC build
  2003-11-05 21:33 [Bug fortran/12918] New: internal compiler error: in final_scan_insn, at final.c:2407 during GCC build green at redhat dot com
                   ` (3 preceding siblings ...)
  2004-01-14 22:45 ` dnave at psc dot edu
@ 2004-01-18 22:03 ` pinskia at gcc dot gnu dot org
  2004-01-18 23:23 ` dnave at psc dot edu
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-18 22:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-18 22:03 -------
Demian Nave, you should have filed a different bug report, but this is fixed at least on the 
mainline and the 3.4 branch.

Anythony, if see this again, can you file a new bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dnave at psc dot edu
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug optimization/12918] [tree-ssa] internal compiler error: in final_scan_insn, at final.c:2407 during GCC build
  2003-11-05 21:33 [Bug fortran/12918] New: internal compiler error: in final_scan_insn, at final.c:2407 during GCC build green at redhat dot com
                   ` (4 preceding siblings ...)
  2004-01-18 22:03 ` [Bug optimization/12918] [tree-ssa] " pinskia at gcc dot gnu dot org
@ 2004-01-18 23:23 ` dnave at psc dot edu
  5 siblings, 0 replies; 7+ messages in thread
From: dnave at psc dot edu @ 2004-01-18 23:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dnave at psc dot edu  2004-01-18 23:23 -------
Understood.  I'll find an updated version.
Thanks,
Demian

-- 


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


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

end of thread, other threads:[~2004-01-18 23:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-05 21:33 [Bug fortran/12918] New: internal compiler error: in final_scan_insn, at final.c:2407 during GCC build green at redhat dot com
2003-11-05 21:35 ` [Bug optimization/12918] " pinskia at gcc dot gnu dot org
2003-11-07 15:56 ` pinskia at gcc dot gnu dot org
2003-11-18  5:38 ` pinskia at gcc dot gnu dot org
2004-01-14 22:45 ` dnave at psc dot edu
2004-01-18 22:03 ` [Bug optimization/12918] [tree-ssa] " pinskia at gcc dot gnu dot org
2004-01-18 23:23 ` dnave at psc dot edu

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