[multiple changes]
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Wed, 1 Aug 2001 20:35:59 +0000 (20:35 +0000)
committerToon Moene <toon@gcc.gnu.org>
Wed, 1 Aug 2001 20:35:59 +0000 (20:35 +0000)
commit41ae4ee667020773a5cce9f693fbd19bec621d3b
treebbe6b7f15b54c0db3bb1fa887ed7a0710d644e36
parentedf1b3f3179564a0db848df3691e1b805d87ebd2
[multiple changes]

2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>

* lib/g77.exp:  Load gcc-defs.exp for common procedures
(g77_pass, g77_fail, g77_finish, g77_exit,
${tool}_check_unsupported_p} Now redundant.  Deleted.

2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>

* g77.dg/fbackslash.f
* g77.dg/fcase-preserve.f
* g77.dg/ff90-1.f
* g77.dg/ffixed-line-length-0.f
* g77.dg/ffixed-line-length-132.f
* g77.dg/ffixed-line-length-7.f
* g77.dg/ffixed-line-length-72.f
* g77.dg/ffixed-line-length-none.f
        * g77.dg/ffree-form-1.f
* g77.dg/fno-backslash.f
* g77.dg/fno-f90-1.f
* g77.dg/fno-fixed-form-1.f
* g77.dg/fno-onetrip.f
* g77.dg/fno-typeless-boz.f
* g77.dg/fno-underscoring.f
* g77.dg/fno-vxt-1.f
* g77.dg/fonetrip.f
* g77.dg/ftypeless-boz.f
* g77.dg/fugly-assumed.f
* g77.dg/funderscoring.f
* g77.dg/fvxt-1.f

From-SVN: r44555
23 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/g77.dg/fbackslash.f [new file with mode: 0644]
gcc/testsuite/g77.dg/fcase-preserve.f [new file with mode: 0644]
gcc/testsuite/g77.dg/ff90-1.f [new file with mode: 0644]
gcc/testsuite/g77.dg/ffixed-line-length-0.f [new file with mode: 0644]
gcc/testsuite/g77.dg/ffixed-line-length-132.f [new file with mode: 0644]
gcc/testsuite/g77.dg/ffixed-line-length-7.f [new file with mode: 0644]
gcc/testsuite/g77.dg/ffixed-line-length-72.f [new file with mode: 0644]
gcc/testsuite/g77.dg/ffixed-line-length-none.f [new file with mode: 0644]
gcc/testsuite/g77.dg/ffree-form-1.f [new file with mode: 0644]
gcc/testsuite/g77.dg/fno-backslash.f [new file with mode: 0644]
gcc/testsuite/g77.dg/fno-f90-1.f [new file with mode: 0644]
gcc/testsuite/g77.dg/fno-fixed-form-1.f [new file with mode: 0644]
gcc/testsuite/g77.dg/fno-onetrip.f [new file with mode: 0644]
gcc/testsuite/g77.dg/fno-typeless-boz.f [new file with mode: 0644]
gcc/testsuite/g77.dg/fno-underscoring.f [new file with mode: 0644]
gcc/testsuite/g77.dg/fno-vxt-1.f [new file with mode: 0644]
gcc/testsuite/g77.dg/fonetrip.f [new file with mode: 0644]
gcc/testsuite/g77.dg/ftypeless-boz.f [new file with mode: 0644]
gcc/testsuite/g77.dg/fugly-assumed.f [new file with mode: 0644]
gcc/testsuite/g77.dg/funderscoring.f [new file with mode: 0644]
gcc/testsuite/g77.dg/fvxt-1.f [new file with mode: 0644]
gcc/testsuite/lib/g77.exp