This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/31541] [4.3 Regression] cannot take address of bit field
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2007 14:39:31 -0000
- Subject: [Bug middle-end/31541] [4.3 Regression] cannot take address of bit field
- References: <bug-31541-11706@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from hubicka at ucw dot cz 2007-06-21 14:39 -------
Subject: Re: [4.3 Regression] cannot take address of bit field
>
>
> ------- Comment #8 from rguenth at gcc dot gnu dot org 2007-06-21 11:19 -------
> Ping?
I tought the bug is long fixed by moving the folding from fold into
Gimple fold_stmt. We probably should not emit frontend warnings/errors
that late, I will check if I can get it done earlier at gimplification
time. Otherwise Andrew's patch to avoid the folding for bit_field_type
is probably way to go.
Honza
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31541