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@151822 on native


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

Log information for changes since the last build:
------------------------------------------------------------------------
r151806 | janis | 2009-09-17 10:07:24 -0700 (Thu, 17 Sep 2009) | 12 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/dfp-bit.c
   M /trunk/gcc/real.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/dfp/pr41049.c

gcc/
	PR c/41049
	* real.c decimal_from_integer, decimal_integer_string): New.
	(real_from_integer): Use them as special case for decimal float.
	* config/dfp-bit.c (_si_to_sd, _usi_to_sd): Use default rounding.
	(_di_to_sd, _di_to_dd, _di_to_td, _udi_to_sd, _udi_to_dd, _udi_to_td):
	Do not append zero after the decimal point in string to convert.
gcc/testsuite/
	PR c/41049
	* dfp/pr41049.c: New test.


------------------------------------------------------------------------
r151807 | hubicka | 2009-09-17 10:27:00 -0700 (Thu, 17 Sep 2009) | 29 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/Makefile.in
   M /trunk/gcc/dwarf2out.c
   M /trunk/gcc/final.c


	* dwarf2out.c: Include tree-pass.h and gimple.h.
	(loc_list_plus_const): New function.
	(loc_descriptor_from_tree_1): Rename to ...
	(loc_descriptor_from_tree): ... remove original.
	(loc_list_from_tree): New function.
	(add_AT_location_description): Accept location list.
	(tls_mem_loc_descriptor): Update call of loc_descriptor_from_tree.
	(concatn_mem_loc_descriptor): Remove.
	(mem_loc_descriptor): Handle CONCAT/CONCATN and VAR_LOCATION by
	returning NULL.
	(secname_for_decl): Move up.
	(hidden_reference_p): New function; break out from ...
	(loc_by_refernece): ... here; move up.
	(dw_loc_list): New function.
	(single_element_loc_list): New function.
	(single_element_loc_list_p): New function.
	(add_loc_descr_to_each): New function.
	(add_loc_list): New function.
	(loc_descr_from_tree): Make wraper of loc_list_from_tree.
	(loc_list_from_tree): Reroganized from loc_descr_from_tree;
	add diagnostics why expansion failed.
	(add_location_or_const_value_attribute): Support location lists.
	(add_bound_info): Likewise.
	(descr_info_loc): Update call of loc_descriptor_from_tree.
	(gen_variable_die): Work on location lists.
	* final.c (pass_final): Add dump file.
	* Makefile.in (dwarf2out.o): Add new dependencies.

------------------------------------------------------------------------
r151815 | jakub | 2009-09-17 13:29:56 -0700 (Thu, 17 Sep 2009) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/dwarf2out.c

	* dwarf2out.c (loc_descriptor): Emit DW_OP_stack_value and
	DW_OP_implicit_value even without dwarf_version 4.

------------------------------------------------------------------------
r151816 | jakub | 2009-09-17 13:31:54 -0700 (Thu, 17 Sep 2009) | 5 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/c-decl.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/debug/dwarf2/struct-loc1.c

	* c-decl.c (finish_struct): Adjust DECL_SOURCE_LOCATION of
	TYPE_STUB_DECL.

	* gcc.dg/debug/dwarf2/struct-loc1.c: New test.

------------------------------------------------------------------------
r151819 | ljrittle | 2009-09-17 13:54:56 -0700 (Thu, 17 Sep 2009) | 6 lines
Changed paths:
   M /trunk/libffi/ChangeLog
   M /trunk/libffi/src/x86/ffi.c

2009-09-17  Loren J. Rittle  <ljrittle@acm.org>

	PR testsuite/32843 (strikes again)
	* src/x86/ffi.c (ffi_prep_cif_machdep): Add X86_FREEBSD to
	enable proper extension on char and short.

------------------------------------------------------------------------
r151821 | janis | 2009-09-17 14:41:38 -0700 (Thu, 17 Sep 2009) | 16 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.dg/dfp/convert-bfp-10.c
   M /trunk/gcc/testsuite/gcc.dg/dfp/convert-bfp-fold.c
   M /trunk/gcc/testsuite/gcc.dg/dfp/convert-dfp-fold.c
   M /trunk/gcc/testsuite/gcc.dg/dfp/convert-int-fold.c
   M /trunk/gcc/testsuite/gcc.dg/dfp/convert-int-max-fold.c
   M /trunk/gcc/testsuite/gcc.dg/dfp/convert-int.c
   M /trunk/gcc/testsuite/gcc.dg/dfp/dfp-dbg.h
   M /trunk/gcc/testsuite/gcc.dg/dfp/func-vararg-alternate.h
   M /trunk/gcc/testsuite/gcc.dg/dfp/operator-arith-fold.c
   M /trunk/gcc/testsuite/gcc.dg/dfp/pr31385.c
   M /trunk/gcc/testsuite/gcc.dg/dfp/pr35620.c
   M /trunk/gcc/testsuite/gcc.dg/dfp/pr39986.c
   M /trunk/gcc/testsuite/gcc.dg/dfp/signbit-2.c
   M /trunk/gcc/testsuite/gcc.dg/dfp/usual-arith-conv-const.c

	* gcc/testsuite/gcc.dg/dfp/dfp-dbg.h: Define EXTERN.
	* gcc/testsuite/gcc.dg/dfp/signbit-2.c: Use it.
	* gcc/testsuite/gcc.dg/dfp/func-vararg-alternate.h: Change two
	arguments to unsigned int.
	* gcc/testsuite/gcc.dg/dfp/convert-bfp-10.c: Don't include float.h.
	* gcc/testsuite/gcc.dg/dfp/convert-bfp-fold.c: Include dfp-dbg.h.
	* gcc/testsuite/gcc.dg/dfp/convert-dfp-fold.c: Ditto
	* gcc/testsuite/gcc.dg/dfp/convert-int-max-fold.c: Ditto.
	* gcc/testsuite/gcc.dg/dfp/operator-arith-fold.c: Ditto.
	* gcc/testsuite/gcc.dg/dfp/pr39986.c: Ditto.
	* gcc/testsuite/gcc.dg/dfp/usual-arith-conv-const.c: Ditto.
	* gcc/testsuite/gcc.dg/dfp/pr31385.c: Use mode in typedef, not C type.
	* gcc/testsuite/gcc.dg/dfp/pr35620.c: Define typedef for C++.
	* gcc/testsuite/gcc.dg/dfp/convert-int.c: Define BOOL for C++.
	* gcc/testsuite/gcc.dg/dfp/convert-int-fold.c: Ditto.

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

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]