This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/49768] [4.6/4.7 Regression] C99 style union initializations does not work as expected with optimizations
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 18 Jul 2011 08:48:24 +0000
- Subject: [Bug c/49768] [4.6/4.7 Regression] C99 style union initializations does not work as expected with optimizations
- Auto-submitted: auto-generated
- References: <bug-49768-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49768
--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-18 08:47:01 UTC ---
I suppose fold produces some BIT_FIELD_REF here, giving up probably is
easiest for now.