This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 math/16681] New: [i386] ceil / floor / trunc missing CFI


https://sourceware.org/bugzilla/show_bug.cgi?id=16681

            Bug ID: 16681
           Summary: [i386] ceil / floor / trunc missing CFI
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
              Host: i?86-*-*

i386 .S files in glibc generally contain CFI information for any stack
adjustments.  But the sysdeps/i386/fpu implementations of ceil, floor and trunc
(including the float and long double versions) contain stack adjustments but
don't have any corresponding CFI for those adjustments.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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