This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR C/C++/38699, ICE using offsetof with pointer and array accesses


On Wed, Jan 7, 2009 at 6:45 AM, Jakub Jelinek <jakub@redhat.com> wrote:

> Also, you should use expr != error_mark_node consistently.

It was already used inconsistently in this function so I copied some
of the code and then used it like most other parts of GCC.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]