[Bug target/39531] m68k gcc does not convert andil to bclr when compiled on a 64bit host

2009-03-23 Thread radford at blackbean dot org
--- Comment #1 from radford at blackbean dot org 2009-03-23 19:13 --- Created an attachment (id=17526) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17526&action=view) Fix output_andsi3 to correctly convert andil to bclr when compiler runs on a 64bit host -- http://gcc.gnu.org

[Bug target/39531] m68k gcc does not convert andil to bclr when compiled on a 64bit host

2009-05-18 Thread schwab at gcc dot gnu dot org
--- Comment #2 from schwab at gcc dot gnu dot org 2009-05-18 15:36 --- Subject: Bug 39531 Author: schwab Date: Mon May 18 15:36:18 2009 New Revision: 147664 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147664 Log: PR target/39531 * config/m68k/m68k.c (output_andsi3): Mask off

[Bug target/39531] m68k gcc does not convert andil to bclr when compiled on a 64bit host

2009-05-18 Thread schwab at linux-m68k dot org
--- Comment #3 from schwab at linux-m68k dot org 2009-05-18 15:40 --- The same problem existed in output_iorsi3 and output_xorsi3. Fixed in 4.5. -- schwab at linux-m68k dot org changed: What|Removed |Added -