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]

No Subject


D Maley <d.maley@stmarys-belfast.ac.uk> said:
> #include <vector.h>
> 
> namespace xyz {
> 
> template <class T, class Alloc = alloc>
> class vector : public std::vector<T, Alloc> {
>   class empty {};
> public:
> 
> };
> } // namespace xyz
> 
> void main()
> {
> using namespace xyz;
> using xyz::vector;
>   vector<float> vv;
> }

> [Gets ICE 42]

Same with 1.1.1, 19981206 snapshot has this fixed.

Thanks for the report!
-- 
Horst von Brand                             vonbrand@sleipnir.valparaiso.cl
Casilla 9G, Viņa del Mar, Chile                               +56 32 672616


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