]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR c++/13683 (bogus warning about passing non-PODs through ellipsis)
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>
Fri, 30 Jan 2004 18:31:08 +0000 (18:31 +0000)
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>
Fri, 30 Jan 2004 18:31:08 +0000 (18:31 +0000)
PR c++/13683
* g++.dg/template/sizeof6.C: New test.

From-SVN: r76983

gcc/testsuite/ChangeLog

index 866586168a8086f712fdf6d6226788daf1c0a072..8dc971baa1e37c5af22ff0a415f0bc0716768908 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       PR c++/13683
+       * g++.dg/template/sizeof6.C: New test.
+
 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
 
        PR c++/13797