Daniel Berlin wrote:

3. Not call layout_decl on the template types until they are completed.

In the abstract, this is the best choice. Although we need to know that types are complete (which means (in the current implementation) that TYPE_SIZE != NULL_TREE), but the C++ front end should not be caring about DECL_SIZE on a PARM_DECL from a template. If it is, I'd like to know where.

--
Mark Mitchell
CodeSourcery, LLC
[EMAIL PROTECTED]
(916) 791-8304

Reply via email to