This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bug....


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]