re PR c++/58305 (Deprecation warning for class not raised when not assigning to a...
commit0fbf438441177627c8b16dc898af7e1211723fc1
authorPaolo Carlini <paolo.carlini@oracle.com>
Wed, 4 Sep 2013 08:57:26 +0000 (4 08:57 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 4 Sep 2013 08:57:26 +0000 (4 08:57 +0000)
treeb653c8dd35eec8b62ecd7348a6377136416bf172
parent7bacbe5c8a4e9dc1fac12da706753a47f8e78e14
re PR c++/58305 (Deprecation warning for class not raised when not assigning to a variable)

/cp
2013-09-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/58305
* typeck2.c (build_functional_cast): Maybe warn_deprecated_use.

/testsuite
2013-09-03  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/58305
* g++.dg/warn/deprecated-8.C: New.

From-SVN: r202242
gcc/cp/ChangeLog
gcc/cp/typeck2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/warn/deprecated-8.C [new file with mode: 0644]