utils.c (convert): Add comment and do not fall through to the next case.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 10 Nov 2017 08:21:05 +0000 (08:21 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 10 Nov 2017 08:21:05 +0000 (08:21 +0000)
commit4896b86556f8d2149fae8e8dc27a93332b9482e2
tree9fa6c392e31b8c052f90d7b9aa005e493870b47d
parent35b9d8e7695aa37563293217aefb3a606b72f131
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: r254618
gcc/ada/ChangeLog
gcc/ada/gcc-interface/utils.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/opt69.adb [new file with mode: 0644]