[Patch][C++/debug] SDB_DEBUG (-gcoff) vs record_builtin_type vs GAS - refresh

Zack Weinberg zack@codesourcery.com
Sat Oct 30 22:35:00 GMT 2004


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



More information about the Gcc-patches mailing list