An example for which the TYPE_SIZE was being set from
authorDuncan Sands <baldrick@free.fr>
Thu, 3 Jan 2008 00:26:42 +0000 (00:26 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 3 Jan 2008 00:26:42 +0000 (00:26 +0000)
commit227ff79ceb2b0b0d1c9705fa6786067f401ae003
treee8cebf8c1cf874b3fb9416ce5ea1596000dd756b
parentc51daccb7ec40335e819fb0b3f961353b17ea34b
An example for which the TYPE_SIZE was being set from
the initial value, while the type fields were not (this
is a qualified union type, so not all fields are always
present).  This resulted in the size of the corresponding
LLVM type being larger than the gcc TYPE_SIZE.

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