Re: [PATCH] Fix middle-end/67133, part 2

2015-08-14 Thread Richard Biener
On August 14, 2015 5:27:15 PM GMT+02:00, Marek Polacek wrote: >This is the second fix for this PR. Here the problem was that we were >accessing arguments that don't exist. We first need to check that the >call stmt has sufficient number of arguments. For details see the PR. > >Bootstrapped/reg

[PATCH] Fix middle-end/67133, part 2

2015-08-14 Thread Marek Polacek
This is the second fix for this PR. Here the problem was that we were accessing arguments that don't exist. We first need to check that the call stmt has sufficient number of arguments. For details see the PR. Bootstrapped/regtested on x86_64-linux, ok for trunk? 2015-08-14 Marek Polacek