This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21645] [4.1 Regression] G++ ICE while building post-html.cpp in groff
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 May 2005 14:00:28 -0000
- Subject: [Bug c++/21645] [4.1 Regression] G++ ICE while building post-html.cpp in groff
- References: <20050518134330.21645.ahaas@airmail.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-18 14:00 -------
Confirmed, reduced testcase:
struct color {
~color();
};
struct style {
color col;
style (color);
};
style::style(color c)
: col(c)
{
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2005-05-18 14:00:27
date| |
Summary|G++ ICE while building post-|[4.1 Regression] G++ ICE
|html.cpp in groff |while building post-html.cpp
| |in groff
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21645