This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/12089] m68k-coff-gcj segmentation fault on array initilisation
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Sep 2003 06:09:43 -0000
- Subject: [Bug middle-end/12089] m68k-coff-gcj segmentation fault on array initilisation
- References: <20030828061323.12089.john@atrove.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12089
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|target |middle-end
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-09-18 06:09:42
date| |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-18 06:09 -------
Actually I think it is the other way around in that emit_block_move_via_libcall should not use
unsigned_type_node nor const_ptr_type_node because they are only C types and not generic types.
This is like the same assumptions that are made by -fprofile-arcs (bug 8260) which cause it to fail
also.