diff options
author | Andre Vehreschild <vehre@gmx.de> | 2015-03-27 13:42:01 +0100 |
---|---|---|
committer | Andre Vehreschild <vehre@gcc.gnu.org> | 2015-03-27 13:42:01 +0100 |
commit | d239da042c0b709ada872b9d2b7dcdc97677738f (patch) | |
tree | 3144ee6aed11b9a8d1771336a8b0fbebd1f269de /gcc | |
parent | 3e8165a5df8592337fd3c210e37e212b9be69d73 (diff) | |
download | gcc-d239da042c0b709ada872b9d2b7dcdc97677738f.zip gcc-d239da042c0b709ada872b9d2b7dcdc97677738f.tar.gz gcc-d239da042c0b709ada872b9d2b7dcdc97677738f.tar.bz2 |
unlimited_polymorphic_24.f03: Added copyright statement and cleanup.
* gfortran.dg/unlimited_polymorphic_24.f03: Added copyright
statement and cleanup. Fixed typos.
From-SVN: r221729
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03 | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 03c4be4..1ee29dd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-03-27 Andre Vehreschild <vehre@gmx.de> + + * gfortran.dg/unlimited_polymorphic_24.f03: Added copyright + statement and cleanup. Fixed typos. + 2015-03-26 Jan Hubicka <hubicka@ucw.cz> PR middle-end/65595 diff --git a/gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03 b/gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03 index 48efa11..970e76a 100644 --- a/gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03 +++ b/gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03 @@ -1,9 +1,11 @@ ! { dg-do run } ! +! Copyright 2011 STMicroelectronics +! ! Test case for unlimited polymorphism that is derived from the article -! by Mark Leair, in the 'PGI Insider': +! by Mark Leair, in the 'PGInsider': ! https://www.pgroup.com/lit/articles/insider/v3n2a2.htm -! Note that 'getValue' has been removed from the generic 'add' becuse +! Note that 'addValue' has been removed from the generic 'add' because ! gfortran asserts that this is ambiguous. See ! https://gcc.gnu.org/ml/fortran/2015-03/msg00002.html for a discussion. ! @@ -213,3 +215,4 @@ program main end do end program main +! { dg-final { cleanup-modules "list_mod link_mod" } } |