PR testsuite/39710
* opts.c (undocumented_msg): Do not leave blank even with
ENABLE_CHECKING.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146795
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-04-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ PR testsuite/39710
+ * opts.c (undocumented_msg): Do not leave blank even with
+ ENABLE_CHECKING.
+
2009-04-25 Joseph Myers <joseph@codesourcery.com>
* c-decl.c (build_enumerator): Allow values folding to integer
struct visibility_flags visibility_options;
/* What to print when a switch has no documentation. */
-#ifdef ENABLE_CHECKING
static const char undocumented_msg[] = N_("This switch lacks documentation");
-#else
-static const char undocumented_msg[] = "";
-#endif
/* Used for bookkeeping on whether user set these flags so
-fprofile-use/-fprofile-generate does not use them. */