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]

Re: [Patch]: Fix pb in delete_output_reload


Hi!

Bernd Schmidt a écrit :
> 
> On Wed, 28 Jun 2000, Stephane Carrez wrote:
> 
> > I've found a nasty problem in reload1.c in delete_output_reload.
> > It deletes a previous output reload where it should not do that.
> > The problem is also related to register elimination.
> 
> Which machine is this on, and could you provide the testcase?
> 
> Bernd

This is for the 68HC11 port.  The test cases that fail:

gcc.c-torture/execute/991118-1.c
gcc.c-torture/execute/bf64-1.c

They fail when compiling with -O0 and pass with any other -O.
With the fix, they pass now.

	Stephane

-----------------------------------------------------------------------
         Home                               Office
E-mail: stcarrez@worldnet.fr               Stephane.Carrez@sun.com
WWW:    http://home.worldnet.fr/stcarrez   http://www.sun.com
Mail:   17, rue Foucher Lepelletier        6, avenue Gustave Eiffel
        92130 Issy Les Moulineaux          78182 Saint Quentin en Yvelines
        France

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