This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/22008] [4.0/4.1 Regression] ICE on valid code
- 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: 10 Jun 2005 18:56:11 -0000
- Subject: [Bug c++/22008] [4.0/4.1 Regression] ICE on valid code
- References: <20050610181800.22008.ppluzhnikov@charter.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 18:56 -------
Confirmed, reduced testcase:
struct a
{
static int k;
a(const a &x);
};
void f(volatile a x) { x.k; }
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
GCC build triplet|same |
GCC host triplet|i386-redhat-linux, x86_64- |
|unknown-linux-gnu |
GCC target triplet|same |
Keywords| |ice-on-valid-code
Known to fail| |4.0.0 4.1.0
Known to work| |3.4.0
Last reconfirmed|0000-00-00 00:00:00 |2005-06-10 18:56:08
date| |
Summary|ICE on valid code |[4.0/4.1 Regression] ICE on
| |valid code
Target Milestone|--- |4.0.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22008