[Bug fortran/30389] ACHAR() intrinsic gives erroneous errors in constant-folding.
tkoenig at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jan 11 20:55:00 GMT 2007
------- Comment #2 from tkoenig at gcc dot gnu dot org 2007-01-11 20:55 -------
We should be consistent to
program main
integer :: i
i = 154
print *,achar(i)
end program main
Confirmed. I'll do this.
--
tkoenig at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |tkoenig at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-01-11 20:55:42
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30389
More information about the Gcc-bugs
mailing list