>
>
> 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.
Hello,
I've checkouted todays sources from trunk and I can confirm that the same
failure also happens there.
Cheers,
Karel
On Fri, 31 Mar 2006, Karel Gardas wrote:
Hello,
I'm trying to build GCC-4.2-20060325 on OpenBSD 3.9-current, but it fails
with:
echo timestamp > s-gtype
/home/kar