This is the mail archive of the gcc-cvs@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]

r160482 - in /branches/gcc-4_5-branch/gcc: Chan...


Author: iains
Date: Wed Jun  9 15:03:17 2010
New Revision: 160482

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160482
Log:
gcc:
	Backport from mainline:
	2010-04-28  Mike Stump  <mikestump@comcast.net>
	* config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for
	now.

gcc/testsuite:

	Backport from mainline:
	* obj-c++.dg/try-catch-2.mm: Adjust xfail.
	* obj-c++.dg/try-catch-9.mm: Ditto.

	2010-05-28  Mike Stump  <mikestump@comcast.net>
	* objc.dg/const-str-9.m: Remove static.

	2010-05-06  Mike Stump  <mikestump@comcast.net>
	* obj-c++.dg/cxx-ivars-2.mm: Restore running of testcase.

	2010-05-04  Mike Stump  <mikestump@comcast.net>
	* encode-8.mm: Restore running of testcase, skip for gnu-runtime.

	2010-04-26  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
	* obj-c++.dg/stubify-2.mm: Restrict to ilp32 targets.  Require
	Darwin8/OSX10.4 - compatible code generation.
	Use scan-rtl-dump.
	* obj-c++.dg/stubify-1.mm: Ditto.
	* lib/objc-torture.exp: Do not require link success for
	"trivial.m" in the runtime checks when dowhat = 'compile'.
	* lib/dg-pch.exp: (dg-flags-pch): New Proc.
	* objc.dg/stubify-1.m:  Restrict to ilp32 targets.  Require
	Darwin8/OSX10.4 - compatible code generation.
	* objc.dg/stubify-2.m: Ditto.
	* objc.dg/symtab-1.m: Match '.quad' for m64 code.
	* objc.dg/next-runtime-1.m: Ditto.
	* objc.dg/stret-2.m: Restrict to ilp32 targets.
	* objc.dg/pch/pch.exp: Apply tests to both Gnu and NeXT
	runtimes on Darwin.


Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config/i386/darwin.h
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/lib/dg-pch.exp
    branches/gcc-4_5-branch/gcc/testsuite/lib/objc-torture.exp
    branches/gcc-4_5-branch/gcc/testsuite/obj-c++.dg/cxx-ivars-2.mm
    branches/gcc-4_5-branch/gcc/testsuite/obj-c++.dg/encode-8.mm
    branches/gcc-4_5-branch/gcc/testsuite/obj-c++.dg/stubify-1.mm
    branches/gcc-4_5-branch/gcc/testsuite/obj-c++.dg/stubify-2.mm
    branches/gcc-4_5-branch/gcc/testsuite/obj-c++.dg/try-catch-2.mm
    branches/gcc-4_5-branch/gcc/testsuite/obj-c++.dg/try-catch-9.mm
    branches/gcc-4_5-branch/gcc/testsuite/objc.dg/const-str-9.m
    branches/gcc-4_5-branch/gcc/testsuite/objc.dg/next-runtime-1.m
    branches/gcc-4_5-branch/gcc/testsuite/objc.dg/pch/pch.exp
    branches/gcc-4_5-branch/gcc/testsuite/objc.dg/stret-2.m
    branches/gcc-4_5-branch/gcc/testsuite/objc.dg/stubify-1.m
    branches/gcc-4_5-branch/gcc/testsuite/objc.dg/stubify-2.m
    branches/gcc-4_5-branch/gcc/testsuite/objc.dg/symtab-1.m


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