http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56023
--- Comment #13 from uros at gcc dot gnu.org 2013-01-21 18:03:07 UTC --- Author: uros Date: Mon Jan 21 18:02:57 2013 New Revision: 195345 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195345 Log: PR rtl-optimization/56023 * haifa-sched.c (fix_inter_tick): Do not update ticks of instructions, dependent on debug instruction. testsuite/ChangeLog: PR rtl-optimization/56023 * gcc.dg/pr56023.c: New test. Added: branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr56023.c Modified: branches/gcc-4_6-branch/gcc/ChangeLog branches/gcc-4_6-branch/gcc/haifa-sched.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog