Egy tökéletes világban

2018-05-23 Thread NapiNet
Egy tökéletes világban a házi kedvenced mancsai mindig tiszták, a gyerekeid, akiknek soha sincs elég idejük arra, hogy megtöröljék a lábukat, mielőtt beszaladnának a szobába, most száraz és tiszta cipővel fognak belépni. Persze a világ nem tökéletes - viszont elég rálépni a Clean Step Mat lábtö

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

2018-05-23 Thread Paul Koning
> On May 23, 2018, at 5:46 AM, Richard Biener > wrote: > > ... > >> 2. The reported costs for the various insns are >> r22:HI=['x']6 >> cmp(r22:HI,r23:HI) 4 >> cmp(['x'],['y'])16 >>so the added cost for the memory argument in the cmp is 6 -

gcc-6-20180523 is now available

2018-05-23 Thread gccadmin
Snapshot gcc-6-20180523 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/6-20180523/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6

Re: So what's the status of the Git migration?

2018-05-23 Thread Frank Ch. Eigler
esr wrote: > [...] >> Another year; another release; and still no sign of progress on the git >> migration. > [...] > The current issue - and, I think, the last major one - is that there are > over 150 nid-branch deletes to be resolved. Is there a mandate that this conversion be Perfect? How ha

Re: Bug in m68k ASM softloat implementation?

2018-05-23 Thread Jeff Law
On 05/16/2018 03:17 PM, Kalamatee wrote: > Hi, > > After hunting out a problem using the softloat code on m68k, with the > assistance of the WinUAE author (Toni Wilen) we think we have noticed a bug > dating back to 1994. > > Laddsf$nf returns values with the wrong sign, because it clears the sig

Re: PR80155: Code hoisting and register pressure

2018-05-23 Thread Jeff Law
On 05/23/2018 03:20 AM, Prathamesh Kulkarni wrote: > On 23 May 2018 at 13:58, Richard Biener wrote: >> On Wed, 23 May 2018, Prathamesh Kulkarni wrote: >> >>> Hi, >>> I am trying to work on PR80155, which exposes a problem with code >>> hoisting and register pressure on a leading embedded benchmark

Re: Auto-generated .rodata contents and __attribute__((section))

2018-05-23 Thread Michael Matz
Hi, On Fri, 18 May 2018, Richard Biener wrote: > Interesting. Do they allow merging across such sections? Consider a 8 > byte entity 0x12345678 and 4 byte entities 0x1234 0x5678, will the 4 > byte entities share the rodata with the 8 byte one? There's no language to forbid this (as long as t

J

2018-05-23 Thread Warunee Sommanat
ส่งจาก iPhone ของฉัน

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

2018-05-23 Thread Richard Biener
On Wed, May 23, 2018 at 2:50 AM Paul Koning wrote: > > On May 22, 2018, at 3:26 PM, Segher Boessenkool < seg...@kernel.crashing.org> 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

Re: PR80155: Code hoisting and register pressure

2018-05-23 Thread Bin.Cheng
On Wed, May 23, 2018 at 9:28 AM, Richard Biener wrote: > On Wed, 23 May 2018, Prathamesh Kulkarni wrote: > >> Hi, >> I am trying to work on PR80155, which exposes a problem with code >> hoisting and register pressure on a leading embedded benchmark for ARM >> cortex-m7, where code-hoisting causes

Re: Suse Linux ( s390x-linux-gnu-gcc )

2018-05-23 Thread Jonathan Wakely
You already sent this email to the gcc-help list, please don't cross-post here as well, see https://gcc.gnu.org/lists.html#policies It is almost never appropriate to send to both lists, either you're asking for help using GCC or you're talking about development of GCC, not both. On 23 May 2018

[og8] New Git-only development branch: openacc-gcc-8-branch

2018-05-23 Thread Thomas Schwinge
Hi! There is a new Git-only development branch: openacc-gcc-8-branch, , . This branch is for collaborative development of OpenACC and related functionality

Re: PR80155: Code hoisting and register pressure

2018-05-23 Thread Prathamesh Kulkarni
On 23 May 2018 at 13:58, Richard Biener wrote: > On Wed, 23 May 2018, Prathamesh Kulkarni wrote: > >> Hi, >> I am trying to work on PR80155, which exposes a problem with code >> hoisting and register pressure on a leading embedded benchmark for ARM >> cortex-m7, where code-hoisting causes an extra

Re: PR80155: Code hoisting and register pressure

2018-05-23 Thread Richard Biener
On Wed, 23 May 2018, Prathamesh Kulkarni wrote: > Hi, > I am trying to work on PR80155, which exposes a problem with code > hoisting and register pressure on a leading embedded benchmark for ARM > cortex-m7, where code-hoisting causes an extra register spill. > > I have attached two test-cases wh

PR80155: Code hoisting and register pressure

2018-05-23 Thread Prathamesh Kulkarni
Hi, I am trying to work on PR80155, which exposes a problem with code hoisting and register pressure on a leading embedded benchmark for ARM cortex-m7, where code-hoisting causes an extra register spill. I have attached two test-cases which (hopefully) are representative of the original test-case.