Re: [PATCH] Debugging Vector Types

2005-04-26 Thread Devang Patel
On Apr 26, 2005, at 5:55 PM, James E Wilson wrote: Devang Patel wrote: * dbxout.c (dbxout_type): Emit attribute vector. You are setting have_used_extensions without first checking use_gnu_debug_info_extensions, which is wrong. If you look at the code, you will see that this idiom is us

Re: [PATCH] Debugging Vector Types

2005-04-26 Thread Daniel Jacobowitz
On Tue, Apr 26, 2005 at 05:55:21PM -0700, James E Wilson wrote: > Devang Patel wrote: > >* dbxout.c (dbxout_type): Emit attribute vector. > > You are setting have_used_extensions without first checking > use_gnu_debug_info_extensions, which is wrong. If you look at the code, > you will

Re: [PATCH] Debugging Vector Types

2005-04-26 Thread James E Wilson
Devang Patel wrote: * dbxout.c (dbxout_type): Emit attribute vector. You are setting have_used_extensions without first checking use_gnu_debug_info_extensions, which is wrong. If you look at the code, you will see that this idiom is used everywhere in dbxout.c. Bootstrapped and tested o