Revert parts of r219199.
authorSandra Loosemore <sandra@codesourcery.com>
Tue, 6 Jan 2015 02:29:02 +0000 (21:29 -0500)
committerSandra Loosemore <sandra@gcc.gnu.org>
Tue, 6 Jan 2015 02:29:02 +0000 (21:29 -0500)
2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>

Revert parts of r219199.

gcc/
* doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
<inttypes.h>.
([-Wtraditional]): Restore markup on <limits.h>.

From-SVN: r219215

gcc/ChangeLog
gcc/doc/invoke.texi

index 87d60b3dc2251de3269c9876f74d4284c8a3934d..1b6c3be7f60250d9f8ebcef18a8892b87cd82933 100644 (file)
@@ -1,3 +1,10 @@
+2015-01-05  Sandra Loosemore  <sandra@codesourcery.com>
+
+       Revert parts of r219199.
+       * doc/invoke.texi ([-Wliteral-suffix]): Restore markup on
+       <inttypes.h>.
+       ([-Wtraditional]): Restore markup on <limits.h>.
+
 2015-01-05  Trevor Saunders  <tsaunders@mozilla.com>
 
        PR c++/31397
index c7a61b8fd53a54641dae9a6a4e2d110eb11ababd..c42898cd6018328ab7a009f4f3393daa771e6460 100644 (file)
@@ -2628,8 +2628,7 @@ by @option{-Wall}.
 Warn when a string or character literal is followed by a ud-suffix which does
 not begin with an underscore.  As a conforming extension, GCC treats such
 suffixes as separate preprocessing tokens in order to maintain backwards
-compatibility with code that uses formatting macros from
-the standard header file @file{inttypes.h}.
+compatibility with code that uses formatting macros from @code{<inttypes.h>}.
 For example:
 
 @smallexample
@@ -4421,8 +4420,7 @@ The unary plus operator.
 The @samp{U} integer constant suffix, or the @samp{F} or @samp{L} floating-point
 constant suffixes.  (Traditional C does support the @samp{L} suffix on integer
 constants.)  Note, these suffixes appear in macros defined in the system
-headers of most modern systems, e.g.@: the @samp{_MIN}/@samp{_MAX} macros in 
-@file{limits.h}.
+headers of most modern systems, e.g.@: the @samp{_MIN}/@samp{_MAX} macros in @code{<limits.h>}.
 Use of these macros in user code might normally lead to spurious
 warnings, however GCC's integrated preprocessor has enough context to
 avoid warning in these cases.