From 54353978a4ba9b8c4d7c5b721b2daaca1b1c8975 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 7 Feb 2013 15:20:58 +0000 Subject: [PATCH] pr56193.cc: Tweak. 2013-02-07 Paolo Carlini * testsuite/27_io/basic_ios/pr56193.cc: Tweak. From-SVN: r195852 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/testsuite/27_io/basic_ios/pr56193.cc | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3cc1eec2b11..3c73f1f8a99 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,10 @@ +2013-02-07 Paolo Carlini + + * 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. diff --git a/libstdc++-v3/testsuite/27_io/basic_ios/pr56193.cc b/libstdc++-v3/testsuite/27_io/basic_ios/pr56193.cc index e97dcdc41fe..79793e26756 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/pr56193.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/pr56193.cc @@ -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 @@ -23,11 +23,9 @@ #include // PR libstdc++/56193 - -int +void test01() { std::cout << std::cout; // { dg-error "cannot bind" } } - // { dg-error "initializing argument" "" { target *-*-* } 602 } -- 2.30.2