Mercurial > hg > CbC > CbC_gcc
comparison gcc/testsuite/gfortran.dg/lto/pr41576_1.f90 @ 131:84e7813d76e9
gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 07:37:49 +0900 |
parents | 04ced10e8804 |
children |
comparison
equal
deleted
inserted
replaced
111:04ced10e8804 | 131:84e7813d76e9 |
---|---|
4 interface | 4 interface |
5 subroutine foo() | 5 subroutine foo() |
6 end subroutine | 6 end subroutine |
7 end interface | 7 end interface |
8 call foo | 8 call foo |
9 if (c/=1 .or. d/=2) call abort | 9 if (c/=1 .or. d/=2) STOP 1 |
10 end program test | 10 end program test |
11 | 11 |