On 08/13/14 13:32, David Malcolm wrote:
On Wed, 2014-08-06 at 13:22 -0400, David Malcolm wrote:
---
  gcc/insn-addr.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/insn-addr.h b/gcc/insn-addr.h
index e255ac4..aec09fd 100644
--- a/gcc/insn-addr.h
+++ b/gcc/insn-addr.h
@@ -38,7 +38,7 @@ extern int insn_current_address;
  #define INSN_ADDRESSES_SIZE() (insn_addresses_.length ())

  static inline void
-insn_addresses_new (rtx_insn *insn, int insn_addr)
+insn_addresses_new (rtx insn, int insn_addr)
  {
    unsigned insn_uid = INSN_UID ((insn));

Oops; this one undoes part of patch 189.  I think I meant to squash
these two together, since without 190, 189 breaks the build on s390 in a
few places.
NP. Track that however you want. No need to repost everything right now. Though I do request that you post final versions for archival purposes.

Jeff

Reply via email to