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 target/85456] New: PowerPC: Using -mabi=ieeelongdouble calls wrong function for __builtin_powi.


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85456

            Bug ID: 85456
           Summary: PowerPC: Using -mabi=ieeelongdouble calls wrong
                    function for __builtin_powi.
           Product: gcc
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: meissner at gcc dot gnu.org
  Target Milestone: ---

When we switch the default long double type, we call the wrong function for
__builtin_powil (i.e. we call __powitf2, when we should call __powikf2).  We
will also need a powikf function in libgcc.

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