[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-10-06 Thread rth at gcc dot gnu dot org
-- rth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org

[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-06 20:46 --- Subject: Bug 22237 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-06 20:46:54 Modified files: gcc: ChangeLog tree-inline.c Added files:

[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-10-06 Thread cvs-commit at gcc dot gnu dot org
--- Comment #7 from cvs-commit at gcc dot gnu dot org 2005-10-06 22:13 --- Subject: Bug 22237 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-06 22:13:49 Modified files: gcc: tree-inline.c

[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-10-06 Thread rth at gcc dot gnu dot org
--- Comment #8 from rth at gcc dot gnu dot org 2005-10-06 22:14 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-09-27 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.2 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22237

[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-09-12 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-09-12 19:51 --- A regression hunt on mainline for powerpc64-linux (with -m64) shows that the test starts failing with this patch from rth: http://gcc.gnu.org/ml/gcc-cvs/2004-07/msg00914.html The test does not fail with

[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-06-30 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-06-30 09:27 --- Subject: Re: [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy On Thu, 30 Jun 2005, pinskia at gcc dot gnu dot org wrote: I think this is a latent bug as even 3.4 produces calls to

[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-06-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-29 23:16 --- I cannot reproduce this on powerpc-darwin at all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22237

[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-06-29 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-06-29 23:22 --- Subject: Re: [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy On Wed, 29 Jun 2005, pinskia at gcc dot gnu dot org wrote: I cannot reproduce this on powerpc-darwin at all. Maybe

[Bug tree-optimization/22237] [4.0/4.1 Regression] struct copy inlining generates overlapping memcpy

2005-06-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-30 02:12 --- I think this is a latent bug as even 3.4 produces calls to memcpy. Confirmed, still. -- What|Removed |Added