Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(989)

Side by Side Diff: gcc/gcc/testsuite/gfortran.dg/module_md5_1.f90

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 ! Check that we can write a module file, that it has a correct MD5 sum, 1 ! Check that we can write a module file, that it has a correct MD5 sum,
2 ! and that we can read it back. 2 ! and that we can read it back.
3 ! 3 !
4 ! { dg-do compile } 4 ! { dg-do compile }
5 module foo 5 module foo
6 integer(kind=4), parameter :: pi = 3_4 6 integer(kind=4), parameter :: pi = 3_4
7 end module foo 7 end module foo
8 8
9 program test 9 program test
10 use foo 10 use foo
11 print *, pi 11 print *, pi
12 end program test 12 end program test
13 ! { dg-final { scan-module "foo" "MD5:596df8f39d3ddc0b847771cadcb26274" } } 13 ! { dg-final { scan-module "foo" "MD5:5632bcd379cf023bf7e663e91d52fa12" } }
14 ! { dg-final { cleanup-modules "foo" } } 14 ! { dg-final { cleanup-modules "foo" } }
OLDNEW
« no previous file with comments | « gcc/gcc/testsuite/gfortran.dg/module_equivalence_6.f90 ('k') | gcc/gcc/testsuite/gfortran.dg/namelist_12.f » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698