new FAILs on HEAD

Michael Ritzert gcc@ds217-115-141-84.dedicated.hosteurope.de
Wed May 26 06:00:00 GMT 2004


If you directly receive this mail, your name is tagged to one of the ChangeLog
entries. A copy is also mailed to gcc-regressions.

The build system:
debian GNU/Linux i686 unstable
i686-pc-linux-gnu
configure flags: --enable-threads=posix --prefix=/opt/gcc-HEAD --enable-__cxa_atexit --with-system-zlib --enable-languages=c,c++,f95,java,objc

These new FAILs appeared since the last run:

FAIL: gcc.c-torture/compile/950613-1.c  -O1  (test for excess errors)
FAIL: gcc.c-torture/compile/950613-1.c  -Os  (test for excess errors)

The complete testsuite logs can be found at
http://gcctests.port5.com/logs-HEAD-i686-1085523554.tar.bz2

These are the new ChangeLog entries since the last run:

2004-05-25  Vladimir Makarov  <vmakarov@redhat.com>

	* global.c (global_alloc): Call make_accurate_live_analysis.
	(record_one_conflict): Remove dead code.
	(mark_reg_clobber): Remove ATTRIBUTE_UNUSED for parameter data.
	(bb_info): New structure.
	(BB_INFO, BB_INFO_BY_INDEX): New macros.
	(allocate_bb_info, free_bb_info, mark_reg_change,
	calculate_local_reg_bb_info, set_up_bb_rts_numbers, rpost_cmp,
	modify_bb_reg_pav, calculate_reg_pav,
	make_accurate_live_analysis): New functions.
	
2004-05-25  Devang Patel  <dpatel@apple.com>

	* alias.c (init_alias_analysis): Use ggc_calloc instead of
	xrealloc.
	(end_alias_analysis): Use ggc_free instead fo free.
	
2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>

	PR target/15546
	* config/ia64/ia64.h (ASM_OUTPUT_FDESC): Mark the DECL
	as needed to be outputted.

2004-05-25  Jan Hubicka  <jh@suse.cz>

	* builtins.def (__builtin_expect):  Mark the function as const&nothrow.

2004-05-25  Ayal Zaks  <zaks@il.ibm.com>
	Mostafa Hagog  <mustafa@il.ibm.com>

	* Makefile.in (modulo-sched.o, ddg.o): New.
	* ddg.h, ddg.c, modulo-sched.c: New files.
	* cfglayout.c (duplicate_insn_chain): Remove "static" and push
	internals to "dupicate_insn".
	(duplicate_insn): New function.
	* cfglayout.h (duplicate_insn_chain, duplicate_insn): New
	declarations.
	* common.opt (fmodulo-sched): New flag.
	* df.c (df_bb_regno_last_use_find, df_bb_regno_first_def_find):
	Remove static and forward declaration.
	(df_find_def, df_reg_used, df_bb_regno_last_def_find): New
	functions.
	* df.h (df_bb_regno_last_use_find, df_bb_regno_first_def_find,
	df_bb_regno_last_def_find, df_find_def, df_reg_used): New
	declarations.
	* flags.h (flag_modulo_sched): New flag.
	* opts.c (common_handle_option): Handle modulo-sched flag.
	* params.def (max-sms-loop-number, sms-max-ii-factor,
	sms-dfa-history, sms-loop-average-count-threshold): New
	parameters.
	* params.h (MAX_SMS_LOOP_NUMBER, SMS_MAX_II_FACTOR,
	SMS_DFA_HISTORY, SMS_LOOP_AVERAGE_COUNT_THRESHOLD): New
	parameters.
	* passes.c ("sms", "sms-vcg"): New dumps.
	(rest_of_handle_sched): Call sms_schedule.
	* rtl.h (sms_schedule): New declaration.
	* timevar.def (TV_SMS): New.
	* toplev.c (flag_modulo_sched): Initialize.
	(f_options): Handle -fmodulo-sched option.
	* docs/invoke.texi: Document -fmodulo-sched & -dm options.
	* docs/passes.texi: Document new SMS pass.

