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]

1 new GCC HEAD@147115 regression


With your recent patch, GCC HEAD revision 147115 had problems on:
native: regress-16 (1 NEW failures)
The previous build was of revision 147107.

Regressions for native:
old   gcc.sum gcc.dg/pr34989-1.c
old   gcc.sum gcc.dg/sms-5.c
old   gcc.sum gcc.dg/struct/wo_prof_double_malloc.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-13.c
old   gcc.sum gcc.dg/vect/no-scevccp-outer-7.c
old   gcc.sum gcc.dg/vect/pr35821-altivec.c
old   gcc.sum gcc.dg/vect/slp-perm-1.c
old   gcc.sum gcc.dg/vect/slp-perm-2.c
old   gcc.sum gcc.dg/vect/slp-perm-3.c
old   gcc.sum gcc.dg/vect/slp-perm-8.c
old   gcc.sum gcc.dg/vect/vect-reduc-dot-u8b.c
old   gcc.sum gcc.target/powerpc/20050603-3.c
old   gcc.sum gcc.target/powerpc/405-dlmzb-strlen-1.c
old   gcc.sum gcc.target/powerpc/440-dlmzb-strlen-1.c
old   libgomp.sum libgomp.c++/task-4.C
NEW   libjava.sum Thread_Sleep_2

Log information for changes since the last build:
------------------------------------------------------------------------
r147108 | jsm28 | 2009-05-04 13:24:22 -0700 (Mon, 04 May 2009) | 20 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/c-common.c
   M /trunk/gcc/c-decl.c
   M /trunk/gcc/c-parser.c
   M /trunk/gcc/c-pragma.c
   M /trunk/gcc/c-typeck.c
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.dg/declspec-10.c
   M /trunk/gcc/testsuite/gcc.dg/declspec-11.c
   M /trunk/gcc/testsuite/gcc.dg/declspec-9.c
   A /trunk/gcc/testsuite/gcc.dg/ucnid-10.c
   A /trunk/gcc/testsuite/gcc.dg/ucnid-8.c
   A /trunk/gcc/testsuite/gcc.dg/ucnid-9.c

	* c-common.c (handle_mode_attribute): Use %qE for identifiers in
	diagnostics.
	* c-decl.c (check_bitfield_type_and_width): Make orig_name a tree
	and pass value to identifier_to_locale.
	(warn_variable_length_array): Make name a tree.
	(grokdeclarator): Separate diagnostic texts for named and unnamed
	declarators.  Use %qE for named declarators.
	* c-parser.c (c_lex_one_token): Use %qE for identifiers in
	diagnostics.
	* c-pragma.c (pop_alignment, handle_pragma_pack): Use %qE for
	identifiers in diagnostics.
	* c-typeck.c (push_member_name, start_init): Pass identifiers to
	identifier_to_locale.  Mark "anonymous" strings for translation.

testsuite:
	* gcc.dg/ucnid-8.c, gcc.dg/ucnid-9.c, gcc.dg/ucnid-10.c: New
	tests.
	* gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c:
	Update expected errors.

------------------------------------------------------------------------
r147109 | bje | 2009-05-04 14:34:41 -0700 (Mon, 04 May 2009) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/pa/linux-atomic.c

	* config/pa/linux-atomic.c: Eliminate conditional include of
	errno.h on non-LP64 systems to simplify build requirements.

------------------------------------------------------------------------
r147110 | espindola | 2009-05-04 15:08:44 -0700 (Mon, 04 May 2009) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/configure
   M /trunk/gcc/configure.ac

2009-05-04  Rafael Avila de Espindola  <espindola@google.com>

	* configure.ac: use ` ` instead of $()
	* configure: Regenerate.


------------------------------------------------------------------------
r147111 | jsm28 | 2009-05-04 16:44:36 -0700 (Mon, 04 May 2009) | 40 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/attribs.c
   M /trunk/gcc/cgraphunit.c
   M /trunk/gcc/coverage.c
   M /trunk/gcc/doc/invoke.texi
   M /trunk/gcc/expr.c
   M /trunk/gcc/gimplify.c
   M /trunk/gcc/langhooks.c
   M /trunk/gcc/langhooks.h
   M /trunk/gcc/stmt.c
   M /trunk/gcc/stor-layout.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.dg/ucnid-11.c
   A /trunk/gcc/testsuite/gcc.dg/ucnid-12.c
   A /trunk/gcc/testsuite/gcc.dg/ucnid-13.c
   M /trunk/gcc/toplev.c
   M /trunk/gcc/tree-mudflap.c
   M /trunk/gcc/tree.c
   M /trunk/gcc/varasm.c

	* attribs.c (decl_attributes): Use %qE for identifiers in
	diagnostics.
	* cgraphunit.c (verify_cgraph_node): Translate function names to
	locale character set in diagnostics.
	* coverage.c (get_coverage_counts): Use %qE for identifiers in
	diagnostics.
	* doc/invoke.texi (-finstrument-functions-exclude-function-list):
	Document that functions are named in UTF-8.
	* expr.c (expand_expr_real_1): Translate function names to locale
	character set in diagnostics.
	* gimplify.c (omp_notice_variable, omp_is_private,
	gimplify_scan_omp_clauses): Use %qE for identifiers in
	diagnostics.
	* langhooks.c (lhd_print_error_function): Translate function names
	to locale character set.
	* langhooks.h (decl_printable_name): Document that return value is
	in internal character set.
	* stmt.c: Include pretty-print.h
	(tree_conflicts_with_clobbers_p): Use %qE for identifiers in
	diagnostics.
	(resolve_operand_name_1): Translate named operand name to locale
	character set.
	* stor-layout.c (finalize_record_size): Use %qE for identifiers in
	diagnostics.
	* toplev.c (announce_function): Translate function names to locale
	character set.
	(warn_deprecated_use): Use %qE for identifiers in diagnostics.
	(default_tree_printer): Use pp_identifier or translate identifiers
	to locale character set.  Mark "<anonymous>" for translation.
	* tree-mudflap.c (mx_register_decls, mudflap_finish_file): Use %qE
	for identifiers in diagnostics.
	* tree.c (handle_dll_attribute): Use %qE for identifiers in
	diagnostics.
	* varasm.c (output_constructor): Use %qE for identifiers in
	diagnostics.

testsuite:
	* gcc.dg/ucnid-11.c, gcc.dg/ucnid-12.c, gcc.dg/ucnid-13.c: New
	tests.

------------------------------------------------------------------------
r147115 | gccadmin | 2009-05-04 17:16:43 -0700 (Mon, 04 May 2009) | 1 line
Changed paths:
   M /trunk/gcc/DATESTAMP

Daily bump.
------------------------------------------------------------------------

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

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