[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-02-02 Thread nickc at gcc dot gnu dot org
--- Comment #15 from nickc at gcc dot gnu dot org 2006-02-02 10:54 --- Subject: Bug 24376 Author: nickc Date: Thu Feb 2 10:54:53 2006 New Revision: 110510 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110510 Log: PR 24376 * sched-rgn.c (add_branch_dependences): For cc0 targets

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-30 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-01-30 12:45 --- Actually this has not been fixed yet in the SVN (mainling), reopening. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-29 Thread seidl at feld dot cvut dot cz
--- Comment #13 from seidl at feld dot cvut dot cz 2006-01-30 00:00 --- Hi Nick, I tested the pathed compiler nearly two weaks. I not detect any problem or any side-effect. Therefore, the bug seems to be fixed reliably. The patch is usable and needful for next version gcc-3.4.5 too (I te

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-12 Thread seidl at feld dot cvut dot cz
--- Comment #12 from seidl at feld dot cvut dot cz 2006-01-13 02:11 --- (In reply to comment #11) Hi Nick, the patched compiler works OK and cross-compiled program in target v850 platform seems to be functional and stable. I assume, the problem is solved, but I plane to make a thorough p

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-11 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-11 Thread nickc at redhat dot com
--- Comment #11 from nickc at redhat dot com 2006-01-11 15:38 --- Hi Libor, Oops- there was a condition where the new code could walk backwards into a previous block. Sorry about that. I have uploaded a revised patch which should not fall into this trap. It certainly works with the

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-11 Thread nickc at redhat dot com
--- Comment #10 from nickc at redhat dot com 2006-01-11 15:37 --- Created an attachment (id=10622) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10622&action=view) Revised patch which should not walk over blocks -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24376

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-10 Thread seidl at feld dot cvut dot cz
--- Comment #9 from seidl at feld dot cvut dot cz 2006-01-11 01:30 --- Created an attachment (id=10617) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10617&action=view) Another source making internal error of patched compiler -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2437

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-10 Thread seidl at feld dot cvut dot cz
--- Comment #8 from seidl at feld dot cvut dot cz 2006-01-11 01:26 --- Created an attachment (id=10616) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10616&action=view) Source generating internal error of patched compiler -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24376

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-10 Thread seidl at feld dot cvut dot cz
--- Comment #7 from seidl at feld dot cvut dot cz 2006-01-11 01:24 --- Hi Nick, I tested patched compiler on my problematic sources and I check assembler output of compiler carefully (but not execute destination code yet). I believe that reported problem is solved. But the compilation of

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-10 Thread nickc at redhat dot com
--- Comment #6 from nickc at redhat dot com 2006-01-10 13:19 --- Hi Libor, I have uploaded a patch which should fix the problem. It is not the most elegant solution but I believe that it should work for now. The patch amends the code in add_branch_dependencies() which searches bac

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-10 Thread nickc at redhat dot com
--- Comment #5 from nickc at redhat dot com 2006-01-10 13:15 --- Created an attachment (id=10605) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10605&action=view) When computing region not to schedule, include earlier cc0 setters -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-01 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2006-01-01 18:49 --- Adding Nick to the CC list, because he is the listed v850 port maintainer. -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2006-01-01 Thread seidl at fel dot cvut dot cz
--- Comment #3 from seidl at fel dot cvut dot cz 2006-01-01 18:38 --- Subject: Re: wrong-code unless -fno-sched-interblock The problem was detected with gcc-3.4.3 and gcc-3.4.4. I not tested the older gcc versions. I tested gcc-4.0.1, and the problem on the small sample of code was not

[Bug rtl-optimization/24376] wrong-code unless -fno-sched-interblock

2005-12-29 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2005-12-29 21:54 --- Are you seeing the same problem with more recent compilers, like GCC 4.0 or a GCC 4.1 snapshot? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24376