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++/37177] [c++0x] ICE on decltype(rel_ops::operator><int>);



------- Comment #4 from jason at gcc dot gnu dot org  2009-10-08 16:09 -------
Subject: Bug 37177

Author: jason
Date: Thu Oct  8 16:09:22 2009
New Revision: 152564

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152564
Log:
        PR c++/37177
        * pt.c (resolve_nondeduced_context): New.
        * cvt.c (convert_to_void): Call it.
        * semantics.c (finish_decltype_type): Likewise.
        * typeck.c (decay_conversion): Here too.
        * pt.c (tsubst_decl): Don't clobber input_location.
        Don't register a bad specialization.

Added:
    trunk/gcc/testsuite/g++.dg/template/explicit-args2.C
    trunk/gcc/testsuite/g++.dg/template/explicit-args3.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/cvt.c
    trunk/gcc/cp/pt.c
    trunk/gcc/cp/semantics.c
    trunk/gcc/cp/typeck.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic-throw.C
    trunk/gcc/testsuite/g++.old-deja/g++.pt/crash58.C


-- 


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


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