------- Comment #10 from burnus at gcc dot gnu dot org  2008-01-14 09:32 -------
> Jerry, does your patch also fix the ICE from comment #2?

It does. However, as Paul points out, the following gives still:

      reshape ([[(6, i= 1, 2*linem) ], [(i, i= 1,linem)],    &
               1
Error: Invalid character in name at (1)


      integer, parameter  :: nplam = 3 ! # of plans to expand TABs
      integer, parameter  :: linem = 132 ! max. line length
      integer, parameter  :: ncntm = 39 ! max. # cont. lines
      integer, parameter, dimension (linem, nplam) :: nxttab =  &
      reshape ([[(6, i= 1, 2*linem) ], [(i, i= 1,linem)],    &
                max ([(i, i= 1,linem)], [(10*i, i= 1,linem)])],      &
               [linem, nplam ])
      end


-- 


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

Reply via email to