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]

1 new GCC HEAD at 197384 regression


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

Regressions for native:
old   g++.sum g++.dg/tree-ssa/ehcleanup-1.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:
------------------------------------------------------------------------
r197377 | jsm28 | 2013-04-02 15:47:43 -0700 (Tue, 02 Apr 2013) | 2 lines
Changed paths:
   M /trunk/gcc/po/ChangeLog
   M /trunk/gcc/po/de.po

	* de.po: Update.

------------------------------------------------------------------------
r197380 | redi | 2013-04-02 17:08:54 -0700 (Tue, 02 Apr 2013) | 23 lines
Changed paths:
   M /trunk/libstdc++-v3/ChangeLog
   M /trunk/libstdc++-v3/acinclude.m4
   M /trunk/libstdc++-v3/config/abi/pre/gnu.ver
   M /trunk/libstdc++-v3/configure
   M /trunk/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
   M /trunk/libstdc++-v3/libsupc++/Makefile.am
   M /trunk/libstdc++-v3/libsupc++/Makefile.in
   M /trunk/libstdc++-v3/libsupc++/eh_terminate.cc
   M /trunk/libstdc++-v3/libsupc++/exception
   M /trunk/libstdc++-v3/libsupc++/new
   M /trunk/libstdc++-v3/libsupc++/new_handler.cc
   M /trunk/libstdc++-v3/libsupc++/new_op.cc
   M /trunk/libstdc++-v3/libsupc++/new_opnt.cc
   M /trunk/libstdc++-v3/testsuite/18_support/headers/exception/synopsis.cc
   M /trunk/libstdc++-v3/testsuite/18_support/headers/new/synopsis.cc
   A /trunk/libstdc++-v3/testsuite/18_support/new_handler.cc (from /trunk/libstdc++-v3/testsuite/18_support/headers/exception/synopsis.cc:197377)
   A /trunk/libstdc++-v3/testsuite/18_support/terminate_handler.cc (from /trunk/libstdc++-v3/testsuite/18_support/headers/exception/synopsis.cc:197377)
   A /trunk/libstdc++-v3/testsuite/18_support/unexpected_handler.cc (from /trunk/libstdc++-v3/testsuite/18_support/headers/exception/synopsis.cc:197377)

	* libsupc++/exception (get_terminate(), get_unexpected()): Declare.
	* libsupc++/eh_terminate.cc (get_terminate() , set_unexpected()):
	Define.
	(set_terminate(terminate_handler)): Set atomically.
	(set_unexpected(terminate_handler)): Likewise.
	* libsupc++/new (get_new_handler()): Declare.
	* libsupc++/new_handler.cc (get_new_handler()): Define.
	(set_new_handler(new_handler)): Set atomically.
	(__new_handler): Use internal linkage.
	* libsupc++/new_op.cc (operator new): Use get_new_handler().
	* libsupc++/new_opnt.cc (operator new): Likewise.
	* acinclude.m4: Bump libtool_VERSION to 6:19:0.
	* configure: Regenerate.
	* libsupc++/Makefile.am: Compile above files with -std=gnu++11.
	* libsupc++/Makefile.in: Regenerate.
	* config/abi/pre/gnu.ver: Add new exports.
	* doc/xml/manual/status_cxx2011.xml: Update.
	* testsuite/18_support/headers/exception/synopsis.cc: Check accessors
	for handlers.
	* testsuite/18_support/headers/new/synopsis.cc: Likewise.
	* testsuite/18_support/new_handler.cc: New.
	* testsuite/18_support/terminate_handler.cc: New.
	* testsuite/18_support/unexpected_handler.cc: New.
------------------------------------------------------------------------
r197384 | gccadmin | 2013-04-02 17:16:21 -0700 (Tue, 02 Apr 2013) | 1 line
Changed paths:
   M /trunk/gcc/DATESTAMP

Daily bump.
------------------------------------------------------------------------

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]