Commit 3dede806 by Devang Patel Committed by Devang Patel

re PR driver/18732 (Compiler will not compile two source files if first has error or is unreadable)

       PR 18732
       * gcc.c (main): Do not break out of loop when error is reported while
       processing one source file.

From-SVN: r92018
parent 7d5f9cc6
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> 2004-12-10 Diego Novillo <dnovillo@redhat.com>
* tree-into-ssa.c (REWRITE_THIS_STMT): Define. * tree-into-ssa.c (REWRITE_THIS_STMT): Define.
......
...@@ -6548,7 +6548,6 @@ main (int argc, const char **argv) ...@@ -6548,7 +6548,6 @@ main (int argc, const char **argv)
{ {
delete_failure_queue (); delete_failure_queue ();
error_count++; error_count++;
break;
} }
/* If this compilation succeeded, don't delete those files later. */ /* If this compilation succeeded, don't delete those files later. */
clear_failure_queue (); clear_failure_queue ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment