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 rtl-optimization/17088] poor fortran optimisation at -O2/3


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-06 21:39 -------
Looks like to me the register allocator is f'ing up as on PPC (where there more fp registers) -O2 is faster 
(by a factor of 2) than -O1.  It is also one of the reasons why new-ra could be fucking up too.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|                            |i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17088


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