PR 18732
* gcc.c (main): Do not break out of loop when error is reported while
processing one source file.
From-SVN: r92018
+2004-12-10 Devang Patel <dpatel@apple.com>
+
+ PR 18732
+ * gcc.c (main): Do not break out of loop when error is reported while
+ processing one source file.
+
2004-12-10 Diego Novillo <dnovillo@redhat.com>
* tree-into-ssa.c (REWRITE_THIS_STMT): Define.
{
delete_failure_queue ();
error_count++;
- break;
}
/* If this compilation succeeded, don't delete those files later. */
clear_failure_queue ();