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]

2 new GCC HEAD@165519 regressions


With your recent patch, GCC HEAD revision 165519 had problems on:
native: regress-28 (2 NEW failures)
The previous build was of revision 165502.

Regressions for native:
old   g++.sum g++.dg/eh/simd-3.C
old   g++.sum g++.dg/eh/simd-4.C
old   g++.sum g++.dg/ext/visibility/anon6.C
NEW   g++.sum g++.dg/pch/pch.C
old   g++.sum g++.dg/pubtypes.C
old   gcc.sum gcc.dg/compat/vector-1
old   gcc.sum gcc.dg/compat/vector-2
NEW   gcc.sum gcc.dg/pch/save-temps-1.c
old   gcc.sum gcc.dg/sms-2.c
old   gcc.sum gcc.dg/sms-3.c
old   gcc.sum gcc.dg/sms-4.c
old   gcc.sum gcc.dg/sms-5.c
old   gcc.sum gcc.dg/sms-6.c
old   gcc.sum gcc.dg/sms-7.c
old   gcc.sum gcc.dg/tree-prof/inliner-1.c
old   gcc.sum gcc.dg/vect/costmodel/ppc/costmodel-vect-outer-fir.c
old   gcc.sum gcc.dg/vect/vect-114.c
old   gcc.sum gcc.dg/vect/vect-15.c
old   gcc.sum gcc.target/powerpc/405-dlmzb-strlen-1.c
old   gcc.sum gcc.target/powerpc/440-dlmzb-strlen-1.c
old   gcc.sum gcc.target/powerpc/ppc-vector-memcpy.c
old   gcc.sum tmpdir-gcc.dg-struct-layout-1/t025
old   gcc.sum tmpdir-gcc.dg-struct-layout-1/t027
old   gcc.sum tmpdir-gcc.dg-struct-layout-1/t028
old   gfortran.sum gfortran.fortran-torture/execute/where_2.f90
old   libjava.sum Thread_Sleep_2
old   libstdc++.sum ext/mt_allocator/deallocate_global_thread-1.cc
old   libstdc++.sum ext/mt_allocator/deallocate_global_thread-3.cc

Log information for changes since the last build:
------------------------------------------------------------------------
r165503 | rguenth | 2010-10-15 04:03:15 -0700 (Fri, 15 Oct 2010) | 6 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   M /trunk/gcc/testsuite/gcc.dg/tree-ssa/20031106-3.c
   M /trunk/gcc/testsuite/gcc.dg/tree-ssa/fre-vce-1.c

2010-10-15  Richard Guenther  <rguenther@suse.de>

	PR testsuite/46021
	* gcc.dg/tree-ssa/20031106-3.c: Remove XFAIL.
	* gcc.dg/tree-ssa/fre-vce-1.c: Likewise.

------------------------------------------------------------------------
r165504 | matz | 2010-10-15 05:22:28 -0700 (Fri, 15 Oct 2010) | 2 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/cgraphunit.c

        * cgraphunit.c (clone_of_p): Define unconditionally.

------------------------------------------------------------------------
r165505 | jsm28 | 2010-10-15 05:40:07 -0700 (Fri, 15 Oct 2010) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/frv/frv.c
   M /trunk/gcc/config/frv/frv.h

	* config/frv/frv.c (frv_option_optimization,
	TARGET_OPTION_OPTIMIZATION): Remove.
	* config/frv/frv.h (RCSP_SOFTWARE_PIPELINING): Remove.

------------------------------------------------------------------------
r165506 | jsm28 | 2010-10-15 05:40:56 -0700 (Fri, 15 Oct 2010) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/rs6000/rs6000.c

	* config/rs6000/rs6000.c (rs6000_option_optimization): Don't
	disable section anchors for lang_hooks.name[4] != 'O'.

------------------------------------------------------------------------
r165507 | burnus | 2010-10-15 05:42:39 -0700 (Fri, 15 Oct 2010) | 18 lines
Changed paths:
   M /trunk/gcc/fortran/ChangeLog
   M /trunk/gcc/fortran/trans-stmt.c
   M /trunk/gcc/fortran/trans.c
   M /trunk/gcc/fortran/trans.h

