* gfortran.dg/unlimited_polymorphic_24.f03: Added copyright
authorvehre <vehre@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Mar 2015 12:42:01 +0000 (12:42 +0000)
committervehre <vehre@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Mar 2015 12:42:01 +0000 (12:42 +0000)
statement and cleanup. Fixed typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221729 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03

index 03c4be4..1ee29dd 100644 (file)
@@ -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
index 48efa11..970e76a 100644 (file)
@@ -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" } }