[Fortran, Patch, PR{43366, 57117, 61337, 61376}, v1] Assign to polymorphic objects.
Dominique d'Humières
dominiq@lps.ens.fr
Wed Nov 30 20:51:00 GMT 2016
If I compile the test with an instrumented gfortran , I get
../../work/gcc/fortran/interface.c:2948:33: runtime error: load of value 1818451807, which is not a valid value for type ‘expr_t'
Dominique
> Le 30 nov. 2016 à 21:06, David Edelsohn <dje.gcc@gmail.com> a écrit :
>
> Hi, Andre
>
> I have noticed that the alloc_comp_class_5.f03 testcase fails on AIX.
> Annotating the testcase a little, shows that the failure is at
>
> if (any(x /= ["foo", "bar", "baz"])) call abort()
>
> write (*,*) any
>
> at the point of failure produces
>
> "foobarba"
>
> - David
More information about the Fortran
mailing list