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 1/6] Only resolve_asm_operand_names once


On 05/07/2015 03:38 PM, Richard Henderson wrote:
We do it in the front end already; no need to repeat.
---
  gcc/cfgexpand.c | 2 --
  gcc/stmt.c      | 7 ++++---
  2 files changed, 4 insertions(+), 5 deletions(-)
Any reason this shouldn't go into the tree immediately? Seems like it stands on its own.

jeff


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