[PATCH 3/6] Canonicalize asm volatility earlier

Jeff Law law@redhat.com
Fri May 8 18:12:00 GMT 2015


On 05/07/2015 03:38 PM, Richard Henderson wrote:
> If gimple_asm_volatile_p is correct, no point re-checking.
> This is also done by the C and C++ front ends, but not Ada.
> So we can't yet trust ASM_VOLATILE_P from the front end.
> ---
>   gcc/cfgexpand.c | 11 +++--------
>   gcc/gimplify.c  |  2 +-
>   2 files changed, 4 insertions(+), 9 deletions(-)
Also seems like it ought to be able to go forward independently now 
rather than waiting.

jeff



More information about the Gcc-patches mailing list