From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10929 invoked by alias); 30 Nov 2004 02:07:58 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 10074 invoked by uid 48); 30 Nov 2004 02:07:27 -0000 Date: Tue, 30 Nov 2004 02:07:00 -0000 Message-ID: <20041130020727.10073.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040527181206.15690.dann@godzilla.ics.uci.edu> References: <20040527181206.15690.dann@godzilla.ics.uci.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug driver/15690] [4.0 Regression] compilation stops after the first file with errors X-Bugzilla-Reason: CC X-SW-Source: 2004-11/txt/msg03756.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-30 02:07 ------- This was caused by the combination of the following patches: 2004-04-07 Caroline Tice * gcc.c (main): Move 'break' in main loops (on an error) to wait until error processing has occurred. 2004-04-05 Caroline Tice * gcc.c (combine_flag): New global variable, for new driver option. (struct compiler): Add two new fields, to be used when combining multiple input files in a single pass (IMA). (default_compilers): Add values for the new fields to all compiler entries. Modify the "@c" compiler entry for doing IMA properly with "-save-temps" and the "combine" flag. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |ctice at apple dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15690