]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
--text follows this line--
authorGeoffrey Keating <geoffk@apple.com>
Thu, 24 Mar 2005 23:18:44 +0000 (23:18 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 24 Mar 2005 23:18:44 +0000 (23:18 +0000)
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 <geoffk@apple.com>

===File ~/patches/gcc-3973957.patch=========================
2005-03-24  Geoffrey Keating  <geoffk@apple.com>

* c.opt (fvisibility-inlines-hidden): Allow for ObjC++.

From-SVN: r97015

gcc/ChangeLog
gcc/c.opt

index 50f33446bb622c0cf6f92c7dd0bc1b061f97a7e0..e36d1b225af7b34979408f7ccd32e898f9f4826c 100644 (file)
@@ -6,6 +6,8 @@
 
 2005-03-24  Geoffrey Keating  <geoffk@apple.com>
 
+       * c.opt (fvisibility-inlines-hidden): Allow for ObjC++.
+
        * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Add
        MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE.
 
index dbeffaaaf4d2657b9ca6107a40b48c1658359a36..5613dd49d3730fae5a1a4be3efabe4e20b3281c4 100644 (file)
--- 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