This is the mail archive of the gcc-patches@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]

Re: [FORTRAN] Improved expansion of simple WHERE statements



On Feb 4, 2006, at 10:02 PM, Steve Kargl wrote:



Well, I may have spoke too soon. I'm seeing a regression with FM013.f. A reduced test cast is

      PROGRAM FM013
      IF (ICZERO) 31270, 1270, 31270
 1270 CONTINUE
 1272 ASSIGN 1273 TO J
 1273 ASSIGN 1274 TO J
 1274 ASSIGN 1275 TO J
      GOTO 1276
 1275 continue
 1276 GOTO J, ( 1272, 1273, 1274, 1275 )
31270 IVDELE = IVDELE + 1
      END

This is PR 25251.


Thanks,
Andrew Pinski


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