------- Comment #11 from cvs-commit at gcc dot gnu dot org  2005-10-03 15:05 
-------
Subject: Bug 23840

CVSROOT:        /cvs/gcc
Module name:    gcc
Branch:         gcc-4_0-branch
Changes by:     [EMAIL PROTECTED]    2005-10-03 15:05:10

Modified files:
        gcc/cp         : ChangeLog parser.c 
        gcc/testsuite  : ChangeLog 

Log message:
        PR c++/22621
        * parser.c (cp_parser_template_argument): Don't turn "T::f" into
        "(*this).T::f".
        * pt.c (convert_nontype_argument): Remove ??? comment.

        PR c++/23840
        * tree.c (lvalue_p_1): A VA_ARG_EXPR with class type is an lvalue,
        when class rvalues are lvalues.

        PR c++/22621
        * g++.dg/template/overload5.C : New test.

        PR c++/23840
        * g++.dg/expr/stdarg1.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.4648.2.112&r2=1.4648.2.113
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.319.2.19&r2=1.319.2.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.421&r2=1.5084.2.422


-- 


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

Reply via email to