pr56193.cc: Tweak.
authorPaolo Carlini <paolo@gcc.gnu.org>
Thu, 7 Feb 2013 15:20:58 +0000 (15:20 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 7 Feb 2013 15:20:58 +0000 (15:20 +0000)
2013-02-07  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/27_io/basic_ios/pr56193.cc: Tweak.

From-SVN: r195852

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/basic_ios/pr56193.cc

index 3cc1eec2b11b311d5541d60b87a3d4c6750f31ed..3c73f1f8a9926b6cb55b3448d130b2d6692ddbe9 100644 (file)
@@ -1,5 +1,10 @@
+2013-02-07  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/27_io/basic_ios/pr56193.cc: Tweak.
+
 2013-02-06  Edward Smith-Rowland  <3dw4rd@verizon.net>
 
+       PR libstdc++/56193
        * include/bits/basic_ios.h: Replace operator void*() const
        with explicit operator bool() const in C++11 and greater.
        * testsuite/27_io/basic_ios/pr56193.cc: New file.
index e97dcdc41fe5c17faef84cd70351e3efd615791b..79793e267566b96e3b34a53fe922a377e911e573 100644 (file)
@@ -3,7 +3,7 @@
 
 // 2013-02-06  Edward Smith-Rowland <3dw4rd@verizon.net>
 //
-// Copyright (C) 2007-2013 Free Software Foundation, Inc.
+// Copyright (C) 2013 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
 #include <iostream>
 
 // PR libstdc++/56193
-
-int
+void
 test01()
 {
   std::cout << std::cout; // { dg-error "cannot bind" }
 }
-
 // { dg-error "initializing argument" "" { target *-*-* } 602 }