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

r134520 - in /branches/gcc-4_3-branch/gcc: cp/C...


Author: jason
Date: Mon Apr 21 18:02:26 2008
New Revision: 134520

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134520
Log:
        PR c++/35325
        * tree.c (cp_tree_equal): Handle FIXED_CST.

        PR c++/35678
        * pt.c (template_template_parm_bindings_ok_p): Set
        processing_template_decl while in this function.

Added:
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/ext/fixed1.C
      - copied unchanged from r134519, trunk/gcc/testsuite/g++.dg/ext/fixed1.C
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/ttp27.C
      - copied unchanged from r134519, trunk/gcc/testsuite/g++.dg/template/ttp27.C
Modified:
    branches/gcc-4_3-branch/gcc/cp/ChangeLog
    branches/gcc-4_3-branch/gcc/cp/pt.c
    branches/gcc-4_3-branch/gcc/cp/tree.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


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