https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61923
--- Comment #6 from Vladimir Makarov <vmakarov at gcc dot gnu.org> --- Author: vmakarov Date: Wed Aug 6 15:35:49 2014 New Revision: 213674 URL: https://gcc.gnu.org/viewcvs?rev=213674&root=gcc&view=rev Log: 2014-08-06 Vladimir Makarov <vmaka...@redhat.com> PR debug/61923 * haifa-sched.c (advance_one_cycle): Fix dump. (schedule_block): Don't advance cycle if we are already at the beginning of the cycle. 2014-08-06 Vladimir Makarov <vmaka...@redhat.com> PR debug/61923 * gcc.target/i386/pr61923.c: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/gcc.target/i386/pr61923.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/haifa-sched.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog