This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [gcc-4.3-20080125] Bootstrap failure on i386-unknown-openbsd4.2: missing sentinel in function call
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: "Cauchy Song" <dongsheng dot song at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 27 Jan 2008 18:56:28 -0800
- Subject: Re: [gcc-4.3-20080125] Bootstrap failure on i386-unknown-openbsd4.2: missing sentinel in function call
- References: <479D43A6.4010204@gmail.com>
2008/1/27 Cauchy Song <dongsheng.song@gmail.com>:
> $ uname -mrsp
> OpenBSD 4.2 i386 Intel(R) Pentium(R) M processor 1.73GHz ("GenuineIntel"
> 686-class)
> ../../gcc-4.3-20080125/gcc/read-rtl.c: In function 'join_c_conditions':
> ../../gcc-4.3-20080125/gcc/read-rtl.c:790: error: missing sentinel in
> function call
We have:
result = concat ("(", cond1, ") && (", cond2, ")", NULL);
So I think this is a bug in openbsd's headers.
Thanks,
Andrew Pinski