[Bug c++/90449] No way to turn off warning about inaccessible base

2019-06-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90449 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/90449] No way to turn off warning about inaccessible base

2019-06-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90449 --- Comment #6 from Marek Polacek --- Author: mpolacek Date: Tue Jun 11 15:03:21 2019 New Revision: 272157 URL: https://gcc.gnu.org/viewcvs?rev=272157=gcc=rev Log: PR c++/90449 - add -Winaccessible-base option. * doc/invoke.texi

[Bug c++/90449] No way to turn off warning about inaccessible base

2019-06-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90449 Eric Gallager changed: What|Removed |Added Keywords||patch URL|

[Bug c++/90449] No way to turn off warning about inaccessible base

2019-06-05 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90449 --- Comment #4 from Marek Polacek --- (In reply to Marek Polacek from comment #3) > The testcase in the godbolt link even ICEs with current trunk. I'll open a > separate PR. PR90764

[Bug c++/90449] No way to turn off warning about inaccessible base

2019-06-05 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90449 --- Comment #3 from Marek Polacek --- The testcase in the godbolt link even ICEs with current trunk. I'll open a separate PR.

[Bug c++/90449] No way to turn off warning about inaccessible base

2019-05-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90449 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/90449] No way to turn off warning about inaccessible base

2019-05-13 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90449 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c++/90449] No way to turn off warning about inaccessible base

2019-05-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90449 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic