Re: [PATCH] Testcase for PR61801

2014-08-06 Thread Jakub Jelinek
Hi! I've cleaned up the testcase some more, tested on 4.8/4.9/trunk that it fails without the sched-deps.c fix too (both -m32 and -m64) and works with the fix. Committed to all branches. 2014-08-06 Jakub Jelinek ja...@redhat.com PR rtl-optimization/61801 *

[PATCH] Testcase for PR61801

2014-07-28 Thread Richard Biener
Tested on x86_64-unknown-linux-gnu, applied to trunk and branches. Richard. 2014-07-28 Richard Biener rguent...@suse.de PR rtl-optimization/61801 * gcc.target/i386/pr61801.c: New testcase. Index: gcc/testsuite/gcc.target/i386/pr61801.c

Re: [PATCH] Testcase for PR61801

2014-07-28 Thread Jakub Jelinek
On Mon, Jul 28, 2014 at 09:50:24AM +0200, Richard Biener wrote: --- gcc/testsuite/gcc.target/i386/pr61801.c (revision 0) +++ gcc/testsuite/gcc.target/i386/pr61801.c (working copy) @@ -0,0 +1,22 @@ +/* { dg-do compile } */ +/* { dg-options -Os -fcompare-debug } */ + +int a, b, c; +void

Re: [PATCH] Testcase for PR61801

2014-07-28 Thread Jakub Jelinek
On Mon, Jul 28, 2014 at 10:44:15AM +0200, Jakub Jelinek wrote: On Mon, Jul 28, 2014 at 09:50:24AM +0200, Richard Biener wrote: --- gcc/testsuite/gcc.target/i386/pr61801.c (revision 0) +++ gcc/testsuite/gcc.target/i386/pr61801.c (working copy) @@ -0,0 +1,22 @@ +/* { dg-do compile } */

Re: [PATCH] Testcase for PR61801

2014-07-28 Thread Markus Trippelsdorf
On 2014.07.28 at 10:53 +0200, Jakub Jelinek wrote: On Mon, Jul 28, 2014 at 10:44:15AM +0200, Jakub Jelinek wrote: On Mon, Jul 28, 2014 at 09:50:24AM +0200, Richard Biener wrote: --- gcc/testsuite/gcc.target/i386/pr61801.c (revision 0) +++ gcc/testsuite/gcc.target/i386/pr61801.c

Re: [PATCH] Testcase for PR61801

2014-07-28 Thread Richard Biener
On Mon, 28 Jul 2014, Markus Trippelsdorf wrote: On 2014.07.28 at 10:53 +0200, Jakub Jelinek wrote: On Mon, Jul 28, 2014 at 10:44:15AM +0200, Jakub Jelinek wrote: On Mon, Jul 28, 2014 at 09:50:24AM +0200, Richard Biener wrote: --- gcc/testsuite/gcc.target/i386/pr61801.c (revision 0)