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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
           Keywords|                            |needs-bisection
            Summary|[15/16 Regression]          |[15/16 Regression]
                   |std::deque<uint8_t>::resize |std::deque<character
                   |() method fails with        |types>::resize() method
                   |-std=c++98                  |fails with -std=c++98
   Last reconfirmed|                            |2025-07-02

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
It fails with all of the character types; char, signed char and unsigned char.
It works with int, unsigned and short and most likely other integeral types.

Reply via email to