------- Comment #5 from daney at gcc dot gnu dot org 2007-09-26 16:45 ------- Subject: Bug 33479
Author: daney Date: Wed Sep 26 16:45:39 2007 New Revision: 128821 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128821 Log: 2007-09-26 David Daney <[EMAIL PROTECTED]> PR target/33479 * config/mips/mips.md (sync_compare_and_swap<mode>, sync_old_add<mode>, sync_new_add<mode>, sync_old_<optab><mode>, sync_new_<optab><mode>, sync_old_nand<mode>, sync_new_nand<mode>, sync_lock_test_and_set<mode>): Fix '&' constraint modifiers. Update length attributes. (sync_add<mode>, sync_sub<mode>, sync_old_sub<mode>, sync_new_sub<mode>, sync_<optab><mode>, sync_nand<mode>): Update length attributes. * config/mips/mips.h (MIPS_COMPARE_AND_SWAP, MIPS_SYNC_OP, MIPS_SYNC_OLD_OP, MIPS_SYNC_NEW_OP, MIPS_SYNC_NAND, MIPS_SYNC_OLD_NAND, MIPS_SYNC_NEW_NAND, MIPS_SYNC_EXCHANGE): Add post-loop sync. Modified: trunk/gcc/ChangeLog trunk/gcc/config/mips/mips.h trunk/gcc/config/mips/mips.md -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33479