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 tree-optimization/17558] [4.0 Regression] internal compiler error: in merge_alias_info, at tree-ssa-copy.c:182


------- 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


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