summaryrefslogtreecommitdiff
path: root/gcc/c.opt
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-28 08:04:41 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-28 08:04:41 +0000
commit5fd4bf3ba37d697f707456f22289919a56198e87 (patch)
treec0af1d58e10b837e10c8f141a5cb792a92065515 /gcc/c.opt
parent3827dee50316c68e7d44f922785fe8e6a14490bd (diff)
downloadgcc-5fd4bf3ba37d697f707456f22289919a56198e87.tar.gz
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
Diffstat (limited to 'gcc/c.opt')
-rw-r--r--gcc/c.opt4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/c.opt b/gcc/c.opt
index 5613dd49d37..8efeae423c6 100644
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -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