Re: [patch, fortran] fix for PR 60780, PR 40958

2015-05-15 Thread russelldub .
>> The change may be small enough that an assignment isn't needed. >> We (ie, the gfortran developers) will need to check. > > I think that’s small enough, compared to what we’ve accepted as such in the > past. > If not, a disclaimer by Russell putting his change in the public domain would > also

Re: [patch, fortran] fix for PR 60780, PR 40958

2015-05-15 Thread FX
> The change may be small enough that an assignment isn't needed. > We (ie, the gfortran developers) will need to check. I think that’s small enough, compared to what we’ve accepted as such in the past. If not, a disclaimer by Russell putting his change in the public domain would also be a quic

Re: [patch, fortran] fix for PR 60780, PR 40958

2015-05-14 Thread Steve Kargl
On Thu, May 14, 2015 at 09:39:03PM -0700, Russell Whitesides wrote: > > On 05/14/2015 09:36 PM, Steve Kargl wrote: > > On Thu, May 14, 2015 at 08:53:11PM -0700, Russell Whitesides wrote: > >> Patch below prevents printing of duplicate statements in module files. > >> Without it module files grow e

Re: [patch, fortran] fix for PR 60780, PR 40958

2015-05-14 Thread Russell Whitesides
On 05/14/2015 09:36 PM, Steve Kargl wrote: On Thu, May 14, 2015 at 08:53:11PM -0700, Russell Whitesides wrote: Patch below prevents printing of duplicate statements in module files. Without it module files grow exponentially in size with nested use of modules that contain equivalence statements

Re: [patch, fortran] fix for PR 60780, PR 40958

2015-05-14 Thread Steve Kargl
On Thu, May 14, 2015 at 08:53:11PM -0700, Russell Whitesides wrote: > Patch below prevents printing of duplicate statements in module files. > Without it module files grow exponentially in size with nested use of > modules that contain equivalence statements. Tested on x86-64-linux. > > https://

[patch, fortran] fix for PR 60780, PR 40958

2015-05-14 Thread Russell Whitesides
Patch below prevents printing of duplicate statements in module files. Without it module files grow exponentially in size with nested use of modules that contain equivalence statements. Tested on x86-64-linux. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60780 https://gcc.gnu.org/bugzilla/show