This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r154125 - in /trunk/gcc/cp: ChangeLog cp-tree.h...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 12 Nov 2009 18:25:52 -0000
- Subject: r154125 - in /trunk/gcc/cp: ChangeLog cp-tree.h...
Author: jason
Date: Thu Nov 12 18:25:51 2009
New Revision: 154125
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154125
Log:
* typeck.c (cv_qualified_p): New fn.
(decay_conversion): Use it.
* cp-tree.h: Declare it.
* tree.c (rvalue): Use it and cv_unqualified.
* init.c (build_aggr_init): Likewise.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/cp-tree.h
trunk/gcc/cp/init.c
trunk/gcc/cp/tree.c
trunk/gcc/cp/typeck.c