[Bug c++/19878] [4.0 Regression] ICE in import_export_decl

2005-03-07 Thread jgrimm2 at us dot ibm dot com
--- Additional Comments From jgrimm2 at us dot ibm dot com 2005-03-07 16:01 --- Verified. Thanks. -- What|Removed |Added Status|RESOLVED|VERI

[Bug c++/19878] [4.0 Regression] ICE in import_export_decl

2005-02-23 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-02-24 02:43 --- Fixed in 4.0. -- What|Removed |Added Status|ASSIGNED|RESOLV

[Bug c++/19878] [4.0 Regression] ICE in import_export_decl

2005-02-23 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-24 02:42 --- Subject: Bug 19878 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-24 02:42:17 Modified files: gcc/cp : ChangeLog decl.c gcc/testsui

[Bug c++/19878] [4.0 Regression] ICE in import_export_decl

2005-02-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-16 15:34 --- I think this was caused by: 2004-07-29 Mark Mitchell <[EMAIL PROTECTED]> * cp-tree.h (IDENTIFIER_REPO_CHOSEN): Define. . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19878

[Bug c++/19878] [4.0 Regression] ICE in import_export_decl

2005-02-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-16 15:27 --- : Search converges between 2004-07-29-trunk (#498) and 2004-07-30-trunk (#499). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19878

[Bug c++/19878] [4.0 Regression] ICE in import_export_decl

2005-02-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-11 23:13 --- This has been failing since at least 20041124. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19878

[Bug c++/19878] [4.0 Regression] ICE in import_export_decl

2005-02-11 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org | Status|NEW

[Bug c++/19878] [4.0 Regression] ICE in import_export_decl

2005-02-10 Thread pinskia at gcc dot gnu dot org
--- 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 -