Invoice issue

2017-08-21 Thread xen-devel-boun...@lists.xen.org
Hello , Your phone number was unavailable for some reason today. Can you please provide me with the status of this unpaid invoice? http://temasek.co/Invoice-12425-Message/ Thanks, xen-devel-boun...@lists.xen.org -- This message has been scanned for viruses and dangerous content by MailScann

Re: wi::max_value() of a boolean is not 1

2017-08-21 Thread Richard Sandiford
Richard Biener writes: > On August 21, 2017 5:43:08 PM GMT+02:00, Aldy Hernandez > wrote: >>The attached patch fixes the problem by sign extending before >>constructing the wide int. It does so while constructing the >>hwi_with_prec object, since the int_traits >>container has is_sign_extended

Re: wi::max_value() of a boolean is not 1

2017-08-21 Thread Richard Biener
On August 21, 2017 5:43:08 PM GMT+02:00, Aldy Hernandez wrote: >The attached patch fixes the problem by sign extending before >constructing the wide int. It does so while constructing the >hwi_with_prec object, since the int_traits >container has is_sign_extended=true, so I assume the underlyi

Re: wi::max_value() of a boolean is not 1

2017-08-21 Thread Aldy Hernandez
The attached patch fixes the problem by sign extending before constructing the wide int. It does so while constructing the hwi_with_prec object, since the int_traits container has is_sign_extended=true, so I assume the underlying hwi_with_prec must be stored with sign extension. Is this what yo

Re: Heads-Up: early LTO debug to land, breaking Mach-O / [X]COFF

2017-08-21 Thread Richard Biener
On Fri, 12 May 2017, Richard Biener wrote: > > This is a heads-up that I am in the process of implementing the last > of Jasons review comments on the dwarf2out parts of early LTO debug > support. I hope to post final patches early next week after thoroughly > re-testing everything. > > Note th

Re: [llvm-dev] DragonEgg for GCC v8.x and LLVM v6.x is just able to work

2017-08-21 Thread Tobias Grosser
On Mon, Aug 21, 2017, at 05:31, Leslie Zhai via llvm-dev wrote: > Hi LLVM and GCC developers, > > My sincere thanks will goto: > > * Duncan, the core developer of llvm-gcc and dragonegg > http://llvm.org/devmtg/2009-10/Sands_LLVMGCCPlugin.pdf > > * David, the innovator and developer of GCC > h