Hello! +2015-08-03 Jeff Law <l...@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 <seg...@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 <l...@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. Uros.