r235596 - in /trunk/gcc/cp: ChangeLog constexpr...
jason@gcc.gnu.org
jason@gcc.gnu.org
Thu Apr 28 19:01:00 GMT 2016
Author: jason
Date: Thu Apr 28 19:01:13 2016
New Revision: 235596
URL: https://gcc.gnu.org/viewcvs?rev=235596&root=gcc&view=rev
Log:
* cvt.c (cp_get_callee): New.
* constexpr.c (get_function_named_in_call): Use it.
* cxx-pretty-print.c (postfix_expression): Use it.
* except.c (check_noexcept_r): Use it.
* method.c (check_nontriv): Use it.
* tree.c (build_aggr_init_expr): Use it.
* cp-tree.h: Declare it.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/constexpr.c
trunk/gcc/cp/cp-tree.h
trunk/gcc/cp/cvt.c
trunk/gcc/cp/cxx-pretty-print.c
trunk/gcc/cp/except.c
trunk/gcc/cp/method.c
trunk/gcc/cp/tree.c
More information about the Gcc-cvs
mailing list