Re: Bin Cheng appointed Loop Optimizer co-maintainer

2018-05-22 Thread Bin.Cheng
On Mon, May 21, 2018 at 6:20 PM, David Edelsohn wrote: > I am pleased to announce that the GCC Steering Committee has > appointed Bin Cheng as Loop Optimizer co-maintainer. > > Please join me in congratulating Bin on his new role. > Bin, please update your listing in the MAINTAINER

Re: How do I stop gcc from loading data into registers when that's not needed?

2018-05-22 Thread Richard Biener
On Tue, May 22, 2018 at 2:19 AM Paul Koning wrote: > > On May 18, 2018, at 2:07 PM, Richard Biener wrote: > > > > On May 18, 2018 8:03:05 PM GMT+02:00, Paul Koning < paulkon...@comcast.net> wrote: > >> Gents, > >> > >> In some targets, like pdp11 and vax, most instructions can reference > >> d

Re: Generating gimple assign stmt that changes sign

2018-05-22 Thread Richard Biener
On Tue, May 22, 2018 at 12:51 AM Kugan Vivekanandarajah < kugan.vivekanandara...@linaro.org> wrote: > Hi, > I am looking to introduce ABSU_EXPR and that would create: > unsigned short res = ABSU_EXPR (short); > Note that the argument is signed and result is unsigned. As per the > review, I have

[PING][PATCH] gdb/x86: Fix `-Wstrict-overflow' build error in `i387_collect_xsave'

2018-05-22 Thread Maciej W. Rozycki
On Tue, 15 May 2018, Maciej W. Rozycki wrote: > gdb/ > * i387-tdep.c (i387_collect_xsave): Make `i' unsigned. Ping for: . Maciej

Re: [PING][PATCH] gdb/x86: Fix `-Wstrict-overflow' build error in `i387_collect_xsave'

2018-05-22 Thread Pedro Alves
On 05/22/2018 12:14 PM, Maciej W. Rozycki wrote: > On Tue, 15 May 2018, Maciej W. Rozycki wrote: > >> gdb/ >> * i387-tdep.c (i387_collect_xsave): Make `i' unsigned. > > Ping for: . OK. Thanks, Pedro Alves

Re: gcc-6-branch test failures: g++ c-c++-common/asan/pr59063-2.c

2018-05-22 Thread Jason Vas Dias
This problem turned out to be because the objects in libasan.a of gcc-6-branch are built with -fPIC / -DPIC : if 'PIC' is defined, the code in asan_linux.c is assuming it has been dynamically loaded , and so does not allow libasan.so NOT to be the first required dynamic library. But adding '-lasa

DF mangling

2018-05-22 Thread Segher Boessenkool
Hi! The Itanium C++ ABI defines https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling-builtin DF_ as the mangling for the bit IEEE binary float type, i.e. _Float. But the libiberty unwinders decode DF as fixed point type, see https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libiberty/cp-demangl

Re: DF mangling

2018-05-22 Thread Joseph Myers
On Tue, 22 May 2018, Segher Boessenkool wrote: > Hi! > > The Itanium C++ ABI defines > https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling-builtin > DF_ as the mangling for the bit IEEE binary float type, > i.e. _Float. > > But the libiberty unwinders decode DF as fixed point type, see

Re: DF mangling

2018-05-22 Thread Segher Boessenkool
On Tue, May 22, 2018 at 05:40:49PM +, Joseph Myers wrote: > On Tue, 22 May 2018, Segher Boessenkool wrote: > > > Hi! > > > > The Itanium C++ ABI defines > > https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling-builtin > > DF_ as the mangling for the bit IEEE binary float type, > > i.e

Re: How do I stop gcc from loading data into registers when that's not needed?

2018-05-22 Thread Segher Boessenkool
On Tue, May 22, 2018 at 10:49:35AM +0200, Richard Biener wrote: > On Tue, May 22, 2018 at 2:19 AM Paul Koning wrote: > > > On May 18, 2018, at 2:07 PM, Richard Biener > wrote: > > > On May 18, 2018 8:03:05 PM GMT+02:00, Paul Koning < > paulkon...@comcast.net> wrote: > > >> In some targets, like p

Re: Generating gimple assign stmt that changes sign

2018-05-22 Thread Jeff Law
On 05/21/2018 05:25 PM, Kugan Vivekanandarajah wrote: > Hi Jeff, > > Thanks for the prompt reply. > > On 22 May 2018 at 09:10, Jeff Law wrote: >> On 05/21/2018 04:50 PM, Kugan Vivekanandarajah wrote: >>> Hi, >>> >>> I am looking to introduce ABSU_EXPR and that would create: >>> >>> unsigned shor

Re: How do I stop gcc from loading data into registers when that's not needed?

2018-05-22 Thread Paul Koning
> On May 22, 2018, at 3:26 PM, Segher Boessenkool > wrote: > > > -fdump-rtl-combine-all (or just -da or -dap), and then look at the dump > file. Does combine try this combination? If so, it will tell you what > the resulting costs are. If not, why does it not try it? > >> Sorry, I'm not v

Suse Linux ( s390x-linux-gnu-gcc )

2018-05-22 Thread Sreekanth G
Hi, I have install GoLang on Suse Linux on IBM cloud. go version is go1.10.2 linux/s390x When running the go build command it’s showing error. see below , linux1@sfhyperledger:~/go1.X/src/syndicateLoans> go build # github.com/hyperledger/fabric/vendor/github.com/miekg/pkcs11