2018-02-20 Thomas Koenig <tkoenig@gcc.gnu.org>
* gfortran.dg/structure_constructor_14.f90: Adjust STOP number.
From-SVN: r257859
+2018-02-20 Thomas Koenig <tkoenig@gcc.gnu.org>
+
+ * gfortran.dg/structure_constructor_14.f90: Adjust STOP number.
+
2018-02-20 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/48890
write(line,'(20(a8,:,"|"))') pack (obstyp% name, mask)
if (line /= 'SYNOP |DRIBU |TEMP |RADAR') STOP 1
write (line,'("|",A,"|")') x
- if (line /= "|asdf |") STOP 1
+ if (line /= "|asdf |") STOP 2
end program gfcbug145