This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH to generalize -g[no-]show-column
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 27 Mar 2005 01:45:05 -0800
- Subject: Re: PATCH to generalize -g[no-]show-column
- References: <424668F7.5030303@bothner.com>
Per Bothner <per@bothner.com> writes:
> Make -f[no-]show-column also control non-cpp diagnostics.
> * c.opt (fshow-column): Move option from here ...
> * common.opt (fshow-column): ... to here.
> * diagnostic.c (diagnostic_build_prefix): Only print column
> number of flag_show_column.
Ok.
zw