OSDN Git Service

* config/avr/avr-protos.h (avr_output_addr_vec_elt): Prototype.
[pf3gnuchains/gcc-fork.git] / gcc / gcc.1
index ef3357f..22f6066 100644 (file)
--- a/gcc/gcc.1
+++ b/gcc/gcc.1
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1991, 1992, 1993, 1994 Free Software Foundation    -*-Text-*-
+.\" Copyright (c) 1991, 1992, 1993, 1994, 2000 Free Software Foundation    -*-Text-*-
 .\" See section COPYING for conditions for redistribution
 .\"
 .\" Set up \*(lq, \*(rq if -man hasn't already set it up.
@@ -20,7 +20,7 @@
 .if n .sp
 .if t .sp 0.4
 ..
-.Id $Id: gcc.1,v 1.9 1998/12/16 20:55:57 law Exp $
+.Id $Id: gcc.1,v 1.17 2000/09/13 19:34:05 ciceron Exp $
 .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools"
 .SH NAME
 gcc, g++ \- GNU project C and C++ Compiler (gcc-2.96)
@@ -150,10 +150,8 @@ in the following sections.
 .TP
 .B Language Options
 \-ansi
-\-fall\-virtual
 \-fcond\-mismatch
 \-fdollars\-in\-identifiers
-\-fenum\-int\-equiv
 \-fexternal\-templates
 \-fno\-asm
 \-fno\-builtin
@@ -164,7 +162,6 @@ in the following sections.
 \-fno\-strict\-prototype
 \-fsigned\-bitfields
 \-fsigned\-char
-\-fthis\-is\-variable
 \-funsigned\-bitfields
 \-funsigned\-char
 \-fwritable\-strings
@@ -185,7 +182,6 @@ in the following sections.
 \-Wchar\-subscript
 \-Wcomment
 \-Wconversion
-\-Wenum\-clash
 \-Werror
 \-Wformat
 .RI \-Wid\-clash\- len
@@ -206,11 +202,15 @@ in the following sections.
 \-Wshadow
 \-Wstrict\-prototypes
 \-Wswitch
-\-Wtemplate\-debugging
 \-Wtraditional
 \-Wtrigraphs
 \-Wuninitialized
 \-Wunused
+\-Wunused-function
+\-Wunused-label
+\-Wunused-parameter
+\-Wunused-variable
+\-Wunused-value
 \-Wwrite\-strings
 .TP
 .B Debugging Options
@@ -286,7 +286,6 @@ in the following sections.
 \-nostdinc
 \-P
 .RI \-U macro
-\-undef
 .TP
 .B Assembler Option
 .RI \-Wa, option
@@ -330,6 +329,14 @@ in the following sections.
 \-mshort
 \-msoft\-float
 .Sp
+.I M68hc1x\ Options
+.br
+\-m68hc11
+\-m68hc12
+\-mshort
+\-msoft\-reg\-count \fInum\fP
+\-mauto-incdec
+.Sp
 .I VAX Options
 .br
 \-mg
@@ -454,8 +461,6 @@ in the following sections.
 \-mpa\-risc\-1\-0
 \-mpa\-risc\-1\-1
 \-mkernel
-\-mshared\-libs
-\-mno\-shared\-libs
 \-mlong\-calls
 \-mdisable\-fpregs
 \-mdisable\-indexing
@@ -838,14 +843,6 @@ Attempt to support some aspects of traditional C compilers.
 For details, see the GNU C Manual; the duplicate list here
 has been deleted so that we won't get complaints when it
 is out of date.
-.Sp
-But one note about C++ programs only (not C).  `\|\c
-.B \-traditional\c
-\&\|' has one additional effect for C++: assignment to
-.B this
-is permitted.  This is the same as the effect of `\|\c
-.B \-fthis\-is\-variable\c
-\&\|'.
 .TP
 .B \-traditional\-cpp
 Attempt to support some aspects of traditional C preprocessors.
