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 364


> I'm not sure if this actually allowed in C++ (or if this has been
> addressed in later snapshots, since I'm using gnu-win32 with 1.0.2) but
> I got ICE 364 with the following code:

Thanks for your report. This has been fixed in the egcs snapshots,
which report

c.cc: In instantiation of `vector<int &,__default_alloc_template<true,0> >':
c.cc:5:   instantiated from here
c.cc:5: cannot form type pointer to reference type int & during template instantiation

Regards,
Martin


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