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: typeof error


flax <flax@ssu.sumy.ua> said:
> template <class T>
> class A {
>     public:
>         void foo( typeof(T::Pp) t );
> };
> 
> I use egcs-2.92.07 19980914 (gcc2 ss-980609 experimental)
> and try to compile this:
> 
> 4: internal compiler error.

Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.92.33/specs
gcc version egcs-2.92.33 19981226 (gcc2 ss-980609 experimental)


This also gives an internal error at line 4.
-- 
Dr. Horst H. von Brand                       mailto:vonbrand@inf.utfsm.cl
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513



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