Re: -fno-common

2019-01-29 Thread Iain Sandoe
> On 28 Jan 2019, at 15:58, Bernhard Schommer > wrote: > > I would like to know if the handling of the option -fno-common has > changed between version 7.3 and 8.2 for x86. I tried it with the > default system version of OpenSUSE and for example: > > const int i; > > is placed in the .bss se

Re: -fno-common

2019-01-29 Thread Richard Biener
On Mon, Jan 28, 2019 at 4:59 PM Bernhard Schommer wrote: > > Hi, > > I would like to know if the handling of the option -fno-common has > changed between version 7.3 and 8.2 for x86. I tried it with the > default system version of OpenSUSE and for example: > > const int i; > > is placed in the .bs

Early Bird Discount - Health and Inactivity Conference 2019

2019-01-29 Thread Why Sports 2018
HEALTH AND INACTIVITY CONFERENCE The Bridgewater Hall, Manchester 14th November 2019  Front-line professionals understand more than anyone about the pressures of the increasing demand on health and social care at the same time as managing tighter budgets. Managing this demand is part of the da

Re: -fno-common

2019-01-29 Thread David Brown
On 28/01/2019 16:58, Bernhard Schommer wrote: > Hi, > > I would like to know if the handling of the option -fno-common has > changed between version 7.3 and 8.2 for x86. I tried it with the > default system version of OpenSUSE and for example: > > const int i; > > is placed in the .bss section.

Re: -fno-common

2019-01-29 Thread Bernhard Schommer
Thanks for the fast answer, sorry if I posted this on the wrong list. Actually I was looking at this not due to changes in my code but rather to implement the option for another compiler and I wanted to mimic the behavior of gcc and was kind of confused in the change of behavior. Bernhard. Am Di.

Re: -fno-common

2019-01-29 Thread Jakub Jelinek
On Tue, Jan 29, 2019 at 11:09:35AM +0100, Bernhard Schommer wrote: > Thanks for the fast answer, sorry if I posted this on the wrong list. > Actually I was looking at this not due to changes in my code but > rather to implement the option for another compiler and I wanted to > mimic the behavior of

Re: -fno-common

2019-01-29 Thread David Brown
Hi, You have to make sure you understand the standards here, not just copy what gcc does. In some aspects, gcc does what it always has done, rather than what it should do (from the point of view of following the standards, or for helping developers write correct code). The whole concept of

FOSDEM 2019

2019-01-29 Thread Thomas Schwinge
Hi! Anybody going to visit FOSDEM in Bruxelles, Belgium this weekend, ? I'll be there, and happy to meet up, of course! On Sunday, I'll be giving a presentation in the HPC, Big Data and Data Science devroom: "Speeding up Programs with OpenACC in GCC",

Re: -fno-common

2019-01-29 Thread Bernhard Schommer
Hi, yes I'm aware of the problematic of common and unfortunately I'm stuck with handling it in a similar way to gcc, due to similar constraints regarding legacy code. Best, -Bernhard Am Di., 29. Jan. 2019 um 11:24 Uhr schrieb David Brown : > > Hi, > > You have to make sure you understand the sta