public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "iains at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libobjc/109913] [14 regression] r14-976-g9907413a3a6aa3 causes more than 300 objc/objc++ failures
Date: Mon, 22 May 2023 13:52:55 +0000	[thread overview]
Message-ID: <bug-109913-4-qoglgeAoKR@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-109913-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109913

--- Comment #8 from Iain Sandoe <iains at gcc dot gnu.org> ---
powerpc darwin bootstrap succeeded at r14-1028 with (as expected) Andrew's
patch amended to:

diff --git a/libobjc/encoding.c b/libobjc/encoding.c
index 9bd261c..f1bbd6b 100644
--- a/libobjc/encoding.c
+++ b/libobjc/encoding.c
@@ -67,6 +67,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If
not, see
 #define UNION_TYPE      _C_UNION_B
 #define QUAL_UNION_TYPE _C_UNION_B
 #define ARRAY_TYPE      _C_ARY_B
+#define RECORD_OR_UNION_TYPE_P(TYPE)                   \
+       ((TREE_CODE (TYPE) == RECORD_TYPE)              \
+        || (TREE_CODE (TYPE) == UNION_TYPE)            \
+        || (TREE_CODE (TYPE) == QUAL_UNION_TYPE))
+#define VECTOR_TYPE_P(TYPE) (TREE_CODE (TYPE) == VECTOR_TYPE)

 #define REAL_TYPE       _C_DBL

  parent reply	other threads:[~2023-05-22 13:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-19 21:06 [Bug objc/109913] New: " seurer at gcc dot gnu.org
2023-05-19 22:36 ` [Bug objc/109913] " pinskia at gcc dot gnu.org
2023-05-19 22:39 ` pinskia at gcc dot gnu.org
2023-05-19 22:40 ` pinskia at gcc dot gnu.org
2023-05-19 23:06 ` pinskia at gcc dot gnu.org
2023-05-20 23:25 ` [Bug libobjc/109913] " rep.dot.nop at gmail dot com
2023-05-20 23:27 ` pinskia at gcc dot gnu.org
2023-05-20 23:41 ` rep.dot.nop at gmail dot com
2023-05-21 16:30 ` iains at gcc dot gnu.org
2023-05-21 16:32 ` iains at gcc dot gnu.org
2023-05-22 13:52 ` iains at gcc dot gnu.org [this message]
2023-05-22 14:19 ` pinskia at gcc dot gnu.org
2023-05-22 21:43 ` cvs-commit at gcc dot gnu.org
2023-05-27  5:52 ` pinskia at gcc dot gnu.org

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=bug-109913-4-qoglgeAoKR@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).