This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Avoid c++-compat warning in libiberty
- From: Ian Lance Taylor <iant at google dot com>
- To: Martin Thuresson <martint at google dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 29 Sep 2009 16:58:52 -0700
- Subject: Re: Avoid c++-compat warning in libiberty
- References: <e73979930909291434g6b5f341rcbcaa35f05c853bc@mail.gmail.com>
Martin Thuresson <martint@google.com> writes:
> 2009-09-29 Martin Thuresson <martint@google.com>
>
> * regex.c (byte_re_match_2_internal): Split declaration and
> assignment to avoid -Wc++-compat warning due to goto.
This is OK.
Thanks.
Ian