On Wed, Mar 05, 2025 at 12:46:48PM +0100, Richard Biener wrote: > and the installed compiler behaves as intended. I can trick -m32 to "work" > by using the generic gcc diriver: > > > ./install/gcc-cobol/usr/local/bin/gcc -x cobol t.cob -m32 -c > > but I think this is a less important issue.
Agreed, it should be the compiler, i.e. cobol1, that diagnoses this rather than the driver. Jakub