This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C/C++ PATCH]: Fix 7640
- From: Richard Henderson <rth at redhat dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 16 Sep 2002 20:03:51 -0700
- Subject: Re: [C/C++ PATCH]: Fix 7640
- References: <3D863B5C.2090206@codesourcery.com>
On Mon, Sep 16, 2002 at 09:13:16PM +0100, Nathan Sidwell wrote:
> void init ()
> {
> do { } while (0)
> obj = 0;
Did you intend to miss the ";" here? If so, you'll at
least need to mark the dg-error that should be generated.
r~