public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Graham Stott <graham.stott@btinternet.com>
To: Andreas Jaeger <aj@suse.de>
Cc: gcc@gcc.gnu.org, "Goodman, Joe" <joe.goodman@intel.com>
Subject: Re: Results from Intel´s C++ ABI Testsuite
Date: Sat, 06 Jul 2002 13:10:00 -0000	[thread overview]
Message-ID: <3D273C2E.6010506@btinternet.com> (raw)
In-Reply-To: <u81yagsp9g.fsf@gromit.moeb>

Andreas Jaeger wrote:
[snip]
> This means that these two names are mangled wrongly:
> // ::operator new (size_t)
> //% mangled name: _Znwm
> 
> // ::operator new[] (size_t)
> //% mangled name: _Znam
> 
> nm has instead:
>          U _Znaj
>          U _Znwj
> 
> The difference here is unsigned int versus unsigned long as type of
> the operator.  I don't know whether this is a real bug or a problem in
> the testsuite but it doesn't look critical to me.
> 
size_t is either "unsigned int" or "unsigned long" could be that the
testsuite is assuming it's always "unsigned int".

> The good news is that this is the only problem that the ABI Testsuite
> showed with GCC, all other tests passed!
> 
> Andreas

Graham

  reply	other threads:[~2002-07-06 18:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-06 11:51 Andreas Jaeger
2002-07-06 13:10 ` Graham Stott [this message]
2002-07-06 13:28 ` Results from Intel4s " Nathan Sidwell
2002-07-10 13:40   ` Richard Henderson
2002-07-10 14:33     ` Joe Buck
2002-07-10 15:12       ` Gabriel Dos Reis
2002-07-10 21:14       ` Mark Mitchell
2002-07-11  9:56         ` Magnus Fromreide
2002-07-11 13:43           ` Richard Henderson
2002-07-20 20:50         ` Nick Ing-Simmons
2002-07-20 15:20           ` Richard Henderson
2002-07-22 13:41             ` Joe Buck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D273C2E.6010506@btinternet.com \
    --to=graham.stott@btinternet.com \
    --cc=aj@suse.de \
    --cc=gcc@gcc.gnu.org \
    --cc=joe.goodman@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).