------- Comment #1 from rguenth at gcc dot gnu dot org 2009-02-24 16:48 ------- Fails the same with 4.4, 4.2 reports an error:
gfortran-4.2 -S t.f90 t.f90:4.35: &a = (/ ( (float(n))**(1.0), n=1,2) /) 1 Error: Exponent at (1) must be INTEGER for an initialization expression so I'm not sure if the testcase is valid or not. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |4.3.4 4.4.0 Known to work| |4.2.4 Priority|P3 |P4 Target Milestone|--- |4.3.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39292