This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/13211] using -###, warns about unused linker file


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]