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/84829] -mieee-fp causes to link with -lieee but that is no longer available


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

--- Comment #4 from Florian Weimer <fw at gcc dot gnu.org> ---
Does -mieee-fp still impact code generation on i386?  What about x86-64 with
SSE2?

I would expect that existing users of -mieee-fp receive an error when they
compile and link with a upgraded glibc, so I don't think the missing archive is
necessarily a problem we need to fix.

However, if there is no way to request the code generator to change behavior,
then we have a problem.

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