]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Backport r257803
authorMartin Liska <mliska@suse.cz>
Wed, 7 Mar 2018 09:49:11 +0000 (10:49 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 7 Mar 2018 09:49:11 +0000 (09:49 +0000)
2018-03-07  Martin Liska  <mliska@suse.cz>

Backport from mainline
2018-02-19  Martin Liska  <mliska@suse.cz>

PR other/80589
* doc/invoke.texi: Fix typo.
* params.def (PARAM_MAX_LOOP_HEADER_INSNS): Likewise.

From-SVN: r258331

gcc/ChangeLog
gcc/doc/invoke.texi

index c310c8919bc885af674c0635c20067a150253bcf..a7526091cb8c1801607d42f49c58dcfe3647457c 100644 (file)
@@ -1,3 +1,12 @@
+2018-03-07  Martin Liska  <mliska@suse.cz>
+
+       Backport from mainline
+       2018-02-19  Martin Liska  <mliska@suse.cz>
+
+       PR other/80589
+       * doc/invoke.texi: Fix typo.
+       * params.def (PARAM_MAX_LOOP_HEADER_INSNS): Likewise.
+
 2018-03-07  Martin Liska  <mliska@suse.cz>
 
        Backport from mainline
index b066f7bd419b4042f002883d9d3a15a39cdfca80..dbd019f2c79ae0cfd555af64ae6b869376060fd0 100644 (file)
@@ -7278,7 +7278,7 @@ This flag is enabled by default at @option{-O2} and higher and depends on
 
 @item -fisolate-erroneous-paths-attribute
 @opindex fisolate-erroneous-paths-attribute
-Detect paths that trigger erroneous or undefined behavior due a null value
+Detect paths that trigger erroneous or undefined behavior due to a null value
 being used in a way forbidden by a @code{returns_nonnull} or @code{nonnull}
 attribute.  Isolate those paths from the main control flow and turn the
 statement with erroneous or undefined behavior into a trap.  This is not