public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/2076: scheduler ignores data dependency
@ 2001-06-11 10:13 dje
  0 siblings, 0 replies; 2+ messages in thread
From: dje @ 2001-06-11 10:13 UTC (permalink / raw)
  To: dje, dje, gcc-bugs, gcc-prs, nobody

Synopsis: scheduler ignores data dependency

Responsible-Changed-From-To: unassigned->dje
Responsible-Changed-By: dje
Responsible-Changed-When: Mon Jun 11 10:13:39 2001
Responsible-Changed-Why:
    Because
State-Changed-From-To: analyzed->closed
State-Changed-By: dje
State-Changed-When: Mon Jun 11 10:13:39 2001
State-Changed-Why:
    Patch from Dale Johanssen

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2076&database=gcc


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

* optimization/2076: scheduler ignores data dependency
@ 2001-04-01  0:00 dje
  0 siblings, 0 replies; 2+ messages in thread
From: dje @ 2001-04-01  0:00 UTC (permalink / raw)
  To: gcc-gnats

>Number:         2076
>Category:       optimization
>Synopsis:       scheduler ignores data dependency
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Feb 23 14:46:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     dje@watson.ibm.com
>Release:        gcc-3.0 20010222 (prerelease)
>Organization:
>Environment:
rs6000-ibm-aix4.3.3.0
>Description:
c-torture/execute/980205.c demonstrates a bug where the
first scheduler pass moves a load of a parameter from the
stack argument area before the parameter has been spilled
to the argument area.  Compiler pass 980205.c.16.regmove
shows the arguments spilled to the argument area before
FP pseudo is loaded.  After the scheduling pass, the load
from the pseudo has been moved to the beginning of the
basic block before the argument area on the stack is valid.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2001-06-11 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-11 10:13 optimization/2076: scheduler ignores data dependency dje
  -- strict thread matches above, loose matches on Subject: below --
2001-04-01  0:00 dje

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).