This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/30487] Math implicit function in forall statement causes compiler error



------- Comment #2 from kargl at gcc dot gnu dot org  2007-01-17 01:37 -------
A workaround for this problem is place parentheses around the
mask in the forall.  The parentheses force evaluation of the
expression whereas gfortran is apparently taking a different
path through the compiler without.

*** This bug has been marked as a duplicate of 30400 ***


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30487


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]