[Bug c/30313] [4.1/4.2/4.3 Regression] sizeof of expression including bit-field
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jan 29 16:16:00 GMT 2007
------- Comment #5 from rguenth at gcc dot gnu dot org 2007-01-29 16:16 -------
I'm testing the following:
Index: passes.c
===================================================================
*** passes.c (revision 121287)
--- passes.c (working copy)
*************** execute_one_pass (struct tree_opt_pass *
*** 1054,1059 ****
--- 1054,1062 ----
dump_file = NULL;
}
+ /* Reset in_gimple_form to not break non-unit-at-a-time mode. */
+ in_gimple_form = false;
+
return true;
}
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
Last reconfirmed|2006-12-28 03:05:44 |2007-01-29 16:16:29
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30313
More information about the Gcc-bugs
mailing list