OCamlPro / gnucobol

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
https://get-superbol.com
GNU Lesser General Public License v3.0
22 stars 24 forks source link

"Fix" PERFORM bounds check in 4.x - but disable it for now as it is not ISO-compliant #194

Open ddeclerck opened 1 month ago

ddeclerck commented 1 month ago

As per https://github.com/OCamlPro/gnucobol/pull/147#issuecomment-2405586694.

ddeclerck commented 1 month ago

I guess that's it ?

GitMensch commented 1 month ago

Thanks again - time for upstream trunk, then going on with the 3x->trunk merge.

It would be nice if you find the time to finish #191 by backporting this adjustment (which then has a misleading title).

ddeclerck commented 1 month ago

Thanks again - time for upstream trunk

Actually I might as well add a ChangeLog entry for those changes (especially those in parser.y).

It would be nice if you find the time to finish #191 by backporting this adjustment

I'll add those changes to #191 but I'll let someone else deal with the "other stuff" that remain to be addressed in that PR.

which then has a misleading title

Well at first it was just about disabling the PEFORM bound check, hence the title.