This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]