Re: [PATCH] Don't ICE on invalid asm memory input (PR inline-asm/67448)

2015-09-04 Thread Jeff Law
On 09/04/2015 08:29 AM, Marek Polacek wrote: In this PR, we were crashing on an invalid asm. I think let's just reject MODIFY_EXPRs as memory inputs - I'll wager those aren't meant to be supported anyway. Bootstrapped/regtested on x86_64-linux, ok for trunk? 2015-09-04 Marek Polacek

[PATCH] Don't ICE on invalid asm memory input (PR inline-asm/67448)

2015-09-04 Thread Marek Polacek
In this PR, we were crashing on an invalid asm. I think let's just reject MODIFY_EXPRs as memory inputs - I'll wager those aren't meant to be supported anyway. Bootstrapped/regtested on x86_64-linux, ok for trunk? 2015-09-04 Marek Polacek PR inline-asm/67448 * gimplify.c (gim