/cp
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Apr 2013 12:46:10 +0000 (12:46 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Apr 2013 12:46:10 +0000 (12:46 +0000)
commit6f2aadc8061b3d70c44d13333606e63f06eb9ca7
treef2b42078949cacebf29ff22cb452a4cfa62de440
parent507e7b05c0bd66501e37f7ee813f4061a5c7f771
/cp
2013-04-11  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/56913
* typeck2.c (build_m_component_ref): Protect error calls with
(complain & tf_error).

/testsuite
2013-04-11  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/56913
* g++.dg/cpp0x/sfinae44.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197780 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/typeck2.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/sfinae44.C [new file with mode: 0644]