[Bug c/52138] New: Operations on complex values are not inlined, even with -O3

2012-02-06 Thread gonnet at maths dot ox.ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52138 Bug #: 52138 Summary: Operations on complex values are not inlined, even with -O3 Classification: Unclassified Product: gcc Version: 4.5.2 Status: UNCONFIRMED

[Bug c/52138] Operations on complex values are not inlined, even with -O3

2012-02-06 Thread gonnet at maths dot ox.ac.uk
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?