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]

Re: [PATCH] Add DWARF 2.1 "things" to enums in dwarf2.h


"Joseph S. Myers" <jsm28@cam.ac.uk> writes:

> On Thu, 28 Jun 2001, Daniel Berlin wrote:
> 
>> +     /* DWARF 2.1 */
>> +     DW_LANG_C99 = 0x000c,
> 
> Just don't require non-C front ends to define flag_isoc99 when
> implementing this, as they presently need to define flag_traditional.  
> (And preferably get rid of the references to flag_traditional in
> dwarfout.c, dwarf2out.c.)

Just a note: I had no particular plans to implement this right now.
I'm actually going for namespace support for C++.  But I figured as
long as i had to add one DWARF 2.1 tag/attribute, I might as well add
them all.

> 
> -- 
> Joseph S. Myers
> jsm28@cam.ac.uk

-- 
"I used to own an ant farm but had to give it up.  I couldn't
find tractors small enough to fit it.
"-Steven Wright


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