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/30447] Evaluate complex math functions at compile-time



------- Comment #9 from ghazi at gcc dot gnu dot org  2009-10-14 01:57 -------
Support for the "arc" functions is done in the mpc svn repository which will be
released as mpc-0.8 at the end of October.  Use of these functions has been
checked into mainline.  All C99 builtin complex math functions are done; well,
except for cproj because that has a wierd non-c99 implementation in glibc.

TODO:
Wait for mpc-0.8 to be released.
Update gcc's configure to look for mpc-0.8.
Hard require MPC.
Do remaining stuff from PR40302.


-- 

ghazi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2009-09-20 16:21:55         |2009-10-14 01:57:26
               date|                            |


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


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