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

2007-01-16 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-01-16 21:30 --- Confirmed with gfortran 4.3.0 20070116. -- burnus at gcc dot gnu dot org changed: What|Removed |Added

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

2007-01-16 Thread kargl at gcc dot gnu dot org
--- 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