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: internal compiler error for gcc 2.95.1


> The same code, when compiled with the latest version (2.95.1) using:
> 
>    g++  -v --save-temps -c vec.cpp 
> 
> gives the following error message:

Thanks for your bug report. The mainline compiler (2.96 20000223
(experimental)) says

vec.h:84: `double MEmath::Vec<3>::_el[3]' is private
vec.cpp:18: within this context

so the bug appears to be fixed.

Regards,
Martin


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