Re: i386 EBCDIC

2025-03-21 Thread Paul Edwards via Gcc
efine schedule_block schdblock #define schedule_insns schdinsns (both functions previously appearing as SCHEDULE) The rest of the infrastructure changes are going very well, but not yet complete for the i386 EBCDIC Win32. gcc-stage* in custom.zip at pdos.org has been updated with the above change. BFN.

i386 EBCDIC

2025-03-18 Thread Paul Edwards via Gcc
on z/PDOS-generic targeting i386 EBCDIC. Dave Pitts has already made the modifications suitable for gccmvs (i370) to run, but gccwin (i386) is giving this error: enter a command type test.c int main(void) { printf("hello, world\n"); return 5; } enter a command gccwin -S -Os test.c abo