From ab4bb1b30019f18efec222d2ab3d3c91d2a98622 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Tue, 27 Dec 2016 15:37:05 -0500 Subject: cppopts.texi: Delete redundant documentation for -x. 2016-12-27 Sandra Loosemore gcc/ * doc/cppopts.texi: Delete redundant documentation for -x. Move -fno-show-column documentation to... * doc/invoke.texi (Diagnostic Message Formatting Options): ...here. Update the option summary. From-SVN: r243944 --- gcc/doc/cppopts.texi | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'gcc/doc/cppopts.texi') diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 567a748..7de6ca1 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -297,25 +297,6 @@ location. The filename may be absolute or it may be relative to GCC's current directory. @end ifclear -@item -x c -@itemx -x c++ -@itemx -x objective-c -@itemx -x assembler-with-cpp -@opindex x -Specify the source language: C, C++, Objective-C, or assembly. This has -nothing to do with standards conformance or extensions; it merely -selects which base syntax to expect. If you give none of these options, -cpp will deduce the language from the extension of the source file: -@samp{.c}, @samp{.cc}, @samp{.m}, or @samp{.S}. Some other common -extensions for C++ and assembly are also recognized. If cpp does not -recognize the extension, it will treat the file as C; this is the most -generic mode. - -@emph{Note:} Previous versions of cpp accepted a @option{-lang} option -which selected both the language and the standards conformance level. -This option has been removed, because it conflicts with the @option{-l} -option. - @item -I- @opindex I- Split the include path. Any directories specified with @option{-I} @@ -564,12 +545,6 @@ form @option{-fno-working-directory}. If the @option{-P} flag is present in the command line, this option has no effect, since no @code{#line} directives are emitted whatsoever. -@item -fno-show-column -@opindex fno-show-column -Do not print column numbers in diagnostics. This may be necessary if -diagnostics are being scanned by a program that does not understand the -column numbers, such as @command{dejagnu}. - @item -A @var{predicate}=@var{answer} @opindex A Make an assertion with the predicate @var{predicate} and answer -- cgit v1.1