1. 16 Oct, 2006 7 commits
  2. 15 Oct, 2006 16 commits
  3. 14 Oct, 2006 13 commits
  4. 13 Oct, 2006 4 commits
    • istream.tcc (operator>>(__istream_type& (*)(__istream_type&)),… · f7ab3fd1
      istream.tcc (operator>>(__istream_type& (*)(__istream_type&)), operator>>(__ios_type& (*)(__ios_type&)), operator>>(ios_base& (*)(ios_base&))): Move...
      
      2006-10-13  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/istream.tcc (operator>>(__istream_type&
      	(*)(__istream_type&)), operator>>(__ios_type& (*)(__ios_type&)),
      	operator>>(ios_base& (*)(ios_base&))): Move...
      	* include/std/std_istream.h: ... here.
      	(operator>>(basic_istream<char,>&, unsigned char&),
      	operator>>(basic_istream<char,>&, signed char&),
      	operator>>(basic_istream<char,>&, unsigned char*),
      	operator>>(basic_istream<char,>&, signed char*)): Mark inline.
      	* include/bits/ostream.tcc (operator<<(__ostream_type&
      	(*)(__ostream_type&)), operator<<(__ios_type& (*)(__ios_type&)),
      	operator<<(ios_base& (*)(ios_base&))): Move...
      	* include/std/std_ostream.h: ... here.
      	(operator<<(basic_ostream<>&, _CharT),
      	operator<<(basic_ostream<>&, char),
      	operator<<(basic_ostream<char,>&, char),
      	operator<<(basic_ostream<char,>&, signed char),
      	operator<<(basic_ostream<char,>&, unsigned char),
      	operator<<(basic_ostream<>&, const _CharT*),
      	operator<<(basic_ostream<char,>&, const char*),
      	operator<<(basic_ostream<char,>&, const signed char*),
      	operator<<(basic_ostream<char,>&, const unsigned char*),
      	endl(basic_ostream<>&), ends(basic_ostream<>&),
      	flush(basic_ostream<>&)): Mark inline.
      
      From-SVN: r117715
      Paolo Carlini committed
    • pr25993.c: Skip for darwin. · 164ea65a
      2006-10-13  Eric Christopher  <echristo@apple.com>
      
              * gcc.dg/pr25993.c: Skip for darwin.
      
      From-SVN: r117713
      Eric Christopher committed
    • visibility-11.c: Skip for darwin. · 42d3177f
      2006-10-13  Eric Christopher  <echristo@apple.com>
      
              * gcc.dg/visibility-11.c: Skip for darwin.
      
      From-SVN: r117712
      Eric Christopher committed
    • darwin-weakimport-1.c: Use -fno-asynchronous-unwind-tables. · d23b4622
      2006-10-13  Eric Christopher  <echristo@apple.com>
      
              * gcc.dg/darwin-weakimport-1.c: Use
              -fno-asynchronous-unwind-tables.
              * gcc.dg/darwin-weakimport-3.c: Ditto.
      
      From-SVN: r117711
      Eric Christopher committed