+2012-01-21 Uros Bizjak <ubizjak@gmail.com>
+
+ PR rtl-optimization/56023
+ * haifa-sched.c (fix_inter_tick): Do not update ticks of instructions,
+ dependent on debug instruction.
+
2013-01-21 Martin Jambor <mjambor@suse.cz>
PR middle-end/56022
INSN_TICK (head) = tick;
}
+ if (DEBUG_INSN_P (head))
+ continue;
+
FOR_EACH_DEP (head, SD_LIST_RES_FORW, sd_it, dep)
{
rtx next;
+2012-01-21 Uros Bizjak <ubizjak@gmail.com>
+
+ PR rtl-optimization/56023
+ * gcc.dg/pr56023.c: New test.
+
2013-01-21 Martin Jambor <mjambor@suse.cz>
PR middle-end/56022
PR debug/53235
* g++.dg/debug/dwarf2/nested-4.C: XFAIL on darwin.
-
+
2013-01-20 Hans-Peter Nilsson <hp@axis.com>
* gfortran.dg/inquire_10.f90: Run only for non-newlib targets.
2013-01-17 Jack Howarth <howarth@bromo.med.uc.edu>
- PR sanitizer/55679
- * g++.dg/asan/interception-test-1.C: Skip on darwin.
- * lib/target-supports.exp (check_effective_target_swapcontext): Use
- check_no_compiler_messages to test support in ucontext.h.
+ PR sanitizer/55679
+ * g++.dg/asan/interception-test-1.C: Skip on darwin.
+ * lib/target-supports.exp (check_effective_target_swapcontext): Use
+ check_no_compiler_messages to test support in ucontext.h.
(check_effective_target_setrlimit): Return 0 for Darwin's non-posix
compliant RLIMIT_AS.