diff options
author | Thomas Schwinge <tschwinge@baylibre.com> | 2024-03-06 23:18:08 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@baylibre.com> | 2024-03-14 15:41:33 +0100 |
commit | 25242ed8eb93613af6f296785da2d4ece816b7d6 (patch) | |
tree | e4cabccd400293251ddd29e724049f4cde033ea7 /gcc/fortran/dump-parse-tree.cc | |
parent | 9349aefa1df7ae36714b7b9f426ad46e314892d1 (diff) | |
download | gcc-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