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@139839 regression


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

Regressions for native:
old   g++.sum g++.dg/other/PR23205.C
old   g++.sum g++.old-deja/g++.eh/ia64-1.C
old   gcc.sum gcc.dg/debug/dwarf2/dwarf-die3.c
old   gcc.sum gcc.dg/pch/valid-1b.c
old   gcc.sum gcc.dg/pr30286.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-13.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-7.c
old   gcc.sum gcc.dg/vect/vect-67.c
old   libgomp.sum libgomp.fortran/vla7.f90
NEW   libstdc++.sum ext/pb_ds/regression/list_update_data_map_rand.cc

Log information for changes since the last build:
------------------------------------------------------------------------
r139836 | hubicka | 2008-08-31 18:08:31 +0000 (Sun, 31 Aug 2008) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/predict.c

	* predict.c (maybe_hot_bb_p, maybe_hot_edge_p): Previous commit
	mistakely had old version of patch.

------------------------------------------------------------------------
r139837 | aaronwl | 2008-08-31 18:14:25 +0000 (Sun, 31 Aug 2008) | 32 lines
Changed paths:
   M /trunk/ChangeLog
   M /trunk/Makefile.in
   M /trunk/Makefile.tpl
   M /trunk/configure
   M /trunk/configure.ac
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/i386/mingw32.h
   M /trunk/gcc/config/i386/t-cygming
   M /trunk/gcc/config/i386/t-cygwin
   M /trunk/gcc/config/i386/t-mingw32
   M /trunk/gcc/mkmap-flat.awk
   M /trunk/libstdc++-v3/ChangeLog
   M /trunk/libstdc++-v3/Makefile.in
   M /trunk/libstdc++-v3/acinclude.m4
   M /trunk/libstdc++-v3/configure
   M /trunk/libstdc++-v3/doc/Makefile.in
   M /trunk/libstdc++-v3/include/Makefile.in
   M /trunk/libstdc++-v3/libmath/Makefile.in
   M /trunk/libstdc++-v3/libsupc++/Makefile.in
   M /trunk/libstdc++-v3/po/Makefile.in
   M /trunk/libstdc++-v3/src/Makefile.in
   M /trunk/libstdc++-v3/testsuite/Makefile.in

2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>

	<toplevel>
	* configure.ac (RPATH_ENVVAR): Use PATH on Windows.
	(GCC_SHLIB_SUBDIR): New.
	* Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
	* configure: Regenerate.
	* Makefile.in: Regenerate.

	<gcc>
	* mkmap-flat.awk: Add option pe_dll.
	* config/i386/t-cygming (SHLIB_LINK): Support building libgcc_s.
	* gcc/config/i386/t-cygwin (SHLIB_LC): Add.
	* gcc/config/i386/t-mingw32 (SHLIB_LC): Add.
	* config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): New.
	(SUBTARGET_EXTRA_SPECS): Use SHARED_LIBGCC_UNDEFS_SPEC.
	(LINK_SPEC): Support libgcc_s.
	(LIBGCC_SPEC): Support libgcc_s.
	(LIBGCC_SONAME): New.

	<libstdc++-v3>
	* acinclude.m4 <enable_symvers>: Don't use symvers on Windows.
	* configure: Regenerated.
	* Makefile.in: Regenerated.
	* src/Makefile.in: Regenerated.
	* doc/makefile.in: Regenerated.
	* po/Makefile.in: Regenerated.
	* libmath/Makefile.in: Regenerated.
	* include/Makefile.in: Regenerated.
	* libsupc++/Makefile.in: Regenerated.
	* testsuite/makefile.in: Regenerated.

------------------------------------------------------------------------
r139838 | aaronwl | 2008-08-31 18:16:09 +0000 (Sun, 31 Aug 2008) | 6 lines
Changed paths:
   M /trunk/libgomp/ChangeLog
   M /trunk/libgomp/Makefile.am
   M /trunk/libgomp/Makefile.in
   M /trunk/libgomp/testsuite/Makefile.in

2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>

	* Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
	* Makefile.in: Regenerated.
	* testsuite/Makefile.in: Regenerated.

------------------------------------------------------------------------
r139839 | aaronwl | 2008-08-31 18:26:48 +0000 (Sun, 31 Aug 2008) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/i386/gthr-win32.c
   M /trunk/gcc/gthr-win32.h

2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>

	* gcc/gthr-win32.h (__gthread_setspecific): Use CONST_CAST2.

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

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]