Re: [CIL users] Simplifying --dosimplify, continued

2011-10-28 Thread Gabriel Kerneis
Hi, On Fri, Oct 28, 2011 at 12:39:41AM +0400, Pavel Shved wrote: > The patch adds --no-convert-field-offsets option for --dosimplify > extension. This option makes CIL not convert structure field access "x- > >p" to, essentially, "(int*)( (int*)x + 8), where "8" (or any other > similar number)

[CIL users] Changes to cilly, please test!

2011-10-28 Thread Gabriel Kerneis
Dear CIL users, I need some testing from people using cilly (and gcc) on large code bases with libraries involved. while preparing the release of CIL 1.4 (due next week), if fixed two old bugs about cilly: https://github.com/kerneis/cil/commit/01d86047916e44cb1bfde79fdd600dfd296aa490 https://gith

Re: [CIL users] Patch to help more precise #line information

2011-10-28 Thread Gabriel Kerneis
On Thu, Oct 27, 2011 at 02:02:16PM -0500, Piramanayagam Arumuga Nainar wrote: > I'm submitting this patch so it can make it in the new release. > Having local changes to the CIL tree (albeit 1 line) is still a > headache :) Agreed. Thanks for the patch, -- Gabriel --