------- Additional Comments From bosch at gcc dot gnu dot org 2005-07-12 01:46 ------- This seems a problem where Gigi adds padding, but does not add a convert. The padding is added at decl.c:698, and 20 lines later, there is a complex condition to figure out when and when not to add a "convert". This condition seems to be wrong, as for this test case no conversion to the padded type is added, while there should have been one.
-Geert -- What |Removed |Added ---------------------------------------------------------------------------- CC| |kenner at gcc dot gnu dot | |org AssignedTo|unassigned at gcc dot gnu |bosch at gcc dot gnu dot org |dot org | Status|UNCONFIRMED |ASSIGNED Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2005-07-12 01:46:26 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22381