Re: [arm] Fix rtl-checking failure in arm_print_value

2019-10-03 Thread Richard Sandiford
Kyrill Tkachov writes: > Hi Richard, > > On 10/3/19 1:45 PM, Richard Sandiford wrote: >> Noticed while debugging the arm bootstrap failure. >> >> Tested on arm-linux-gnueabihf.  OK to install? >> >> Richard >> >> >> 2019-10-03  Richard Sandiford >> >> gcc/ >>     * config/arm/arm.c (arm_print

Re: [arm] Fix rtl-checking failure in arm_print_value

2019-10-03 Thread Kyrill Tkachov
Hi Richard, On 10/3/19 1:45 PM, Richard Sandiford wrote: Noticed while debugging the arm bootstrap failure. Tested on arm-linux-gnueabihf.  OK to install? Richard 2019-10-03  Richard Sandiford gcc/     * config/arm/arm.c (arm_print_value): Use real_to_decimal     to print CONST_DOU

[arm] Fix rtl-checking failure in arm_print_value

2019-10-03 Thread Richard Sandiford
Noticed while debugging the arm bootstrap failure. Tested on arm-linux-gnueabihf. OK to install? Richard 2019-10-03 Richard Sandiford gcc/ * config/arm/arm.c (arm_print_value): Use real_to_decimal to print CONST_DOUBLEs. Index: gcc/config/arm/arm.c