public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/23135] New: find_reloads_toplev -> find_reloads_subreg_address uses wrong reload type
@ 2005-07-29 15:30 amylaar at gcc dot gnu dot org
  2005-07-29 16:02 ` [Bug middle-end/23135] " amylaar at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2005-07-29 15:30 UTC (permalink / raw)
  To: gcc-bugs

I've added a movti expander to sh.md, and found a regression for -m4 -ml
on simd-1.c with optimization options -O1, -O2, -O3 and -Os .
I've foun that a output reload address was being overwritten by
a secondary output reload.
The secondary output reload had RELOAD_FOR_OUTPUT_ADDRESS, and the
address reload had RELOAD_FOR_OUTADDR_ADDRESS, both for the same
operand.  In the absence of a seond RELOAD_FOR_OUTPUT_ADDRESS
reload, these types are not supposed to conflict.  The output
address reload should have used RELOAD_FOR_OUTPUT_ADDRESS.

-- 
           Summary: find_reloads_toplev -> find_reloads_subreg_address uses
                    wrong reload type
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: amylaar at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <bug-23135-5394@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2006-04-22  0:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-29 15:30 [Bug middle-end/23135] New: find_reloads_toplev -> find_reloads_subreg_address uses wrong reload type amylaar at gcc dot gnu dot org
2005-07-29 16:02 ` [Bug middle-end/23135] " amylaar at gcc dot gnu dot org
2005-07-29 16:22 ` amylaar at gcc dot gnu dot org
2005-07-31  3:44 ` pinskia at gcc dot gnu dot org
2005-08-02 14:48 ` joern dot rennecke at st dot com
2005-08-05 16:06 ` cvs-commit at gcc dot gnu dot org
2005-08-05 16:50 ` pinskia at gcc dot gnu dot org
     [not found] <bug-23135-5394@http.gcc.gnu.org/bugzilla/>
2006-04-22  0:44 ` dalej 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).