This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12922] MIPS gcc.c-torture/compile/20001226-1.c times out...
- From: "echristo at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Nov 2003 09:46:41 -0000
- Subject: [Bug c/12922] MIPS gcc.c-torture/compile/20001226-1.c times out...
- References: <20031105234446.12922.daney@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12922
------- Additional Comments From echristo at redhat dot com 2003-11-06 09:46 -------
Subject: Re: MIPS gcc.c-torture/compile/20001226-1.c times
out...
> ------- Additional Comments From ebotcazou at gcc dot gnu dot org 2003-11-06 07:44 -------
> It also times out on low-end x86 hardware, so the branch delay slot scheduler is
> certainly not the only culprit. On the contrary, it passes for the 3.3 branch
> (and the 3.2 branch) on the same hardware.
Fair enough. I looked into it at one point on mips and it was spending
~75% of it's time in dbr_sched
-eric