This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14649] [3.4/3.5 Regression] atan(1.0) should not be a constant expression
- 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: 28 May 2004 22:22:06 -0000
- Subject: [Bug c/14649] [3.4/3.5 Regression] atan(1.0) should not be a constant expression
- References: <20040319114722.14649.jsm28@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-28 22:22 -------
This is a front-end issue of not telling the middle-end (fold) that it does not want the functions
expanded at this point.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14649