diff options
author | Jeffrey Oldham <oldham@codesourcery.com> | 2001-02-26 15:54:33 +0000 |
---|---|---|
committer | Jeffrey D. Oldham <oldham@gcc.gnu.org> | 2001-02-26 15:54:33 +0000 |
commit | 2851a0e4674532d87356e9e4a28f453511110796 (patch) | |
tree | 77c931e3cfa2af270c1f622ccc70772c8703c3d9 /gcc/testsuite/ChangeLog | |
parent | 8cf8d8a27b3eb2b183511a3e2f449985a7aa320b (diff) | |
download | gcc-2851a0e4674532d87356e9e4a28f453511110796.zip gcc-2851a0e4674532d87356e9e4a28f453511110796.tar.gz gcc-2851a0e4674532d87356e9e4a28f453511110796.tar.bz2 |
overload15.C: New test to stress overloaded templatized constructors.
2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
* g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
templatized constructors.
From-SVN: r40067
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0485463..b16a3f6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-02-26 Jeffrey Oldham <oldham@codesourcery.com> + + * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded + templatized constructors. + 2001-02-24 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * gcc.c-torture/execute/20010224-1.c: New test. |