2004-05-25  Paolo Bonzini  <bonzini@gnu.org>

	* Makefile.in (OBJS): Add rtlhooks.o.
	(rtlanal.o): Depend on function.h.
	(cse.o): Depend on rtlhooks-def.h.
	(combine.o): Depend on rtlhooks-def.h.
	(rtlhooks.o): New rule.
	* combine.c: Include rtlhooks-def.h.
	(nonzero_bits, cached_nonzero_bits, nonzero_bits1,
	num_sign_bit_copies, cached_num_sign_bit_copies,
	num_sign_bit_copies1): Move most of the code to rtlanal.c.
	(reg_nonzero_bits_for_combine,
	reg_num_sign_bit_copies_for_combine): New functions holding
	the remnants of the above.
	(combine_rtl_hooks): New.
	(combine_instructions): Set rtl_hooks instead of gen_lowpart.
	* cse.c: Include rtlhooks-def.h.
	(cse_rtl_hooks): New.
	(cse_main): Set rtl_hooks instead of gen_lowpart.
	* emit-rtl.c (gen_lowpart): Remove.
	(gen_lowpart_general): Move to rtlhooks.c.
	* rtl.h (nonzero_bits, num_sign_bit_copies,
	struct rtl_hooks, rtl_hooks, general_rtl_hooks): New.
	(gen_lowpart_general): Remove.
	(gen_lowpart): Temporarily redefine as a macro.
	* rtlanal.c: Include function.h.
	(nonzero_bits, cached_nonzero_bits, nonzero_bits1,
	num_sign_bit_copies, cached_num_sign_bit_copies,
	num_sign_bit_copies1): New, from combine.c.
	* rtlhooks.c: New file. 

2004-05-25  Svein E. Seldal  <Svein.Seldal@solidas.com>

	* config/avr/avr.h (LONG_LONG_TYPE_SIZE): Changed long long type
	to support 32-bit -mint8 mode.

	* doc/invoke.texi (-mint8): Added documentation for the -mint8
	option in the AVR architecture. 

2004-05-25  Andrew Pinski  <pinskia@physics.uc.edu>

	Merge from the libobjc-branch
	2004-02-09  Andrew Pinski  <pinskia@physics.uc.edu>
	
		* Makefile.in (OBJC_H): Change objc-deps.h to objc-decls.h.
	
	2004-02-03  Andrew Pinski  <pinskia@physics.uc.edu>
	
		* Makefile.in (OBJC_H): Add objc-deps.h.
	
	2004-01-27  Nicola Pero  <n.pero@mi.flashnet.it>
	
		* Protocol.m ([-conformsTo:]): If the argument is nil, return NO.
		([-hash], [-isEqual:]): New methods.
	
	2004-01-27  Richard Frith-Macdonald <rfm@gnu.org>
	
		* sarray.c (sarray_free): Add a better comment.
	
	2004-01-27  Adam Fedor  <fedor@gnu.org>
	
		* hash.c (hash_add): Cast cachep to int.
		* selector.c (__sel_register_typed_name): Cast
		soffset_decode to int.
	
	2004-01-27  Alexander Malmberg  <alexander@malmberg.org>
	
		* selector.c: Rename register_selectors_from_list to
		__objc_register_selectors_from_list. Update caller.
		(__objc_register_selectors_from_list): Lock __objc_runtime_mutex
		while registering selectors. Use __sel_register_typed_name instead
		of sel_register_typed_name. Check for NULL method_name:s.
		(pool_alloc_selector): New function.
		(__sel_register_typed_name): Use pool_alloc_selector to allocate
		selector structures.
		* sendmsg.c (class_add_method_list): Use
		__objc_register_selectors_from_list.
		* objc/runtime.h: Add __objc_register_selectors_from_list.
	
	2004-01-25  Adam Fedor  <fedor@gnu.org>
	            Nicola Pero  <n.pero@mi.flashnet.it>
	            Andrew Pinski  <pinskia@physics.uc.edu>
	
		* objc/objc-decls.h: New file.
		* objc/objc-api.h (_objc_lookup_class): Mark as export.
		(_objc_load_callback): Likewise.
		(_objc_object_alloc): Likewise.
		(_objc_object_copy): Likewise.
		(_objc_object_dispose): Likewise.
	
	2004-01-25  Andrew Pinski  <pinskia@physics.uc.edu>
	
		* archive.c: s/__inline__/inline
		* sendmsg.c: Likewise. 
	
		* encoding.c: Remove FIXME about the warning
		about unused variable.
		* sendmsg.c: Add a FIXME comment saying that
		this should be using libffi.
	
		* Makefile.in (LIBTOOL): Use @LIBTOOL@ now as it works.
	

2004-05-25  Benjamin Kosnik  <bkoz@redhat.com>

	PR libstdc++/15489
	* scripts/create_testsuite_files: Revert xtype change, add non-GNU
	bits to do the same thing.

2004-05-25  Paolo Bonzini  <bonzini@gnu.org>

	* Makefile.am: the correct directory for
	gettext include files is given by @INCINTL@.
	* Makefile.in: Regenerate.



More information about the Gcc-regression mailing list