This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/7857] Different behaviour if compiled with optimization due to sqrt being inlined
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jul 2003 01:15:51 -0000
- Subject: [Bug optimization/7857] Different behaviour if compiled with optimization due to sqrt being inlined
- References: <20020908074600.7857.jcas@netcabo.pt>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7857
dhazeghi at yahoo dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|0000-00-00 00:00:00 |2003-07-10 01:15:51
date| |
------- Additional Comments From dhazeghi at yahoo dot com 2003-07-10 01:15 -------
Confirmed with mainline (20030709). Note that the testcase does not
crash, as the original report indicated, and there is no difference in
precision. However, it does compile and link at -O3 without -lm, while with
-O2 or lower it doesn't.