This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

[0/3] typeof and decltype


This series adds support for typeof, decltype, and friends.

I fixed the issues I noted in the earlier email.  In particular,
decltype conforms more closely to the C++ specification now, and both
'typeof' and 'decltype' are keywords only if no such symbol exists in
the inferior -- this is the best we can do barring additions to DWARF.

I plan to check these in after the 7.5 branch is made.
I hope that will be soon as I am accumulating a pile of patches now.

Tom


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