[Bug middle-end/27095] [4.1/4.2 Regression] O2 produces duplicate code

2006-04-16 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27095

[Bug middle-end/27095] [4.1/4.2 Regression] O2 produces duplicate code

2006-04-13 Thread amodra at gcc dot gnu dot org
--- Comment #5 from amodra at gcc dot gnu dot org 2006-04-14 03:20 --- Subject: Bug 27095 Author: amodra Date: Fri Apr 14 03:20:21 2006 New Revision: 112948 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112948 Log: PR middle-end/27095 * builtins.c: (expand_built

[Bug middle-end/27095] [4.1/4.2 Regression] O2 produces duplicate code

2006-04-13 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-04-13 14:25 --- Subject: Bug number PR27095 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00494.html -- http://gcc.gnu.org/bugzilla/sh

[Bug middle-end/27095] [4.1/4.2 Regression] O2 produces duplicate code

2006-04-12 Thread amodra at bigpond dot net dot au
--- Comment #3 from amodra at bigpond dot net dot au 2006-04-12 07:12 --- Testing a fix -- amodra at bigpond dot net dot au changed: What|Removed |Added Assigned

[Bug middle-end/27095] [4.1/4.2 Regression] O2 produces duplicate code

2006-04-10 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-04-10 09:00 --- We go via expand_builtin_memset which expands strlen at len_rtx = expand_normal (len); but then, expand via setmem fails, so we bail out else if (!set_storage_via_setmem(dest_mem, len_rtx, val_rtx,

[Bug middle-end/27095] [4.1/4.2 Regression] O2 produces duplicate code

2006-04-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-09 21:49 --- Confirmed, also happens on powerpc-darwin and on the mainline still. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added