[Bug fortran/34536] Make support of 2.0**-3*5 tighter: Print warning by default
dfranke at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Dec 20 12:41:00 GMT 2007
------- Comment #2 from dfranke at gcc dot gnu dot org 2007-12-20 12:40 -------
See F95, Section 7.4 "Precedence of operators", Table 7.8
Exponentation has a higher precedence than multiplication, so
2.0**-3*5 <=> (2.0**(-3)) * 5
Hence, is a warning really necessary?
--
dfranke at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dfranke at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34536
More information about the Gcc-bugs
mailing list