[PATCH] Fix tree-data-ref.c ICE on VIEW_CONVERT_EXPR<type>(0) (PR tree-optimization/33856)

Andrew Pinski pinskia@gmail.com
Sat Oct 27 22:26:00 GMT 2007


On 10/27/07, Jakub Jelinek <jakub@redhat.com> wrote:
> and whole key var is uninitialized, but assigned.

This was introduced by:
2007-10-01  Alexandre Oliva  <aoliva@redhat.com>

        PR middle-end/22156

I don't see a reason for using 0 for unitialized variables and if we
are going to use that for structs, then an empty CONSTRUCTOR should be
used instead.

Thanks,
Andrew Pinski



More information about the Gcc-patches mailing list