PR 18732
authordpatel <dpatel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Dec 2004 00:01:59 +0000 (00:01 +0000)
committerdpatel <dpatel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Dec 2004 00:01:59 +0000 (00:01 +0000)
       * gcc.c (main): Do not break out of loop when error is reported while
       processing one source file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92018 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcc.c

index a56d7ea..971c249 100644 (file)
@@ -1,3 +1,9 @@
+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.
index eaf58d2..707ae33 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -6548,7 +6548,6 @@ main (int argc, const char **argv)
        {
          delete_failure_queue ();
          error_count++;
-         break;
        }
       /* If this compilation succeeded, don't delete those files later.  */
       clear_failure_queue ();