builtins.c (expand_builtin_stpcpy): Only expand when the length of the source string...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 5 May 2003 21:14:46 +0000 (21:14 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 5 May 2003 21:14:46 +0000 (21:14 +0000)
commit68ef8841db44baf4b390349b630dd8bcbdfd5223
tree1f9babb1e5ac2553b24e4cb6ef3e08283d0e9eed
parent5f7262e693943229dfd8262e04b122a89b9cdd5f
builtins.c (expand_builtin_stpcpy): Only expand when the length of the source string can be evaluated at compile-time.

* builtins.c (expand_builtin_stpcpy): Only expand when the length
of the source string can be evaluated at compile-time.

From-SVN: r66503
gcc/ChangeLog
gcc/builtins.c