This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/32411] GCC Collect2 adds extra "-lm"'s to link commands even when not linking with "-lm".
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2007 12:55:17 -0000
- Subject: [Bug other/32411] GCC Collect2 adds extra "-lm"'s to link commands even when not linking with "-lm".
- References: <bug-32411-13830@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-06-20 12:55 -------
> The page http://gcc.gnu.org/gcc-4.3/changes.html#mpfropts says libm is being
> replaced with libmpfr.
No it does not say that, please stop reading the changes page incorrectly.
What it is saying is that inside the compiler, GCC will now do constant
folding.
You are wrong that GCC is replacing libm with mpfr.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32411