gcc/ChangeLog:
* doc/invoke.texi (-Wrestrict): Fix typos.
From-SVN: r259020
+2018-04-02 Martin Sebor <msebor@redhat.com>
+
+ * doc/invoke.texi (-Wrestrict): Fix typos.
+
2018-04-02 Jim Wilson <jimw@sifive.com>
* config/riscv/riscv.h (SHIFT_COUNT_TRUNCATED): Set to zero.
the call is diagnosed.
@smallexample
-struct foo
+void foo (void)
@{
char a[] = "abcd1234";
strcpy (a, a + 4);
-@};
+ …
+@}
@end smallexample
-The @option{-Wrestrict} is included in @option{-Wall}.
+The @option{-Wrestrict} option detects some instances of simple overlap
+even without optimization but works best at @option{-O2}. It is included
+in @option{-Wall}.
@item -Wnested-externs @r{(C and Objective-C only)}
@opindex Wnested-externs