Re: Remove array_index inliner hint

2019-07-16 Thread Richard Sandiford
JiangNing OS writes: > Hi Honza, > > It seems this commit caused gcc bootstrap failure on aarch64 as below, > > Comparing stages 2 and 3 > warning: gcc/cc1obj-checksum.o differs > Bootstrap comparison failure! > gcc/dwarf2out.o differs > gcc/var-tracking.o differs > gcc/aarch64.o differs > make[2]

RE: Remove array_index inliner hint

2019-07-15 Thread JiangNing OS
Hi Honza, It seems this commit caused gcc bootstrap failure on aarch64 as below, Comparing stages 2 and 3 warning: gcc/cc1obj-checksum.o differs Bootstrap comparison failure! gcc/dwarf2out.o differs gcc/var-tracking.o differs gcc/aarch64.o differs make[2]: *** [compare] Error 1 Do you know the r