This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [lto] PATCH: add varargs support to DWARF reader


On Wed, Sep 20, 2006 at 10:43:35PM -0400, Mark Mitchell wrote:
> Is there a reason not to just return void_type_node directly from 
> lto_read_unspecified_parameters_DIE?  I believe that DWARF doesn't have 
> a "void" type (using a null type pointer to indicate void in things like 
> "void *") and, in any case, "void" is certainly not a valid parameter 
> type.  So, at the risk of being a bit cute, you could probably just 
> return void_type_node directly, bypassing the cookie.

In DWARF 3, I believe you're supposed to use DW_TAG_unspecified_type.
Spelling taken from memory though.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]