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]

[lto] add DW_LANG_C_plus_plus to the list of supported languages


This patch adds DW_LANG_C_plus_plus to the list of supported languages
in lto_read_compile_unit_DIE().  This is a prerequisite to adding C++
support to LTO.  Otherwise, the lto driver simply fails with an
"unsupported language" error.

Ollie

2008-04-15  Ollie Wild <aaw@google.com>

	* lto.c (lto_read_compile_unit_DIE): Add DW_LANG_C_plus_plus to the
	list of supported languages.

Attachment: DW_LANG_C_plus_plus.txt
Description: Text document


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