This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/13211] using -###, warns about unused linker file
- From: "wilson at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Dec 2003 03:08:23 -0000
- Subject: [Bug driver/13211] using -###, warns about unused linker file
- References: <20031127072349.13211.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From wilson at gcc dot gnu dot org 2003-12-03 03:08 -------
I started looking at this because I thought it was an unreviewed patch. There
was no response to the gcc-patches message.
The suggestion of incrementing execution_count when verbose_only_flag is true
looks like the right solution to me. execution_count is only used for the
unused linker file error message, so nothing else should be affected. It does
exactly what Zack asks for, it indicates that the linker would have been run if
not for -###.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13211