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

James K. Lowden <jklowden at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2025-05-10
     Ever confirmed|0                           |1

--- Comment #3 from James K. Lowden <jklowden at gcc dot gnu.org> ---
To gitlab.cobolworx.com:COBOLworx/gcc-cobol.git
   45ec6946015..1e4b3981966  parser -> parser

This adds BINARY-C-LONG as an alias for BINARY-DOUBLE with -dialect gnu.  

It also adds -dialect gnu to the command line invoked by gcobc. 

dialects are now cumulative: "gcobol -dialect mf -dialect gnu" is valid. 

> in 32bit it would equate to BINARY-LONG

We do not expect gcobol to produce 32-bit binaries.  As of GCC 15, gcobol has
been tested only on x86_64 and aarch64.  Work on portability to other 64-bit
architectures is ongoing, but it has been over a decade since Apple, Microsoft,
or any major Linux distribution has been released for a 32-bit machine.

Reply via email to