public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Weiwen Liu <liu@hepvms.physics.yale.edu>
To: egcs@cygnus.com
Subject: RE: Patch for 970904 snapshot
Date: Thu, 04 Sep 1997 10:35:00 -0000	[thread overview]
Message-ID: <Pine.OSF.3.96.970904132937.25646A-100000@hepunix1.physics.yale.edu> (raw)

This patch for gcc/bitmap.c can not be applied.
The patch is supposed to change from line 26 to 31, but the contents there
are different from the original file in the patch.  The contents are

#include "regs.h"
#include "basic-block.h"

/* The contents of the current function definition are allocated
   in this obstack, and all are freed at the end of the function.
   For top-level functions, this is temporary_obstack.

In the patch, the original contents are

  #include "regs.h"
  #include "basic-block.h"
  
  /* Obstack to allocate bitmap elements from.  */
  static struct obstack bitmap_obstack;
  static int bitmap_obstack_init = FALSE;




             reply	other threads:[~1997-09-04 10:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-04 10:35 Weiwen Liu [this message]
1997-09-04 10:44 ` Jeffrey A Law
  -- strict thread matches above, loose matches on Subject: below --
1997-09-04 10:15 Jeffrey A Law
1997-09-04 11:37 ` Mark Mitchell

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=Pine.OSF.3.96.970904132937.25646A-100000@hepunix1.physics.yale.edu \
    --to=liu@hepvms.physics.yale.edu \
    --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).