[Bug c++/48450] [C++0x][SFINAE] Hard errors with static_cast expressions
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Apr 7 21:47:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48450
--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-04-07 21:47:27 UTC ---
Author: jason
Date: Thu Apr 7 21:47:24 2011
New Revision: 172143
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172143
Log:
PR c++/48450
* tree.c (build_cplus_new, build_aggr_init_expr): Take complain.
(bot_manip): Adjust.
* cp-tree.h: Adjust.
* call.c (convert_like_real, build_cxx_call): Adjust.
(perform_direct_initialization_if_possible): Adjust.
* cvt.c (ocp_convert): Adjust.
* init.c (build_value_init): Adjust.
* semantics.c (maybe_add_lambda_conv_op): Adjust.
* typeck.c (unary_complex_lvalue, cp_build_modify_expr): Adjust.
* typeck2.c (build_functional_cast): Adjust.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/call.c
trunk/gcc/cp/cp-tree.h
trunk/gcc/cp/cvt.c
trunk/gcc/cp/init.c
trunk/gcc/cp/semantics.c
trunk/gcc/cp/tree.c
trunk/gcc/cp/typeck.c
trunk/gcc/cp/typeck2.c
More information about the Gcc-bugs
mailing list