Re: [PATCH] rs6000: Don't allow %. in PRINT_OPERAND_PUNCT_VALID_P

2012-10-09 Thread David Edelsohn
On Tue, Oct 9, 2012 at 6:53 PM, Segher Boessenkool wrote: > As David noticed, I forgot PRINT_OPERAND_PUNCT_VALID_P in the patch > that removed %. This fixes it. > > Bootstrapped and regression tested on powerpc64-linux. Okay to > apply? > 2012-10-09 Segher Boessenkool > > gcc/ > * co

[PATCH] rs6000: Don't allow %. in PRINT_OPERAND_PUNCT_VALID_P

2012-10-09 Thread Segher Boessenkool
As David noticed, I forgot PRINT_OPERAND_PUNCT_VALID_P in the patch that removed %. This fixes it. Bootstrapped and regression tested on powerpc64-linux. Okay to apply? Segher 2012-10-09 Segher Boessenkool gcc/ * config/rs6000/rs6000.h (PRINT_OPERAND_PUNCT_VALID_P): Delet