diff options
author | Per Bothner <per@bothner.com> | 2005-03-28 00:04:41 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 2005-03-28 00:04:41 -0800 |
commit | 8abb6b2217202164ea30559a793ddbe364bfdd7f (patch) | |
tree | c0af1d58e10b837e10c8f141a5cb792a92065515 /gcc/c.opt | |
parent | cbada204b4afab8ce00f8ba828183cacd22af217 (diff) | |
download | gcc-8abb6b2217202164ea30559a793ddbe364bfdd7f.zip gcc-8abb6b2217202164ea30559a793ddbe364bfdd7f.tar.gz gcc-8abb6b2217202164ea30559a793ddbe364bfdd7f.tar.bz2 |
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
Diffstat (limited to 'gcc/c.opt')
-rw-r--r-- | gcc/c.opt | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -18,6 +18,7 @@ ; Software Foundation, 59 Temple Place - Suite 330, Boston, MA ; 02111-1307, USA. +; See the GCC internals manual for a description of this file's format. ; Please try to keep this file in ASCII collating order. @@ -606,9 +607,6 @@ fshort-wchar C ObjC C++ ObjC++ Force the underlying type for \"wchar_t\" to be \"unsigned short\" -fshow-column -C ObjC C++ ObjC++ - fsigned-bitfields C ObjC C++ ObjC++ When \"signed\" or \"unsigned\" is not given make the bitfield signed |