Re: [patch, fortran] PR48976 INQUIRE with STREAM= not supported

2012-12-27 Thread Jerry DeLisle
On 12/27/2012 03:12 AM, Tobias Burnus wrote: Dear Jerry, thanks for the patch.However, I wonder about the following: Will that be backward compatible with binaries compiled with GCC < 4.8 or will that cause problems? I have the feeling that it is okay as the flag ("cf2") indicating whether "str

Re: [patch, fortran] PR48976 INQUIRE with STREAM= not supported

2012-12-27 Thread Tobias Burnus
Dear Jerry, thanks for the patch.However, I wonder about the following: Will that be backward compatible with binaries compiled with GCC < 4.8 or will that cause problems? I have the feeling that it is okay as the flag ("cf2") indicating whether "stream=" is present has still the same type an

[patch, fortran] PR48976 INQUIRE with STREAM= not supported

2012-12-26 Thread Jerry DeLisle
Greetings, The attached patch implements the missing INQUIRE(99, STREAM=str) functionality required by the Fortran 2008 Standard. Regression tested on x86-64. OK for trunk with test case from the PR? Regards, Jerry 2012-12-27 Jerry DeLisle PR fortran/48976 * gfortran.h