aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.cc
diff options
context:
space:
mode:
authorWilken Gottwalt <wilken.gottwalt@posteo.net>2024-12-08 19:46:16 +0000
committerGerald Pfeifer <gerald@pfeifer.com>2024-12-23 11:23:56 +0900
commit36ce325643c9bc0e67452f0c27b6a2fc8162e04d (patch)
treeb42012cff9097da20e95b0c40a7074fc5e912e61 /gcc/fortran/trans-expr.cc
parent946ebec154ebe2eba1688442270f1d1146d354ca (diff)
downloadgcc-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