This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/21639] poisoned ggc memory used for -ftree-vectorize


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]