This is the mail archive of the gcc-bugs@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]

[Bug c++/51532] Invalid Code Generated for cpu32.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51532

--- Comment #6 from Andreas Schwab <schwab at gcc dot gnu.org> 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, TARGET_CAS): Define.
* config/m68k/m68k.c (FL_FOR_isa_20): Add FL_CAS.
* config/m68k/sync.md: Use TARGET_CAS instead of (TARGET_68020 ||
TARGET_68040).

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/m68k/m68k.c
    trunk/gcc/config/m68k/m68k.h
    trunk/gcc/config/m68k/sync.md


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