This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r154129 - in /trunk/gcc: cp/ChangeLog cp/call.c...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 12 Nov 2009 20:26:37 -0000
- Subject: r154129 - in /trunk/gcc: cp/ChangeLog cp/call.c...
Author: jason
Date: Thu Nov 12 20:26:36 2009
New Revision: 154129
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154129
Log:
PR c++/42013
* call.c (build_conditional_expr): Check specifically for folding
to CALL_EXPR rather than TREE_SIDE_EFFECTS.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/call.c
trunk/gcc/testsuite/g++.dg/cpp0x/decltype19.C