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

Reply via email to