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

GCC build failure, HEAD@166913 on native


With your recent patch, GCC HEAD revision 166913 had problems on:
native: build (about the same as the previous build)
Attached is build output for those targets.
The previous build was of revision 166910.

Log information for changes since the last build:
------------------------------------------------------------------------
r166911 | paolo | 2010-11-18 09:21:35 -0800 (Thu, 18 Nov 2010) | 14 lines
Changed paths:
   M /trunk/libstdc++-v3/ChangeLog
   M /trunk/libstdc++-v3/include/bits/istream.tcc
   A /trunk/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/26211.cc
   A /trunk/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc
   A /trunk/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/26211.cc
   M /trunk/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/8348.cc
   A /trunk/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc
   M /trunk/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc

2010-11-18  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/26211 + N3168
	* include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
	seekg(off_type, ios_base::seekdir)): Construct a sentry.
	(basic_istream<>::tellg, seekg(pos_type), seekg(off_type,
	ios_base::seekdir, putback, unget)): Clear eofbit first, per N3168.  
	* testsuite/27_io/basic_istream/seekg/char/26211.cc: New.
	* testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
	* testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
	* testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
	* testsuite/27_io/basic_istream/tellg/char/8348.cc: Tweak.
	* testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.

------------------------------------------------------------------------
r166913 | paolo | 2010-11-18 09:26:59 -0800 (Thu, 18 Nov 2010) | 4 lines
Changed paths:
   M /trunk/libstdc++-v3/ChangeLog

2010-11-18  Paolo Carlini  <paolo.carlini@oracle.com>

	Fix typo in the last ChangeLog entry.

------------------------------------------------------------------------

For more information, see <http://gcc.gnu.org/regtest/HEAD/>.

Attachment: native-log.txt
Description: Text document

-- 
Geoffrey Keating <geoffk@apple.com> 
(via an automated GCC regression-testing script.)

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