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: PR c++/20118 missing template<> causes weird errors


PING: http://gcc.gnu.org/ml/gcc-patches/2008-08/msg00793.html

2008/8/12 Manuel López-Ibáñez <lopezibanez@gmail.com>:
> Bootstrapped and regression tested on x86_64-unknown-linux-gnu with
> --enable-languages=all,ada
>
> OK for trunk?
>
> 2008-08-12  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
>
>        PR  c++/20118
>        * diagnostic.c (error_at): New.
>        * toplev.h (error_at): Declare.
> cp/
>        * parser.c (cp_parser_check_template_parameters): Take a
>        cp_declarator parameter.
>        (cp_parser_elaborated_type_specifier): Update to
>        cp_parser_check_template_parameters.
>        (cp_parser_class_head): Likewise.
>        (cp_parser_check_declarator_template_parameters): Likewise.
>        (cp_parser_check_template_parameters): Handle first the non-error
>        conditions. Give more accurate diagnostics if a declarator is
>        given.
> testsuite/
>        * g++.dg/parse/pr20118.C: New.
>        * g++.dg/template/spec16.C: Update.
>

Attachment: fix-pr20118.diff
Description: Text document


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