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@151122 regression


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

Regressions for native:
NEW   gcc.sum gcc.dg/matrix/matrix-2.c
old   gcc.sum gcc.dg/pr34668-1.c
old   gcc.sum gcc.dg/struct/wo_prof_double_malloc.c
old   gcc.sum gcc.target/i386/funcspec-5.c
old   libstdc++.sum 22_locale/money_get/get/char/5.cc
old   libstdc++.sum 22_locale/money_get/get/char/wrapped_env.cc
old   libstdc++.sum 22_locale/money_get/get/char/wrapped_locale.cc
old   libstdc++.sum 22_locale/money_get/get/wchar_t/5.cc
old   libstdc++.sum 22_locale/money_get/get/wchar_t/wrapped_env.cc
old   libstdc++.sum 22_locale/money_get/get/wchar_t/wrapped_locale.cc
old   libstdc++.sum 22_locale/money_put/put/char/4.cc
old   libstdc++.sum 22_locale/money_put/put/char/wrapped_env.cc
old   libstdc++.sum 22_locale/money_put/put/char/wrapped_locale.cc
old   libstdc++.sum 22_locale/money_put/put/wchar_t/4.cc
old   libstdc++.sum 22_locale/money_put/put/wchar_t/wrapped_env.cc
old   libstdc++.sum 22_locale/money_put/put/wchar_t/wrapped_locale.cc
old   libstdc++.sum 22_locale/num_get/get/char/4.cc
old   libstdc++.sum 22_locale/num_get/get/char/wrapped_env.cc
old   libstdc++.sum 22_locale/num_get/get/char/wrapped_locale.cc
old   libstdc++.sum 22_locale/num_get/get/wchar_t/4.cc
old   libstdc++.sum 22_locale/num_get/get/wchar_t/wrapped_env.cc
old   libstdc++.sum 22_locale/num_get/get/wchar_t/wrapped_locale.cc
old   libstdc++.sum 22_locale/num_put/put/char/4.cc
old   libstdc++.sum 22_locale/num_put/put/char/wrapped_env.cc
old   libstdc++.sum 22_locale/num_put/put/char/wrapped_locale.cc
old   libstdc++.sum 22_locale/num_put/put/wchar_t/4.cc
old   libstdc++.sum 22_locale/num_put/put/wchar_t/wrapped_env.cc
old   libstdc++.sum 22_locale/num_put/put/wchar_t/wrapped_locale.cc
old   libstdc++.sum 22_locale/numpunct/members/pod/2.cc
old   libstdc++.sum 26_numerics/complex/inserters_extractors/char/1.cc
old   libstdc++.sum 26_numerics/complex/inserters_extractors/wchar_t/1.cc
old   libstdc++.sum 27_io/basic_ios/imbue/14072.cc
old   libstdc++.sum abi_check

Log information for changes since the last build:
------------------------------------------------------------------------
r151122 | rguenth | 2009-08-26 06:23:04 -0700 (Wed, 26 Aug 2009) | 13 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/gimplify.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.c-torture/compile/pr41163.c
   M /trunk/gcc/testsuite/gcc.dg/pr35899.c
   M /trunk/gcc/tree-cfg.c
   M /trunk/gcc/tree-ssa.c

2009-08-26  Richard Guenther  <rguenther@suse.de>

	PR middle-end/41163
	* gimplify.c (gimplify_addr_expr): Canonicalize ADDR_EXPRs if
	the types to not match.
	* tree-cfg.c (verify_gimple_assign_single): Adjust ADDR_EXPR
	verification.
	* tree-ssa.c (useless_type_conversion_p): Conversions to
	pointers to unprototyped functions are useless.

	* gcc.c-torture/compile/pr41163.c: New testcase.
	* gcc.dg/pr35899.c: Adjust.

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

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

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