This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11254] g++ (3.3): ...Error: Field out of range (optimisation pb)
- From: "dave at hiauly1 dot hia dot nrc dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jun 2003 22:03:28 -0000
- Subject: [Bug target/11254] g++ (3.3): ...Error: Field out of range (optimisation pb)
- References: <20030619170517.11254.joel.soete@tiscali.be>
- 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=11254
------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2003-06-22 22:03 -------
Subject: Re: g++ (3.3): ...Error: Field out of range (optimisation pb)
> Suspending since gcc does not know when to not inline because of the function is going
> to be too large for branches and is this is hard problem to solve and is not going to
> happen any time soon.
Although I haven't examined this in detail, I don't believe that it will
be difficult to support long branches in floating compares. I did this
for other types of conditional branches a few months ago. This won't
address the above problem but at least the generated code should assemble.
Dave