Check that records with a known constant size are not
authorDuncan Sands <baldrick@free.fr>
Wed, 25 Feb 2009 18:10:49 +0000 (18:10 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 25 Feb 2009 18:10:49 +0000 (18:10 +0000)
commit411c28540454c536519f04a2fde461e91ad1f661
treee6d886f84122220b8743e5c5fffc7595f8d939f9
parent9a7c743fc0d45e4f2331c4092d3f29bf18351e6f
Check that records with a known constant size are not
copied field by LLVM field if the record has a variable
sized field in it.  The problem is that the LLVM field
will not completely cover the variable sized gcc field.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65463 91177308-0d34-0410-b5e6-96231b3b80d8
test/FrontendAda/Support/element_copy.ads [new file with mode: 0644]
test/FrontendAda/element_copy.adb [new file with mode: 0644]