[llvm-commits] llvm-gcc: check that fields are laid out in ConvertRecordCONSTRUCTOR

Chris Lattner clattner at apple.com
Fri Mar 2 18:16:11 PST 2007


On Feb 28, 2007, at 2:16 AM, Duncan Sands wrote:

> Die obviously, rather than obscurely deep down in make_decl_llvm.
> I hit this with the Ada f-e: it was replacing fields in a record type
> without updating constructors, with the result that the constructor
> element fields did not belong to the constructor type, and thus were
> not laid out when the type was.

Applied, thanks!

-Chris




More information about the llvm-commits mailing list