1 new GCC HEAD@139843 regression

GCC regression tester regress@geoffk.org
Sun Aug 31 21:54:00 GMT 2008


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

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:
------------------------------------------------------------------------
r139843 | hubicka | 2008-08-31 20:49:42 +0000 (Sun, 31 Aug 2008) | 24 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/frv/frv.c
   M /trunk/gcc/config/iq2000/iq2000.c
   M /trunk/gcc/config/m68hc11/m68hc11.c
   M /trunk/gcc/config/m68hc11/m68hc11.h
   M /trunk/gcc/config/mcore/mcore.c
   M /trunk/gcc/config/mn10300/mn10300.c
   M /trunk/gcc/config/pdp11/pdp11.c
   M /trunk/gcc/config/score/score-protos.h
   M /trunk/gcc/config/score/score.c
   M /trunk/gcc/config/score/score3.c
   M /trunk/gcc/config/score/score7.c
   M /trunk/gcc/config/spu/spu.c
   M /trunk/gcc/config/v850/v850.c



	* frv.c (frv_rtx_costs): Update forward declaration.
	* spu.c (spu_rtx_costs): Likewise.
	* pdp11.c: Include df.h
	(pdp11_output_function_epilogue): Use df_set_regs_ever_live.
	* m68hc11.c (m68hc11_gen_highpart): Fix call of gen_rtx_SUBREG.
	(m68hc11_rtx_costs_1): Fix call of rtx_cost.
	* iq2000.c (iq2000_address_cost): Add speed argument.
	(iq2000_rtx_costs): Likewise.
	* mn10300.c (mn10300_address_cost_1): Remove speed argument;
	update call of mn10300_address_cost.
	* mcore.c: Include df.h
	(mcore_rtx_costs): Update prototype.
	* score3.c: Include df.h
	(score3_rtx_costs): Remove speed argument.
	* score7.c: Include df.h
	(score7_address_cost): Remove speed argument.
	* score-protos.h (score_address_cost): Update prototype.
	* score.c: Include df.h
	(score_rtx_costs): Update call of costs functions.
	* v850.c (v850_rtx_costs): Add bool argument.


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

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

-------------- next part --------------

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


More information about the Gcc-regression mailing list