On 11/30/2017 12:03 PM, Sudakshina Das wrote: > https://gcc.gnu.org/ml/gcc-patches/2017-10/msg01157.html > > This patch fixed a test case switch-case-2.c. I am seeing switch-case-1.c failing on > > arm-none-linux-gnueabihf: > FAIL: gcc.dg/tree-prof/switch-case-1.c scan-rtl-dump-times expand ";; basic block[^\\n]*count 2000" 1 (found 0 times) > > aarch64-none-linux-gnu: > FAIL: gcc.dg/tree-prof/switch-case-1.c scan-rtl-dump-times expand ";; basic block[^\\n]*count 2000" 1 (found 2 times) > > which looks pretty similar (also the same changes make it pass). Can you confirm? > > Sudi Hello. There's patch for that. Can you please test it? Martin