------- Additional Comments From dberlin at gcc dot gnu dot org 2005-06-14 03:15 ------- Subject: Re: [4.1 Regression] ACATS ICE cd1c04e create_variable_info_for, at tree-ssa-structalias.c:2789
On Tue, 2005-06-14 at 03:10 +0000, pinskia at gcc dot gnu dot org wrote: > ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-14 > 03:10 ------- > Confirmed, might generate a smaller testcase the testsuite is finished > running. > Any structure with a non-zero offset for the first field that does not contain variably sized types or unions should trigger this assert. I'm actually just verifying that the assert isn't necessary. It was originally used back in the day before the field list was sorted by offset to make sure we were being handed the first field in offset order (which all the fe's did at the time). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22033