]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Backport r247485
authorMartin Liska <mliska@suse.cz>
Thu, 22 Jun 2017 11:17:56 +0000 (13:17 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 22 Jun 2017 11:17:56 +0000 (11:17 +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: r249519

gcc/ChangeLog
gcc/common.opt

index 937e6762903ca7f87df1ffe0b8e5fe435f49f2ed..6f3606eef70958e98eb8213c0012588152e80707 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 67048db7c9baf3a0d6098963c0b8f5131d1a8889..a25557720b5694de05e3d332297aa08cbf8615ea 100644 (file)
@@ -2373,7 +2373,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.