This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/52138] Operations on complex values are not inlined, even with -O3
- From: "gonnet at maths dot ox.ac.uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 06 Feb 2012 18:33:11 +0000
- Subject: [Bug c/52138] Operations on complex values are not inlined, even with -O3
- Auto-submitted: auto-generated
- References: <bug-52138-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52138
--- Comment #2 from Pedro <gonnet at maths dot ox.ac.uk> 2012-02-06 18:33:11 UTC ---
I'm a bit confused... In the gfortran output the multiplication only about 40
bytes. Does that mean that gfortran is using a reduced range by default?