This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bug....
- To: gcc-bugs at gcc dot gnu dot org
- Subject: bug....
- From: cywang <cywang at Athena dot ee dot nctu dot edu dot tw>
- Date: Wed, 2 Aug 100 10:55:30 +0800 (CST)
- Cc: u8811577 at cc dot nctu dot edu dot tw
hi...GCC TEAM
gcc version: 2.95.2
system type: SunOS Sirius 5.5.1 Generic_103640-24 sun4u sparc SUNW,Ultra-2
options: -ggdb
file: a.cc
int a()
{
class X
{
public:
};
class Y
{
public:
bool aa(X *a,X *b)
{
}
};
}
thanks
C.Y. Wang