On 4/2/25 2:57 PM, Peter Bergner wrote: > The AIX traceback table documentation states the tbtab "lang" field for > Cobol should be set to 7. > > Tested on powerpc64le-linux. There are "new" FAILs with the patch (see below) > on the Cobol test cases, but that is a good thing, because without the > patch, the compiler ICEs and none of the tests are even run making them > essentially unsupported. > > The FAILs below are due to PR119597 and are only hit when compiling with -O0. > The -O[123s] Cobol tests all PASS. That is an improvement to me over the > current status, so I'm treating this patch as "obvious" and will push it > tomorrow unless someone has an objection.
Pushed to trunk now. We still have PR119597 to deal with though before Cobol is working-working on powerpc64le-linux. Peter