[Bug tree-optimization/23382] [4.1 Regression] Does not remove the old HEAP virtual variables in clobbered

2005-11-08 Thread dberlin at gcc dot gnu dot org
--- Comment #9 from dberlin at gcc dot gnu dot org 2005-11-08 16:34 --- Subject: Bug 23382 Author: dberlin Date: Tue Nov 8 16:34:48 2005 New Revision: 106643 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106643 Log: 2005-11-08 Daniel Berlin [EMAIL PROTECTED] Fix PR

[Bug tree-optimization/23382] [4.1 Regression] Does not remove the old HEAP virtual variables in clobbered

2005-11-08 Thread dberlin at gcc dot gnu dot org
--- Comment #10 from dberlin at gcc dot gnu dot org 2005-11-08 16:36 --- Fixed -- dberlin at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/23382] [4.1 Regression] Does not remove the old HEAP virtual variables in clobbered

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #8 from mmitchel at gcc dot gnu dot org 2005-10-31 05:02 --- Leaving as P2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23382

[Bug tree-optimization/23382] [4.1 Regression] Does not remove the old HEAP virtual variables in clobbered

2005-10-17 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2005-10-17 14:50 --- Confirmed. Reduced testcase: struct a { int length; int a1[256]; }; void *malloc(long size) __attribute__((malloc)); void f(void) { struct a *a = malloc(sizeof(struct a)); } we pile up heap variables:

[Bug tree-optimization/23382] [4.1 Regression] Does not remove the old HEAP virtual variables in clobbered

2005-10-17 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-17 15:02 --- Assigning to D. Berlin per his request. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/23382] [4.1 Regression] Does not remove the old HEAP virtual variables in clobbered

2005-08-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO|15855 | nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23382

[Bug tree-optimization/23382] [4.1 Regression] Does not remove the old HEAP virtual variables in clobbered

2005-08-13 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|[4.1 Regression] Don't |[4.1 Regression] Does not |remove the old HEAP virtual |remove the old HEAP virtual