This is the mail archive of the gcc-patches@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]

Re: autopar reduction and OMP_ATOMIC gimplify/expand changes - final patch


Hi,

> > There seems to be another error -- paral_data_load is no longer 
> accessible
> > at this point; you need to load the value from paral_data_store.
> > 
> 
> Actually the complete code is:
> 
>   .paral_data_load.33_52 = &.paral_data_store.32;
>   reduction_final.34_53 = .paral_data_load.33_52->reduction.23;
>   sum_37 = reduction_initial.24_46 + reduction_final.34_53;
> 
> So .paral_data_load.33_52 is initialized with .paral_data_store.32
> Ok?

OK (I was wondering how it could ever work, otherwise :-).  Please
include also the .paral_data_load.33_52 = &.paral_data_store.32 line
in the example, to avoid missunderstanding.

Zdenek


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