https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119217
--- Comment #28 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #27 from Robert Dubner <rdubner at gcc dot gnu.org> --- > I have managed to compile gcobol and libgcobol.so on a i386-pc-solaris > system. > (Thanks, Richard!) Good! (It's Rainer btw.;-) > Attempting to compile a COBOL source file with the resulting gcobol executable > results in this rather intriguing error message: > > cobol1: out of memory allocating 150 bytes after a total of 786432 bytes. > > I will be looking into that. I found that you can avoid this by putting LANG=C in the environment. Haven't yet investigated why this happens, though. > Meanwhile, since it appears that all of the original issues raised in this PR > have been addressed to the point where I can compile on an i386-solaris > system, > I am going to close this PR out. I think so, yes. Though there are other issues on other targets, they're covered by separate PRs. Thanks for your help with all this.
