Date: Sat, 11 Dec 93 01:17:29 EST From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: reporting bugs in gcc Where's the best place (newsgroup, mailing list, etc.) to report an apparent code generation bug? (I know that DJ is not responsible for fixing this sort of thing.) What I'm seeing is that, in a C routine with a variable number of arguments, ebx is being used to step through the list of arguments, but the inital ebx value is setup wrong. I've recompiled the offending routine with 1.10, and it then works. I've also looked at assembly language output, and the 1.11 code is clearly wrong. Will the FSF be interested in this report, given that there have been (I think) two releases of gcc since the one used for 1.11?