------- Comment #3 from pinskia at gcc dot gnu dot org 2007-04-27 01:55 ------- The problem is obvious. reconstruct_complex_type looks at POINTER_TYPE_P but it does not check which case (pointer or reference) it should be building and just calls build_pointer_type always which is wrong.
-- pinskia at gcc dot gnu dot org changed: 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=31721