public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/44028]  New: -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns
@ 2010-05-07 15:51 zsojka at seznam dot cz
  2010-05-07 15:54 ` [Bug rtl-optimization/44028] " zsojka at seznam dot cz
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: zsojka at seznam dot cz @ 2010-05-07 15:51 UTC (permalink / raw)
  To: gcc-bugs

Command line:
$ gcc -O1 -fregmove -fsched-pressure -ftree-vectorize -funroll-loops
-fschedule-insns -fcompare-debug testcase.c
or
$ gcc -O3 -fsched-pressure -fschedule-insns -fcompare-debug testcase.c

Tested revisions:
r159062 - fail
r159045 - fail
r158683 - fail
r153685 - fail


-- 
           Summary: -fcompare-debug failure (length) with -O3 -fsched-
                    pressure -fschedule-insns
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zsojka at seznam dot cz
  GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44028


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug rtl-optimization/44028] -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns
  2010-05-07 15:51 [Bug rtl-optimization/44028] New: -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns zsojka at seznam dot cz
@ 2010-05-07 15:54 ` zsojka at seznam dot cz
  2010-05-07 17:46 ` ubizjak at gmail dot com
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zsojka at seznam dot cz @ 2010-05-07 15:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from zsojka at seznam dot cz  2010-05-07 15:53 -------
Created an attachment (id=20597)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20597&action=view)
reduced testcase (from gcc.c-torture/execute/20030914-1.c)

Different code is generated with x86_64-linux as target


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44028


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug rtl-optimization/44028] -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns
  2010-05-07 15:51 [Bug rtl-optimization/44028] New: -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns zsojka at seznam dot cz
  2010-05-07 15:54 ` [Bug rtl-optimization/44028] " zsojka at seznam dot cz
@ 2010-05-07 17:46 ` ubizjak at gmail dot com
  2010-05-07 20:13 ` [Bug debug/44028] " jakub at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ubizjak at gmail dot com @ 2010-05-07 17:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ubizjak at gmail dot com  2010-05-07 17:46 -------
The difference starts in sched1 dumps:

[...]
+{r127:XF=float(r150:SI);clobber [frame:DI-0x44];}
+REG_DEAD: r150:SI
 {r160:HI=r160:HI|0xc00;clobber flags:CC;}
 REG_UNUSED: flags:CC
 r106:XF=r106:XF+r120:XF
 REG_DEAD: r120:XF
-{r127:XF=float(r150:SI);clobber [frame:DI-0x44];}
-REG_DEAD: r150:SI
[...]


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-05-07 17:46:08
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44028


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug debug/44028] -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns
  2010-05-07 15:51 [Bug rtl-optimization/44028] New: -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns zsojka at seznam dot cz
  2010-05-07 15:54 ` [Bug rtl-optimization/44028] " zsojka at seznam dot cz
  2010-05-07 17:46 ` ubizjak at gmail dot com
@ 2010-05-07 20:13 ` jakub at gcc dot gnu dot org
  2010-05-07 20:14 ` hjl dot tools at gmail dot com
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-05-07 20:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2010-05-07 20:13 -------
Slightly more reduced testcase:

void
foo (unsigned f, long v, unsigned *w, unsigned a, unsigned b, unsigned e,
unsigned c, unsigned d)
{
  unsigned h = v / 4, x[16];
  while (f < h)
    {
      unsigned i;
      f++;
      a |= (a >> 30);
      d = (d << 30) | ((unsigned) d >> 30);
      c = (c << 30) | ((unsigned) c >> 30);
      b = 30 | ((unsigned) b >> 30);
      d += a = (a << 30) | ((unsigned) a >> 2);
      c += ((d << 5) | (d >> 27)) + ((e & (a ^ b))) + 0x5a827999 + x[12];
      a += (c & e);
      c = 30 | ((unsigned) c);
      i = x[5] ^ x[7] ^ x[8] ^ x[3];
      x[5] = (i << 1) | ((unsigned) i >> 31);
      i = x[6] ^ x[2] ^ x[14] ^ x[13];
      x[6] = (i << 1) | (i >> 31);
      b += (c | (c >> 5)) + (d ^ e) + 0x6ed9eba1
        + (x[7] = (i << 1) | ((unsigned) i >> 31));
      x[8] = i | 1;
      e += (a | 5) + b + (i = x[9] ^ x[6], x[10] = (i << (unsigned) i));
      e = 30 | ((unsigned) e >> 30);
      i = x[12] ^ x[14] ^ x[12] ^ x[12], (x[12] = 1 | ((unsigned) i));
      i = x[13] ^ x[5] ^ x[10], (x[13] = (i << (unsigned) 1));
      i = x[2] ^ x[7] ^ x[12], (x[15] = i | ((unsigned) i >> 1));
      i = x[2] ^ x[0] ^ x[13], (x[0] = (i << 1) | 31);
      e = (e << 30) | 2;
      i = x[14] ^ x[2] ^ x[15], (x[2] = i | 1);
      x[3] = i | ((unsigned) i);
      i = x[14] ^ x[12] ^ x[4], (x[4] = 1 | ((unsigned) i >> 1));
      x[5] = i | 1;
      e = (e << 30) | 30;
      b += (5 | ((unsigned) e >> 5)) + 0x8f1bbcdc
        + (x[9] = (i | ((unsigned) i >> 1)));
      i = x[2] ^ (x [10] = ((i << 1) | (i >> 1)));
      x[13] = (i | ((unsigned) i >> 1));
      (i = x[14] ^ x[0] ^ x[14], (x[14] = ((i << 1) | 31)));
      a = *w += a;
    }
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44028


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug debug/44028] -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns
  2010-05-07 15:51 [Bug rtl-optimization/44028] New: -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns zsojka at seznam dot cz
                   ` (2 preceding siblings ...)
  2010-05-07 20:13 ` [Bug debug/44028] " jakub at gcc dot gnu dot org
