public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] PR c++/13403 and PR c++/15154: Fix function calling convention in gnuv3 ABI
@ 2014-09-11 18:35 Siva Chandra
  2014-09-23 14:44 ` Siva Chandra
  2014-09-29  4:12 ` Doug Evans
  0 siblings, 2 replies; 4+ messages in thread
From: Siva Chandra @ 2014-09-11 18:35 UTC (permalink / raw)
  To: gdb-patches

This patch series addresses the two listed PRs. The gnuv3 ABI function
which decides whether a class value has to be passed by reference (or,
returned in a hidden first parameter) is currently incomplete. This
patch series completes it.

The way I have organised my patches is that:

- Patch 1/4 adds tests which illustrate what is missing. One test
fails, another passes.
- Patch 2/4 fixes the ABI to address the failing the test in 1/4.
- Patch 3/4 adds another failing test.
- Patch 4/4 fixes the ABI to address the failing test in 3/4.

If the patches go in in the same order as above, then the tree will
have one new failing test after 1/4 lands but before 2/4 lands. Is
that OK? If not, then I can merge 1 and 2 into one patch, and 3 and 4
into 1 patch. I have ordered it this way because I thought it might be
easier for the reviewers to see what works and what doesn't currently.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-15 12:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-11 18:35 [PATCH 0/4] PR c++/13403 and PR c++/15154: Fix function calling convention in gnuv3 ABI Siva Chandra
2014-09-23 14:44 ` Siva Chandra
2014-09-29  4:12 ` Doug Evans
2014-10-15 12:03   ` Siva Chandra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).