aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dump-parse-tree.cc
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@baylibre.com>2024-03-06 23:18:08 +0100
committerThomas Schwinge <tschwinge@baylibre.com>2024-03-14 15:41:33 +0100
commit25242ed8eb93613af6f296785da2d4ece816b7d6 (patch)
treee4cabccd400293251ddd29e724049f4cde033ea7 /gcc/fortran/dump-parse-tree.cc
parent9349aefa1df7ae36714b7b9f426ad46e314892d1 (diff)
downloadgcc-25242ed8eb93613af6f296785da2d4ece816b7d6.zip
gcc-25242ed8eb93613af6f296785da2d4ece816b7d6.tar.gz
gcc-25242ed8eb93613af6f296785da2d4ece816b7d6.tar.bz2
Fix 'char' initialization, copy, check in 'libgomp.oacc-fortran/acc-memcpy.f90'
Our dear friend '-Wuninitialized' reported: [...]/libgomp.oacc-fortran/acc-memcpy.f90:18:27: 18 | char(j) = int (j, int8) | ^ Warning: ā€˜jā€™ may be used uninitialized [-Wmaybe-uninitialized] [...]/libgomp.oacc-fortran/acc-memcpy.f90:14:20: 14 | integer(int8) :: j | ^ note: ā€˜jā€™ was declared here ..., but actually there were other issues. libgomp/ * testsuite/libgomp.oacc-fortran/acc-memcpy.f90: Fix 'char' initialization, copy, check.
Diffstat (limited to 'gcc/fortran/dump-parse-tree.cc')
0 files changed, 0 insertions, 0 deletions