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

Massive SPEC failures on trunk


Hi,
Trunk GCC shows massive (2 compile-time and 6 run-time) failures on SPEC CPU2000 and CPU2006 at i386 and x86_64 on -O2 optimization level. Regression introduced somewhere between revision 122487 and 122478.


There are three checkins, candidates for the root of regression:
	http://gcc.gnu.org/viewcvs?view=rev&revision=122487
	http://gcc.gnu.org/viewcvs?view=rev&revision=122484
	http://gcc.gnu.org/viewcvs?view=rev&revision=122479

Here is the list of failures:

CPU2006/464.h264ref: GCC ICE
	image.c: In function 'UnifiedOneForthPix':
	image.c:1407: internal compiler error: in set_value_range, at
	tree-vrp.c:267

CPU2006/447.dealII: GCC ICE
	fe_tools.cc: In static member function 'static void
	FETools::get_projection_matrix(const FiniteElement<dim>&,
	const FiniteElement<dim>&, FullMatrix<number>&)
	[with int dim = 3, number = double]':
	fe_tools.cc:322: error: definition in block 47 does not
	dominate use in block 49 for SSA_NAME: NMT.4199_484 in
	statement:
	NMT.4199_645 = PHI <NMT.4199_484(49), NMT.4199_470(ab)(33)>
	PHI argument
	NMT.4199_484
	for PHI node
	NMT.4199_645 = PHI <NMT.4199_484(49), NMT.4199_470(ab)(33)>
	fe_tools.cc:322: internal compiler error: verify_ssa failed

CPU2000/186.crafty: killed with signal 11
CPU2000/178.galgel: killed with signal 11
CPU2006/403.gcc: runtime error
CPU2006/416.gamess: killed with signal 11
CPU2006/434.zeusmp: killed with signal 11
CPU2006/465.tonto: killed with signal 11

- Grigory


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