Committed as obvious.
commit 713d72fb657827ced70636147fd1c7217891f4f7
Author: Jonathan Wakely <[email protected]>
Date: Thu Jul 17 11:43:21 2014 +0100
* doc/extend.texi (Template Instantiation): Remove stray parenthesis.
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index a47b316..53fab8d 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -18158,7 +18158,7 @@ syntax to support instantiation of the compiler support data for a
template class (i.e.@: the vtable) without instantiating any of its
members (with @code{inline}), and instantiation of only the static data
members of a template class, without the support data or member
-functions (with (@code{static}):
+functions (with @code{static}):
@smallexample
extern template int max (int, int);