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 tree-optimization/17841] Optimizer generating code which runs slower than other code which makes optimizer generate actually optimal code on AMD Duron.


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-05 14:21 -------
Confirmed, I don't understand why the case statements are not being recombining.

For some reason test01 has combined them and test02 has not.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
          Component|rtl-optimization            |tree-optimization
     Ever Confirmed|                            |1
           Keywords|                            |missed-optimization
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-05 14:21:05
               date|                            |


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


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