http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51532
--- Comment #6 from Andreas Schwab 2011-12-19
10:14:17 UTC ---
Author: schwab
Date: Mon Dec 19 10:14:13 2011
New Revision: 182475
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182475
Log:
PR target/51532
* config/m68k/m68k.h (FL_CAS, TAR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51532
--- Comment #5 from Joel Sherrill 2011-12-14 15:38:43
UTC ---
This patch allows m68k-rtems4.11 to complete building the compiler and newlib
with C and C++.
I haven't tried other languages, built RTEMS itself, or run tests yet. But the
patch loo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51532
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51532
--- Comment #4 from Andreas Schwab 2011-12-14 12:11:34
UTC ---
Created attachment 26079
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26079
Patch
Please try the attached patch.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51532
--- Comment #3 from Andreas Schwab 2011-12-13 20:47:47
UTC ---
The use of cas is currently dependent on TARGET_68020, which is true on cpu32,
but there needs to be a TARGET_CAS flag.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51532
--- Comment #2 from Joel Sherrill 2011-12-13 19:24:37
UTC ---
Created attachment 26073
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26073
Test case
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51532
Joel Sherrill changed:
What|Removed |Added
Known to work||4.6.1
--- Comment #1 from Joel Sherrill