Date: Thu, 9 Dec 93 11:40:14 EST From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: stdarg.h I _think_ that the new gcc has broken some code which uses stdarg.h for handling a variable number of arguments. I'll have to do more tests, including comparing assembly language output from old and new compilers, before I'm sure it's the compiler, but this is code which worked with 1.10 and Borland C. My question is, to what extent can I mix 1.10 and 1.11? Are .o files and libraries compatible? Can the 1.11 GO32 run the 1.10 compiler?