@@ -868,17 +865,6 @@ Permit the use of `\|\c
 \&\|' by default on some target systems
 but not others.)
 .TP
-.B \-fenum\-int\-equiv
-Permit implicit conversion of \c
-.B int\c
-\& to enumeration types (C++
-only).  Normally GNU C++ allows conversion of \c
-.B enum\c
-\& to \c
-.B int\c
-\&,
-but not the other way around.
-.TP
 .B \-fexternal\-templates
 Produce smaller code for template declarations, by generating only a
 single copy of each template function where it is defined (C++ only).
@@ -904,41 +890,10 @@ Conversely, when you compile using the default option
 \&\|', all template instantiations are
 explicitly internal.
 .TP
-.B \-fall\-virtual
-Treat all possible member functions as virtual, implicitly.  All
-member functions (except for constructor functions and
-.B new
-or
-.B delete
-member operators) are treated as virtual functions of the class where
-they appear.
-.Sp
-This does not mean that all calls to these member functions will be
-made through the internal table of virtual functions.  Under some
-circumstances, the compiler can determine that a call to a given
-virtual function can be made directly; in these cases the calls are
-direct in any case.
-.TP
 .B \-fcond\-mismatch
 Allow conditional expressions with mismatched types in the second and
 third arguments.  The value of such an expression is void.
 .TP
-.B \-fthis\-is\-variable
-Permit assignment to \c
-.B this\c
-\& (C++ only).  The incorporation of
-user-defined free store management into C++ has made assignment to
-`\|\c
-.B this\c
-\&\|' an anachronism.  Therefore, by default it is invalid to
-assign to \c
-.B this\c
-\& within a class member function.  However, for
-backwards compatibility, you can make it valid with
-`\|\c
-.B \-fthis-is-variable\c
-\&\|'.
-.TP
 .B \-funsigned\-char
 Let the type \c
 .B char\c
@@ -1145,9 +1100,6 @@ but do still search the other standard directories.
 .B libg++\c
 \&\|'.)
 .TP
-.B \-undef
-Do not predefine any nonstandard macros.  (Including architecture flags).
-.TP
 .B \-E
 Run only the C preprocessor.  Preprocess all the C source files
 specified and output the results to standard output or to the
@@ -1751,10 +1703,50 @@ return-value in a function whose return-type is not \c
 .B void\c
 \&.
 .TP
+.B \-Wunused\-function
+Warn whenever a static function is declared but not defined or a
+non\-inline static function is unused.
+.TP
+.B \-Wunused\-label
+Warn whenever a label is declared but not used.
+
+To suppress this warning use the
+.B unused
+attribute.
+.TP
+.B \-Wunused\-parameter
+Warn whenever a function parameter is unused aside from its declaration.
+
+To suppress this warning use the
+.B unused
+attribute.
+.TP
+.B \-Wunused\-variable
+Warn whenever a local variable or non\-constant static variable
+is unused aside from its declaration
+
+To suppress this warning use the
+.B unused
+attribute.
+.TP
+.B \-Wunused\-value
+Warn whenever a statement computes a result that is explicitly not used.
+
+To suppress this warning cast the expression to
+.B void\c
+\&.
+.TP
 .B \-Wunused
-Warn whenever a local variable is unused aside from its declaration,
-whenever a function is declared static but never defined, and whenever
-a statement computes a result that is explicitly not used.
+All all the above `\|\c
+.B \-Wunused\c
+\&\|' options combined.
+
+In order to get a warning about an unused function parameter, you must
+either specify `\|\c
+.B \-W \-Wunused\c
+\&\|' or separatly specify `\|\c
+.B \-Wunused\-parameter\c
+\&\|'.
 .TP
 .B \-Wswitch
 Warn whenever a \c
@@ -1865,10 +1857,6 @@ Some spurious warnings can be avoided if you declare as
 .B \-Wparentheses
 Warn if parentheses are omitted in certain contexts.
 .TP
-.B \-Wtemplate\-debugging
-When using templates in a C++ program, warn if debugging is not yet
-fully available (C++ only).
-.TP
 .B \-Wall
 All of the above `\|\c
 .B \-W\c
@@ -1997,14 +1985,6 @@ header files.
 Warn if anything is declared more than once in the same scope, even in
 cases where multiple declaration is valid and changes nothing.
 .TP
-.B \-Wnested-externs
-Warn if an \c
-.B extern\c
-\& declaration is encountered within an function.
-.TP
-.B \-Wenum\-clash
-Warn about conversion between different enumeration types (C++ only).
-.TP
 .B \-Wlong-long
 Warn if
 .B long long \c
@@ -2327,6 +2307,12 @@ standard error.
 Annotate the assembler output with a comment indicating which
 pattern and alternative was used.
 .TP
+.B \-dP
+Dump the RTL in the assembler output as a comment before each instruction.
+Also turns on
+.B \-dp
+annotation.
+.TP
 .B \-fpretend\-float
 When running a cross-compiler, pretend that the target machine uses the
 same floating point format as the host machine.  This causes incorrect
@@ -2901,6 +2887,35 @@ processors, but not by the 68000.
 .PP
 These `\|\c
 .B \-m\c
+\&\|' options are defined for the Motorola 68HC11 and 68HC12:
+.TP
+.B \-m68hc11
+Generate output for a 68HC11.  This is the default when the compiler
+is configured for a 68HC11-based target.
+.TP
+.B \-m68hc12
+Generate output for a 68HC12.  This is the default when the compiler
+is configured for a 68HC12-based target.
+.TP
+.B \-mshort
+Consider type \c
+.B int\c
+\& to be 16 bits wide, like \c
+.B short int\c
+\&.
+.TP
+.B \-msoft-reg-count=\fInum\fP
+Specify the number of pseudo-soft registers which are used for the
+code generation.  The maximum number is 32.  Using more pseudo-soft
+register may or may not result in better code depending on the program.
+The default is 4 for 68HC11 and 2 for 68HC12.
+.TP
+.B \-mauto-incdec
+Enable the use of 68HC12 pre and post auto-increment and auto-decrement
+addressing modes.
+.PP
+These `\|\c
+.B \-m\c
 \&\|' options are defined for the Vax:
 .TP
 .B \-munix
@@ -3570,6 +3585,7 @@ assembler files (with a `\|\c
 These `\|\c
 .B \-m\c
 \&\|' options are defined for the Intel 80386 family of computers:
+.TP
 .B \-m486
 .TP
 .B \-mno\-486
@@ -3626,15 +3642,6 @@ generate \c
 \& instructions instead.  This avoids a rather serious
 bug in the HP-UX linker.
 .TP
-.B \-mshared-libs
-Generate code that can be linked against HP-UX shared libraries.  This option
-is not fully function yet, and is not on by default for any PA target.  Using
-this option can cause incorrect code to be generated by the compiler.
-.TP
-.B \-mno-shared-libs
-Don't generate code that will be linked against shared libraries.  This is
-the default for all PA targets.
-.TP
 .B \-mlong-calls
 Generate code which allows calls to functions greater than 256K away from
 the caller when the caller and callee are in the same source file.  Do
@@ -4140,6 +4147,11 @@ comes from the environment variable
 if available, else
 .B /tmp\c
 \&).
+.SH "EXIT STATUS"
+Normally the exit status is 0, if compilation or link edit are successful,
+and nonzero else. The option
+.B -Werror
+treats each warning as an error.
 .SH "SEE ALSO"
 cpp(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1).
 .br