[PATCH] Fix failing test-case

2017-10-18 Thread Martin Liška
:56:44 +0200 Subject: [PATCH] Fix failing test-case gcc/testsuite/ChangeLog: 2017-10-18 Martin Liska * gcc.dg/tree-prof/switch-case-2.c: Scan IPA profile dump file instead of expand. Reason is that switch statement is not yet expanded as decision tree, which also contains a BB with co

Re: [PATCH] Fix failing test-case

2017-10-18 Thread Jan Hubicka
160d49280c8d74b4851477496 Mon Sep 17 00:00:00 2001 > From: marxin > Date: Wed, 18 Oct 2017 13:56:44 +0200 > Subject: [PATCH] Fix failing test-case > > gcc/testsuite/ChangeLog: > > 2017-10-18 Martin Liska > > * gcc.dg/tree-prof/switch-case-2.c: Scan IPA profile

Replying to an older patch ([PATCH] Fix failing test-case)

2017-11-30 Thread Sudakshina Das
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) aarch

Re: Replying to an older patch ([PATCH] Fix failing test-case)

2017-11-30 Thread Sudakshina Das
On 30/11/17 11:03, 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

Re: Replying to an older patch ([PATCH] Fix failing test-case)

2017-12-19 Thread Martin Liška
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 ";

Re: Replying to an older patch ([PATCH] Fix failing test-case)

2017-12-19 Thread Sudakshina Das
Hi Martin On 19/12/17 10:49, Martin Liška wrote: 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

Re: Replying to an older patch ([PATCH] Fix failing test-case)

2017-12-19 Thread Martin Liška
On 12/19/2017 02:03 PM, Sudakshina Das wrote: > Hi Martin > > On 19/12/17 10:49, Martin Liška wrote: >> 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 >>>