cvt.c (cp_convert_to_pointer): Don't call error_at if complain & tf_error is false.
authorPaolo Carlini <paolo.carlini@oracle.com>
Mon, 12 May 2014 15:33:35 +0000 (15:33 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 12 May 2014 15:33:35 +0000 (15:33 +0000)
commitbc51de9cf8fa724cb2acb81ea6d6504ac2ebbd8d
treea5b131efad1d0c219efc9adcefd6a4b824a77db3
parent079f14208faf1d627da8e9873c1bc6bb1f0ef6a6
cvt.c (cp_convert_to_pointer): Don't call error_at if complain & tf_error is false.

2014-05-12  Paolo Carlini  <paolo.carlini@oracle.com>

* cvt.c (cp_convert_to_pointer): Don't call error_at if
complain & tf_error is false.

* decl.c (make_unbound_class_template): Prefer inform for
"declared here"-type message.

From-SVN: r210326
gcc/cp/ChangeLog
gcc/cp/cvt.c
gcc/cp/decl.c