@ 2010-05-07 20:14 ` hjl dot tools at gmail dot com
  2010-05-07 20:24 ` jakub at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-05-07 20:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl dot tools at gmail dot com  2010-05-07 20:14 -------
It is caused by revision 152927:

http://gcc.gnu.org/ml/gcc-cvs/2009-10/msg00580.html


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44028


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug debug/44028] -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns
  2010-05-07 15:51 [Bug rtl-optimization/44028] New: -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns zsojka at seznam dot cz
                   ` (3 preceding siblings ...)
  2010-05-07 20:14 ` hjl dot tools at gmail dot com
@ 2010-05-07 20:24 ` jakub at gcc dot gnu dot org
  2010-05-10 13:27 ` jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-05-07 20:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jakub at gcc dot gnu dot org  2010-05-07 20:24 -------
#c3 testcase is actually from PR44023.  Sorry.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44028


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug debug/44028] -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns
  2010-05-07 15:51 [Bug rtl-optimization/44028] New: -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns zsojka at seznam dot cz
                   ` (4 preceding siblings ...)
  2010-05-07 20:24 ` jakub at gcc dot gnu dot org
@ 2010-05-10 13:27 ` jakub at gcc dot gnu dot org
  2010-05-10 18:28 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-05-10 13:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2010-05-10 13:26 -------
Created an attachment (id=20618)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20618&action=view)
gcc46-pr44028.patch

Untested fix.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44028


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug debug/44028] -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns
  2010-05-07 15:51 [Bug rtl-optimization/44028] New: -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns zsojka at seznam dot cz
                   ` (5 preceding siblings ...)
  2010-05-10 13:27 ` jakub at gcc dot gnu dot org
@ 2010-05-10 18:28 ` jakub at gcc dot gnu dot org
  2010-05-10 20:05 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-05-10 18:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jakub at gcc dot gnu dot org  2010-05-10 18:28 -------
Subject: Bug 44028

Author: jakub
Date: Mon May 10 18:28:03 2010
New Revision: 159240

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159240
Log:
        PR debug/44028
        * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
        clear also INSN_REG_USE_LIST.

        * gcc.dg/pr44028.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr44028.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/haifa-sched.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44028


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug debug/44028] -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns
  2010-05-07 15:51 [Bug rtl-optimization/44028] New: -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns zsojka at seznam dot cz
                   ` (6 preceding siblings ...)
  2010-05-10 18:28 ` jakub at gcc dot gnu dot org
@ 2010-05-10 20:05 ` jakub at gcc dot gnu dot org
  2010-05-10 20:16 ` jakub at gcc dot gnu dot org
  2010-05-21 11:22 ` jakub at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-05-10 20:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jakub at gcc dot gnu dot org  2010-05-10 20:05 -------
Subject: Bug 44028

Author: jakub
Date: Mon May 10 20:05:09 2010
New Revision: 159244

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159244
Log:
        PR debug/44028
        * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
        clear also INSN_REG_USE_LIST.

        * gcc.dg/pr44028.c: New test.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr44028.c
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/haifa-sched.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44028


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug debug/44028] -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns
  2010-05-07 15:51 [Bug rtl-optimization/44028] New: -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns zsojka at seznam dot cz
                   ` (7 preceding siblings ...)
  2010-05-10 20:05 ` jakub at gcc dot gnu dot org
@ 2010-05-10 20:16 ` jakub at gcc dot gnu dot org
  2010-05-21 11:22 ` jakub at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-05-10 20:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from jakub at gcc dot gnu dot org  2010-05-10 20:15 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44028


^ permalink raw reply	[flat|nested] 11+ messages in thread

* [Bug debug/44028] -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns
  2010-05-07 15:51 [Bug rtl-optimization/44028] New: -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns zsojka at seznam dot cz
                   ` (8 preceding siblings ...)
  2010-05-10 20:16 ` jakub at gcc dot gnu dot org
@ 2010-05-21 11:22 ` jakub at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-05-21 11:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jakub at gcc dot gnu dot org  2010-05-21 11:22 -------
This change caused by PR44223 regression.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44028


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-05-21 11:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-07 15:51 [Bug rtl-optimization/44028] New: -fcompare-debug failure (length) with -O3 -fsched-pressure -fschedule-insns zsojka at seznam dot cz
2010-05-07 15:54 ` [Bug rtl-optimization/44028] " zsojka at seznam dot cz
2010-05-07 17:46 ` ubizjak at gmail dot com
2010-05-07 20:13 ` [Bug debug/44028] " jakub at gcc dot gnu dot org
2010-05-07 20:14 ` hjl dot tools at gmail dot com
2010-05-07 20:24 ` jakub at gcc dot gnu dot org
2010-05-10 13:27 ` jakub at gcc dot gnu dot org
2010-05-10 18:28 ` jakub at gcc dot gnu dot org
2010-05-10 20:05 ` jakub at gcc dot gnu dot org
2010-05-10 20:16 ` jakub at gcc dot gnu dot org
2010-05-21 11:22 ` jakub at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).