This is the mail archive of the gcc-bugs@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]

[Bug c++/58633] [4.7/4.8 Regression] ICE with decltype of destructor call


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58633

--- Comment #4 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> ---
Author: paolo
Date: Wed Oct 16 22:19:18 2013
New Revision: 203730

URL: http://gcc.gnu.org/viewcvs?rev=203730&root=gcc&view=rev
Log:
/cp
2013-10-16  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/58633
    * parser.c (cp_parser_pseudo_destructor_name): Revert r174385 changes.

/testsuite
2013-10-16  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/58633
    * g++.dg/cpp0x/decltype57.C: New.
    * g++.dg/cpp0x/enum18.C: Revert r174385 changes.

Added:
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/decltype57.C
Modified:
    branches/gcc-4_8-branch/gcc/cp/ChangeLog
    branches/gcc-4_8-branch/gcc/cp/parser.c
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/enum18.C


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