diff options
author | Wilken Gottwalt <wilken.gottwalt@posteo.net> | 2024-12-08 19:46:16 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-12-23 11:23:56 +0900 |
commit | 36ce325643c9bc0e67452f0c27b6a2fc8162e04d (patch) | |
tree | b42012cff9097da20e95b0c40a7074fc5e912e61 /gcc/fortran/trans-expr.cc | |
parent | 946ebec154ebe2eba1688442270f1d1146d354ca (diff) | |
download | gcc-36ce325643c9bc0e67452f0c27b6a2fc8162e04d.zip gcc-36ce325643c9bc0e67452f0c27b6a2fc8162e04d.tar.gz gcc-36ce325643c9bc0e67452f0c27b6a2fc8162e04d.tar.bz2 |
gm2: fix bad programming practice warning
Fix identifier names to be too similar to Modula-2 keywords and causing
warnings coming from Modula-2's own libraries.
m2/m2log/InOut.mod:51:18: note: In implementation module ‘InOut’:
either the identifier has the same name as a keyword or alternatively a
keyword has the wrong case (‘IN’ and ‘in’)
51 | in, out: File ;
m2/m2log/InOut.mod:51:18: note: the symbol name ‘in’ is legal as an
identifier, however as such it might cause confusion and is considered
bad programming practice
gcc/gm2:
* gm2-libs-log/InOut.mod: Fix bad identifier warning.
Signed-off-by: Wilken Gottwalt <wilken.gottwalt@posteo.net>
Diffstat (limited to 'gcc/fortran/trans-expr.cc')
0 files changed, 0 insertions, 0 deletions