[C++ Patch] PR 29273

2012-01-03 Thread Paolo Carlini
Hi, in this issue, filed by Martin Sebor and confirmed at the time by the EDG people (indeed ICC accepts the testcase), we reject an array as source v of a dynamic_cast, because we don't decay it to pointer, as we should when T is a pointer type, per 5, p8 in C++03 about an lvalue expression

Re: [C++ Patch] PR 29273

2012-01-03 Thread Jason Merrill
OK. Jason