From: Michael Elizabeth Chastain <mec@shout.net>
To: fnasser@cygnus.com
Cc: fnasser@redhat.com, gdb-patches@sources.redhat.com, msnyder@cygnus.com
Subject: Re: [RFA] New tests for 'const' and 'volatile' expressions
Date: Mon, 05 Nov 2001 22:43:00 -0000 [thread overview]
Message-ID: <200111150609.AAA00966@duracef.shout.net> (raw)
The 5.1 branch was cut in July, so it happened before Michael Snyder's
changes.
Here are samples from some gdb.log files (native i686-pc-linux-gnu).
It looks like this with four different compilers; I just picked one
to represent.
Michael C
# gdb-HEAD/gcc-3.0.2/gdb.log
(gdb) whatis (const char) v_char^M
type = const char^M
(gdb) PASS: gdb.base/cvexpr.exp: (const char)
whatis (const signed char) v_signed_char^M
type = const signed char^M
(gdb) PASS: gdb.base/cvexpr.exp: (const signed char)
whatis (const unsigned char) v_unsigned_char^M
type = const unsigned char^M
(gdb) PASS: gdb.base/cvexpr.exp: (const unsigned char)
# gdb-gdb_5_1-2001-07-29-branch/gcc-3.0.2/gdb.log
(gdb) whatis (const char) v_char^M
type = char^M
(gdb) FAIL: gdb.base/cvexpr.exp: (const char)
whatis (const signed char) v_signed_char^M
type = signed char^M
(gdb) FAIL: gdb.base/cvexpr.exp: (const signed char)
whatis (const unsigned char) v_unsigned_char^M
type = unsigned char^M
(gdb) FAIL: gdb.base/cvexpr.exp: (const unsigned char)
next reply other threads:[~2001-11-15 6:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-05 22:43 Michael Elizabeth Chastain [this message]
2001-11-06 9:46 ` Fernando Nasser
-- strict thread matches above, loose matches on Subject: below --
2001-11-04 20:31 Michael Elizabeth Chastain
2001-11-05 15:04 ` Fernando Nasser
2001-11-04 20:11 Michael Snyder
2001-11-05 15:00 ` Fernando Nasser
2001-11-05 15:26 ` Michael Snyder
2001-11-06 10:18 ` Fernando Nasser
2001-12-03 10:58 ` Michael Snyder
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=200111150609.AAA00966@duracef.shout.net \
--to=mec@shout.net \
--cc=fnasser@cygnus.com \
--cc=fnasser@redhat.com \
--cc=gdb-patches@sources.redhat.com \
--cc=msnyder@cygnus.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