This is the mail archive of the gcc@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]

Lost libstdc++ patch


Could someone please have a look at the following patch which has passed
twice without being reviewed? It is also rather important for the 2.95
branch:

  2000-2-4  David E O'Brien  <obrien@FreeBSD.org>

        * std/mask_array.h (mask_array): Rename template type
        parameter to avoid conflicts with ctype.h on BSD systems.
        * std/slice_array.h (slice_array): Likewise.

  http://gcc.gnu.org/ml/gcc-patches/2000-05/msg01457.html

A similiar patch has already been applied to the libstdc++ v3 sources

  2000-03-21  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>

        * bits/slice_array.h: Rename generic type template parameter name
        '_T' to '_Tp'. 
        * bits/mask_array.h: Ditto

and a test case has already been added to our testsuite as well:

  2000-06-07  Loren J. Rittle <ljrittle@acm.org>

        * g++.old-deja/g++.other/headers1.C: New file.

  http://gcc.gnu.org/ml/gcc-patches/2000-06/msg00216.html
  http://gcc.gnu.org/ml/gcc-patches/2000-06/msg00313.html

Even now that we'll switch soon, this patch is useful on the main branch
and especially important on the 2.95 branch (which is tracked by several
systems like FreeBSD).

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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