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]

GCC build failure, HEAD@166322 on native


With your recent patch, GCC HEAD revision 166322 had problems on:
native: build (about the same as the previous build)
Attached is build output for those targets.
The previous build was of revision 166316.

Log information for changes since the last build:
------------------------------------------------------------------------
r166317 | jason | 2010-11-04 08:52:18 -0700 (Thu, 04 Nov 2010) | 5 lines
Changed paths:
   M /trunk/gcc/cp/ChangeLog
   M /trunk/gcc/cp/call.c
   M /trunk/gcc/cp/class.c
   M /trunk/gcc/cp/cp-tree.h
   M /trunk/gcc/cp/method.c
   M /trunk/gcc/cp/semantics.c
   M /trunk/gcc/testsuite/ChangeLog
   A /trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-access.C

	* semantics.c (speculative_access_check): New.
	* cp-tree.h: Declare it.
	* call.c (build_over_call): Use it.
	* class.c (type_has_constexpr_default_constructor): Use locate_ctor.
	* method.c (locate_ctor): Use push/pop_deferring_access_checks.
------------------------------------------------------------------------
r166318 | uros | 2010-11-04 09:06:45 -0700 (Thu, 04 Nov 2010) | 6 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/lower-subreg.c
   M /trunk/gcc/testsuite/ChangeLog

	PR middle-end/46292
	* lower-suberg.c (simplify_subreg_concatn): For VOIDmode elements,
	if the innermode is not vector mode, determine the mode of a subreg
	by using mode_for_size of inner_size.


------------------------------------------------------------------------
r166319 | paolo | 2010-11-04 10:02:25 -0700 (Thu, 04 Nov 2010) | 16 lines
Changed paths:
   M /trunk/libstdc++-v3/ChangeLog
   M /trunk/libstdc++-v3/include/std/ratio
   M /trunk/libstdc++-v3/testsuite/20_util/ratio/requirements/constexpr_data.cc
   M /trunk/libstdc++-v3/testsuite/30_threads/call_once/constexpr.cc
   M /trunk/libstdc++-v3/testsuite/30_threads/mutex/cons/constexpr.cc
   M /trunk/libstdc++-v3/testsuite/30_threads/once_flag/cons/constexpr.cc

2010-11-04  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/46303
	* testsuite/30_threads/call_once/constexpr.cc: Add missing dg-require
	directives.
	* testsuite/30_threads/mutex/cons/constexpr.cc: Likewise.
	* testsuite/30_threads/once_flag/cons/constexpr.cc: Likewise.

2010-11-04  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/ratio (ratio_add, ratio_subtract, ratio_multiply,
	ratio_divide): Declare the data members constexpr.
	* testsuite/20_util/ratio/requirements/constexpr_data.cc: Extend.



------------------------------------------------------------------------
r166320 | amylaar | 2010-11-04 11:01:45 -0700 (Thu, 04 Nov 2010) | 4 lines
Changed paths:
   M /trunk/gcc/ChangeLog
   M /trunk/gcc/function.c

        PR bootstrap/44756
        * function.c (thread_prologue_and_epilogue_insns): Add
        ATTRIBUTE_UNUSED to seq, epilogue_end and entry_edge.

------------------------------------------------------------------------
r166321 | iains | 2010-11-04 11:19:54 -0700 (Thu, 04 Nov 2010) | 30 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog
   D /trunk/gcc/testsuite/objc/execute/forward-1.m
   D /trunk/gcc/testsuite/objc/execute/forward-1.x
   M /trunk/gcc/testsuite/objc-obj-c++-shared/next-mapping.h
   M /trunk/gcc/testsuite/objc.dg/demangle-1.m
   M /trunk/gcc/testsuite/objc.dg/encode-7-next-64bit.m
   M /trunk/gcc/testsuite/objc.dg/encode-7-next.m
   M /trunk/gcc/testsuite/objc.dg/property/at-property-10.m
   M /trunk/gcc/testsuite/objc.dg/property/at-property-11.m
   M /trunk/gcc/testsuite/objc.dg/property/at-property-12.m
   M /trunk/gcc/testsuite/objc.dg/property/at-property-13.m
   M /trunk/gcc/testsuite/objc.dg/property/at-property-6.m
   M /trunk/gcc/testsuite/objc.dg/property/at-property-7.m
   M /trunk/gcc/testsuite/objc.dg/property/at-property-8.m
   M /trunk/gcc/testsuite/objc.dg/property/at-property-9.m
   M /trunk/gcc/testsuite/objc.dg/property/dotsyntax-1.m
   M /trunk/gcc/testsuite/objc.dg/property/dotsyntax-2.m
   M /trunk/gcc/testsuite/objc.dg/property/fsf-property-basic.m
   M /trunk/gcc/testsuite/objc.dg/property/fsf-property-method-access.m
   M /trunk/gcc/testsuite/objc.dg/property/fsf-property-named-ivar.m
   M /trunk/gcc/testsuite/objc.dg/property/property-1.m
   D /trunk/gcc/testsuite/objc.dg/property/property-2.m
   D /trunk/gcc/testsuite/objc.dg/property/property-3.m
   M /trunk/gcc/testsuite/objc.dg/property/synthesize-2.m
   M /trunk/gcc/testsuite/objc.dg/torture/strings/const-cfstring-1.m


	* objc-obj-c++-shared/next-mapping.h: Ensure a GNU-compatible nil is
	defined.
	* objc.dg/property/fsf-property-basic.m: XFAIL m64 NeXT run.
	* objc.dg/property/fsf-property-named-ivar.m: Likewise.
	* objc.dg/property/property-1.m: Likewise.
	* objc.dg/property/at-property-6.m: Likewise.
	* objc.dg/property/at-property-7.m: Likewise.
	* objc.dg/property/dotsyntax-1.m: Likewise.
	* objc.dg/property/at-property-8.m: Likewise.
	* objc.dg/property/dotsyntax-2.m: Likewise.
	* objc.dg/property/at-property-9.m: Likewise.
	* objc.dg/property/synthesize-2.m: Likewise.
	* objc.dg/property/at-property-10.m: Likewise.
	* objc.dg/property/at-property-11.m: Likewise.
	* objc.dg/property/at-property-12.m: Likewise.
	* objc.dg/property/at-property-13.m: Likewise.
	* objc.dg/property/fsf-property-method-access.m: Likewise.
	* objc.dg/torture/strings/const-cfstring-1.m: Cater for bogus Darwin10
	linker warning.
	* objc.dg/encode-7-next.m: Use next-mapping.h, ignore deprecation 
	warnings.
	* objc.dg/encode-7-next-64bit.m: Use next-mapping.h, ignore 
	deprecation warnings.  Use Object1 implemenation.
	* objc.dg/demangle-1.m: Provide +initialize.  XFAIL m64 NeXT run.
	* objc/execute/forward-1.m: Move to objc.dg/torture and reduce scope
	to m32 NeXT.
	* objc/execute/forward-1.x: Remove.


------------------------------------------------------------------------
r166322 | iains | 2010-11-04 11:22:51 -0700 (Thu, 04 Nov 2010) | 9 lines
Changed paths:
   M /trunk/gcc/testsuite/ChangeLog


Missed from previous commit.

testsuite:

	* objc.dg/property/property-2.m: Deleted.
	* objc.dg/property/property-3.m: Deleted.


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

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

Attachment: native-log.txt
Description: Text document

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