too many nested scopes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90936
138bc75d-0d04-0410-961f-
82ee72b054a4
+2004-11-19 Joseph S. Myers <joseph@codesourcery.com>
+
+ * c-decl.c (push_scope): Remove "\n" from end of diagnostic for
+ too many nested scopes.
+
2004-11-19 Dorit Naishlos <dorit@il.ibm.com>
PR tree-opt/18181
if (current_scope && scope->depth == 0)
{
scope->depth--;
- sorry ("GCC supports only %u nested scopes\n", scope->depth);
+ sorry ("GCC supports only %u nested scopes", scope->depth);
}
current_scope = scope;