--- Comment #6 from tkoenig at gcc dot gnu dot org 2007-01-28 10:45 ---
Subject: Bug 30389
Author: tkoenig
Date: Sun Jan 28 10:44:47 2007
New Revision: 121255
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121255
Log:
2007-01-28 Thomas Koenig <[EMAIL PROTECTED]>
PR li
--- Comment #5 from patchapp at dberlin dot org 2007-01-27 16:35 ---
Subject: Bug number PR 30389
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2007-01/msg02245.html
--
http://gcc.gnu.org/bugzilla/s
--- Comment #4 from patchapp at dberlin dot org 2007-01-22 20:35 ---
Subject: Bug number PR 30389
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2007-01/msg01808.html
--
http://gcc.gnu.org/bugzilla/s
--- Comment #3 from tkoenig at gcc dot gnu dot org 2007-01-19 21:35 ---
In order to fix this, we should know what we would prefer :-)
Constant folding maps a lot of characters (all ASCII
characters > 127, and a lot of control characters) to zero.
In the rest of the library, we treat the
--- 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
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-01-06 02:11
---
I can see where one could interpret the word 'result' to mean an action as
opposed to a value returned. In that sense, its not an error to return an
error.
Still I think it would be best to do the natural thing