This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 May 2005 03:32:29 -0000
- Subject: [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Like PR 19375, the following code gives the diagnostic twice:
class A {
private:
int i;
};
class B : public A {
};
class C : public B {
public:
void f() { A::i = 0; }
};
--
Summary: [3.4/4.0/4.1 Regression] Access violation diagnostic
given twice
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Keywords: diagnostic
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21312