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]

2 new GCC HEAD at 201358 regressions


With your recent patch, GCC HEAD revision 201358 had problems on:
native: regress-4 (2 NEW failures)
The previous build was of revision 201353.

Regressions for native:
NEW   g++.sum g++.old-deja/g++.law/weak.C
old   gcc.sum gcc.dg/guality/vla-2.c
old   gfortran.sum gfortran.dg/lto/pr45586
NEW   libstdc++.sum libstdc++-abi/abi_check

Log information for changes since the last build:
------------------------------------------------------------------------
r201354 | paolo | 2013-07-30 15:38:52 -0700 (Tue, 30 Jul 2013) | 13 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/parser.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi-sizeof.C

/cp
2013-07-30  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/57673
	* parser.c (cp_parser_cache_defarg): In an NSDMI don't stop when
	token->type == CPP_ELLIPSIS.

/testsuite
2013-07-30  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/57673
	* g++.dg/cpp0x/nsdmi-sizeof.C: New.

------------------------------------------------------------------------
r201357 | gccadmin | 2013-07-30 17:16:43 -0700 (Tue, 30 Jul 2013) | 1 line
Changed paths:
   M /trunk/gcc/DATESTAMP

Daily bump.
------------------------------------------------------------------------
r201358 | timshen | 2013-07-30 17:20:06 -0700 (Tue, 30 Jul 2013) | 17 lines
Changed paths:
   M /trunk/libstdc++-v3/ChangeLog
   M /trunk/libstdc++-v3/include/bits/regex.h
   M /trunk/libstdc++-v3/include/bits/regex_compiler.h
   M /trunk/libstdc++-v3/include/bits/regex_grep_matcher.h
   M /trunk/libstdc++-v3/include/bits/regex_grep_matcher.tcc
   M /trunk/libstdc++-v3/include/bits/regex_nfa.h
   M /trunk/libstdc++-v3/include/std/regex
   M /trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/53622.cc
   M /trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/57173.cc
   A /trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_dispatch_01.cc

2013-07-31  Tim Shen  <timshen91@gmail.com>

	Thompson matcher refactored. Fix grouping problem.
	* include/bits/regex.h: Use a dispatcher _M_get_matcher().
	* include/bits/regex_compiler.h: Tweak for auto switching.
	* include/bits/regex_grep_matcher.h: Class structure.
	* include/bits/regex_grep_matcher.tcc: _BFSMatcher(Thompson
	matcher) refactoring.
	* include/bits/regex_nfa.h: Change _Results's interfaces.
	* include/std/regex: Includes <map> and <queue>.
	* testsuite/28_regex/algorithms/regex_match/extended/53622.cc:
	For both matchers.
	* testsuite/28_regex/algorithms/regex_match/extended/57173.cc:
	For both matchers.
	* testsuite/28_regex/algorithms/regex_match/extended/
	string_dispatch_01.cc: New.

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

For more information, see <http://glutton.geoffk.org/HEAD/>.

-- 
Geoffrey Keating <geoffk@geoffk.org> 
(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]