From: Jason Merrill <jason@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: PATCH to testsuite/gdb.c++/userdef.cc
Date: Tue, 08 Jan 2002 08:03:00 -0000 [thread overview]
Message-ID: <wvlu1twn847.fsf@prospero.cambridge.redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 264 bytes --]
This change allows the test to actually run (as expected), rather than see
a warning and give up.
I've gone ahead and checked this in; hope that's OK.
2002-01-08 Jason Merrill <jason@redhat.com>
* gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 262 bytes --]
*** gdb.c++/userdef.cc.~1~ Fri Apr 16 02:34:32 1999
--- gdb.c++/userdef.cc Tue Jan 8 15:15:05 2002
***************
*** 1,4 ****
! #include <iostream.h>
void marker1()
{
--- 1,6 ----
! #include <iostream>
!
! using namespace std;
void marker1()
{
next reply other threads:[~2002-01-08 16:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-08 8:03 Jason Merrill [this message]
2002-01-08 12:29 ` Andrew Cagney
2002-01-08 13:13 ` Jason Merrill
2002-01-08 16:34 ` Andrew Cagney
2002-01-08 8:40 Michael Elizabeth Chastain
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=wvlu1twn847.fsf@prospero.cambridge.redhat.com \
--to=jason@redhat.com \
--cc=gdb-patches@sources.redhat.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