[Bug debug/45130] -fcompare-debug failure with -Os -fsched-spec-load -fschedule-insns

2011-02-02 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45130

--- Comment #7 from Diego Novillo dnovillo at gcc dot gnu.org 2011-02-02 
17:49:12 UTC ---
Author: dnovillo
Date: Wed Feb  2 17:49:06 2011
New Revision: 169597

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169597
Log:
PR debug/45136
PR debug/45130
* haifa-sched.c (get_ebb_head_tail): Move notes across boundary
debug insns.
(no_real_insns_p, schedule_block, set_priorities): Drop special
treatment of boundary debug insns.
* sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug
insns.
* sched-ebb.c (schedule_ebbs): Don't skip debug insns.
* sched-int.h (DEBUG_INSN_SCHED_P): Remove.
(BOUNDARY_DEBUG_INSN_P): Likewise.
(SCHEDULE_DEBUG_INSN_P): Likewise.
* sched-rgn.c (init_ready_list): Drop special treatment of
boundary debug insns.
* final.c (rest_of_clean-state): Clear notes' BB.

Modified:
branches/google/integration/gcc/ChangeLog
branches/google/integration/gcc/final.c
branches/google/integration/gcc/haifa-sched.c
branches/google/integration/gcc/sched-deps.c
branches/google/integration/gcc/sched-ebb.c
branches/google/integration/gcc/sched-int.h
branches/google/integration/gcc/sched-rgn.c


[Bug debug/45130] -fcompare-debug failure with -Os -fsched-spec-load -fschedule-insns

2011-02-02 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45130

--- Comment #8 from Diego Novillo dnovillo at gcc dot gnu.org 2011-02-02 
18:08:36 UTC ---
Author: dnovillo
Date: Wed Feb  2 18:08:15 2011
New Revision: 169709

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169709
Log:
Reverted:
2011-01-25  Alexandre Oliva  aol...@redhat.com
PR debug/45136
PR debug/45130
* haifa-sched.c (get_ebb_head_tail): Move notes across boundary
debug insns.
(no_real_insns_p, schedule_block, set_priorities): Drop special
treatment of boundary debug insns.
* sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug
insns.
* sched-ebb.c (schedule_ebbs): Don't skip debug insns.
* sched-int.h (DEBUG_INSN_SCHED_P): Remove.
(BOUNDARY_DEBUG_INSN_P): Likewise.
(SCHEDULE_DEBUG_INSN_P): Likewise.
* sched-rgn.c (init_ready_list): Drop special treatment of
boundary debug insns.
* final.c (rest_of_clean-state): Clear notes' BB.

Modified:
branches/google/integration/gcc/ChangeLog
branches/google/integration/gcc/final.c
branches/google/integration/gcc/haifa-sched.c
branches/google/integration/gcc/sched-deps.c
branches/google/integration/gcc/sched-ebb.c
branches/google/integration/gcc/sched-int.h
branches/google/integration/gcc/sched-rgn.c


[Bug debug/45130] -fcompare-debug failure with -Os -fsched-spec-load -fschedule-insns

2011-02-01 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45130

--- Comment #6 from Alexandre Oliva aoliva at gcc dot gnu.org 2011-02-02 
04:31:41 UTC ---
Author: aoliva
Date: Wed Feb  2 04:31:35 2011
New Revision: 169513

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169513
Log:
gcc/ChangeLog:
PR debug/47498
PR debug/47501
PR debug/45136
PR debug/45130
* haifa-sched.c (get_ebb_head_tail): Move notes across boundary
debug insns.
(no_real_insns_p, schedule_block, set_priorities): Drop special
treatment of boundary debug insns.
* sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug
insns.
* sched-ebb.c (schedule_ebbs): Adjust skipping of debug insns.
* sched-int.h (DEBUG_INSN_SCHED_P): Remove.
(BOUNDARY_DEBUG_INSN_P): Likewise.
(SCHEDULE_DEBUG_INSN_P): Likewise.
* sched-rgn.c (init_ready_list): Drop special treatment of
boundary debug insns.
* final.c (rest_of_clean_state): Clear notes' BB.
gcc/testsuite/ChangeLog:
PR debug/47498
PR debug/47501
PR debug/45136
PR debug/45130
* debug/pr47498.c: New.
* debug/pr47501.c: New.

