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++/18920] internal compiler error: Segmentation fault


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-10 13:47 -------
Fixed in 3.4.0 and later:
pr18920.cc:16: error: template argument required for 'struct print_matrix'
pr18920.cc:16: error: types may not be defined in parameter types
pr18920.cc:20: error: two or more data types in declaration of 'parameter'
pr18920.cc:20: error: 'class std::vector<std::vector<double, std::allocator<double> >, std::
allocator<std::vector<double, std::allocator<double> > > >' is not a valid type for a template constant 
parameter
pr18920.cc:20: error: expected `>' before ';' token
pr18920.cc:26: error: expected unqualified-id at end of input

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |ice-on-invalid-code
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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