This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/13211] New: using -###, warns about unused linker file
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Nov 2003 07:23:50 -0000
- Subject: [Bug driver/13211] New: using -###, warns about unused linker file
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Do:
touch test.o
gcc -### test.o
And you will get a warning about an unused linker file which is not true.
--
Summary: using -###, warns about unused linker file
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Keywords: diagnostic
Severity: normal
Priority: P2
Component: driver
AssignedTo: pinskia at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13211