[Patch, Fortran] PR51308 - fix bogus c_null_ptr error

2011-11-28 Thread Tobias Burnus
gfortran printed an error that c_null_ptr couldn't be SAVE an PARAMETER at the same time; removing the SAVE attribute causes an error that a BIND(C) variable may not be a PARAMETER, thus that has to be fixed as well. (Patch based on the one of Steven Build and regtested on x86-64-linux. OK

Re: [Patch, Fortran] PR51308 - fix bogus c_null_ptr error

2011-11-28 Thread Tobias Burnus
On 11/28/2011 02:37 PM, Tobias Burnus wrote: Build and regtested on x86-64-linux. OK for the trunk? Steve approved the patch in the PR; thus, I have committed it as Rev. 181778. Tobias