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....@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