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

--- Comment #5 from Joost VandeVondele <Joost.VandeVondele at pci dot uzh.ch> 
2011-03-31 13:25:27 UTC ---
reduced:

INTEGER, DIMENSION(:), POINTER :: a
DO I=1,MIN(SIZE(a),SIZE(a))
ENDDO
END

Reply via email to