Bug 21198 - gcc 2.96-64 has problems compiling LAPACK on SPARC
Summary: gcc 2.96-64 has problems compiling LAPACK on SPARC
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: gcc
Version: 1.0
Hardware: sparc
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-11-21 20:18 UTC by Trond Eivind Glomsrxd
Modified: 2007-04-18 16:29 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-11-22 17:39:19 UTC
Embargoed:


Attachments (Terms of Use)
FORTRAN file which triggers a problem in gcc. (3.23 KB, text/plain)
2000-11-21 20:19 UTC, Trond Eivind Glomsrxd
no flags Details

Description Trond Eivind Glomsrxd 2000-11-21 20:18:22 UTC
gcc 2.96-64 has problems compiling claswp.f on SPARC with -O2 (-O1 works fine):

[root@bart /]# g77 -c -O1 claswp.f
[root@bart /]# g77 -c -O2 claswp.f
claswp.f: In subroutine `claswp':
claswp.f:116: Internal compiler error in verify_local_live_at_start, at
flow.c:2729
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
[root@bart /]#

claswp.f is part of LAPACK.

Comment 1 Trond Eivind Glomsrxd 2000-11-21 20:19:05 UTC
Created attachment 5626 [details]
FORTRAN file which triggers a problem in gcc.

Comment 2 Bill Nottingham 2000-11-22 05:09:12 UTC
FWIW, when I ran an ia64 compiler on a buggy machine, it
*always* ICEd at that exact point. Maybe our sparcs have the
same hardware bug? :)

Comment 3 Jakub Jelinek 2000-11-22 17:39:15 UTC
No, I'm able to reproduce it on my SPARC and even in an ia32->SPARC cross
g77. It does not happen in current CVS nor on subreg-byte branch (cut
in September), so I'll have to track down which patch fixes this.

Comment 4 Jakub Jelinek 2001-11-28 12:57:52 UTC
This was fixed in gcc-2.96-101.


Note You need to log in before you can comment on or make changes to this bug.