public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/114519] New: GCC 14 trunk fails to compile chrono with -fno-char8_t -std=gnu++20
@ 2024-03-28 15:20 janisozaur+gcc at gmail dot com
  2024-03-28 15:26 ` [Bug libstdc++/114519] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: janisozaur+gcc at gmail dot com @ 2024-03-28 15:20 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114519
           Summary: GCC 14 trunk fails to compile chrono with -fno-char8_t
                    -std=gnu++20
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: janisozaur+gcc at gmail dot com
  Target Milestone: ---

Created attachment 57830
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57830&action=edit
failure log gcc 20240328

Godbolt link:
https://godbolt.org/z/e8GG8znTh

test.cpp:
#include <chrono>

Compilation:
g++ -std=gnu++20 -fno-char8_t

Version:
/home/mijn/workspace/gcc-install-master/bin/g++ --version                       
g++ (GCC) 14.0.1 20240328 (experimental)
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Expected result:
compiles without issues. It compiles correctly with GCC 13

Result:
Full output in the attachment, only the last line quoted below:

/opt/compiler-explorer/gcc-trunk-20240328/include/c++/14.0.1/format:707:58:
error: 'consteval bool std::__unicode::__literal_encoding_is_unicode() [with
_CharT = char]' called in a constant expression
  707 |       if constexpr (__literal_encoding_is_unicode<_CharT>())
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
Compiler returned: 1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-08 16:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28 15:20 [Bug c++/114519] New: GCC 14 trunk fails to compile chrono with -fno-char8_t -std=gnu++20 janisozaur+gcc at gmail dot com
2024-03-28 15:26 ` [Bug libstdc++/114519] " pinskia at gcc dot gnu.org
2024-03-28 21:31 ` redi at gcc dot gnu.org
2024-04-02 20:12 ` cvs-commit at gcc dot gnu.org
2024-04-02 20:13 ` [Bug libstdc++/114519] [14 Regression] " redi at gcc dot gnu.org
2024-04-08 16:45 ` 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).