This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/18732] New: Compiler will not compile two source files if first has error or is unreadable
- From: "dpatel at apple dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Nov 2004 02:03:40 -0000
- Subject: [Bug driver/18732] New: Compiler will not compile two source files if first has error or is unreadable
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
$echo 'int foo(badsyntax%$@-)' > bad.c
$echo 'int foo(void) { return 0; }' > good.c
$
$gcc-4.0 -c bad.c good.c
Earlier compiler will generate good.o
--
Summary: Compiler will not compile two source files if first has
error or is unreadable
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: driver
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dpatel at apple dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18732