Mercurial > hg > CbC > CbC_gcc
diff gcc/testsuite/gfortran.dg/extends_1.f03 @ 131:84e7813d76e9
gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 07:37:49 +0900 |
parents | 04ced10e8804 |
children |
line wrap: on
line diff
--- a/gcc/testsuite/gfortran.dg/extends_1.f03 Fri Oct 27 22:46:09 2017 +0900 +++ b/gcc/testsuite/gfortran.dg/extends_1.f03 Thu Oct 25 07:37:49 2018 +0900 @@ -43,10 +43,10 @@ recruit => entry ("John Smith", 123456, 1, "Bog Hill High School", & 99, "Records", supervisor) - if (trim (recruit%name) /= "John Smith") call abort - if (recruit%name /= recruit%service%name) call abort - if (recruit%supervisor%ss /= 123455) call abort - if (recruit%supervisor%ss /= supervisor%person%ss) call abort + if (trim (recruit%name) /= "John Smith") STOP 1 + if (recruit%name /= recruit%service%name) STOP 2 + if (recruit%supervisor%ss /= 123455) STOP 3 + if (recruit%supervisor%ss /= supervisor%person%ss) STOP 4 deallocate (supervisor) deallocate (recruit)