On Tue, 11 Mar 2025, Jakub Jelinek wrote: > On Tue, Mar 11, 2025 at 02:40:19PM +0100, Richard Biener wrote: > > OK, I've done that and amended the set of testcases with one > > exercising dg-error. I had to prune the sprious > > > > cobol1: error: failed compiling t.cob > > > > message we emit. I don't see any warnings emitted from the frontend > > and wasn't able to create a Cobol program where the middle-end > > would emit one. > > Thanks. One more thing. The libgcobol dependence on libstdc++ > makes me wonder if the *.exp file doesn't have to include > -B etc. options not just for libgcobol itself but also for libstdc++. > Otherwise I wonder what libstdc++ is being considered during the linking > (preferably not relying on any system libstdc++).
Good point - I'll see to add those. Richard.