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: [PATCH 2/n] OpenMP 4.0 offloading infrastructure: LTO streaming


On Wed, 12 Nov 2014, Ilya Verbin wrote:

> On 12 Nov 15:34, Richard Biener wrote:
> > > > Seems like Vlad introduced the conflicting type with
> > > Okay, we're going to test our changes with patch in the bottom applied
> > > both to kyukhin/gomp4-offload and trunk.
> > > 
> > >      * gcc/lra-lives.c (struct bb_data): Rename to ...
> > >      (struct bb_data_pseudos): ... this.
> > >      (initiate_live_solver): Update struct name.
> > > 
> > > Is it ok if lto-bootstrap pass?
> > 
> > Ok.
> 
> With this patch lto-bootstrap reached comparison stage and failed:
> 
> Comparing stages 2 and 3
> Bootstrap comparison failure!
> gcc/tree-sra.o differs
> make[3]: *** [compare] Error 1
> 
> In objdump I see the difference only in .gnu.lto_.decls.1 section.
> And this error occurs both on trunk and with our patches applied, so looks like
> everything is ok?

Yeah, I think the above is already reported as -fcompare-debug fail.

Thanks,
Richard.


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