public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/10230: [3.4 regression] type `A::B' is not a base type for type `C'
@ 2003-04-26 17:16 Kriang Lerdsuwanakij
0 siblings, 0 replies; 4+ messages in thread
From: Kriang Lerdsuwanakij @ 2003-04-26 17:16 UTC (permalink / raw)
To: lerdsuwa; +Cc: gcc-prs
The following reply was made to PR c++/10230; it has been noted by GNATS.
From: Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, lerdsuwa@gcc.gnu.org,
gcc-prs@gcc.gnu.org, pepeaty@yahoo.com
Cc:
Subject: Re: c++/10230: [3.4 regression] type `A::B' is not a base type for
type `C'
Date: Sun, 27 Apr 2003 00:15:24 +0700
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10230
Patch submitted:
http://gcc.gnu.org/ml/gcc-patches/2003-04/msg02005.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: c++/10230: [3.4 regression] type `A::B' is not a base type for type `C'
@ 2003-05-11 10:09 lerdsuwa
0 siblings, 0 replies; 4+ messages in thread
From: lerdsuwa @ 2003-05-11 10:09 UTC (permalink / raw)
To: gcc-bugs, gcc-prs, lerdsuwa, pepeaty
Synopsis: [3.4 regression] type `A::B' is not a base type for type `C'
State-Changed-From-To: analyzed->closed
State-Changed-By: lerdsuwa
State-Changed-When: Sun May 11 10:09:26 2003
State-Changed-Why:
Fixed in the main trunk.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10230
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: c++/10230: [3.4 regression] type `A::B' is not a base type for type `C'
@ 2003-04-17 14:39 lerdsuwa
0 siblings, 0 replies; 4+ messages in thread
From: lerdsuwa @ 2003-04-17 14:39 UTC (permalink / raw)
To: gcc-bugs, gcc-prs, lerdsuwa, nobody, pepeaty
Synopsis: [3.4 regression] type `A::B' is not a base type for type `C'
Responsible-Changed-From-To: unassigned->lerdsuwa
Responsible-Changed-By: lerdsuwa
Responsible-Changed-When: Thu Apr 17 14:39:08 2003
Responsible-Changed-Why:
Will work on a fix.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10230
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: c++/10230: [3.4 regression] type `A::B' is not a base type for type `C'
@ 2003-03-26 21:37 bangerth
0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2003-03-26 21:37 UTC (permalink / raw)
To: gcc-bugs, gcc-prs, nobody, pepeaty
Old Synopsis: type `A::B' is not a base type for type `C'
New Synopsis: [3.4 regression] type `A::B' is not a base type for type `C'
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Wed Mar 26 21:27:32 2003
State-Changed-Why:
The error message is indeed warranted, although it is
formulated in such a clumsy way that it's hard to understand
what exactly is wrong. Here's what icc says:
g/x> icc -c x.cc
x.cc(11): error: a nonstatic member reference must be relative to a specific object
void f(void) { sizeof(A::B::a); }
^
However, things are worse: present mainline ICEs on this
code:
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc
x.cc: In member function `void C::f()':
x.cc:11: internal compiler error: Segmentation fault
This is a regression w.r.t. previous versions.
W.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10230
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-05-11 10:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-26 17:16 c++/10230: [3.4 regression] type `A::B' is not a base type for type `C' Kriang Lerdsuwanakij
-- strict thread matches above, loose matches on Subject: below --
2003-05-11 10:09 lerdsuwa
2003-04-17 14:39 lerdsuwa
2003-03-26 21:37 bangerth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).