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] alias.c: Replace "return NULL_RTX" with "return 0".


On 12 Jun 2003 18:52:41 -0300, Alexandre Oliva <aoliva@redhat.com> wrote:

> On Jun 12, 2003, Jakub Jelinek <jakub@redhat.com> wrote:
>
>> Such platform would certainly define NULL to (void *) 0
>
> This is allowed by the C Standard, but not by the C++ Standard, for
> example.

...which is why we have __null in the C++ front end.

Jason


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