Re: [wwwdocs] Mention common attribute in gcc-10/porting_to.html

2020-02-06 Thread Sandra Loosemore
On 2/6/20 3:18 PM, Gerald Pfeifer wrote: On Thu, 6 Feb 2020, Jakub Jelinek wrote: + If tentative definitions of particular variable or variables need to be I believe that would be "a particular variable", but best to simplify to "of particular variables". + placed in a common block, __attr

Re: [wwwdocs] Mention common attribute in gcc-10/porting_to.html

2020-02-06 Thread Gerald Pfeifer
On Thu, 6 Feb 2020, Jakub Jelinek wrote: > + If tentative definitions of particular variable or variables need to be I believe that would be "a particular variable", but best to simplify to "of particular variables". > + placed in a common block, __attribute__((__common__)) can be > + used to

[wwwdocs] Mention common attribute in gcc-10/porting_to.html

2020-02-06 Thread Jakub Jelinek
Hi! On Tue, Jan 07, 2020 at 03:15:05PM +, Wilco Dijkstra wrote: > --- a/htdocs/gcc-10/porting_to.html > +++ b/htdocs/gcc-10/porting_to.html > @@ -29,9 +29,25 @@ and provide solutions. Let us know if you have suggestions > for improvements! > Preprocessor issues > --> > > - > + > +Default