Commit 4596d4bf by Tobias Burnus Committed by Tobias Burnus

re PR fortran/57456 ([OOP] CLASS + CHARACTER ALLOCATE with typespec: For arrays,…

re PR fortran/57456 ([OOP] CLASS + CHARACTER ALLOCATE with typespec: For arrays, the typespec is ignored)

2013-06-01  Tobias Burnus  <burnus@net-b.de>

        PR fortran/57456
        * gfortran.dg/class_array_17.f90: New.

From-SVN: r199573
parent 8c9fddf4
2013-06-01 Tobias Burnus <burnus@net-b.de>
PR fortran/57456
* gfortran.dg/class_array_17.f90: New.
2013-05-31 Eric Botcazou <ebotcazou@adacore.com>
* ada/acats/floatstore.lst: New.
......
......@@ -30,5 +30,5 @@ program test
deallocate(y)
end
! { dg-final { scan-tree-dump-times "__builtin_malloc (40);" 0 "original" } }
! { dg-final { scan-tree-dump-times "__builtin_malloc \\(40\\);" 1 "original" } }
! { dg-final { cleanup-tree-dump "original" } }
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