[Bug go/46959] M68K Not Supported by Go

2011-01-04 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46959 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug go/46959] M68K Not Supported by Go

2011-01-04 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46959 --- Comment #3 from ian at gcc dot gnu.org 2011-01-05 00:24:30 UTC --- Author: ian Date: Wed Jan 5 00:24:15 2011 New Revision: 168500 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168500 Log: PR go/46959 PR go/46960 PR go/46

[Bug go/46959] M68K Not Supported by Go

2010-12-15 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46959 --- Comment #2 from Andreas Schwab 2010-12-15 16:40:08 UTC --- You cannot put reserved registers in the clobber list.

[Bug go/46959] M68K Not Supported by Go

2010-12-15 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46959 --- Comment #1 from Joel Sherrill 2010-12-15 16:03:49 UTC --- How does this look for m68k? I recall d0/d1/a0/a1 are clobbered by the caller. a6 is a frame pointer, a7 is the stack pointer. So is this the set that needs to be handled for m68k?