This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is that a gcc bug?
- To: hjl at valinux dot com
- Subject: Re: Is that a gcc bug?
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 8 Jun 2000 08:30:19 +0200
- CC: egcs at egcs dot cygnus dot com
- References: <20000607173125.A22980@valinux.com>
> This code compiles ok with gcc 2.95. But with gcc 2.96, I got
>
> # gcc -c v.c
> v.c: In function `foo':
> v.c:10: invalid use of void expression
>
> Whose bug is it?
Looks like a gcc 2.96 bug to me.
Martin