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/79720] [5/6/7 Regression] complex division different at compile time / runtime


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79720

--- Comment #13 from Marc Glisse <glisse at gcc dot gnu.org> ---
(In reply to Thomas Koenig from comment #12)
> When -fcx-fortran-rules is active(by default in Fortran,
> or when explicitly specified by the user) we generate inline
> code.  The issue is the same then.

What exactly do you want to happen? That gcc generates code that can evaluate
complex division within .5ulp at runtime? That would be super slow...

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