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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #60964|0                           |1
        is obsolete|                            |

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 61007
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61007&action=edit
gcc15-pr119595-wip.patch

Updated patch, this one actually compiles and links both 64-bit and 32-bit
libgcobol.so.1 and with the 64-bit one it still passes make check-cobol.
Clearly at least cblc_field_t::attrs needs to change type from size_t to
uint64_t and the FE needs to be adjusted accordingly, and guess then the next
step will be try make check-cobol RUNTESTFLAGS='--target_board=unix/-m32'
and once that works, try also building i686-linux target compiler and make
check-cobol there.

Reply via email to