public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/112725] [14 Regression] powerpc64le-linux-gnu: 'c-c++-common/builtin-classify-type-1.c:113:3: error: AltiVec argument passed to unprototyped function'
Date: Wed, 29 Nov 2023 18:21:16 +0000	[thread overview]
Message-ID: <bug-112725-4-4glhhB5vpm@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-112725-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:259bb7a45a26b76cbde2131a62926d4419c1cc1b

commit r14-5974-g259bb7a45a26b76cbde2131a62926d4419c1cc1b
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Nov 29 19:19:07 2023 +0100

    rs6000: Fix up c-c++-common/builtin-classify-type-1.c failure [PR112725]

    The rs6000 backend (and s390 one as well) diagnoses passing vector types
    to unprototyped functions, which breaks the builtin-classify-type-1.c test.
    The builtin isn't really unprototyped, it is just type-generic and
accepting
    vector types is just fine there, all it does is categorize the vector type.
    The following patch makes sure we don't diagnose it for this builtin.

    2023-11-29  Jakub Jelinek  <jakub@redhat.com>

            PR target/112725
            * config/rs6000/rs6000.cc (invalid_arg_for_unprototyped_fn): Return
            NULL for __builtin_classify_type calls with vector arguments.

  parent reply	other threads:[~2023-11-29 18:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-27 10:23 [Bug target/112725] New: " tschwinge at gcc dot gnu.org
2023-11-27 14:39 ` [Bug target/112725] " rguenth at gcc dot gnu.org
2023-11-27 18:31 ` pinskia at gcc dot gnu.org
2023-11-29  8:32 ` linkw at gcc dot gnu.org
2023-11-29  8:43 ` jakub at gcc dot gnu.org
2023-11-29  8:50 ` linkw at gcc dot gnu.org
2023-11-29 18:21 ` cvs-commit at gcc dot gnu.org [this message]
2023-12-01  7:15 ` cvs-commit at gcc dot gnu.org
2023-12-01  7:16 ` jakub 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-112725-4-4glhhB5vpm@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).