public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/114479] New: std::is_array_v<int[0]> changed from false to true in GCC 14
@ 2024-03-26 11:16 nikolasklauser at berlin dot de
  2024-03-26 11:42 ` [Bug c++/114479] [14 Regression] " pinskia at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: nikolasklauser at berlin dot de @ 2024-03-26 11:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114479
           Summary: std::is_array_v<int[0]> changed from false to true in
                    GCC 14
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: nikolasklauser at berlin dot de
  Target Milestone: ---

```
#include <type_traits>

static_assert(!std::is_array_v<int[0]>);
```
works with GCC 13, but GCC 14 fails to compile. This is most likely caused by
the use of the new `__is_array` builtin. It probably has the same bug as Clang
(https://github.com/llvm/llvm-project/issues/54705).

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

end of thread, other threads:[~2024-04-02 18:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-26 11:16 [Bug c++/114479] New: std::is_array_v<int[0]> changed from false to true in GCC 14 nikolasklauser at berlin dot de
2024-03-26 11:42 ` [Bug c++/114479] [14 Regression] " pinskia at gcc dot gnu.org
2024-03-26 11:42 ` redi at gcc dot gnu.org
2024-03-27  7:57 ` rguenth at gcc dot gnu.org
2024-03-29 15:56 ` mpolacek at gcc dot gnu.org
2024-03-31 10:05 ` redi at gcc dot gnu.org
2024-04-01 14:28 ` mpolacek at gcc dot gnu.org
2024-04-01 15:25 ` arthur.j.odwyer at gmail dot com
2024-04-02 18:34 ` cvs-commit at gcc dot gnu.org
2024-04-02 18:35 ` mpolacek 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).