From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12336 invoked by alias); 18 Aug 2008 17:49:57 -0000 Received: (qmail 11113 invoked by alias); 18 Aug 2008 17:49:06 -0000 Date: Mon, 18 Aug 2008 17:49:00 -0000 Message-ID: <20080818174906.11112.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/37149] [4.4 Regression]: 27_io/basic_ostream/inserters_other/char/error_code.cc In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg01312.txt.bz2 ------- Comment #5 from paolo at gcc dot gnu dot org 2008-08-18 17:49 ------- Subject: Bug 37149 Author: paolo Date: Mon Aug 18 17:48:15 2008 New Revision: 139206 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139206 Log: 2008-08-18 Paolo Carlini PR libstdc++/37149 * testsuite/27_io/basic_ostream/inserters_other/char/4.cc: Include . * testsuite/27_io/basic_ostream/inserters_other/char/error_code.cc: Likewise. * testsuite/27_io/objects/char/12048-1.cc: Likewise. * testsuite/27_io/objects/char/12048-3.cc: Likewise. * testsuite/27_io/objects/wchar_t/12048-1.cc: Likewise. * testsuite/27_io/objects/wchar_t/12048-3.cc: Likewise. * testsuite/ext/malloc_allocator/deallocate_global.cc: Likewise. * testsuite/ext/malloc_allocator/deallocate_local.cc: Likewise. * testsuite/ext/mt_allocator/deallocate_global-2.cc: Likewise. * testsuite/ext/mt_allocator/deallocate_global-4.cc: Likewise. * testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: Likewise. * testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: Likewise. * testsuite/ext/mt_allocator/deallocate_local-2.cc: Likewise. * testsuite/ext/mt_allocator/deallocate_local-4.cc: Likewise. * testsuite/ext/mt_allocator/deallocate_local-6.cc: Likewise. * testsuite/ext/mt_allocator/deallocate_local-8.cc: Likewise. * testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: Likewise. * testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: Likewise. * testsuite/ext/mt_allocator/deallocate_local_thread-5.cc: Likewise. * testsuite/ext/mt_allocator/deallocate_local_thread-7.cc: Likewise. * testsuite/ext/new_allocator/deallocate_global.cc: Likewise. * testsuite/ext/new_allocator/deallocate_local.cc: Likewise. * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise. * include/std/regex: Include . * include/tr1/regex: Likewise. Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/std/regex trunk/libstdc++-v3/include/tr1/regex trunk/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/4.cc trunk/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/error_code.cc trunk/libstdc++-v3/testsuite/27_io/objects/char/12048-1.cc trunk/libstdc++-v3/testsuite/27_io/objects/char/12048-3.cc trunk/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-1.cc trunk/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-3.cc trunk/libstdc++-v3/testsuite/ext/malloc_allocator/deallocate_global.cc trunk/libstdc++-v3/testsuite/ext/malloc_allocator/deallocate_local.cc trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-2.cc trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-4.cc trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-1.cc trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-3.cc trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-2.cc trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-4.cc trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-6.cc trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-8.cc trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-1.cc trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-3.cc trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-5.cc trunk/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-7.cc trunk/libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc trunk/libstdc++-v3/testsuite/ext/new_allocator/deallocate_local.cc trunk/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37149