[Bug c++/104734] -isystem hides -Woverloaded-virtual warning

2022-03-16 Thread albert.astals.cid at kdab dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104734 --- Comment #5 from Albert Astals Cid --- Ping I provided the requested information, can someone move this out of WAITING state?

[Bug c++/104734] -isystem hides -Woverloaded-virtual warning

2022-03-09 Thread albert.astals.cid at kdab dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104734 --- Comment #4 from Albert Astals Cid --- Added both the pre-processed source with both -isystem and -I They seem mostly the same except some ¿annotations/comments? Had to compress them with xz since otherwise they were too big to attach,

[Bug c++/104734] -isystem hides -Woverloaded-virtual warning

2022-03-09 Thread albert.astals.cid at kdab dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104734 --- Comment #3 from Albert Astals Cid --- Created attachment 52590 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52590=edit preprocessed source with -I

[Bug c++/104734] -isystem hides -Woverloaded-virtual warning

2022-03-09 Thread albert.astals.cid at kdab dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104734 --- Comment #2 from Albert Astals Cid --- Created attachment 52589 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52589=edit preprocessed source with -isystem

[Bug c++/104734] New: -isystem hides -Woverloaded-virtual warning

2022-03-01 Thread albert.astals.cid at kdab dot com via Gcc-bugs
++ Assignee: unassigned at gcc dot gnu.org Reporter: albert.astals.cid at kdab dot com Target Milestone: --- I have a class that inherits from a class that is a system header. The system header class has virtual bool edit(const QModelIndex , EditTrigger trigger, QEvent

[Bug c++/96518] g++ suggests a weird function when there's a lowercase mistake

2020-08-07 Thread albert.astals.cid at kdab dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96518 Albert Astals Cid changed: What|Removed |Added Resolution|--- |FIXED

[Bug c++/96518] New: g++ suggests a weird function when there's a lowercase mistake

2020-08-07 Thread albert.astals.cid at kdab dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: albert.astals.cid at kdab dot com Target Milestone: --- With the code class Foo { public: void SetParent(Foo *f) { parent = f; } Foo *GetParent

[Bug c++/78010] --Wsuggest-override reports a redundant warning on a 'final' method

2018-01-10 Thread albert.astals.cid at kdab dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78010 Albert Astals Cid changed: What|Removed |Added CC||albert.astals.cid at kdab dot com

[Bug c++/83767] -Wsuggest-override suggests to mark as override in methods marked as final

2018-01-10 Thread albert.astals.cid at kdab dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83767 Albert Astals Cid changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/83767] New: -Wsuggest-override suggests to mark as override in methods marked as final

2018-01-10 Thread albert.astals.cid at kdab dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: albert.astals.cid at kdab dot com Target Milestone: --- Created attachment 43088 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43088=edit example code I know that fi