On Sat, Jun 8, 2013 at 4:03 PM, David Edelsohn wrote:
> FYI, gcc/cp has it's own ChangeLog file. Yes, it is confusing that
> some directories have their own and others do not.
Fixed now.
Sri.
>
> - David
FYI, gcc/cp has it's own ChangeLog file. Yes, it is confusing that
some directories have their own and others do not.
- David
> The ICE here is because of a multi-versioned function called from
> global namespace and has no caller. This ICEs in target hook
> ix86_can_inline_p as caller is 0x0. The following simple patch
> attached fixes this problem.
>
> * cp/call.c (build_over_call): Check if current_function
OK.
Jason