--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31194
--- Comment #4 from pault at gcc dot gnu dot org 2007-05-16 09:13 ---
Fixed on trunk
Paul and Brooks
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from pault at gcc dot gnu dot org 2007-05-16 06:41 ---
Subject: Bug 31194
Author: pault
Date: Wed May 16 05:40:51 2007
New Revision: 124759
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124759
Log:
2007-05-16 Brooks Moses <[EMAIL PROTECTED]>
PR fortran
--
brooks at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |brooks at gcc dot gnu dot
|dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-03-16 20:24
---
Yet another transfer bug :(
Reduced testcase:
real :: NaN = transfer(0,0)
print *, NaN
end
Backtrace of the ICE:
Breakpoint 1, gfc_conv_constant (se=0xbf8f8fbc, expr=0x888dad8)
at ../../../trunk/gcc/fo
--- Comment #1 from burnus at gcc dot gnu dot org 2007-03-16 09:34 ---
I'm not anymore sure whether it is valid or not.
Related:
NaN = transfer(ishft(int(z'FFF8',8),32),0.0_8)
this prints duly "NaN" with NAG f95, sunf95, ifort, g95 and gfortran.
The example of comment 0 prints N