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

2006-06-03 Thread danglin at gcc dot gnu dot org
--- Comment #12 from danglin at gcc dot gnu dot org 2006-06-03 18:30 --- The testcase also fails on hppa64-hp-hpux11.11: b,l strlen,%r2 ... .type strlen, @function At the moment, it's a puzzle to me why this also isn't failing on the 32-bit ports. --

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

2006-05-07 Thread amodra at bigpond dot net dot au
--- Comment #11 from amodra at bigpond dot net dot au 2006-05-08 00:49 --- Testcase fixed by simply xfailing *-*-darwin*. It might be possible to tweak the pattern we match to accommodate darwin, but I'll leave that to a darwin maintainer. --

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

2006-05-05 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-05-05 07:20 --- I should note that this testcase fails on darwin because strlen is mentioned twice in the testcase as there is a stub for strlen. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27095

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

2006-04-27 Thread amodra at gcc dot gnu dot org
--- Comment #9 from amodra at gcc dot gnu dot org 2006-04-28 03:36 --- Subject: Bug 27095 Author: amodra Date: Fri Apr 28 03:36:15 2006 New Revision: 113340 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113340 Log: PR middle-end/27095 * gcc.dg/pr27095.c: New.

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

2006-04-18 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-04-18 09:02 --- Fixed on the mainline. Btw, this is really wrong-code. Can you apply to the 4.1 branch, too, please? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

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

2006-04-18 Thread amodra at gcc dot gnu dot org
--- Comment #7 from amodra at gcc dot gnu dot org 2006-04-18 12:34 --- Subject: Bug 27095 Author: amodra Date: Tue Apr 18 12:34:07 2006 New Revision: 113030 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113030 Log: PR middle-end/27095 * builtins.c:

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

2006-04-18 Thread amodra at bigpond dot net dot au
--- Comment #8 from amodra at bigpond dot net dot au 2006-04-18 12:35 --- As Roger requested, I was waiting a few days to apply the patch on the 4.1 branch. -- amodra at bigpond dot net dot au changed: What|Removed |Added