This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16209] Internal Compiler Error (ICE) Inheriting from std::vector
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jun 2004 20:37:58 -0000
- Subject: [Bug c++/16209] Internal Compiler Error (ICE) Inheriting from std::vector
- References: <20040625203229.16209.kmahler@ausafs.ihost.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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