[Bug c++/83085] New: Suspicious type qualifiers ignored on cast result type [-Werror=ignored-qualifiers]

2017-11-21 Thread andi at mozilla dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: andi at mozilla dot com Target Milestone: --- I'm using this debian snapshop,https://tracker.debian.org/pkg/gcc-8, of gcc8 in order to build mozilla firefox,

[Bug c++/82710] New: Incorrect warning:unnecessary parentheses in declaration of global friend functions [-Werror=parentheses]

2017-10-25 Thread andi at mozilla dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: andi at mozilla dot com Target Milestone: --- Created attachment 42466 --> https://gcc.gnu.org/bugzilla/attachment.cgi

[Bug c++/82600] [8 Regression] Address of local variable returned [-Werror=return-local-addr] when building mozilla-central

2017-10-18 Thread andi at mozilla dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82600 --- Comment #8 from Andi --- (In reply to Jonathan Wakely from comment #7) > (In reply to Andi from comment #0) > > Building firefox with gcc8 trunk i get this error: > > This is a warning, not an error. > > If you use -Werror to cause compila

[Bug c++/82600] New: Address of local variable returned [-Werror=return-local-addr] when building mozilla-central

2017-10-18 Thread andi at mozilla dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: andi at mozilla dot com Target Milestone: --- Building firefox with gcc8 trunk i get this error: In file included from /root/firefox-gcc

[Bug c++/82562] New: Incorrect warning: use copy-assignment or copy-initialization instead when copying build objects.

2017-10-16 Thread andi at mozilla dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: andi at mozilla dot com Target Milestone: --- Trying to build firefox with gcc8 I get this error, when building with treat -Werror