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 #2 from kargl at gcc dot gnu dot org  2007-01-12 19:12 -------
(In reply to comment #1)
> We can implement the complex variants in term of the real ones in mpfr, no?  I
> don't like the idea of another build-dependency ;)
> 

Yes, you can.  gfortran does this already for several Fortran
intrinsic functions.  See fortran/simplify.c.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu dot org


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]