This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]