]> git.ipfire.org Git - thirdparty/gcc.git/commit
utils.c (convert): Add comment and do not fall through to the next case.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 10 Nov 2017 08:24:40 +0000 (08:24 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 10 Nov 2017 08:24:40 +0000 (08:24 +0000)
commit2da244eb81a9ec693788fa70831a8d59d7b48f61
treeee50f31f789db1446d180d9d59324fde546315aa
parentf8ab2bceb38ce587d19c41f0e4972b51d1413399
utils.c (convert): Add comment and do not fall through to the next case.

* gcc-interface/utils.c (convert) <RECORD_TYPE>: Add comment and do
not fall through to the next case.
<ARRAY_TYPE>: Deal specially with a dereference from another array
type with the same element type.

From-SVN: r254620
gcc/ada/ChangeLog
gcc/ada/gcc-interface/utils.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/opt69.adb [new file with mode: 0644]