This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/24473] New: [4.1 regression] Linker input files no longer ignored with -c and -o
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Oct 2005 12:23:39 -0000
- Subject: [Bug driver/24473] New: [4.1 regression] Linker input files no longer ignored with -c and -o
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
$ touch hello.c
$ gcc -c hello.c -lm -o hello.o
gcc: cannot specify -o with -c or -S with multiple files
--
Summary: [4.1 regression] Linker input files no longer ignored
with -c and -o
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: driver
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: schwab at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24473