This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/10965] g77 compiles illegal code in testsuite


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

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


billingd@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From billingd@gcc.gnu.org  2003-06-03 00:15 -------
Fixed in 3.4 by http://gcc.gnu.org/ml/gcc-patches/2003-05/msg02225.html

This patch removes the non-standard code in test g77.f-torture/compile/20000601-
2.f.  I have looked over my notes on this. A function call was needed to 
trigger the bug, and I used MAX().  Any other function call should be OK.

I tried to rebuild a mainline g77 from 20010118 to check this, but couldn't 
bootstrap.  I did build a version from 20010110, but the original and modified 
tests both passed (although the bug was still present if I complied the LAPACK 
file sgbtrf.f).  The test case was reduced from LAPACK so we will notice if the 
problem comes back.

2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)

	PR fortran/10965
	* g77.f-torture/compile/20000601-2.f: Fix non-standard code.





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]