[patch, fortran] Fix PR 78021

Thomas Koenig tkoenig@netcologne.de
Sat Oct 22 12:34:00 GMT 2016


Hello world,

this rather self-explanatory patch fixes a problem where two
function invocations with 'c    ' and 'c' as arguments
were considered equal.

Regression-tested.  OK for trunk and 6 and 5 branches?

Regards

	Thomas

2016-10-22  Thomas Koenig  <tkoenig@gcc.gnu.org>

         PR fortran/78021
         * gfc_compare_functions:  Strings with different lengths in
         argument lists compare unequal.

2016-10-22  Thomas Koenig  <tkoenig@gcc.gnu.org>

         PR fortran/78021
         * gfortran.dg/string_length-3.f90:  New test.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: string_length_3.f90
Type: text/x-fortran
Size: 475 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20161022/0ada9a6e/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p1.diff
Type: text/x-patch
Size: 1099 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20161022/0ada9a6e/attachment-0001.bin>


More information about the Gcc-patches mailing list