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: [Patch][C++/debug] SDB_DEBUG (-gcoff) vs record_builtin_type vs GAS - refresh


Danny Smith <danny_smith_0000@yahoo.co.nz> writes:

> This is a slightly revised version of patch submitted here:
> http://gcc.gnu.org/ml/gcc-patches/2004-06/msg01394.html
...

> +       /* Don't output intrinsic types.  GAS chokes on SDB .def
> + 	 statements that contain identifiers with embedded spaces
> + 	(eg "unsigned long").  */
> +       if (DECL_IS_BUILTIN (decl))
> + 	return;

I'm not totally sure that DECL_IS_BUILTIN is the right bit to be
checking.  Can you please check that there's no other kind of
TYPE_DECL node that gets this bit set?

zw


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