This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/18877] decompose (reload.c) can be forced to access hard_regno_nregs over its array bounds


------- Additional Comments From e9925248 at stud4 dot tuwien dot ac dot at  2004-12-10 07:45 -------
Created an attachment (id=7717)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7717&action=view)
Proposed solution

The patch redirects all cases, which access memory outside of hard_regno_nregs
to the pseudo register case. It only changes the behaviour of decompose in such
a case.The patch redirects all cases, which access memory outside of
hard_regno_nregs to the pseudo register case. It only changes the behaviour of
decompose in such a case.

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]