This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/19689] [4.0 Regression] ICE in store_bit_field, at expmed.c
- From: "belyshev at depni dot sinp dot msu dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jan 2005 09:28:36 -0000
- Subject: [Bug middle-end/19689] [4.0 Regression] ICE in store_bit_field, at expmed.c
- References: <20050129083810.19689.aj@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From belyshev at depni dot sinp dot msu dot ru 2005-01-29 09:28 -------
// reduced testcase, compile with '-O1':
struct
{
int b : 29;
} f;
void foo (short j)
{
f.b = j;
}
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
GCC build triplet|* |
GCC host triplet|* |
GCC target triplet|* |
Keywords| |ice-on-valid-code
Known to fail| |4.0.0
Known to work| |3.4.4
Last reconfirmed|0000-00-00 00:00:00 |2005-01-29 09:28:35
date| |
Summary|ICE in store_bit_field, at |[4.0 Regression] ICE in
|expmed.c |store_bit_field, at expmed.c
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19689