[Bug middle-end/12089] m68k-coff-gcj segmentation fault on array initilisation

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Sep 18 06:37:00 GMT 2003


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.



More information about the Gcc-bugs mailing list