diff options
author | Martin Thuresson <martint@google.com> | 2009-10-01 01:20:13 +0000 |
---|---|---|
committer | Neil Vachharajani <nvachhar@gcc.gnu.org> | 2009-10-01 01:20:13 +0000 |
commit | 4578037eb7b14062b4c1a5bafccc13893c11561c (patch) | |
tree | 84d1914db546f894b1634e8556a864003486304a /libiberty/ChangeLog | |
parent | f2f49be3bba2c893e23b6933cb376c1de1f0b917 (diff) | |
download | gcc-4578037eb7b14062b4c1a5bafccc13893c11561c.zip gcc-4578037eb7b14062b4c1a5bafccc13893c11561c.tar.gz gcc-4578037eb7b14062b4c1a5bafccc13893c11561c.tar.bz2 |
regex.c (byte_re_match_2_internal): Split declaration and assignment to avoid -Wc++-compat warning due to goto.
2009-09-30 Martin Thuresson <martint@google.com>
* regex.c (byte_re_match_2_internal): Split declaration and
assignment to avoid -Wc++-compat warning due to goto.
From-SVN: r152354
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 03a8479..1b3a44c 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2009-09-30 Martin Thuresson <martint@google.com> + + * regex.c (byte_re_match_2_internal): Split declaration and + assignment to avoid -Wc++-compat warning due to goto. + 2009-09-29 Jason Merrill <jason@redhat.com> * Makefile.in: Enable demangle target. |