diff mbox

Fix two more memory leaks in threader

Message ID CAFULd4Z_+pq5U9JEw2ZEUr0cmL-Y-mnPCnb6xzpVQhDeg7VZBA@mail.gmail.com
State New
Headers show

Commit Message

Uros Bizjak Aug. 11, 2015, 6:16 a.m. UTC
Hello!

+2015-08-03  Jeff Law  <law@redhat.com>
+
+ PR middle-end/66314
+ PR gcov-profile/66899
+ * tree-ssa-threadupdate.c (mark_threaded_blocks): Correctly
+ iterate over the jump threading paths when an element in the
+ jump threading paths array is eliminated.
+
 2015-08-03  Segher Boessenkool  <segher@kernel.crashing.org>

  * Makefile.in (OBJS): Put gimple-match.o and generic-match.o first.
testcase.

Uros.

Comments

Jeff Law Aug. 11, 2015, 3:31 p.m. UTC | #1
On 08/11/2015 12:16 AM, Uros Bizjak wrote:
> Hello!
>
> +2015-08-03  Jeff Law  <law@redhat.com>
> +
> + PR middle-end/66314
> + PR gcov-profile/66899
> + * tree-ssa-threadupdate.c (mark_threaded_blocks): Correctly
> + iterate over the jump threading paths when an element in the
> + jump threading paths array is eliminated.
> +
>   2015-08-03  Segher Boessenkool  <segher@kernel.crashing.org>
>
>    * Makefile.in (OBJS): Put gimple-match.o and generic-match.o first.
> diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
> index a403767..0a841b5 100644
> --- a/gcc/testsuite/ChangeLog
> +++ b/gcc/testsuite/ChangeLog
> @@ -1,3 +1,10 @@
> +2015-08-03  Jeff Law  <law@redhat.com>
> +
> + PR middle-end/66314
> + PR gcov-profile/66899
> + * gcc.dg/pr66899.c: New test.
> + * gcc.dg/pr66314.c: New test.
>
> gcc.dg/pr66314.c testcase should go into gcc.dg/asan directory.
> Targets where -fsanitize=address or -fsanitize=kernel-address are not
> supported now emit warning about unsupported feature for the mentioned
> testcase.
Yes.  It's on the TODO list -- I think Andreas pointed that out about a 
week ago.

Jeff
diff mbox

Patch

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a403767..0a841b5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,10 @@ 
+2015-08-03  Jeff Law  <law@redhat.com>
+
+ PR middle-end/66314
+ PR gcov-profile/66899
+ * gcc.dg/pr66899.c: New test.
+ * gcc.dg/pr66314.c: New test.

gcc.dg/pr66314.c testcase should go into gcc.dg/asan directory.
Targets where -fsanitize=address or -fsanitize=kernel-address are not
supported now emit warning about unsupported feature for the mentioned