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 6/13] D: Add D language support to GCC proper.


On Sep 11, 2017, at 9:34 AM, Jeff Law <law@redhat.com> wrote:
> 
> On 05/28/2017 03:15 PM, Iain Buclaw wrote:
>> This patch adds D language support to GCC itself.
>> 
>> ---
>> 
>> 
>> 06-d-gcc-proper.patch
>> 
>> 
>> gcc/ChangeLog
>> 
>> 	* config/rs6000/rs6000.c (rs6000_output_function_epilogue):
>> 	Support GNU D by using 0 as the language type.
>> 	* dwarf2out.c (is_dlang): New function.
>> 	(gen_compile_unit_die): Use DW_LANG_D for D.
>> 	(declare_in_namespace): Return module die for D, instead of adding
>> 	extra declarations into the namespace.
>> 	(gen_namespace_die): Generate DW_TAG_module for D.
>> 	(gen_decl_die, dwarf2out_decl): Handle CONST_DECLSs for D.
>> 	* gcc.c (default_compilers): Add entries for ".d", ".dd" and ".di".This is fine when prereqs are approved.
> 
> jeff

ENOCOMMENT

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