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 bootstrap/111787] [14 regression] r14-4592-g0d00385eaf72cc  breaks build
Date: Thu, 12 Oct 2023 15:24:45 +0000	[thread overview]
Message-ID: <bug-111787-4-rcyKdUZSFg@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-111787-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 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:53a94071fa9e90e268a94adbdc903bd868ddeec1

commit r14-4596-g53a94071fa9e90e268a94adbdc903bd868ddeec1
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Oct 12 17:20:36 2023 +0200

    wide-int: Fix build with gcc < 12 or clang++ [PR111787]

    While my wide_int patch bootstrapped/regtested fine when I used GCC 12
    as system gcc, apparently it doesn't with GCC 11 and older or clang++.
    For GCC before PR96555 C++ DR1315 implementation the compiler complains
    about template argument involving template parameters, for clang++ the
    same + complains about missing needs_write_val_arg static data member
    in some wi::int_traits specializations.

    2023-10-12  Jakub Jelinek  <jakub@redhat.com>

            PR bootstrap/111787
            * tree.h (wi::int_traits <unextended_tree>::needs_write_val_arg):
New
            static data member.
            (int_traits <extended_tree <N>>::needs_write_val_arg): Likewise.
            (wi::ints_for): Provide separate partial specializations for
            generic_wide_int <extended_tree <N>> and INL_CONST_PRECISION or
that
            and CONST_PRECISION, rather than using
            int_traits <extended_tree <N> >::precision_type as the second
template
            argument.
            * rtl.h (wi::int_traits <rtx_mode_t>::needs_write_val_arg): New
            static data member.
            * double-int.h (wi::int_traits <double_int>::needs_write_val_arg):
            Likewise.

  parent reply	other threads:[~2023-10-12 15:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-12 15:08 [Bug bootstrap/111787] New: [14 regression] xxx " seurer at gcc dot gnu.org
2023-10-12 15:11 ` [Bug bootstrap/111787] [14 regression] r14-4592-g0d00385eaf72cc " jakub at gcc dot gnu.org
2023-10-12 15:23 ` seurer at gcc dot gnu.org
2023-10-12 15:24 ` cvs-commit at gcc dot gnu.org [this message]
2023-10-13  6:48 ` rguenth 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-111787-4-rcyKdUZSFg@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).