diff options
author | pfg <pfg@FreeBSD.org> | 2014-01-02 13:53:53 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2014-01-02 13:53:53 +0000 |
commit | 6053c493e0e2a18f4e546f35ab4b1d119a2b8baa (patch) | |
tree | 5f444ea4148b370cd2253753252a21e4e28c5e7a /contrib/gcc/cp/ChangeLog | |
parent | 541c54820f14b6c054df1b29b785d8aca7911f23 (diff) | |
download | FreeBSD-src-6053c493e0e2a18f4e546f35ab4b1d119a2b8baa.zip FreeBSD-src-6053c493e0e2a18f4e546f35ab4b1d119a2b8baa.tar.gz |
Revert r260073; small diff reduction wrt gcc43 and Apple GCC.
Unfortunately this causes ICE on powerpc and sparc64.
Reducing these differences against upstream is not important
anymore so hopefully I have finished breaking the compiler
occasionally.
Diffstat (limited to 'contrib/gcc/cp/ChangeLog')
-rw-r--r-- | contrib/gcc/cp/ChangeLog | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/gcc/cp/ChangeLog b/contrib/gcc/cp/ChangeLog index a79ed04..7629e8b 100644 --- a/contrib/gcc/cp/ChangeLog +++ b/contrib/gcc/cp/ChangeLog @@ -314,12 +314,6 @@ PR c++/30895 * tree.c (cp_tree_equal): Properly handle COMPLEX_CST trees. -2007-03-02 Geoffrey Keating <geoffk@apple.com> (r122488) - - * g++spec.c (lang_specific_driver): Add -lstdc++ when compiling - Objective-C++. Don't exit early if -shared-libgcc needs to be - added. - 2007-02-22 Simon Martin <simartin@users.sourceforge.net> PR c++/29475 |