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
PR rtl-optimization/61801
* gcc.target/i386/pr61801.c: Rewritten
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 (rev
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/pr6180
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 }
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;
Tested on x86_64-unknown-linux-gnu, applied to trunk and branches.
Richard.
2014-07-28 Richard Biener
PR rtl-optimization/61801
* gcc.target/i386/pr61801.c: New testcase.
Index: gcc/testsuite/gcc.target/i386/pr61801.c
=