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]

GCC build failure, HEAD@157292 on native


With your recent patch, GCC HEAD revision 157292 had problems on:
native: build (about the same as the previous build)
Attached is build output for those targets.
The previous build was of revision 157277.

Log information for changes since the last build:
------------------------------------------------------------------------
r157278 | spop | 2010-03-08 09:48:42 -0800 (Mon, 08 Mar 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   M /trunk/gcc/graphite-sese-to-poly.c

Add constraints on the type of parameters to the scop context.

2010-02-23  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
	early return.
------------------------------------------------------------------------
r157279 | spop | 2010-03-08 09:48:48 -0800 (Mon, 08 Mar 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   M /trunk/gcc/graphite-clast-to-gimple.c

Cleanup.

2010-02-23  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
	and clean up the logic.
------------------------------------------------------------------------
r157280 | spop | 2010-03-08 09:48:55 -0800 (Mon, 08 Mar 2010) | 9 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   M /trunk/gcc/sese.c
   A /trunk/gcc/testsuite/gcc.dg/graphite/pr42326.c

Fix PR42326: handle default definitions.

2010-03-02  Sebastian Pop  <sebastian.pop@amd.com>

	PR middle-end/42326
	* sese.c (name_defined_in_loop_p): Return false for default
	definitions.

	* gcc.dg/graphite/pr42326.c: New.
------------------------------------------------------------------------
r157281 | spop | 2010-03-08 09:49:02 -0800 (Mon, 08 Mar 2010) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   M /trunk/gcc/graphite-poly.h

New function combine_context_id_scat.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-poly.h (struct poly_scattering): Add layout documentation.
	(struct poly_bb): Same.
	(combine_context_id_scat): New.
------------------------------------------------------------------------
r157282 | spop | 2010-03-08 09:49:09 -0800 (Mon, 08 Mar 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   M /trunk/gcc/graphite-dependences.c

Cleanup data dep polyhedron construction.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-dependences.c (map_into_dep_poly): Removed.
	(dependence_polyhedron_1): Use combine_context_id_scat.
------------------------------------------------------------------------
r157283 | spop | 2010-03-08 09:49:16 -0800 (Mon, 08 Mar 2010) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   M /trunk/gcc/graphite-ppl.c
   M /trunk/gcc/graphite-ppl.h

Cleanup.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
	ppl_min_for_le_pointset.  Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
	* graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
------------------------------------------------------------------------
r157284 | spop | 2010-03-08 09:49:22 -0800 (Mon, 08 Mar 2010) | 8 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   M /trunk/gcc/sese.c

Fold convert SSA_NAMEs in the scalar expander.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

	* sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
	Call fold_convert on all the returned values.
	(expand_scalar_variables_expr): Pass to expand_scalar_variables_ssa_name
	the type of the resulting expression.
------------------------------------------------------------------------
r157285 | spop | 2010-03-08 09:49:28 -0800 (Mon, 08 Mar 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   M /trunk/gcc/graphite-clast-to-gimple.c

Do not short-cut code generation with gloog_error.

2010-03-04  Tobias Grosser  <grosser@fim.uni-passau.de>

	* graphite-clast-to-gimple.c (translate_clast): Do not short-cut
	code generation with gloog_error.
------------------------------------------------------------------------
r157286 | spop | 2010-03-08 09:49:36 -0800 (Mon, 08 Mar 2010) | 18 lines
Changed paths:
   M /trunk/gcc/graphite-clast-to-gimple.c
   M /trunk/gcc/graphite-sese-to-poly.c
   A /trunk/gcc/testsuite/gcc.dg/graphite/id-18.c
   A /trunk/gcc/testsuite/gcc.dg/graphite/run-id-pr42644.c
   M /trunk/libgomp/testsuite/libgomp.graphite/force-parallel-1.c
   M /trunk/libgomp/testsuite/libgomp.graphite/force-parallel-2.c

Fix type problems in loop ivs.

Fix pr42644.
Fix pr42130 (dealII).

2010-03-03  Tobias Grosser  <grosser@fim.uni-passau.de>

	* gcc/graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
	handle conversions from pointer to integers.
	(gcc_type_for_cloog_iv): Choose the smalles signed integer as an
	induction variable, to be able to work with code generated by
	CLooG.
	* gcc/graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
	(build_poly_scop): Bail out if we cannot codegen a loop.
	* gcc/testsuite/gcc.dg/graphite/id-18.c: New.
	* gcc/testsuite/gcc.dg/graphite/run-id-pr42644.c: New.
	* libgomp/testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
	* libgomp/testsuite/libgomp.graphite/force-parallel-2.c: Adjust.
------------------------------------------------------------------------
r157287 | spop | 2010-03-08 09:49:42 -0800 (Mon, 08 Mar 2010) | 28 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   A /trunk/gcc/testsuite/ChangeLog.graphite
   M /trunk/libgomp/ChangeLog.graphite

Add forgotten ChangeLog entries.

Eric pointed out that my ChangeLog was incorrect. As I forgot to
commit it at all, here the corrected ChangeLogs for the last commit.

gcc/
2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>
	    Ramakrishna Upadrasta <Ramakrishna.Upadrasta@inria.fr>

	* graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
	handle conversions from pointer to integers.
	(gcc_type_for_cloog_iv): Choose the smalles signed integer as an
	induction variable, to be able to work with code generated by
	CLooG.
	* graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
	(build_poly_scop): Bail out if we cannot codegen a loop.

gcc/testsuite/
2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>

	* gcc.dg/graphite/id-18.c: New.
	* gcc.dg/graphite/run-id-pr42644.c: New.

libgomp/
2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>

	* testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
	* testsuite/libgomp.graphite/force-parallel-2.c: Adjust.
------------------------------------------------------------------------
r157288 | spop | 2010-03-08 09:49:48 -0800 (Mon, 08 Mar 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   A /trunk/gcc/testsuite/gcc.dg/graphite/run-id-3.c

Add testcase from PR43065.

2010-03-04  Sebastian Pop  <sebastian.pop@amd.com>

	PR middle-end/43065
	* gcc.dg/graphite/run-id-3.c: New.
------------------------------------------------------------------------
r157289 | spop | 2010-03-08 09:49:57 -0800 (Mon, 08 Mar 2010) | 10 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   M /trunk/gcc/graphite-sese-to-poly.c
   A /trunk/gcc/testsuite/gcc.dg/graphite/run-id-4.c

Fix PR43065: Insert bounds on pointer type parameters.

2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>
	    Reza Yazdani  <reza.yazdani@amd.com>

	PR middle-end/43065
	* graphite-sese-to-poly.c (add_param_constraints): Insert bounds
	on pointer type parameters.

	* gcc.dg/graphite/run-id-4.c: New.
------------------------------------------------------------------------
r157290 | spop | 2010-03-08 09:50:03 -0800 (Mon, 08 Mar 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   M /trunk/gcc/graphite-sese-to-poly.c

Use sizetype instead of unsigned_type_node.

2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-sese-to-poly.c (add_param_constraints): Use sizetype
	instead of unsigned_type_node.
------------------------------------------------------------------------
r157291 | spop | 2010-03-08 09:50:09 -0800 (Mon, 08 Mar 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog.graphite
   M /trunk/gcc/graphite-sese-to-poly.c

Use {lower,upper}_bound_in_type.

2010-03-05  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-sese-to-poly.c (add_param_constraints): Use
	lower_bound_in_type and upper_bound_in_type.
------------------------------------------------------------------------
r157292 | spop | 2010-03-08 09:50:17 -0800 (Mon, 08 Mar 2010) | 1 line
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/libgomp/ChangeLog

Add ChangeLog entries.
------------------------------------------------------------------------

For more information, see <http://gcc.gnu.org/regtest/HEAD/>.

Attachment: native-log.txt
Description: Text document

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