[Bug c++/36334] [4.2/4.3 Regression] typedef to function type leads to problems
jason at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jan 15 22:35:00 GMT 2009
------- Comment #5 from jason at gcc dot gnu dot org 2009-01-15 22:34 -------
Subject: Bug 36334
Author: jason
Date: Thu Jan 15 22:34:20 2009
New Revision: 143413
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143413
Log:
PR c++/36334
PR c++/37646
* tree.c (lvalue_p_1): Handle BASELINK. A COMPONENT_REF to
a function isn't necessarily an lvalue. Take tree, not const_tree.
(lvalue_p, real_lvalue_p): Take tree, not const_tree.
* typeck.c (lvalue_or_else): Likewise.
* cp-tree.h: Adjust prototypes.
PR c++/31488
* tree.c (pod_type_p): Return 1 for structs created by the back end.
Added:
branches/gcc-4_3-branch/gcc/testsuite/g++.dg/conversion/memfn1.C
- copied unchanged from r143404,
trunk/gcc/testsuite/g++.dg/conversion/memfn1.C
branches/gcc-4_3-branch/gcc/testsuite/g++.dg/conversion/memfn2.C
- copied unchanged from r143404,
trunk/gcc/testsuite/g++.dg/conversion/memfn2.C
branches/gcc-4_3-branch/gcc/testsuite/g++.dg/other/vararg-3.C
- copied unchanged from r143308,
trunk/gcc/testsuite/g++.dg/other/vararg-3.C
Modified:
branches/gcc-4_3-branch/gcc/cp/ChangeLog
branches/gcc-4_3-branch/gcc/cp/cp-tree.h
branches/gcc-4_3-branch/gcc/cp/tree.c
branches/gcc-4_3-branch/gcc/cp/typeck.c
branches/gcc-4_3-branch/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36334
More information about the Gcc-bugs
mailing list