https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64335

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |6.0
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This was fixed for GCC 6 by:

    Fix decltype-call1.C with -std=c++1z.

            * parser.h (struct cp_token): Tell GTY that CPP_DECLTYPE uses
            tree_check_value.
            * parser.c (cp_parser_decltype): Use tree_check_value.
            (saved_checks_value): New.
            (cp_parser_nested_name_specifier_opt): Use it.
            (cp_parser_template_id): Use it.
            (cp_parser_simple_type_specifier): Use it.
            (cp_parser_pre_parsed_nested_name_specifier): Use it.

    From-SVN: r231353

Reply via email to