This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Class layout differences across platforms ?
- From: Jason Merrill <jason at redhat dot com>
- To: "Thomas Kuhn" <t_kuhn at gmx dot de>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 20 Mar 2002 18:30:48 +0000
- Subject: Re: Class layout differences across platforms ?
- References: <001901c1d016$704df660$df83fea9@thomaskl>
We use the same C++ ABI on all targets, to the extent possible. I don't
expect that layout and such will ever change again, but you never know.
Jason