gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] open-cobol under Mac OS X


From: Roger While
Subject: [open-cobol-list] open-cobol under Mac OS X
Date: Mon, 07 Jul 2008 14:54:08 +0200


Hi Frank,
OK. What's happening here is that Apple put out a gcc with
nested functions disallowed. The rationale was that for nested C functions gcc
generates instructions on the stack which may not be executable.
Anyway, in OC not a problem as we have always had code in place
for the non-gcc case. So, we just make the non-gcc case the default.
Allows some stripping of code in codegen.c.
Fixed in current OC 1.1 tarball.

Roger



reply via email to

[Prev in Thread] Current Thread [Next in Thread]