-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Content-Type: text/plain; charset=us-ascii This patch remove an extra qualifier in basic_file.h. This causes a lot of spurious messages in the gcc testsuite because it use the pedantic option. ChangeLog: 2000-09-21 Theodore Papadopoulo * bits/basic_file.h (_M_open_mode): Remove extra qualifier. Index: libstdc++-v3/bits/basic_file.h =================================================================== RCS file: /cvs/gcc/egcs/libstdc++-v3/bits/basic_file.h,v retrieving revision 1.5 diff -c -3 -p -r1.5 basic_file.h *** basic_file.h 2000/08/09 07:33:38 1.5 - --- basic_file.h 2000/09/21 18:41:23 *************** namespace std { *** 128,135 **** __basic_file(__c_lock* __lock = 0); void ! __basic_file::_M_open_mode(ios_base::openmode __mode, int& __p_mode, ! int& __rw_mode); // Eqivalent to the normal fopen function. __basic_file* - --- 128,134 ---- __basic_file(__c_lock* __lock = 0); void ! _M_open_mode(ios_base::openmode __mode, int& __p_mode, int& __rw_mode); // Eqivalent to the normal fopen function. __basic_file* -------------------------------------------------------------------- Theodore Papadopoulo Email: Theodore.Papadopoulo@sophia.inria.fr Tel: (33) 04 92 38 76 01 -------------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.2 (GNU/Linux) Comment: Exmh version 2.2 06/23/2000 iD8DBQE5ylgyIzTj8qrxOU4RApMkAKDD7FKQPtDTXsCXE6xWfMn5fH2sTwCdH1mc nM1czhE6FEoKsHya8eO2E/E= =LF2N -----END PGP SIGNATURE-----