[Bug fortran/91752] BOZ constant outside DATA/INT/REAL/DBLE/CMPLX flagged as error
juergen.reuter at desy dot de
gcc-bugzilla@gcc.gnu.org
Thu Sep 12 11:47:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91752
--- Comment #2 from Jürgen Reuter <juergen.reuter at desy dot de> ---
Yes, that would work, but the better workaroud is to replace
h = B"11"
by
h = int (B"11")
I convinced the authors of the software we depend upon to do that accordingly.
More information about the Gcc-bugs
mailing list