public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Meissner <meissner@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/meissner/heads/dmf007)] Revert patches
Date: Wed,  1 Feb 2023 17:21:51 +0000 (GMT)	[thread overview]
Message-ID: <20230201172151.3B9863858D33@sourceware.org> (raw)

https://gcc.gnu.org/g:b79fcb90080d651463489b9024d8dbf2a68bc435

commit b79fcb90080d651463489b9024d8dbf2a68bc435
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Wed Feb 1 12:21:47 2023 -0500

    Revert patches

Diff:
---
 gcc/hwint.h     | 1 -
 gcc/tree-core.h | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/gcc/hwint.h b/gcc/hwint.h
index ba92efbfc25..e31aa006fa4 100644
--- a/gcc/hwint.h
+++ b/gcc/hwint.h
@@ -277,7 +277,6 @@ ctz_or_zero (unsigned HOST_WIDE_INT x)
 static inline HOST_WIDE_INT
 sext_hwi (HOST_WIDE_INT src, unsigned int prec)
 {
-  gcc_checking_assert (prec != 0);
   if (prec == HOST_BITS_PER_WIDE_INT)
     return src;
   else
diff --git a/gcc/tree-core.h b/gcc/tree-core.h
index e27eb1eb87f..8124a1328d4 100644
--- a/gcc/tree-core.h
+++ b/gcc/tree-core.h
@@ -1686,12 +1686,12 @@ struct GTY(()) tree_type_common {
   tree attributes;
   unsigned int uid;
 
-  unsigned int precision : 11;
+  unsigned int precision : 10;
   unsigned no_force_blk_flag : 1;
   unsigned needs_constructing_flag : 1;
   unsigned transparent_aggr_flag : 1;
   unsigned restrict_flag : 1;
-  unsigned contains_placeholder_bits : 1;
+  unsigned contains_placeholder_bits : 2;
 
   ENUM_BITFIELD(machine_mode) mode : 8;

             reply	other threads:[~2023-02-01 17:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-01 17:21 Michael Meissner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-28  7:05 Michael Meissner
2023-01-28  0:31 Michael Meissner
2023-01-27 23:02 Michael Meissner

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=20230201172151.3B9863858D33@sourceware.org \
    --to=meissner@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /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).