Commit 5485812c by Fritz Reese Committed by Fritz Reese

re PR fortran/83184 (Out of memory or ICE with option -fdec)

2018-07-17  Fritz Reese  <fritzoreese@gmail.com>

    gcc/testsuite/ChangeLog:

	PR fortran/83184
	* gfortran.dg/dec_structure_23.f90: Oops, "un-fix" error messages.

From-SVN: r262828
parent 7ca83c36
2018-07-17 Fritz Reese <fritzoreese@gmail.com>
PR fortran/83184
* gfortran.dg/dec_structure_23.f90: Oops, "un-fix" error messages.
2018-07-17 Will Schmidt <will_schmidt@vnet.ibm.com>
* gcc.target/powerpc/fold-vec-unpack-char.c: New.
......
......@@ -13,8 +13,8 @@ program p
integer :: nn
real :: rr
structure /s/
integer x(n) /1/ ! { dg-error "must have an explicit shape" }
integer xx(nn) /1/ ! { dg-error "must have an explicit shape" }
integer xxx(rr) /1.0/ ! { dg-error "must have an explicit shape" }
integer x(n) /1/ ! { dg-error "array with nonconstant bounds" }
integer xx(nn) /1/ ! { dg-error "array with nonconstant bounds" }
integer xxx(rr) /1.0/ ! { dg-error "array with nonconstant bounds" }
end structure
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment