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 373 (egcs-1.1.2)


On Jun 24, 1999, Nick Rasmussen <nick@jive.org> wrote:

> namespace n { template <class T> class class_inside_n {}; }

>     // This produces the internal compiler error (373):
>     n::class_inside_n<int> i = n::class_inside_n();

Thanks for your bug report.  The latest snapshot says:

t.cc: In function `void f()':
t.cc:20: invalid use of `template <class T> n::class_inside_n<T>'

so the bug is likely to be fixed in gcc 2.95

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists


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