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][PATCH] Add support for complex integer types


Hi,

    Could someone review this? It fixes a number of dejagnu failures
due to lack of support of complex integer types. I added two new
vendor extensions in dwarf encoding. Previous, gcc used DW_AT_lo_user
for that purpose but 1) that collided with an vendor extension used by
HP and 2) gcc did not distinguish between signed and unsigned complex
integer types.

-Doug

Attachment: diff.txt
Description: Text document


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