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 pch/13689] GGC PCH breaks aliasing


------- Additional Comments From geoffk at gcc dot gnu dot org  2004-01-15 02:07 -------
This is caused by this change:
2004-01-12  Jan Hubicka  <jh@suse.cz>

        * alias.c:  Invlude varray.h
        (alias_sets): Turn into varray.
        (get_alias_set_entry): Use VARRAY; mark inline.
        (mems_in_disjoint_alias_sets_p): Mark inline.
        (record_alias_subset): Use varray.
        (init_alias_once): Initialize varray.
        (new_alias_set): Grow array.
        * varray.c: Make VARRAY_GENERIC_PTR non GTYized.

The correct thing to do is to back this change out.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13689


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