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 target/13534] Invalid offset generated for loading 64-bit GPR on PPC64


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-12 18:25 -------
No it is not a darwin specific problem, it is a rs6000 one though, Jan is working on fixing it.
I had just sent an email about the problem (it has not gone through yet):
Caused by:
+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 problem is that the rs6000 backend calls new_alias_set before alias_sets gets
initialized.

-- 


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


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