Added:
trunk/gcc/testsuite/gcc.dg/debug/pr47498.c
trunk/gcc/testsuite/gcc.dg/debug/pr47501.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/final.c
trunk/gcc/haifa-sched.c
trunk/gcc/sched-deps.c
trunk/gcc/sched-ebb.c
trunk/gcc/sched-int.h
trunk/gcc/sched-rgn.c
trunk/gcc/testsuite/ChangeLog


[Bug debug/45130] -fcompare-debug failure with -Os -fsched-spec-load -fschedule-insns

2011-01-30 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45130

--- Comment #5 from Alexandre Oliva aoliva at gcc dot gnu.org 2011-01-31 
05:13:38 UTC ---
Author: aoliva
Date: Mon Jan 31 05:13:34 2011
New Revision: 169429

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169429
Log:
Reverted:
2011-01-25  Alexandre Oliva  aol...@redhat.com
PR debug/45136
PR debug/45130
* haifa-sched.c (get_ebb_head_tail): Move notes across boundary
debug insns.
(no_real_insns_p, schedule_block, set_priorities): Drop special
treatment of boundary debug insns.
* sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug
insns.
* sched-ebb.c (schedule_ebbs): Don't skip debug insns.
* sched-int.h (DEBUG_INSN_SCHED_P): Remove.
(BOUNDARY_DEBUG_INSN_P): Likewise.
(SCHEDULE_DEBUG_INSN_P): Likewise.
* sched-rgn.c (init_ready_list): Drop special treatment of
boundary debug insns.
* final.c (rest_of_clean-state): Clear notes' BB.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/final.c
trunk/gcc/haifa-sched.c
trunk/gcc/sched-deps.c
trunk/gcc/sched-ebb.c
trunk/gcc/sched-int.h
trunk/gcc/sched-rgn.c


[Bug debug/45130] -fcompare-debug failure with -Os -fsched-spec-load -fschedule-insns

2011-01-25 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45130

--- Comment #4 from Alexandre Oliva aoliva at gcc dot gnu.org 2011-01-25 
22:28:02 UTC ---
Author: aoliva
Date: Tue Jan 25 22:27:51 2011
New Revision: 169260

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169260
Log:
PR debug/45136
PR debug/45130
* haifa-sched.c (get_ebb_head_tail): Move notes across boundary
debug insns.
(no_real_insns_p, schedule_block, set_priorities): Drop special
treatment of boundary debug insns.
* sched-deps.c (sd_init_insn, sd_finish_insn): Don't mark debug
insns.
* sched-ebb.c (schedule_ebbs): Don't skip debug insns.
* sched-int.h (DEBUG_INSN_SCHED_P): Remove.
(BOUNDARY_DEBUG_INSN_P): Likewise.
(SCHEDULE_DEBUG_INSN_P): Likewise.
* sched-rgn.c (init_ready_list): Drop special treatment of
boundary debug insns.
* final.c (rest_of_clean-state): Clear notes' BB.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/final.c
trunk/gcc/haifa-sched.c
trunk/gcc/sched-deps.c
trunk/gcc/sched-ebb.c
trunk/gcc/sched-int.h
trunk/gcc/sched-rgn.c


[Bug debug/45130] -fcompare-debug failure with -Os -fsched-spec-load -fschedule-insns

2010-09-04 Thread aoliva at gcc dot gnu dot org


--- Comment #3 from aoliva at gcc dot gnu dot org  2010-09-04 15:28 ---


*** This bug has been marked as a duplicate of 45136 ***


-- 

aoliva at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45130