From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21580 invoked by alias); 24 May 2005 13:46:18 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 21451 invoked by uid 48); 24 May 2005 13:46:10 -0000 Date: Tue, 24 May 2005 14:07:00 -0000 Message-ID: <20050524134610.21450.qmail@sourceware.org> From: "bonzini at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050518001348.21639.janis@gcc.gnu.org> References: <20050518001348.21639.janis@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/21639] poisoned ggc memory used for -ftree-vectorize X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg03269.txt.bz2 List-Id: ------- Additional Comments From bonzini at gcc dot gnu dot org 2005-05-24 13:46 ------- scev_info_str should be ggc_alloc-ed. Then, the hash table with the cache should be marked with GTY((param_is (struct scev_info_str))) If this fixes the bug, you can remove the TODO_ggc_collect from lower_vector_ssa. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2005-05-24 13:46:09 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21639