Commit 6b887d86 by Jason Merrill Committed by Jason Merrill

37920, not 37290

From-SVN: r154021
parent 5938f74d
2009-11-07 Jason Merrill <jason@redhat.com> 2009-11-07 Jason Merrill <jason@redhat.com>
PR c++/37290 PR c++/37920
* pt.c (tsubst) [TYPEOF_TYPE]: Set cp_unevaluated_operand. * pt.c (tsubst) [TYPEOF_TYPE]: Set cp_unevaluated_operand.
PR c++/18451 PR c++/18451
......
2009-11-07 Jason Merrill <jason@redhat.com> 2009-11-07 Jason Merrill <jason@redhat.com>
PR c++/37290 PR c++/37920
* g++.dg/ext/typeof11.C: New. * g++.dg/ext/typeof11.C: New.
2009-11-08 Jakub Jelinek <jakub@redhat.com> 2009-11-08 Jakub Jelinek <jakub@redhat.com>
......
// PR c++/37290 // PR c++/37920
template<typename T> T& ensure_obj(const T&); template<typename T> T& ensure_obj(const T&);
template <typename T> template <typename T>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment