[Bug fortran/85547] Run-time error: character array constructor
w6ws at earthlink dot net
gcc-bugzilla@gcc.gnu.org
Tue May 1 03:06:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85547
--- Comment #5 from Walter Spector <w6ws at earthlink dot net> ---
Turns out my third case, in comment #2, is incorrect. To correct it, line 5
should read:
path = (/ 'xyz/' /)
With this correction, my current trunk snapshot works ok. (Doesn't apply to
the first two examples though.)
More information about the Gcc-bugs
mailing list