This is the mail archive of the gcc-patches@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]

Re: [PATCH]: Add some more builtins opts for sqrt/cbrt


	builtin-power-1.c is failing on PowerPC.  On AIX I see the
following link failures in the log:

ld: 0711-317 ERROR: Undefined symbol: .link_failure_sqrt_sqrt
ld: 0711-317 ERROR: Undefined symbol: .link_failure_sqrt_cbrt
ld: 0711-317 ERROR: Undefined symbol: .link_failure_cbrt_sqrt

It also is failing on Darwin, along with other builtins.

David


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