* c-decl.c (finish_decl): When prototype with asmspec is found
for built-in, adjust built_in_decls as well as expr.c decls. * expr.c (init_block_move_fn, init_block_clear_fn): New functions. (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it. * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes. * gcc.c-torture/execute/string-opt-asm-1.c: New test. * gcc.c-torture/execute/string-opt-asm-2.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66181 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- gcc/ChangeLog 8 additions, 0 deletionsgcc/ChangeLog
- gcc/c-decl.c 20 additions, 4 deletionsgcc/c-decl.c
- gcc/expr.c 50 additions, 20 deletionsgcc/expr.c
- gcc/expr.h 3 additions, 0 deletionsgcc/expr.h
- gcc/testsuite/ChangeLog 3 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.c-torture/execute/string-opt-asm-1.c 82 additions, 0 deletionsgcc/testsuite/gcc.c-torture/execute/string-opt-asm-1.c
- gcc/testsuite/gcc.c-torture/execute/string-opt-asm-2.c 131 additions, 0 deletionsgcc/testsuite/gcc.c-torture/execute/string-opt-asm-2.c
Loading
Please register or sign in to comment