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

            Bug ID: 120623
           Summary: gcobol-16 on i386-solaris results in "out of memory".
           Product: gcc
           Version: 16.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: cobol
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rdubner at gcc dot gnu.org
  Target Milestone: ---

With gcc-16 built on i386-solaris (the cfarm215) host, using

export PATH=/usr/gnu/bin:/usr/bin:/usr/sbin

../configure CONFIG_SHELL=/bin/bash --prefix=/home/rdubner/gcc16
--enable-languages=c,c++,cobol --enable-libgcobol --enable-shared
--enable-initfini-array --disable-rpath --with-system-zlib
--with-build-config=no --without-gnu-ld --with-ld=/usr/bin/ld --with-gnu-as
--with-as=/usr/gnu/bin/as --disable-bootstrap --host=x86_64-pc-solaris2.11

Attempting to compile 

        identification division.
        program-id. wrapper.
        procedure division.
        display "Hello"
        goback.
        end program wrapper.

Results in

cobol1: out of memory allocating 150 bytes after a total of 786432 bytes

Reply via email to