This is the mail archive of the gcc-patches@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]

Re: PATCH (mainline): Weaken port-specific error to warning


On Fri, Feb 07, 2003 at 08:43:45PM -0600, Loren James Rittle wrote:
> !   %{p:%e`-p' not supported; use `-pg' and gprof(1)}			\
> --- 39,45 ----
> !   %{p:%nconsider using `-pg' instead of `-p' with gprof(1)}		\

This maybe goes too far "lessening" the error message.  -p isn't
supported so why imply that it is, but doesn't work as well?

I'd rather see:

> !   %{p:%e`-p' not supported -- use `-pg' and gprof(1)}			\


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