[Bug fortran/83079] ICE in gfc_widechar_to_char, at fortran/scanner.c:198

gscfq@t-online.de gcc-bugzilla@gcc.gnu.org
Mon Nov 20 17:25:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83079

--- Comment #1 from G. Steinmetz <gscfq@t-online.de> ---

While these variants compile :

$ cat z3.f90
program p
   print *, transfer('xy', ['a'])
end

$ cat z4.f90
program p
   print *, transfer(4_'xy', [4_'ab'])
end

$ cat z5.f90
program p
   print *, transfer(4_'xy', 4_'a')
end


More information about the Gcc-bugs mailing list