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++/51908] [C++11] ICE in cp_parser_abort_tentative_parse with decltype and variable template arguments


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org
            Summary|ICE in                      |[C++11] ICE in
                   |cp_parser_abort_tentative_p |cp_parser_abort_tentative_p
                   |arse,                       |arse with decltype and
                   |                            |variable template arguments

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-26 22:27:42 UTC ---
This still fails on the trunk:
GNU C++ (GCC) version 4.7.0 20120126 (experimental) [trunk revision 183553]
(mips64-linux-gnu)
    compiled by GNU C version 4.7.0 20120126 (experimental) [trunk revision
183553], GMP version 4.3.2, MPFR version 3.0.0, MPC version 0.8.2
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 56535e31bb34ae0381b37def6782a84b
t.cc:4:54: internal compiler error: in cp_parser_abort_tentative_parse, at
cp/parser.c:22867
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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