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++/19878] [4.0 Regression] ICE in import_export_decl


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-10 19:56 -------
Confirmed, here is the most reduced testcase:
struct S {
  char k;
};
char const volatile S::* const p01 = &S::k;

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-10 19:57:00
               date|                            |
            Summary|ICE in import_export_decl   |[4.0 Regression] ICE in
                   |                            |import_export_decl
   Target Milestone|---                         |4.0.0


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


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