Re: [PATCH] Fix PR c++/48574

2011-05-06 Thread Jason Merrill
On 05/06/2011 07:08 AM, Dodji Seketeli wrote: Jason Merrill writes: How about type_dependent_expression_p_push instead? Like this ? Lightly tested. A full bootstrap and regression test is under way. OK. Jason

Re: [PATCH] Fix PR c++/48574

2011-05-06 Thread Dodji Seketeli
Jason Merrill writes: > How about type_dependent_expression_p_push instead? Like this ? Lightly tested. A full bootstrap and regression test is under way. Thanks. gcc/cp/ PR c++/48574 * class.c (fixed_type_or_null): Use type_dependent_p_push to test if the instance has a dep

Re: [PATCH] Fix PR c++/48574

2011-05-05 Thread Jason Merrill
How about type_dependent_expression_p_push instead? Jason