This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
DJGPP bootstrap fix
- To: gcc-patches at gcc dot gnu dot org
- Subject: DJGPP bootstrap fix
- From: "Mark E." <snowball3 at bigfoot dot com>
- Date: Tue, 9 Jan 2001 10:14:07 -0500
Hi guys,
I found out why the bootstrap was failing. It turns out some uninitialized
memory was causing the trouble.
gcc/ChangeLog
2001-01-09 Mark Elbrecht <snowball3@bigfoot.com>
* gcc.c (process_command): Set switches[n_switches] to 0.
Mark