Re: PING [RFC gfortran] PR53478 - gfortran segfaults when module name clashes with C binding name of procedure

2017-12-10 Thread Dominique d'Humières
Committed as revision r255530. Thanks for the review. Dominique > Le 10 déc. 2017 à 17:22, Dominique d'Humières a écrit : > > Patch waiting for comment at > https://gcc.gnu.org/ml/fortran/2017-11/msg00067.html > > TIA > > Dominique >

Re: PING [RFC gfortran] PR53478 - gfortran segfaults when module name clashes with C binding name of procedure

2017-12-10 Thread Thomas Koenig
Hi Dominique, Patch waiting for comment at https://gcc.gnu.org/ml/fortran/2017-11/msg00067.html OK. Thanks for the patch! Regards Thomas

PING [RFC gfortran] PR53478 - gfortran segfaults when module name clashes with C binding name of procedure

2017-12-10 Thread Dominique d'Humières
Patch waiting for comment at https://gcc.gnu.org/ml/fortran/2017-11/msg00067.html TIA Dominique

[RFC gfortran] PR53478 - gfortran segfaults when module name clashes with C binding name of procedure

2017-11-12 Thread Dominique d'Humières
This patch implement the requirement > ... Furthermore, a binding label shall not be > the same as the global identifier of any other global entity, ignoring > differences in case." While looking at the code, I noticed that several %s should be %qs. This is fixed as well by the patch along with