Wrong optimization in current CVS

Richard Henderson rth@redhat.com
Fri Nov 17 09:17:00 GMT 2000


On Fri, Nov 17, 2000 at 01:17:52PM +0100, Franz Sirl wrote:
> union iso_directory_record {
>     char carr[4];
>     struct {
>             unsigned char name_len [1];
>             char name [0];
>     } u;

Much better, thanks.


r~


More information about the Gcc-bugs mailing list