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/31161] __builtin_cexpi is broken on Darwin



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-03-13 10:30 -------
It's a target issue.  Darwin is broken that it doesn't set TARGET_C99_FUNCTIONS
but still appears to have cexp.  Your testcase is also invalid for this reason,
you should not use __builtin_cexpi if neither sincos nor cexp is available.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
          Component|c                           |target


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


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