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]

r111492 - in /branches/apple-local-200502-branc...


Author: geoffk
Date: Mon Feb 27 23:18:42 2006
New Revision: 111492

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111492
Log:
Index: gcc/ChangeLog
2006-02-24  Geoffrey Keating  <geoffk@apple.com>

	Radar 4086777
	* doc/tm.texi (Run-time Target): Document C_COMMON_OVERRIDE_OPTIONS.
	* doc/invoke.texi (C++ Dialect Options): Document 
	-fno-use-cxa-get-exception-ptr.
	* configure.ac: Define DEFAULT_USE_CXA_ATEXIT to 2 not 1.
	* configure: Regenerate.
	* c.opt (fuse-cxa-get-exception-ptr): New.
	* c-opts.c (c_common_handle_option): Handle
	OPT_fuse_cxa_get_exception_ptr.
	* c-common.c (flag_use_cxa_atexit): Update documentation.
	(flag_use_cxa_get_exception_ptr): New.
	* c-common.h (flag_use_cxa_get_exception_ptr): New.
	* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Improve
	documentation.
	(C_COMMON_OVERRIDE_OPTIONS): New.

Index: gcc/testsuite/ChangeLog
2006-02-24  Geoffrey Keating  <geoffk@apple.com>

	Radar 4086777
	* g++.dg/eh/uncaught1.C: Add dg-options for ppc-darwin.
	* g++.dg/eh/uncaught2.C: New.
	* g++.dg/eh/uncaught3.C: New.

Index: gcc/cp/ChangeLog
2006-02-24  Geoffrey Keating  <geoffk@apple.com>

	Radar 4086777
	* except.c (expand_start_catch_block): Handle
	flag_use_cxa_get_exception_ptr.

Added:
    branches/apple-local-200502-branch/gcc/testsuite/g++.dg/eh/uncaught2.C
      - copied, changed from r111427, trunk/gcc/testsuite/g++.dg/eh/uncaught2.C
    branches/apple-local-200502-branch/gcc/testsuite/g++.dg/eh/uncaught3.C
      - copied, changed from r111427, trunk/gcc/testsuite/g++.dg/eh/uncaught3.C
Modified:
    branches/apple-local-200502-branch/gcc/ChangeLog
    branches/apple-local-200502-branch/gcc/c-common.c
    branches/apple-local-200502-branch/gcc/c-common.h
    branches/apple-local-200502-branch/gcc/c-opts.c
    branches/apple-local-200502-branch/gcc/c.opt
    branches/apple-local-200502-branch/gcc/config/rs6000/darwin.h
    branches/apple-local-200502-branch/gcc/configure
    branches/apple-local-200502-branch/gcc/configure.ac
    branches/apple-local-200502-branch/gcc/cp/ChangeLog
    branches/apple-local-200502-branch/gcc/cp/except.c
    branches/apple-local-200502-branch/gcc/doc/invoke.texi
    branches/apple-local-200502-branch/gcc/doc/tm.texi
    branches/apple-local-200502-branch/gcc/testsuite/ChangeLog
    branches/apple-local-200502-branch/gcc/testsuite/g++.dg/eh/uncaught1.C


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