This is the mail archive of the gcc-patches@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]

Re: PATCH:[darwin] fix load of a misaligned double word


> From: Hartmut Penner <HPENNER@de.ibm.com>
> Date: Fri, 20 Feb 2004 14:47:23 +0100

> > I don't think this is sufficient to be sure that the change is
> > correct.  How can you be sure that you're not causing problems in some
> > other (perhaps quite rare) situation?
> 
> I don't know, if I ever will be really sure about a reload
> related change. This need intensive testing, especially on
> Darwin, were you have 32 bit pointer and 64 bit arithmetic.

I don't think testing this kind of patch will be sufficient.  You must
try to be sure that it is correct in all cases, not just those covered
by testing.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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