This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/30313] [4.1/4.2/4.3 Regression] sizeof of expression including bit-field



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]