Re: [PATCH] PR fortran/104812: generate error for constuct-name clash with symbols

2022-04-19 Thread Harald Anlauf via Gcc-patches
Hi Mike, for contributing, you'd need to have a GNU copyright assignment or DCO certification, and I cannot find your name in the usual place. See e.g. https://gcc.gnu.org/dco.html for details. Thanks, Harald Am 05.04.22 um 19:33 schrieb Mike Kashkarov via Gcc-patches: Greetings, Propose pa

FW: [PATCH] PR fortran/104812: generate error for constuct-name clash with symbols

2022-04-19 Thread Mikhail Kashkarov via Gcc-patches
0001-Fortran-add-error-for-constuct-name-conflicts-with-s.patch Description: Binary data rcptInfo.txt Description: Binary data

[PATCH] PR fortran/104812: generate error for constuct-name clash with symbols

2022-04-05 Thread Mike Kashkarov via Gcc-patches
812: generate error for constuct-name clash with symbols gcc/fortran/ChangeLog: PR fortran/104812 * match.cc (gfc_match_label): Add new error message if constuct-name conflicts with other symbols in scope. gcc/testsuite/ChangeLog: PR fortran/102332 * gcc/testsuite/gfortran.dg/pr104812.