https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61923
--- Comment #7 from Vladimir Makarov <vmakarov at gcc dot gnu.org> --- Author: vmakarov Date: Wed Aug 6 15:40:26 2014 New Revision: 213675 URL: https://gcc.gnu.org/viewcvs?rev=213675&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: trunk/gcc/testsuite/gcc.target/i386/pr61923.c Modified: trunk/gcc/ChangeLog trunk/gcc/haifa-sched.c trunk/gcc/testsuite/ChangeLog