--- Comment #7 from pault at gcc dot gnu dot org 2007-12-16 11:42 ---
Fixed on trunk
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #6 from pault at gcc dot gnu dot org 2007-12-16 11:34 ---
Subject: Bug 33998
Author: pault
Date: Sun Dec 16 11:34:08 2007
New Revision: 130988
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130988
Log:
2007-12-16 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #5 from pault at gcc dot gnu dot org 2007-12-03 15:05 ---
(In reply to comment #4)
Just for the record, the following, very crude patch works and produces the
same output as NAG. It needs a lot of cleaning up and I should understand why
the inclusion of LEN works fine, exce
--- Comment #4 from pault at gcc dot gnu dot org 2007-11-30 17:06 ---
I think that I have a fix
Paul
--
pault at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from pault at gcc dot gnu dot org 2007-11-17 17:07 ---
(In reply to comment #2)
>
> I do not see any alternative but to rewrite the interface routines and put
> them in resolve.c.
This maybe a bit alarmist but not by much. Certainly, 33888 needs a bit of
help from resolv
--- Comment #2 from pault at gcc dot gnu dot org 2007-11-06 11:49 ---
In the code for the testcase:
len_test ()
{
real4 x[7];
static int4 options.40[7] = {68, 127, 0, 0, 0, 1, 0};
..snip..
parm.48.dim[0].lbound = D.727;
parm.48.dim[0].ubound = ubound.45;
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2007-11-05 23:46
---
Hey, it crashes Intel, Sun, g95 and gives a runtime error with Portland. Not
bad!
Reduced testcase:
program test
interface
function my_string(x)
integer, intent(in) :: x
integer :: sv(x)
characte