Mercurial > hg > CbC > CbC_gcc
comparison gcc/testsuite/gfortran.dg/continuation_8.f90 @ 132:d34655255c78
update gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 10:21:07 +0900 |
parents | 84e7813d76e9 |
children |
comparison
equal
deleted
inserted
replaced
130:e108057fa461 | 132:d34655255c78 |
---|---|
3 program print_ascertain | 3 program print_ascertain |
4 character (len=50) :: str | 4 character (len=50) :: str |
5 str = "hello world & | 5 str = "hello world & |
6 & & | 6 & & |
7 &!" | 7 &!" |
8 if (str.ne."hello world !") call abort | 8 if (str.ne."hello world !") STOP 1 |
9 end program print_ascertain | 9 end program print_ascertain |