[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-04-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 Xisco Faulí changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |mli...@suse.cz

[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-04-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 --- Comment #11 from Martin Liška --- (In reply to Xisco Faulí from comment #10) > (In reply to Martin Liška from comment #9) > > (In reply to Martin Liška from comment #8) > > > (In reply to Tomáš Chvátal from comment #7) > > > >

[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-04-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 Xisco Faulí changed: What|Removed |Added Status|REOPENED|NEW --- Comment #10 from Xisco

[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-04-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 Martin Liška changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-04-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 Martin Liška changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-04-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 --- Comment #7 from Tomáš Chvátal --- Shouldn't this be already fixed by: https://cgit.freedesktop.org/libreoffice/cppunit/commit/?id=4f5cd3b486afb9c7be1903252b4ae3787137a454 -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 --- Comment #6 from Martin Liška --- May I please remind the patch candidate? -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-03-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 --- Comment #5 from Xisco Faulí --- @Markus Mohrhard, how patches can be submitted to cppunit? gerrit ? -- You are receiving this mail because: You are the assignee for the bug.___

[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-03-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 --- Comment #4 from Martin Liška --- There's a patch candidate, can you please merge it: diff --git a/examples/cppunittest/OrthodoxTest.h b/examples/cppunittest/OrthodoxTest.h index 8fc2a08..3781415 100644 ---

[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-03-07 Thread bugzilla-daemon
|1 --- Comment #3 from Martin Liška --- (In reply to Stephan Bergmann from comment #2) > Yes, that likely needs fixing, probably similarly to > <https://gerrit.libreoffice.org/plugins/gitiles/cppunit/+/ > 4f5cd3b486afb9c7be1903252b4ae3787137a454%5E%21&g

[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 --- Comment #2 from Stephan Bergmann --- Yes, that likely needs fixing, probably similarly to <https://gerrit.libreoffice.org/plugins/gitiles/cppunit/+/4f5cd3b486afb9c7be1903252b4ae3787137a454%5E%21> "Avoid GCC 9 -Wdeprecated-

[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 --- Comment #1 from Xisco Faulí --- @Stephan Bergmann, any opinion here ? -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 122605] New: New GCC 9 warning

2019-01-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 Bug ID: 122605 Summary: New GCC 9 warning Product: cppunit Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal

[Libreoffice-bugs] [Bug 122605] New GCC 9 warning (-Wdeprecated-copy)

2019-01-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122605 Martin Liška changed: What|Removed |Added Summary|New GCC 9 warning |New GCC 9 warning

Re: GCC 9

2018-09-11 Thread Stephan Bergmann
On 09/08/2018 10:52, Stephan Bergmann wrote: FYI, I did a Linux x86_64 master build against recent GCC trunk (towards GCC 9) the other day.  That mainly caused new -Wrestrict and -Wdeprecated-copy warnings, all of which have been addressed in the LO master sources.  Except for one bogus

GCC 9

2018-08-09 Thread Stephan Bergmann
FYI, I did a Linux x86_64 master build against recent GCC trunk (towards GCC 9) the other day. That mainly caused new -Wrestrict and -Wdeprecated-copy warnings, all of which have been addressed in the LO master sources. Except for one bogus -Wrestrict that is tracked at <https://gcc.gnu.