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 target/28924] x86 sync builtins fail for char and short memory operands



------- Comment #6 from jakub at gcc dot gnu dot org  2006-10-06 17:07 -------
Subject: Bug 28924

Author: jakub
Date: Fri Oct  6 17:06:52 2006
New Revision: 117511

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117511
Log:
        PR target/28924
        * builtins.c (expand_builtin_sync_operation,
        expand_builtin_compare_and_swap, expand_builtin_lock_test_and_set):
        Use convert_to_mode to handle promoted arguments.

        * gcc.c-torture/compile/20061005-1.c: New test.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/compile/20061005-1.c
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/builtins.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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