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]

Re: fortran tests change


>>>>> "Craig" == Craig Burley <burley@gnu.org> writes:

 Craig> I like this!  

Does that mean check it in?

 Craig> Presumably for the mainline, not 1.1 branch, right?

Sure.

 Craig> Would it be useful to maintain a stripped-down original
 Craig> version that does whatever the new version doesn't, which,
 Craig> offhand, seems to be only CALL EXIT(1)?

We should check that exit works, if someone can tell me how to do it
in dejagnu.  Or do you mean have libf2c's make check just do
      WRITE (6,*) 'You should see exit status 1'
      CALL EXIT(1)
      END
?


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