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 FAILs on HEAD


These new FAILs

FAIL: g++.dg/template/crash10.C (test for excess errors)
FAIL: gcc.c-torture/compile/20011119-1.c (test for excess errors)
FAIL: gcc.c-torture/compile/20011119-1.c (test for excess errors)
FAIL: gcc.c-torture/compile/20011119-1.c (test for excess errors)
FAIL: gcc.c-torture/compile/20011119-1.c (test for excess errors)
FAIL: gcc.c-torture/compile/20011119-2.c (test for excess errors)
FAIL: gcc.c-torture/compile/20011119-2.c (test for excess errors)
FAIL: gcc.c-torture/compile/20011119-2.c (test for excess errors)
FAIL: gcc.c-torture/compile/20011119-2.c (test for excess errors)
FAIL: gcc.c-torture/compile/20011119-2.c (test for excess errors)
FAIL: ext/stdio_sync_filebuf_char.cc (test for excess errors)
FAIL: ext/stdio_sync_filebuf_wchar_t.cc (test for excess errors)

were caused by one of the following checkins

Sun Sep  7 00:22:22 CEST 2003  Jan Hubicka  <jh@suse.cz>

	* cfgcleanup.c (try_simplify_condjump): Fix my previous patch.

	* toplev.c  (rest_of_decl_compilation):  Do not finalize external
	virables. 

	* cgraph.c (cgraph_mark_reachable_node): Only enqueue finalized
	functions.
	(cgraph_varpool_finalize_decl): Notice global symbol when needed.

Sat Sep  6 23:49:13 CEST 2003  Jan Hubicka  <jh@suse.cz>

	PR target/12070
	* calls.c (emit_library_call_value_1): Fix saving of BLKmode arguments.

	PR opt/12082
	* cfgcleanup.c (try_simplify_condjump): Avoid unreachable code warning.

2003-09-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>

	* diagnostic.c (announce_function): Move to toplev.c.

2003-09-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>

	* cp-tree.h (add_binding): Remove declaration.
	* name-lookup.h (supplement_binding): Declare.
	* decl.c (add_binding): Move to name-lookup.c.
	(push_local_binding): Adjust.
	(push_class_binding): Likewise.
	(set_identifier_type_value_with_scope): Likewise.
	* name-lookup.c (supplement_binding): Rename from add_binding.
	Return a bool.  Improve documentation. 
	(set_namespace_binding): Adjust.
	* Make-lang.in (cp/name-lookup.o): Depend on toplev.h

2003-09-06  James E Wilson  <wilson@tuliptree.org>

	* MAINTAINTERS: Update my affiliation and email address.

2003-09-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>

	* langhooks.c (lhd_print_error_function): Move from diagnostic.c.
	* Makefile.in (langhooks.o): Depend on diagnostic.h

2003-09-06  James E Wilson  <wilson@tuliptree.org>

	* loop.c (loop_regs_update): Delete else clause for PATTERN rtx and
	simplify.

2003-09-07  Kelley Cook  <kelleycook@wideopenwest.com>

	* Makefile.in: Define $REMAKE to be $MAKE with LANGUAGES & BOOT_CFLAGS
	and use it throughout.
	
2003-09-07  Jan Hubicka  <jh@suse.cz>
2003-09-06  Jan Hubicka  <jh@suse.cz>
2003-09-06  Mark Mitchell  <mark@codesourcery.com>

	PR c++/11687
	* call.c (standard_conversion): Improve comments.
	(perform_direct_initialization): Make sure we return an expression
	of the correct type.
	* typeck.c (build_static_cast): Check for ambiguity and
	accessibility when performing conversions.

2003-09-06  Mark Mitchell  <mark@codesourcery.com>

	PR c++/11687
	* g++.dg/expr/static_cast5.C: New test.

2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>

	PR c++/11507
	* g++.dg/lookup/scoped7.C: New test.
 
	PR c++/9574
	* g++.dg/other/static1.C: New test.

	PR c++/11490
	* g++.dg/warn/template-1.C: New test.

	PR c++/11432
	* g++.dg/template/crash10.C: New test.
 
	PR c++/2478
	* g++.dg/overload/VLA.C: New test.
 
	PR c++/10804
	* g++.dg/template/call1.C: New test.

2003-09-07  Roger Sayle  <roger@eyesopen.com>

	* expr.c (expand_operands): New function to expand an operand pair.
	(expand_expr): Call expand_operands whenever we need to expand both
	operands of a binary operator.
	(do_store_flag): Likewise for operands of comparison operations.

2003-09-07  Roger Sayle  <roger@eyesopen.com>

	* combine.c (combine_simplify_rtx): Don't convert -(A*B) into
	(-A)*B if we care about sign-dependent rounding.

2003-09-07  Gabriel Dos Reis  <gcc@integrable-solutions.net>

	* c-pretty-print.h (pp_c_left_brace): Declare.
	(pp_c_right_brace): Likewise.
	* c-pretty-print.c (pp_c_left_brace): Now a function
	(pp_c_right_brace): Likewise.

Sun Sep  7 14:50:03 CEST 2003  Jan Hubicka  <jh@suse.cz>

	* cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch.

2003-09-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>

	* diagnostic.c (warn_deprecated_use): Move to toplev.c

2003-09-07  Gabriel Dos Reis  <gcc@integrable-solutions.net>

	PR c++/11762
	* error.c (dump_decl): Handle namespace-alias-definition.
	* decl.c (warn_extern_redeclared_static): There is no point in
	checking changes in storage class specifier for a namespace
	declaration. 
	(duplicate_decls): Tidy diagnostic message.
	* cxx-pretty-print.c (pp_cxx_left_brace): New macro.
	(pp_cxx_right_brace): Likewise.
	(pp_cxx_original_namespace_definition): New function.
	(pp_cxx_namespace_alias_definition): Likewise.
	(pp_cxx_declaration): Use them.  Handle NAMESPACE_DECLs.

Sun Sep  7 13:15:14 CEST 2003  Jan Hubicka  <jh@suse.cz>

	* decl2.c (maybe_emit_vtables, write_out_vars, finish_file):
	Avoid re-emitting variables in unit-at-a-time mode.

	PR c++/11867
2003-09-07  Mark Mitchell  <mark@codesourcery.com>

	PR c++/12181
	* g++.dg/expr/comma1.C: New test.

	PR c++/11867

debian GNU/Linux i686 unstable


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