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]

Re: C++ bug with 'using'.


> I've got a problem writing a program in C++.
> g++ gives me an 'Internal compiler error 383' when it processes the using
> directory.

Thanks for your bug report. gcc-2.95.2 says

main.cpp:19: `Test' is not a namespace
main.cpp: In function `int main(...)':
main.cpp:23: `tst' undeclared (first use this function)
main.cpp:23: (Each undeclared identifier is reported only once
main.cpp:23: for each function it appears in.)
main.cpp:23: parse error before `;'

so the bug has been fixed. Your program is ill-formed.

Regards,
Martin

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