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 c++/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


joel dot soete at tiscali dot be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |c++


------- Additional Comments From joel dot soete at tiscali dot be  2003-06-20 06:28 -------
Hi all,

Sorry to reply to myself but I continue my test and reading again gcc man, I try
the same compile with following additional options:

-finline-limit=300 # :-))) YES it works
-finline-limit=400 # ;( it fails

And also re-reading <http://gcc.gnu.org/PR?10160> 

--param max-inline-insns=180 ... 5 # :( it fails
but otc
--param max-inline-insns-single=180 # ;) it works also (even if compile time is
long versus -finline-limit=300) 

So looks like very much PR=10160 excepted that here it is not only a preformance
pb but also a failure of compilation.


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