/cp
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Sep 2012 22:58:31 +0000 (22:58 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Sep 2012 22:58:31 +0000 (22:58 +0000)
commitef941b933933958e22c559ccfb30555dea49e8e2
tree32f7792d6eb97f6f0424af7fec2996644b3dc215
parent4411a47bbd0b2732794660e0026e76e9743a5803
/cp
2012-09-29  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/54738
* decl2.c (build_offset_ref_call_from_tree): Add tsubst_flags_t
parameter.
* pt.c (tsubst_copy_and_build): Adjust.
* parser.c (cp_parser_postfix_expression): Likewise.
* cp-tree.h: Adjust declaration.

/testsuite
2012-09-29  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/54738
* g++.dg/cpp0x/sfinae42.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191862 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/parser.c
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/sfinae42.C [new file with mode: 0644]