[Bug c++/110330] New: GCC does not diagnose ambiguous function introduced from base class

2023-06-20 Thread csaba_22 at yahoo dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110330 Bug ID: 110330 Summary: GCC does not diagnose ambiguous function introduced from base class Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal

[Bug c++/110300] New: Template disambiguator accepted for non-template function

2023-06-18 Thread csaba_22 at yahoo dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110300 Bug ID: 110300 Summary: Template disambiguator accepted for non-template function Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal P

[Bug c++/104160] Wrongly allowed: Function argumentin constant expression

2022-06-22 Thread csaba_22 at yahoo dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104160 Csaba Ráduly changed: What|Removed |Added CC||csaba_22 at yahoo dot co.uk --- Comment

[Bug c++/105752] Template function can access private member

2022-06-02 Thread csaba_22 at yahoo dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105752 --- Comment #5 from Csaba Ráduly --- The fact that GCC 11 shows an error for the code in comment #4 suggests that this was a bug which was fixed. Does it ring a bell to anyone? This bug should probably marked as a duplicate, but of which other b

[Bug c++/105752] Template function can access private member

2022-05-30 Thread csaba_22 at yahoo dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105752 --- Comment #4 from Csaba Ráduly --- Looks like there *was* a bug, I just wasn't able to properly reproduce it initially: #include #include class CB { struct DCB {}; }; struct NMC1 : public CB { int meow() const { return __LINE__

[Bug c++/105752] New: Template function can access private member

2022-05-27 Thread csaba_22 at yahoo dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105752 Bug ID: 105752 Summary: Template function can access private member Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c+

[Bug c++/99650] ICE when trying to form reference to void in structured binding

2021-03-18 Thread csaba_22 at yahoo dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99650 --- Comment #4 from Csaba Ráduly --- Is this a dup of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79372 ? https://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg522821.html

[Bug c++/99650] New: ICE when trying to form reference to void in structured binding

2021-03-18 Thread csaba_22 at yahoo dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99650 Bug ID: 99650 Summary: ICE when trying to form reference to void in structured binding Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal