Re: [PATCH] Fix ICE with va_arg (PR tree-optimization/69162)

2016-01-08 Thread Richard Biener
On Thu, 7 Jan 2016, Jakub Jelinek wrote: > Hi! > > The addition of IFN_VA_ARG which is only during stdarg pass lowered > introduced ICE on the following testcase. The problem is that > we expected that the type the first argument of the internal call points > to will remain the one that used to

[PATCH] Fix ICE with va_arg (PR tree-optimization/69162)

2016-01-07 Thread Jakub Jelinek
Hi! The addition of IFN_VA_ARG which is only during stdarg pass lowered introduced ICE on the following testcase. The problem is that we expected that the type the first argument of the internal call points to will remain the one that used to be there during gimplification, but as pointer convers