RE: [PATCH] cobol: Move includes before system.h

2025-03-24 Thread Robert Dubner
I'm going to take your word on this one. LGTM > -Original Message- > From: Iain Sandoe > Sent: Monday, March 24, 2025 06:21 > To: jklow...@cobolworx.com; rdub...@symas.com; gcc-patches@gcc.gnu.org > Subject: [PATCH] cobol: Move includes before system.h > > A

[PATCH] cobol: Move includes before system.h

2025-03-24 Thread Iain Sandoe
A trivial patch that ensures host includes referenced directly are included before system.h (to avoid issues with poisoned interfaces). Tested on x86_64-linux,darwin aarch64-linux, OK for trunk? thanks Iain --- 8< --- This just moves a couple of includes ahead of cobol-system.h which in turn incl