[Bug fortran/42550] Unable to give initial value 2**0.5 to a real varable

2010-01-17 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2010-01-17 20:54 --- Fixed on trunk. Not backport. -- kargl at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/42550] Unable to give initial value 2**0.5 to a real varable

2010-01-16 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2010-01-16 23:18 --- This was fixed in March 2009 on trunk. With the pending release of 4.4.3 and the current state of trunk, I see no reason to back port this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42550 --- You are

[Bug fortran/42550] Unable to give initial value 2**0.5 to a real varable

2009-12-29 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2009-12-30 00:54 --- Confirmed for 4.4.3 (20091229). If sqrt2 is marked as PARAMETER, both 4.3.4 and 4.4.3 accept the code without further problems. -- dfranke at gcc dot gnu dot org changed: What|Removed

[Bug fortran/42550] Unable to give initial value 2**0.5 to a real varable

2009-12-29 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2009-12-30 00:55 --- Code compiles fine on trunk, and a sensible error is emitted when compiled with -std=f95. troutmask:sgk[215] cat we.f90 PROGRAM myProg REAL :: sqrt2 = 2**0.5 PRINT*, sqrt2 END PROGRAM myProg troutmask:sgk[216]

[Bug fortran/42550] Unable to give initial value 2**0.5 to a real varable

2009-12-29 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2009-12-30 00:59 --- Note comment #16 from PR 38823. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42550 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UNSUBSCRIBE,