mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-15 16:24:09 +08:00
invoke.texi: Fix cpp.info cross-reference.
* doc/invoke.texi: Fix cpp.info cross-reference. * doc/passes.texi: Fix gcc.info cross-reference. From-SVN: r122869
This commit is contained in:
parent
a21856f76b
commit
7d07e4ea35
@ -1,3 +1,8 @@
|
||||
2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
|
||||
|
||||
* doc/invoke.texi: Fix cpp.info cross-reference.
|
||||
* doc/passes.texi: Fix gcc.info cross-reference.
|
||||
|
||||
2007-03-12 Zdenek Dvorak <dvorakz@suse.cz>
|
||||
|
||||
PR tree-optimization/30835
|
||||
|
@ -1375,7 +1375,7 @@ GCC 4.3. This option is not supported in C89 or gnu89 mode.
|
||||
The preprocesor macros @code{__GNUC_GNU_INLINE__} and
|
||||
@code{__GNUC_STDC_INLINE__} may be used to check which semantics are
|
||||
in effect for @code{inline} functions. @xref{Common Predefined
|
||||
Macros,,,cpp.info,The C Preprocessor}.
|
||||
Macros,,,cpp,The C Preprocessor}.
|
||||
|
||||
@item -aux-info @var{filename}
|
||||
@opindex aux-info
|
||||
|
@ -191,7 +191,7 @@ rid of it. This pass is located in @file{tree-cfg.c} and described by
|
||||
@item Mudflap declaration registration
|
||||
|
||||
If mudflap (@pxref{Optimize Options,,-fmudflap -fmudflapth
|
||||
-fmudflapir,gcc.info,Using the GNU Compiler Collection (GCC)}) is
|
||||
-fmudflapir,gcc,Using the GNU Compiler Collection (GCC)}) is
|
||||
enabled, we generate code to register some variable declarations with
|
||||
the mudflap runtime. Specifically, the runtime tracks the lifetimes of
|
||||
those variable declarations that have their addresses taken, or whose
|
||||
|
Loading…
Reference in New Issue
Block a user