8sa1-gcc/gcc/testsuite/g77.dg/fcase-preserve.f
David Billinghurst 41ae4ee667 [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
2001-08-01 20:35:59 +00:00

10 lines
222 B
Fortran

C Test compiler flags: -fcase-preserve
C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
C
C { dg-do run }
C { dg-options "-fcase-preserve" }
i = 3
I = 4
if ( i .ne. 3 ) call abort
end