This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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 ----




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]