This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/20610] Real by complex multiplications perform unnecessary operations
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2005 09:33:58 -0000
- Subject: [Bug middle-end/20610] Real by complex multiplications perform unnecessary operations
- References: <20050323205957.20610.fredrik.huss@home.se>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pcarlini at suse dot de 2005-03-24 09:33 -------
Side note: here we are talking about the specializations for real/double/long
double, therefore no _M_real but __real__ _M_value and so on. In this case we
rely on the compiler to expand the operations using to builtin support for
complex types.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20610