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

2012-02-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52138 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

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

2012-02-06 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52138 --- Comment #4 from Dominique d'Humieres 2012-02-06 18:58:00 UTC --- >From the manual: -fcx-limited-range When enabled, this option states that a range reduction step is not needed when performing complex division. Also, there is no checking whe

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

2012-02-06 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52138 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

[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 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?

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

2012-02-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52138 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f