Re: [PATCH 3/6] Canonicalize asm volatility earlier

2015-05-08 Thread Jeff Law
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 fil

[PATCH 3/6] Canonicalize asm volatility earlier

2015-05-07 Thread Richard Henderson
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(-) diff --gi