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
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
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
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
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__
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+
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
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