This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] Fix PR8442, 8806
On Thu, 31 Jul 2003 22:07:18 +0700 (ICT), Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net> wrote:
> + else if (!allow_template_p
> + && TREE_CODE (type) == RECORD_TYPE
> + && CLASSTYPE_IS_TEMPLATE (type))
> + {
> + /* If a class template appears as elaborate type specifier
^d
> ! if (decl && TREE_CODE (decl) == TYPE_DECL)
> {
> ! /* Two cases needed to be consider when deciding if a
^ed
OK with these typo fixes. Thanks!
Jason