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 optimization/13219] -fgcse pessimizes double complex calculation


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-29 02:39 -------
-fnew-ra also helps me on PPC, also the tree-ssa also has the same problem.
The problem is that GCSE creates new temps and that causes problems for the current register 
allocator.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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


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