This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [autovect] [patch] branch merge
- From: Dorit Naishlos <DORIT at il dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Devang Patel <dpatel at apple dot com>, Ira Rosen <IRAR at il dot ibm dot com>, Keith Besaw <kbesaw at us dot ibm dot com>
- Date: Tue, 12 Apr 2005 14:10:49 +0300
- Subject: Re: [autovect] [patch] branch merge
>
> (4) g++ testcase regression (looks like a merge problem):
> FAIL: ./uninst.H (test for excess errors)
> FAIL: g++.dg/pch/uninst.C (test for excess errors)
> FAIL: ./uninst.H (test for excess errors)
> FAIL: g++.dg/pch/uninst.C (test for excess errors)
> FAIL: ./uninst.H (test for excess errors)
> FAIL: g++.dg/pch/uninst.C (test for excess errors)
>
committed the patch below that fixes these faiures.
dorit
Index: libstdc++-v3/include/bits/c++config
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/bits/c++config,v
retrieving revision 1.1283.2.97
diff -c -3 -p -r1.1283.2.97 c++config
*** libstdc++-v3/include/bits/c++config 10 Apr 2005 00:17:06 -0000
1.1283.2.97
--- libstdc++-v3/include/bits/c++config 11 Apr 2005 12:18:58 -0000
***************
*** 34,42 ****
// Pick up any OS-specific definitions.
#include <bits/os_defines.h>
- // The current version of the C++ library in compressed ISO date format.
- #define __GLIBCXX__ 20050410
-
// Allow use of "export template." This is currently not a feature
// that g++ supports.
// #define _GLIBCXX_EXPORT_TEMPLATE 1
--- 34,39 ----