[Bug c++/70417] Unhelpful diagnostic for dependent template-name

2021-07-04 Thread anthonysharp15 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70417 Anthony Sharp changed: What|Removed |Added CC||anthonysharp15 at gmail dot com ---

[Bug c++/19377] Using declaration in "private" part causes "protected" diagnostic

2021-04-28 Thread anthonysharp15 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19377 --- Comment #15 from Anthony Sharp --- This should now be fixed as part of my patch: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=be246ac2d26e1cb072f205bf97d5eac150220f3f

[Bug c++/55120] Inaccessible virtual base constructor does not prevent generation of default constructor

2021-01-30 Thread anthonysharp15 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55120 --- Comment #12 from Anthony Sharp --- Okay, so it actually turns out public virtual bases CAN be derived from, since the C++ spec literally gives an example of just that (e.g. see

[Bug c++/55120] Inaccessible virtual base constructor does not prevent generation of default constructor

2021-01-29 Thread anthonysharp15 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55120 Anthony Sharp changed: What|Removed |Added CC||anthonysharp15 at gmail dot com ---

[Bug c++/17314] Error message wrongly shows declared rather than inherited access

2021-01-29 Thread anthonysharp15 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17314 --- Comment #26 from Anthony Sharp --- Fixed. It seems the issue to do with the virtual class constructors is a duplicate of 55120 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55120).

[Bug c++/19377] Using declaration in "private" part causes "protected" diagnostic

2021-01-29 Thread anthonysharp15 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19377 Anthony Sharp changed: What|Removed |Added CC||anthonysharp15 at gmail dot com ---

[Bug c++/17314] Error message wrongly shows declared rather than inherited access

2021-01-06 Thread anthonysharp15 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17314 --- Comment #25 from Anthony Sharp --- Hopefully (pending approval) the original bug is now fixed, even if it did take a long time! I agree that compilers should match the standard where reasonable to do so (like in this case), but I can't

[Bug c++/17314] Error message wrongly shows declared rather than inherited access

2021-01-06 Thread anthonysharp15 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17314 --- Comment #23 from Anthony Sharp --- The patch is now on the mailing list (https://gcc.gnu.org/pipermail/gcc-patches/2021-January/562835.html). Please take my last comment with a pinch of salt ... I was mainly trying to sum up what has

[Bug c++/17314] Error message wrongly shows declared rather than inherited access

2020-12-28 Thread anthonysharp15 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17314 Anthony Sharp changed: What|Removed |Added CC||anthonysharp15 at gmail dot com ---