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 middle-end/25724] Emits call to __cmpdi2 for long long comparison



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-01-09 14:38 -------
Confirmed, this is just a missed optimization and not a regression at best.  If
the kernel is using long long on a 32bit target, it needs all support functions
including __cmpdi2.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
      Known to fail|                            |3.3.3 3.4.0 4.0.0 4.1.0
                   |                            |4.2.0


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



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