invoke.texi (pedantic-errors): Explain better.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 21 Oct 2014 22:37:55 +0000 (22:37 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 21 Oct 2014 22:37:55 +0000 (22:37 +0000)
2014-10-21 Manuel López-Ibáñez  <manu@gcc.gnu.org>

* doc/invoke.texi (pedantic-errors): Explain better.

From-SVN: r216528

gcc/ChangeLog
gcc/doc/invoke.texi

index 6d5e2cc908d1e1212d9eac3d9b489d9fd225916a..803d89422814bf3b2c8fc526c35ed166707b58c1 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-21 Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+       * doc/invoke.texi (pedantic-errors): Explain better.
+
 2014-10-21  Joern Rennecke  <joern.rennecke@embecosm.com>
            Vidya Praveen <vidya.praveen@atmel.com>
            Praveen Kumar Kaushik <Praveen_Kumar.Kaushik@atmel.com>
index 644169e7b9a1dc55219df0f9e24da083a0d1017a..c200399bac5426e0f657c81b53f17db4582fc937 100644 (file)
@@ -3328,8 +3328,12 @@ nothing to warn about.)
 
 @item -pedantic-errors
 @opindex pedantic-errors
-Like @option{-Wpedantic}, except that errors are produced rather than
-warnings.
+Give an error whenever the @dfn{base standard} (see @option{-Wpedantic})
+requires a diagnostic, in some cases where there is undefined behavior
+at compile-time and in some other cases that do not prevent compilation
+of programs that are valid according to the standard. This is not
+equivalent to @option{-Werror=pedantic}, since there are errors enabled
+by this option and not enabled by the latter and vice versa.
 
 @item -Wall
 @opindex Wall