This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix libgomp Fortran tests
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>, Roger Sayle <roger at eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Fri, 08 Sep 2006 00:04:46 -0400
- Subject: Re: Fix libgomp Fortran tests
- References: <20060908032425.GA61821@troutmask.apl.washington.edu>
Other than needing to convert the format to fixed form, xlf
appears to accept the example
integer :: i = -2147483648
print *, i
end
and prints out the correct result. I tried -qlanglvl=90std, 90pure,
95std, 95pure, and extended (the default).
David