--- Comment #10 from jvdelisle at gcc dot gnu dot org 2008-01-18 22:24
---
Fixed on trunk.
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
S
--- Comment #9 from jvdelisle at gcc dot gnu dot org 2008-01-18 22:23
---
Subject: Bug 34782
Author: jvdelisle
Date: Fri Jan 18 22:22:21 2008
New Revision: 131641
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131641
Log:
2007-01-18 Jerry DeLisle <[EMAIL PROTECTED]>
--- Comment #8 from barry dot j dot mcinnes at noaa dot gov 2008-01-18
19:29 ---
Subject: Re: tab format failure to display properly
(regression vs. g77)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thanks again - I will wait the 36h, then I can try out the released
package ?
On 1
--- Comment #7 from burnus at gcc dot gnu dot org 2008-01-18 16:10 ---
> Thanks - how does one get and install the patch ?
Well, that is difficult - he did not post it. It was probably neither in the
final shape nor regression tested to make sure it does not break something of
the test
--- Comment #6 from barry dot j dot mcinnes at noaa dot gov 2008-01-18
14:40 ---
Subject: Re: tab format failure to display properly
(regression vs. g77)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thanks - how does one get and install the patch ?
On 1/18/08 7:25 AM, jvdelisle at
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-01-18 14:25
---
Found it, Patch is on the way
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34782
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-01-17 06:42
---
Interestingly, we are getting a spurious FMT_COLON token which is causing a
premature exit from the formatted transfer function and a miscalculation of the
maximum position, resulting in a truncation of the output
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-01-15 01:18
---
I think I better fix this if I can. :)
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #2 from tkoenig at gcc dot gnu dot org 2008-01-14 22:53 ---
This is also a regression wrt g77:
$ cat foo.f
character a(6)
data a / 'a', 'b', 'c', 'd', 'e', 'f' /
write(*,'(T20,A3, T1,A4, T5,A2, T7,A2, T9,A4, T17,A1)') a
end
$ g77 foo.f
$ ./a.out
--- Comment #1 from burnus at gcc dot gnu dot org 2008-01-14 22:38 ---
Jerry, do you have an idea?
Confirm. Reduced test case:
character a(6)
a = transfer("abcdef", a,size(a))
write(*,'(T20,A3, T1,A4, T5,A2, T7,A2, T9,A4, T17,A1)') a
end
Expected:
b c d
10 matches
Mail list logo