aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g77.f-torture/execute/19990313-3.f
blob: 6366dccd890085aaf019391bccfd888d7e2da76e (plain)
1
2
3
4
5
6
7
        integer *8 foo, bar
	double complex c
        data c/(4d10,0)/
        foo = 4d10
        bar = c
        if (foo .ne. bar) call abort
        end