From 63325074292b0868da0512276adcc606e7eaf41f Mon Sep 17 00:00:00 2001 From: geoffk Date: Thu, 24 Mar 2005 23:18:44 +0000 Subject: [PATCH] --text follows this line-- This is the one case in c.opt where 'C++' appeared without 'ObjC++', and it's annoying that it was this important option. Bootstrapped & tested on powerpc-darwin8. (It's actually been tested much more extensively than that internally.) -- - Geoffrey Keating ===File ~/patches/gcc-3973957.patch========================= 2005-03-24 Geoffrey Keating * c.opt (fvisibility-inlines-hidden): Allow for ObjC++. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97015 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 2 ++ gcc/c.opt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50f33446bb6..e36d1b225af 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,8 @@ 2005-03-24 Geoffrey Keating + * c.opt (fvisibility-inlines-hidden): Allow for ObjC++. + * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Add MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE. diff --git a/gcc/c.opt b/gcc/c.opt index dbeffaaaf4d..5613dd49d37 100644 --- a/gcc/c.opt +++ b/gcc/c.opt @@ -655,7 +655,7 @@ C++ ObjC++ Use __cxa_atexit to register destructors fvisibility-inlines-hidden -C++ +C++ ObjC++ Marks all inlined methods as having hidden visibility fvtable-gc -- 2.11.4.GIT