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]

NEW GCC build failure, HEAD@185430 on native


With your recent patch, GCC HEAD revision 185430 had problems on:
native: build (NEW build failure)
Attached is build output for those targets.
The previous build was of revision 185426.

Log information for changes since the last build:
------------------------------------------------------------------------
r185427 | jakub | 2012-03-15 03:37:27 -0700 (Thu, 15 Mar 2012) | 9 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/pr52267.c
   A /trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp65.c
   A /trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp66.c
   M /trunk/gcc/tree-vrp.c

	PR tree-optimization/52267
	* tree-vrp.c (masked_increment): New function.
	(register_edge_assert_for_2): Derive ASSERT_EXPRs
	from (X & CST1) cmp CST2 tests.

	* gcc.dg/pr52267.c: New test.
	* gcc.dg/tree-ssa/vrp65.c: New test.
	* gcc.dg/tree-ssa/vrp66.c: New test.

------------------------------------------------------------------------
r185428 | ramana | 2012-03-15 03:50:58 -0700 (Thu, 15 Mar 2012) | 13 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config.gcc
   M /trunk/gcc/configure
   M /trunk/gcc/configure.ac


Fix gnu_unique_object handling for arm-linux-gnueabi

2012-03-15  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>

	* config.gcc (target_type_format_char): New. Document it. Set it for
        arm*-*-* .
	* configure.ac (gnu_unique_option): Use target_type_format_char in test.
        Comment rationale.
	* configure: Regenerate .



------------------------------------------------------------------------
r185429 | ramana | 2012-03-15 03:53:30 -0700 (Thu, 15 Mar 2012) | 2 lines
Changed paths:
   M /trunk/gcc/ChangeLog

Fix date from last commit. 

------------------------------------------------------------------------
r185430 | aldot | 2012-03-15 05:25:47 -0700 (Thu, 15 Mar 2012) | 42 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/doc/sourcebuild.texi
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gfortran.dg/binding_label_tests_10.f03
   M /trunk/gcc/testsuite/gfortran.dg/binding_label_tests_10_main.f03
   M /trunk/gcc/testsuite/gfortran.dg/binding_label_tests_11.f03
   M /trunk/gcc/testsuite/gfortran.dg/binding_label_tests_11_main.f03
   M /trunk/gcc/testsuite/gfortran.dg/binding_label_tests_13.f03
   M /trunk/gcc/testsuite/gfortran.dg/binding_label_tests_13_main.f03
   M /trunk/gcc/testsuite/gfortran.dg/class_45a.f03
   M /trunk/gcc/testsuite/gfortran.dg/class_4a.f03
   M /trunk/gcc/testsuite/gfortran.dg/class_4b.f03
   M /trunk/gcc/testsuite/gfortran.dg/class_4c.f03
   M /trunk/gcc/testsuite/gfortran.dg/coarray/caf.exp
   M /trunk/gcc/testsuite/gfortran.dg/test_common_binding_labels_2.f03
   M /trunk/gcc/testsuite/gfortran.dg/test_common_binding_labels_2_main.f03
   M /trunk/gcc/testsuite/gfortran.dg/test_common_binding_labels_3.f03
   M /trunk/gcc/testsuite/gfortran.dg/test_common_binding_labels_3_main.f03
   M /trunk/gcc/testsuite/gfortran.dg/whole_file_28.f90
   M /trunk/gcc/testsuite/gfortran.dg/whole_file_29.f90
   M /trunk/gcc/testsuite/gfortran.dg/whole_file_30.f90
   M /trunk/gcc/testsuite/gfortran.dg/whole_file_31.f90
   M /trunk/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp
   M /trunk/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp
   M /trunk/gcc/testsuite/lib/fortran-torture.exp
   M /trunk/gcc/testsuite/lib/gcc-dg.exp
   M /trunk/gcc/testsuite/lib/gfortran-dg.exp
   M /trunk/gcc/testsuite/lib/lto.exp

gfortran testsuite: implicitly cleanup-modules

gcc/ChangeLog:
2012-03-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

	* doc/sourcebuild.texi (cleanup-modules, keep-modules): Update
	documentation.

gcc/testsuite/ChangeLog:

2012-03-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

	* gfortran.fortran-torture/compile/compile.exp: Simplify.
	* gfortran.fortran-torture/execute/execute.exp: Likewise.
	* lib/gcc-dg.exp (cleanup-modules): Move to ..
	* lib/fortran-modules.exp: .. this new file. Adjust users.
	* lib/gfortran-dg.exp (gfortran-dg-runtest,
	gfortran-dg-debug-runtest): Call cleanup-modules.
	* lib/fortran-torture.exp (fortran-torture-execute,
	fortran-torture): Likewise.
	* gfortran.dg/coarray/caf.exp: Likewise.
	* lib/lto.exp: Likewise.
	* gfortran.dg/class_4a.f03: Adjust cleanup-modules and keep-modules.
	* gfortran.dg/class_4b.f03: Likewise.
	* gfortran.dg/class_4c.f03: Likewise.
	* gfortran.dg/class_45a.f03: Likewise.
	* gfortran.dg/binding_label_tests_10.f03: Likewise.
	* gfortran.dg/binding_label_tests_10_main.f03: Likewise.
	* gfortran.dg/binding_label_tests_11.f03: Likewise.
	* gfortran.dg/binding_label_tests_11_main.f03: Likewise.
	* gfortran.dg/binding_label_tests_13.f03: Likewise.
	* gfortran.dg/binding_label_tests_13_main.f03: Likewise.
	* gfortran.dg/test_common_binding_labels_2.f03: Likewise.
	* gfortran.dg/test_common_binding_labels_2_main.f03: Likewise.
	* gfortran.dg/test_common_binding_labels_3.f03: Likewise.
	* gfortran.dg/test_common_binding_labels_3_main.f03: Likewise.
	* gfortran.dg/whole_file_28.f90: Likewise.
	* gfortran.dg/whole_file_29.f90: Likewise.
	* gfortran.dg/whole_file_30.f90: Likewise.
	* gfortran.dg/whole_file_31.f90: Likewise.


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

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

Attachment: native-log.txt
Description: Text document

-- 
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]