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]
Other format: [Raw text]

[Bug c++/16209] Internal Compiler Error (ICE) Inheriting from std::vector


------- Additional Comments From bangerth at dealii dot org  2004-06-25 20:37 -------
Time to upgrade: at least since gcc3.2 (maybe already in 3.0, but I don't 
have that on my machine here), you get this error message: 
 
g/x> /home/bangerth/bin/gcc-3.2*/bin/c++ -c x.cc 
x.cc: In function `int main(int, char**)': 
x.cc:22: `template<class _Tp, class _Alloc> class std::vector' used without  
   template parameters 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |ice-on-invalid-code
      Known to fail|                            |2.95
      Known to work|                            |3.2.3 3.3.3 3.4.0 3.5.0
         Resolution|                            |FIXED
   Target Milestone|---                         |3.1.x/3.2.x


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16209


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