]> gcc.gnu.org Git - gcc.git/commit
builtins.def (BUILT_IN_BCOPY, [...]): New.
authorJakub Jelinek <jakub@redhat.com>
Mon, 28 Apr 2003 12:10:35 +0000 (14:10 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 28 Apr 2003 12:10:35 +0000 (14:10 +0200)
commite31603c46cf2d4fc62993fe9f626d8004c2d903a
tree724aa570916638d254b686a7dfa1cfb24f55c7f2
parentdbe983a84b4aa2e9037f093e7185d1985830cb5b
builtins.def (BUILT_IN_BCOPY, [...]): New.

* builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
* builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
* builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
functions.
(expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.

* gcc.c-torture/execute/string-opt-19.c: New test.

From-SVN: r66169
gcc/ChangeLog
gcc/builtin-types.def
gcc/builtins.c
gcc/builtins.def
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/string-opt-19.c [new file with mode: 0644]
This page took 0.062296 seconds and 5 git commands to generate.