This is the mail archive of the gcc@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: GCC-4.2-20060325 build failure on OpenBSD 3.9-current


> 
> 
> Hello,
> 
> I'm trying to build GCC-4.2-20060325 on OpenBSD 3.9-current, but it fails 
> with:
> 
> echo timestamp > s-gtype
> /home/karel/build/gcc-4.2-20060325/gcc/read-rtl.c:787: warning: missing 
> sentinel in function call

This usually means NULL is defined as 0 instead of (void*)0.

-- Pinski


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