re PR middle-end/27095 (O2 produces duplicate code)
authorAlan Modra <amodra@bigpond.net.au>
Fri, 14 Apr 2006 03:20:21 +0000 (03:20 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Fri, 14 Apr 2006 03:20:21 +0000 (12:50 +0930)
commit880864cfc6ea6e4ba41a5404ba8e4cc133a2a861
treeff3c8520dcb1c1fbbcb227b8282b29c5d3772fad
parent1935e8a86d3141a0d28263330fd428be06c5ecfa
re PR middle-end/27095 (O2 produces duplicate code)

PR middle-end/27095
* builtins.c: (expand_builtin_memset): Stabilize args before expansion
and emit libcall here in case the builtin fails.
(expand_builtin_strcmp): Always emit the libcall here on failure.

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