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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |9.3.0
      Known to fail|                            |10.2.0, 11.0
            Summary|[concepts] ICE in           |[10/11 Regression]
                   |satisfaction_value, at      |[concepts] ICE in
                   |cp/constraint.cc:2825       |satisfaction_value, at
                   |                            |cp/constraint.cc:2825
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ppalka at gcc dot gnu.org
   Target Milestone|---                         |10.3
   Last reconfirmed|                            |2021-01-13

--- Comment #1 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Confirmed.  We started ICEing on the first testcase after r10-7361, and on the
second testcase after r11-5799.  Previously, we would issue the fatal error

  error: ‘reinterpret_cast<char*>(1)’ is not a constant expression

during satisfaction (as per [temp.constr]/3).

Reply via email to