[Bug target/11254] g++ (3.3): ...Error: Field out of range (optimisation pb)

dave at hiauly1 dot hia dot nrc dot ca gcc-bugzilla@gcc.gnu.org
Sun Jun 22 22:03:00 GMT 2003


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



More information about the Gcc-bugs mailing list