Re: Redundant malloc in structure optimization? (testsuite/gcc.dg/struct/wo_prof_global_var.c)

2008-05-01 Thread Olga Golovanevsky
Richard Guenther <[EMAIL PROTECTED]> wrote on 01/05/2008 16:00:44: > On Thu, May 1, 2008 at 2:19 PM, Olga Golovanevsky <[EMAIL PROTECTED]> wrote: > > > > > > [EMAIL PROTECTED] wrote on 28/04/2008 12:36:44: > > > > > > > Hello, > > >

RE: Redundant malloc in structure optimization? (testsuite/gcc.dg/struct/wo_prof_global_var.c)

2008-05-01 Thread Olga Golovanevsky
"Bingfeng Mei" <[EMAIL PROTECTED]> wrote on 01/05/2008 16:02:16: > Olga, > Yes, I agree the "p" is global. But how p is going to be accessed if > another file uses p? D.2215 represents the original "p", but it is not > initialized as "p.0.4" and "p.0.3" do. It won't be correct if other file > t

Re: Redundant malloc in structure optimization? (testsuite/gcc.dg/struct/wo_prof_global_var.c)

2008-05-01 Thread Olga Golovanevsky
[EMAIL PROTECTED] wrote on 28/04/2008 12:36:44: > Hello, > I am looking at a testsuite failure (wo_prof_global_var.c) in my > porting. Somehow, I found GCC 4.3.0 seems to generate unnecessary malloc > during structure optimization. In the code, the structure is split into > two individual fields

Re: GCC 4.3.0 Status Report (2007-08-09)

2007-08-17 Thread Olga Golovanevsky
Mark Mitchell <[EMAIL PROTECTED]> wrote on 09/08/2007 17:19:13: > > Are there any folks out there who have projects for Stage 1 or Stage 2 > that they are having trouble getting reviewed? struct-reorg + ipa-type-escape changes are awaiting for response. http://gcc.gnu.org/ml/gcc-patches/2007-0

ipa for fortran question

2007-08-12 Thread Olga Golovanevsky
Recently I have tried to run Spec2000 fortran benchmarks with -fwhole-program and -combine flags. It looks like there was no effect of really combining files into one program, i.e. they are processed separately at ipa level. I wonder what's the reason for this. Pointing to relevant docs will work