chart2/source/model/template/CandleStickChartType.hxx |    3 ++-
 compilerplugins/clang/fragiledestructor.cxx           |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 6cb1745c24c7651050e30216860c539fa13cc0e2
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon May 31 08:30:38 2021 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon May 31 09:57:37 2021 +0200

    tdf#142467: Update comments with GCC bug ID
    
    Change-Id: I71052f8db941733ab4e4b1b36cbf1fcb28eac9d9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116420
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/chart2/source/model/template/CandleStickChartType.hxx 
b/chart2/source/model/template/CandleStickChartType.hxx
index 969c14c24d35..13dfb30db47f 100644
--- a/chart2/source/model/template/CandleStickChartType.hxx
+++ b/chart2/source/model/template/CandleStickChartType.hxx
@@ -23,7 +23,8 @@
 namespace chart
 {
 
-// see tdf#142467 before restoring 'final'
+// see <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100797> "[10/11/12 
Regression] using
+// declaration causing virtual call with wrongly adjusted this pointer" before 
restoring 'final'
 class CandleStickChartType /* final */ : public ChartType
 {
 public:
diff --git a/compilerplugins/clang/fragiledestructor.cxx 
b/compilerplugins/clang/fragiledestructor.cxx
index 9bce19ccda27..c9f8568fdafd 100644
--- a/compilerplugins/clang/fragiledestructor.cxx
+++ b/compilerplugins/clang/fragiledestructor.cxx
@@ -51,7 +51,7 @@ public:
              return false;
         if (loplugin::isSamePathname(fn, SRCDIR 
"/sw/source/core/layout/ssfrm.cxx")) // ~SwFrame calling IsDeleteForbidden
              return false;
-        if (loplugin::isSamePathname(fn, SRCDIR 
"/chart2/source/model/template/CandleStickChartType.cxx")) // to ignore 
tdf#142467 workaround
+        if (loplugin::isSamePathname(fn, SRCDIR 
"/chart2/source/model/template/CandleStickChartType.cxx")) // to ignore 
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100797> "[10/11/12 Regression] 
using declaration causing virtual call with wrongly adjusted this pointer" 
workaround
              return false;
 
         return true;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to