]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Backport r247485
authorMartin Liska <mliska@suse.cz>
Thu, 22 Jun 2017 11:28:22 +0000 (13:28 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 22 Jun 2017 11:28:22 +0000 (11:28 +0000)
2017-06-22  Martin Liska  <mliska@suse.cz>

Backport from mainline
2017-05-02  Martin Liska  <mliska@suse.cz>

PR other/80589
* common.opt: Fix typo.
* doc/invoke.texi: Likewise.

From-SVN: r249532

gcc/ChangeLog
gcc/common.opt

index 6180e73e5e420834f4bdb8ae71c69c936101347a..bd8663a105ba84911548b2a2553d317d9ab65b14 100644 (file)
@@ -1,3 +1,12 @@
+2017-06-22  Martin Liska  <mliska@suse.cz>
+
+       Backport from mainline
+       2017-05-02  Martin Liska  <mliska@suse.cz>
+
+       PR other/80589
+       * common.opt: Fix typo.
+       * doc/invoke.texi: Likewise.
+
 2017-06-22  Martin Liska  <mliska@suse.cz>
 
        Backport from mainline
index 429811e585cf0a48c7453f3fcbe72b53655a01c5..ac6546c24a3420ecde5921eb7842a3d0a35438a1 100644 (file)
@@ -2273,7 +2273,7 @@ flow and turn the statement with erroneous or undefined behavior into a trap.
 
 fisolate-erroneous-paths-attribute
 Common Report Var(flag_isolate_erroneous_paths_attribute) Optimization
-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 returns_nonnull or nonnull
 attribute.  Isolate those paths from the main control flow and turn the
 statement with erroneous or undefined behavior into a trap.