Commit 40abbbea by Marek Polacek Committed by Marek Polacek

* doc/invoke.texi: Fix typo.

From-SVN: r247784
parent 05e5efc8
2017-05-09 Marek Polacek <polacek@redhat.com>
* doc/invoke.texi: Fix typo.
2017-05-09 Richard Biener <rguenther@suse.de> 2017-05-09 Richard Biener <rguenther@suse.de>
* tree-vrp.c (vrp_val_is_max): Adjust comment. * tree-vrp.c (vrp_val_is_max): Adjust comment.
......
...@@ -4279,10 +4279,10 @@ switch (cond) ...@@ -4279,10 +4279,10 @@ switch (cond)
C++17 provides a standard way to suppress the @option{-Wimplicit-fallthrough} C++17 provides a standard way to suppress the @option{-Wimplicit-fallthrough}
warning using @code{[[fallthrough]];} instead of the GNU attribute. In C++11 warning using @code{[[fallthrough]];} instead of the GNU attribute. In C++11
or C++14 users can use @code{[[gnu::fallthrough]];}, which is a GNU extension. or C++14 users can use @code{[[gnu::fallthrough]];}, which is a GNU extension.
Instead of the these attributes, it is also possible to add a fallthrough Instead of these attributes, it is also possible to add a fallthrough comment
comment to silence the warning. The whole body of the C or C++ style comment to silence the warning. The whole body of the C or C++ style comment should
should match the given regular expressions listed below. The option argument match the given regular expressions listed below. The option argument @var{n}
@var{n} specifies what kind of comments are accepted: specifies what kind of comments are accepted:
@itemize @bullet @itemize @bullet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment