[Bug tree-optimization/17558] [4.0 Regression] internal compiler error: in merge_alias_info, at tree-ssa-copy.c:182
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Sep 19 19:44:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-19 19:44 -------
But here is the reduced testcase which I got:
struct xobject {
char type;
};
extern struct xobject *t1_Xform ( struct xobject *obj);
struct xobject *
t1_Xform(struct xobject *obj)
{
register struct font *F = (struct font *) obj;
return((struct xobject*)F);
}
: Search converges between 2004-09-14-trunk (#539) and 2004-09-15-014001-trunk (#540).
And I have a fix as I caused it.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17558
More information about the Gcc-bugs
mailing list