]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-family/c.opt
Make -f[no-]show-column also control non-cpp diagnostics.
authorPer Bothner <per@bothner.com>
Mon, 28 Mar 2005 08:04:41 +0000 (00:04 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Mon, 28 Mar 2005 08:04:41 +0000 (00:04 -0800)
commit8abb6b2217202164ea30559a793ddbe364bfdd7f
treec0af1d58e10b837e10c8f141a5cb792a92065515
parentcbada204b4afab8ce00f8ba828183cacd22af217
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
if flag_show_column.

From-SVN: r97127
gcc/ChangeLog
gcc/c.opt
gcc/common.opt
gcc/diagnostic.c