public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: mrs@wrs.com (Mike Stump)
To: egcs@cygnus.com
Subject: small patch
Date: Mon, 12 Jan 1998 14:41:00 -0000	[thread overview]
Message-ID: <199801122240.OAA16601@kankakee.wrs.com> (raw)

Here is a small patch to avoid a failure on VxWorks:

Doing diffs in gcc/testsuite/g++.old-deja/g++.bugs:
*** gcc/testsuite/g++.old-deja/g++.bugs/900520_05.C.~1~	Mon Jan 12 13:53:27 1998
--- gcc/testsuite/g++.old-deja/g++.bugs/900520_05.C	Mon Jan 12 13:54:48 1998
*************** struct struct_0 {
*** 8,14 ****
  };
  
  char *cp;
! struct_0 *sp;
  
  void test0 ()
  {
--- 8,14 ----
  };
  
  char *cp;
! static struct_0 *sp;
  
  void test0 ()
  {
--------------

             reply	other threads:[~1998-01-12 14:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-01-12 14:41 Mike Stump [this message]
1998-01-13  4:31 ` Jeffrey A Law
1998-01-14  4:17 Mike Stump
1998-01-14  4:17 ` Jeffrey A Law
1998-01-15 16:06 Mike Stump
1998-01-16 20:09 Mike Stump
1998-01-17 23:57 ` Jeffrey A Law
1998-03-29  5:14 Mike Stump

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=199801122240.OAA16601@kankakee.wrs.com \
    --to=mrs@wrs.com \
    --cc=egcs@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).