public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/91229] RISC-V ABI problem with zero-length bit-fields and float struct fields
       [not found] <bug-91229-4@http.gcc.gnu.org/bugzilla/>
@ 2022-03-15 12:35 ` cvs-commit at gcc dot gnu.org
  0 siblings, 0 replies; only message in thread
From: cvs-commit at gcc dot gnu.org @ 2022-03-15 12:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS 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:98afdc3e2bfccf0a1337013b54f2c5634ef40ee5

commit r12-7655-g98afdc3e2bfccf0a1337013b54f2c5634ef40ee5
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Mar 15 13:34:33 2022 +0100

    riscv: Allow -Wno-psabi to turn off ABI warnings [PR91229]

    While checking if all targets honor -Wno-psabi for ABI related warnings
    or messages, I found that almost all do, except for riscv.
    In the testsuite when we want to ignore ABI related messages we
    typically use -Wno-psabi -w, but it would be nice to get rid of those
    -w uses eventually.

    The following allows silencing those warnings with -Wno-psabi rather than
    just -w even on riscv.

    2022-03-15  Jakub Jelinek  <jakub@redhat.com>

            PR target/91229
            * config/riscv/riscv.cc (riscv_pass_aggregate_in_fpr_pair_p,
            riscv_pass_aggregate_in_fpr_and_gpr_p): Pass OPT_Wpsabi instead of
0
            to warning calls.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-15 12:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-91229-4@http.gcc.gnu.org/bugzilla/>
2022-03-15 12:35 ` [Bug target/91229] RISC-V ABI problem with zero-length bit-fields and float struct fields cvs-commit at gcc dot gnu.org

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).