From 478deec11f3349d61b1a922f047dc958dc07262a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 30 Apr 2011 12:37:47 -0700 Subject: gcc-4.6.0: Backport FSF 4.6 branch patches This is set of bugfixes that has been done on FSF gcc-4_2-branch since 4.6.0 was released They will roll into 4.6.1 release once that happens in coming approx 6 months time then we can simply remove them thats the reason so use a separate .inc file to define the SRC_URI additions (From OE-Core rev: b0d5b9f12adbce2c4a0df6059f5671188cd32293) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- ...07-from-trunk-to-the-4.6-release-branch-t.patch | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0053-Merge-r171807-from-trunk-to-the-4.6-release-branch-t.patch (limited to 'meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0053-Merge-r171807-from-trunk-to-the-4.6-release-branch-t.patch') diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0053-Merge-r171807-from-trunk-to-the-4.6-release-branch-t.patch b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0053-Merge-r171807-from-trunk-to-the-4.6-release-branch-t.patch new file mode 100644 index 0000000000..a2094fecfa --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0053-Merge-r171807-from-trunk-to-the-4.6-release-branch-t.patch @@ -0,0 +1,48 @@ +From 5e28e486dbc793184ca462b8b528f5eff3d4f2ef Mon Sep 17 00:00:00 2001 +From: jyasskin +Date: Fri, 1 Apr 2011 01:07:46 +0000 +Subject: [PATCH 053/200] Merge r171807 from trunk to the 4.6 release branch, to fix two C++ + conformance problems in libsupc++. + +Tested: bootstrap + make check-c++ on x86_64 + +libstdc++-v3/ChangeLog: + +2011-03-31 Jeffrey Yasskin + + * libsupc++/exception_ptr.h: Forward-declare std::type_info. + * libsupc++/nested_exception.h (__throw_with_nested): Remove a + redundant default argument from std::__throw_with_nested. + + + +git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@171815 138bc75d-0d04-0410-961f-82ee72b054a4 + +index ef826f6..26117cd 100644 +--- a/libstdc++-v3/libsupc++/exception_ptr.h ++++ b/libstdc++-v3/libsupc++/exception_ptr.h +@@ -137,7 +137,7 @@ namespace std + operator==(const exception_ptr&, const exception_ptr&) throw() + __attribute__ ((__pure__)); + +- const type_info* ++ const class type_info* + __cxa_exception_type() const throw() __attribute__ ((__pure__)); + }; + +diff --git a/libstdc++-v3/libsupc++/nested_exception.h b/libstdc++-v3/libsupc++/nested_exception.h +index 6a4f04e..d4804bb 100644 +--- a/libstdc++-v3/libsupc++/nested_exception.h ++++ b/libstdc++-v3/libsupc++/nested_exception.h +@@ -117,7 +117,7 @@ namespace std + // with a type that has an accessible nested_exception base. + template + inline void +- __throw_with_nested(_Ex&& __ex, const nested_exception* = 0) ++ __throw_with_nested(_Ex&& __ex, const nested_exception*) + { throw __ex; } + + template +-- +1.7.0.4 + -- cgit v1.2.3-54-g00ecf