2010-10-15  Tobias Burnus  <burnus@net-b.de>

        PR fortran/45186
        * trans.h (gfc_add_modify_loc, gfc_evaluate_now_loc): New
        * prototypes.
        (gfc_trans_runtime_error_vararg): Remove prototype.
        * trans.c (gfc_add_modify_loc, gfc_evaluate_now_loc): New
        * functions.
        (gfc_add_modify, gfc_evaluate_now): Use them.
        (trans_runtime_error_vararg): Renamed from
        gfc_trans_runtime_error_vararg, made static and use locus.
        (gfc_trans_runtime_error): Use it.
        (gfc_trans_runtime_check): Ditto and make use of locus.
        * trans-stmt.c (gfc_trans_if_1, gfc_trans_simple_do,
        gfc_trans_do, gfc_trans_do_while): Improve line number
        associated with generated expressions.


------------------------------------------------------------------------
r165508 | jsm28 | 2010-10-15 05:45:58 -0700 (Fri, 15 Oct 2010) | 9 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/rx/rx.c

	* config/rx/rx.c (rx_option_optimization): Change to
	rx_override_options_after_change.  Don't change
	flag_lto_compression_level.  Don't check for changes to whether
	FPU instructions can be used.  Check and set only
	flag_finite_math_only, not other fast-math flags.
	(rx_option_override): Call rx_override_options_after_change.
	(TARGET_OPTION_OPTIMIZATION): Remove.
	(TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.

------------------------------------------------------------------------
r165509 | jsm28 | 2010-10-15 07:45:33 -0700 (Fri, 15 Oct 2010) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/doc/extend.texi

	* doc/extend.texi (Variable Length): Don't refer to VLAs not
	conforming to C99.

------------------------------------------------------------------------
r165511 | rguenth | 2010-10-15 08:17:06 -0700 (Fri, 15 Oct 2010) | 7 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/g++.dg/lto/20101015-1_0.C
   M /trunk/gcc/tree.c

2010-10-15  Richard Guenther  <rguenther@suse.de>

	* tree.c (free_lang_data_in_decl): Clear DECL_INITIAL
	for automatic variables again.

	* g++.dg/lto/20101015-1_0.C: New testcase.

------------------------------------------------------------------------
r165512 | jiez | 2010-10-15 08:27:29 -0700 (Fri, 15 Oct 2010) | 3 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/doc/invoke.texi

	* doc/invoke.texi: Add -fstrict-volatile-bitfields to
	Option Summary and Index.

------------------------------------------------------------------------
r165513 | hubicka | 2010-10-15 08:31:39 -0700 (Fri, 15 Oct 2010) | 5 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/lto-streamer-out.c


	* lto-streamer-out.c (write_symbol): Use pointer set of seen
	objects instead of bitmap.
	(produce_symtab): Likewise; output defined symbols first.

------------------------------------------------------------------------
r165514 | paolo | 2010-10-15 10:14:57 -0700 (Fri, 15 Oct 2010) | 6 lines
Changed paths:
   M /trunk/libstdc++-v3/ChangeLog
   M /trunk/libstdc++-v3/include/std/functional
   M /trunk/libstdc++-v3/testsuite/20_util/function/cmp/cmp_neg.cc

2010-10-15  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/functional (function<>::operator==, operator!=):
	Remove, per LWG 1240.
	* testsuite/20_util/function/cmp/cmp_neg.cc: Adjust dg-* directives.

------------------------------------------------------------------------
r165515 | meissner | 2010-10-15 10:42:05 -0700 (Fri, 15 Oct 2010) | 1 line
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/builtins.c
   M /trunk/gcc/c-family/ChangeLog
   M /trunk/gcc/c-family/c-cppbuiltin.c
   M /trunk/gcc/config/rs6000/altivec.md
   M /trunk/gcc/config/rs6000/rs6000.c
   M /trunk/gcc/config/rs6000/rs6000.md
   M /trunk/gcc/config/rs6000/vsx.md
   M /trunk/gcc/doc/cpp.texi
   M /trunk/gcc/doc/md.texi
   M /trunk/gcc/doc/rtl.texi
   M /trunk/gcc/genopinit.c
   M /trunk/gcc/optabs.h
   M /trunk/gcc/rtl.def
   M /trunk/gcc/simplify-rtx.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/gcc.target/powerpc/ppc-fma-1.c
   A /trunk/gcc/testsuite/gcc.target/powerpc/ppc-fma-2.c
   A /trunk/gcc/testsuite/gcc.target/powerpc/ppc-fma-3.c
   A /trunk/gcc/testsuite/gcc.target/powerpc/ppc-fma-4.c
   A /trunk/gcc/testsuite/gcc.target/powerpc/ppc-fma-5.c
   A /trunk/gcc/testsuite/gcc.target/powerpc/ppc-fma-6.c
   M /trunk/gcc/tree-vect-stmts.c
   M /trunk/gcc/tree.h

Add fma support
------------------------------------------------------------------------
r165516 | meissner | 2010-10-15 11:00:30 -0700 (Fri, 15 Oct 2010) | 1 line
Changed paths:
   M /trunk/gcc/ChangeLog

update changelog
------------------------------------------------------------------------
r165517 | nicola | 2010-10-15 11:24:27 -0700 (Fri, 15 Oct 2010) | 17 lines
Changed paths:
   M /trunk/libobjc/ChangeLog
   M /trunk/libobjc/Protocol.m
   M /trunk/libobjc/objc/Protocol.h
   M /trunk/libobjc/protocols.c

In libobjc/:
2010-10-15  Nicola Pero  <nicola.pero@meta-innovation.com>

        * Protocol.m: Include objc/runtime.h and
        objc-private/module-abi-8.h instead of objc/objc-api.h.  Do not
        repeat Protocol's instance variables.
        (struct objc_method_description_list): Do not define here.
        ([-conformsTo:]): Reimplemented on top of protocol_conformsTo().
        ([descriptionForInstanceMethod:]): Use sel_isEqual() to compare
        selectors directly instead of getting names and then using strcmp.
        ([descriptionForClassMethod:]): Same change.
        ([-isEqual:]): Reimplemented on top of protocol_isEqual().
        * protocols.c (protocol_getMethodDescription): Use sel_isEqual()
        to compare selectors directly instead of getting names and then
        using strcmp.
        * objc/Protocol.h: Updated comments.

------------------------------------------------------------------------
r165519 | jsm28 | 2010-10-15 12:19:05 -0700 (Fri, 15 Oct 2010) | 35 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/config/i386/i386.c
   M /trunk/gcc/config/pdp11/pdp11.c
   M /trunk/gcc/config/rs6000/rs6000.c
   M /trunk/gcc/config/s390/s390.c
   M /trunk/gcc/config/sh/sh.c
   M /trunk/gcc/config/spu/spu.c
   M /trunk/gcc/doc/tm.texi
   M /trunk/gcc/doc/tm.texi.in
   M /trunk/gcc/hooks.c
   M /trunk/gcc/hooks.h
   M /trunk/gcc/langhooks-def.h
   M /trunk/gcc/langhooks.c
   M /trunk/gcc/opts.c
   M /trunk/gcc/target.def

	* target.def (target_option.init_struct): New hook.
	* doc/tm.texi.in (TARGET_OPTION_INIT_STRUCT): New @hook.
	* doc/tm.texi: Regenerate.
	* hooks.c (hook_void_gcc_optionsp): New.
	* hooks.h (hook_void_gcc_optionsp): Declare.
	* langhooks-def.h (lhd_init_options_struct): Remove.
	(LANG_HOOKS_INIT_OPTIONS_STRUCT): Define to
	hook_void_gcc_optionsp.
	* langhooks.c (lhd_init_options_struct): Remove.
	* opts.c (init_options_struct): Also call
	targetm.target_option.init_struct.
	* config/i386/i386.c (ix86_option_init_struct,
	TARGET_OPTION_INIT_STRUCT): New.
	(ix86_option_optimization): Move some settings to
	ix86_option_init_struct.
	* config/pdp11/pdp11.c (pdp11_option_init_struct,
	TARGET_OPTION_INIT_STRUCT): New.
	(pdp11_option_optimization): Move some settings to
	pdp11_option_init_struct.
	* config/rs6000/rs6000.c (rs6000_option_optimization): Replace by
	rs6000_option_init_struct.  Use options structure pointer.
	(TARGET_OPTION_OPTIMIZATION): Replace by
	TARGET_OPTION_INIT_STRUCT.
	* config/s390/s390.c (s390_option_init_struct,
	TARGET_OPTION_INIT_STRUCT): New.
	(s390_option_optimization): Don't set
	flag_asynchronous_unwind_tables here.
	* config/sh/sh.c (sh_option_init_struct,
	TARGET_OPTION_INIT_STRUCT): New.
	(sh_option_optimization): Don't set flag_finite_math_only here.
	* config/spu/spu.c (spu_option_optimization): Replace by
	spu_option_optimization.  Use options structure pointer.
	(TARGET_OPTION_OPTIMIZATION): Replace by
	TARGET_OPTION_INIT_STRUCT.

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

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]