This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]