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++/20133] [4.0 Regression] internal compiler error: in import_export_decl, at cp/decl2.c:1726


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-22 00:30 -------
Confirmed reduced to:
template <class T>
class ObjectPool {
   static int mutex;
};
template<class> int ObjectPool<char>::mutex;

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-22 00:30:53
               date|                            |
            Summary|internal compiler error: in |[4.0 Regression] internal
                   |import_export_decl, at      |compiler error: in
                   |cp/decl2.c:1726             |import_export_decl, at
                   |                            |cp/decl2.c:1726
   Target Milestone|---                         |4.0.0


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


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