Re: [PATCH] Add sibcall-{9,10}.c testcases

2015-02-20 Thread Jeff Law
On 02/20/15 07:45, Jakub Jelinek wrote: Hi! As mentioned in PR63892, with the addition of ICF the sibcall-{3,4}.c tests no longer test what they meant to test. This patch duplicates the tests and adds a volatile var bump in just one of the functions so that ICF can't be performed and the tests

[PATCH] Add sibcall-{9,10}.c testcases

2015-02-20 Thread Jakub Jelinek
Hi! As mentioned in PR63892, with the addition of ICF the sibcall-{3,4}.c tests no longer test what they meant to test. This patch duplicates the tests and adds a volatile var bump in just one of the functions so that ICF can't be performed and the tests really test sibcalls rather than say tail