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: m68k bootstrapping broken


On Sun, Jan 11, 2004 at 09:27:17PM +0100, Andreas Schwab wrote:
> Andreas Schwab <schwab@suse.de> writes:

> > I've found the bug: for all CONST_METHODs except MOVQ and MOVL we
> > don't generate a useful CC, but we don't record this fact.  Could you
> > please test this patch?
> 
> I checked again, SWAP will also produce a correct cc, here is an
> updated patch.

.. I assume this patch fully supersedes the previous? The 
-  int i;
+  HOST_WIDE_INT i;
change isnt in the new one so I wasnt 100% sure.

that fixes ICE, doesnt seem to affect argpointer elimination problem.
Bootstrapping underway.

Richard

> 2004-01-11  Andreas Schwab  <schwab@suse.de>
> 
> 	* config/m68k/m68k.c (output_move_const_into_data_reg): Clear cc
> 	status for NOTB/NOTW/NEGW methods.
> 


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