[Bug c++/22395] New: -Weffc++ shouldn't warn about non-virtual dtor of private subclasses

2005-07-10 Thread mutz at kde dot org
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mutz at kde dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22395

[Bug c++/22395] -Weffc++ shouldn't warn about non-virtual dtor of private subclasses

2005-07-10 Thread mutz at kde dot org
--- Additional Comments From mutz at kde dot org 2005-07-10 18:54 --- class Bar : public Foo {}; Of course, that should read: class Bar : private Foo {}; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22395

[Bug c++/22395] -Weffc++ shouldn't warn about non-virtual dtor of private subclasses

2005-07-10 Thread mutz at kde dot org
--- Additional Comments From mutz at kde dot org 2005-07-10 19:16 --- Related it may be, but different it is. bug 16168 is about subclasses that don't have virtual methods, but even in the case of the private inheritance from a base class having virtual methods, the warning should

[Bug c++/22406] New: -Weffc++ warns about missing op= and copy ctor, even when base classes have already disabled these

2005-07-11 Thread mutz at kde dot org
Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mutz at kde dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22406

[Bug c++/22431] New: -Weff++ warns about missing usage of const initalizer list in synthesized ctors

2005-07-12 Thread mutz at kde dot org
: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mutz at kde dot org CC: gcc-bugs at gcc dot gnu dot org http

[Bug libstdc++/60621] New: std::vector::emplace_back generates massively more code than push_back

2014-03-22 Thread mutz at kde dot org
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: mutz at kde dot org Created attachment 32429 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32429action=edit Source of the programme used to generate the mentioned numbers

[Bug c++/51282] New: [regression] error: unable to find string literal operator ‘operator on string literal concatenation

2011-11-23 Thread mutz at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282 Bug #: 51282 Summary: [regression] error: unable to find string literal operator ‘operator on string literal concatenation Classification: Unclassified Product: gcc Version:

[Bug c++/51282] [regression] error: unable to find string literal operator ‘operator on string literal concatenation

2011-11-23 Thread mutz at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282 --- Comment #6 from mutz at kde dot org 2011-11-23 14:35:52 UTC --- I was confused that I had applied the patch to Qt, but it still failed to compile. I since learned that the unpatched code was still lurking in the PCH, so yes, this is invalid