Fix description of Wendif-labels (PR documentation/78732)
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 31 Mar 2017 14:24:27 +0000 (14:24 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 31 Mar 2017 14:24:27 +0000 (14:24 +0000)
gcc/c-family/ChangeLog:
PR documentation/78732
* c.opt (Wendif-labels): Fix description to refer to
#else rather than #elif.

From-SVN: r246616

gcc/c-family/ChangeLog
gcc/c-family/c.opt

index a129f5def777a84b9f60552edb5e3397a8c2b569..0f0bd49714a278745c7386c5c35651e932da3fa6 100644 (file)
@@ -1,3 +1,9 @@
+2017-03-31  David Malcolm  <dmalcolm@redhat.com>
+
+       PR documentation/78732
+       * c.opt (Wendif-labels): Fix description to refer to
+       #else rather than #elif.
+
 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
 
        PR libstdc++/80251
index 78fea61ef2a0f7aeca539418e098f3bf4b84b97f..13b930d75d4feef4ed8f16fcc486d6198bef510e 100644 (file)
@@ -486,7 +486,7 @@ Warn about an empty body in an if or else statement.
 
 Wendif-labels
 C ObjC C++ ObjC++ CPP(warn_endif_labels) CppReason(CPP_W_ENDIF_LABELS) Var(cpp_warn_endif_labels) Init(1) Warning LangEnabledBy(C ObjC C++ ObjC++,Wpedantic)
-Warn about stray tokens after #elif and #endif.
+Warn about stray tokens after #else and #endif.
 
 Wenum-compare
 C ObjC C++ ObjC++ Var(warn_enum_compare) Init(-1) Warning LangEnabledBy(C ObjC,Wall || Wc++-compat)