OSDN Git Service

Make -f[no-]show-column also control non-cpp diagnostics.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Mar 2005 08:04:41 +0000 (08:04 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Mar 2005 08:04:41 +0000 (08:04 +0000)
commit5fd4bf3ba37d697f707456f22289919a56198e87
treec0af1d58e10b837e10c8f141a5cb792a92065515
parent3827dee50316c68e7d44f922785fe8e6a14490bd
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97127 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c.opt
gcc/common.opt
gcc/diagnostic.c