diff options
author | Andre Vehreschild <vehre@gmx.de> | 2015-03-28 11:39:24 +0100 |
---|---|---|
committer | Andre Vehreschild <vehre@gcc.gnu.org> | 2015-03-28 11:39:24 +0100 |
commit | 85b237bb66c69ef4f74e484a1e093d6544670fe7 (patch) | |
tree | 984a5497aa9d8f029759fc8344e72e42e53e83a3 | |
parent | f8f40e69b056bcd73c1e44e69dd1109f2ff1c1be (diff) | |
download | gcc-85b237bb66c69ef4f74e484a1e093d6544670fe7.zip gcc-85b237bb66c69ef4f74e484a1e093d6544670fe7.tar.gz gcc-85b237bb66c69ef4f74e484a1e093d6544670fe7.tar.bz2 |
unlimited_polymorphic_24.f03: Fixing copyright statement to reflect new ownership.
* gfortran.dg/unlimited_polymorphic_24.f03: Fixing copyright
statement to reflect new ownership.
From-SVN: r221752
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0e4c56c..f8d2d5a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-03-28 Andre Vehreschild <vehre@gmx.de> + + * gfortran.dg/unlimited_polymorphic_24.f03: Fixing copyright + statement to reflect new ownership. + 2015-03-28 Paolo Carlini <paolo.carlini@oracle.com> PR c++/42328 diff --git a/gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03 b/gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03 index 970e76a..2abe99c 100644 --- a/gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03 +++ b/gcc/testsuite/gfortran.dg/unlimited_polymorphic_24.f03 @@ -1,6 +1,6 @@ ! { dg-do run } ! -! Copyright 2011 STMicroelectronics +! Copyright 2015 NVIDIA Corporation ! ! Test case for unlimited polymorphism that is derived from the article ! by Mark Leair, in the 'PGInsider': |