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


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.)

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


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