gcc/c-family/ChangeLog:
PR documentation/78732
* c.opt (Wendif-labels): Fix description to refer to
#else rather than #elif.
From-SVN: r246616
+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
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)