This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC-4.2-20060325 build failure on OpenBSD 3.9-current
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: kgardas at objectsecurity dot com (Karel Gardas)
- Cc: gcc at gcc dot gnu dot org (GCC Mailing List)
- Date: Fri, 31 Mar 2006 16:42:50 -0500 (EST)
- Subject: 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