This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/30447] Evaluate complex math functions at compile-time
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jan 2007 19:12:40 -0000
- Subject: [Bug middle-end/30447] Evaluate complex math functions at compile-time
- References: <bug-30447-578@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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