public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sjames at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/114349] [14 regression] ICE when building qtwebengine with -std=gnu++14 (cxx_eval_call_expression, at cp/constexpr.cc:3027)
Date: Fri, 15 Mar 2024 08:27:04 +0000	[thread overview]
Message-ID: <bug-114349-4-KjUoYcTxVE@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-114349-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #1 from Sam James <sjames at gcc dot gnu.org> ---
ice-on-invalid reduction:
```
struct integral_constant {
} template <bool> using __bool_constant integral_constant;
template <template typename>
, typename, typename > using ExtractOrT integral_constant;
template <typename T> using GetPropagateOnContainerSwap T;
using propagate_on_container_swap =
    ExtractOrT<GetPropagateOnContainerSwap, int, __bool_constant<false>>;
struct Hash;
         template < class > constexpr IsNoThrowSwappable(__bool_constant< true
>;
         template < class Alloc > struct raw_hash_set {
  using allocator_type = Alloc;                   operator=(raw_hash_set )
noexcept(IsNoThrowSwappable< allocator_type >(                             
propagate_on_container_swap{      }              );        }
         struct flat_hash_map : raw_hash_set< int > {       }
         template < typename, typename, typename > using QuicHashMapImpl
flat_hash_map;
         template < typename Key, typename Value = Key > using QuicHashMap
QuicHashMapImpl< Key, Value, Hash >;
         typedef QuicHashMap< int > ParameterMap;
         ParameterMap custom_transport_parameters_to_send_;
         ParameterMap custom_parameters {
custom_parameters = custom_transport_parameters_to_send_
```

  parent reply	other threads:[~2024-03-15  8:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-15  7:19 [Bug c++/114349] New: [14 regression] ICE when building qtwebengine " sjames at gcc dot gnu.org
2024-03-15  7:25 ` [Bug c++/114349] " pinskia at gcc dot gnu.org
2024-03-15  8:27 ` sjames at gcc dot gnu.org [this message]
2024-03-15 11:57 ` [Bug c++/114349] [14 regression] ICE when building qtwebengine with -std=gnu++14 " jakub at gcc dot gnu.org
2024-03-15 12:21 ` mpolacek at gcc dot gnu.org
2024-03-15 13:08 ` jakub at gcc dot gnu.org
2024-03-15 19:26 ` sjames at gcc dot gnu.org
2024-03-25 22:21 ` cvs-commit at gcc dot gnu.org
2024-03-25 22:21 ` mpolacek 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-114349-4-KjUoYcTxVE@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).