https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119242
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Even if target support for COBOL is currently limited to {x86_64,aarch64}-linux
with lp64 (I don't see why it couldn't support e.g. powerpc64le-linux or
s390x-linux, those do have __int128 and _Float128 support too), we should allow
cross-compilation from any reasonable host, it doesn't have to be one of the
targets.