public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/97328] New: [ICE] internal compiler error: in verify_ctor_sanity, at cp/constexpr.c:3995
@ 2020-10-07 23:36 ldalessandro at gmail dot com
  2020-10-08 12:02 ` [Bug c++/97328] [10/11 Regression] ICE in verify_ctor_sanity, at cp/constexpr.c:3995 since r10-7313-gb599bf9d6d1e180d marxin at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: ldalessandro at gmail dot com @ 2020-10-07 23:36 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97328
           Summary: [ICE] internal compiler error: in verify_ctor_sanity,
                    at cp/constexpr.c:3995
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ldalessandro at gmail dot com
  Target Milestone: ---

Following code causes ICE, but *ONLY* when explicitly passing `-std=c++20`.

```
template <typename T, int N>
struct vector {
    union storage { 
        T t; 
        constexpr  storage() {}
    } data[N];
};

constexpr auto foo() {
    vector<char, 8> i;
    return i;
}
auto f = foo();
```

See https://godbolt.org/z/hYYeq8.

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

end of thread, other threads:[~2020-10-22 16:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 23:36 [Bug c++/97328] New: [ICE] internal compiler error: in verify_ctor_sanity, at cp/constexpr.c:3995 ldalessandro at gmail dot com
2020-10-08 12:02 ` [Bug c++/97328] [10/11 Regression] ICE in verify_ctor_sanity, at cp/constexpr.c:3995 since r10-7313-gb599bf9d6d1e180d marxin at gcc dot gnu.org
2020-10-08 12:02 ` marxin at gcc dot gnu.org
2020-10-08 13:11 ` ppalka at gcc dot gnu.org
2020-10-08 18:46 ` ppalka at gcc dot gnu.org
2020-10-08 18:51 ` mpolacek at gcc dot gnu.org
2020-10-08 19:20 ` ppalka at gcc dot gnu.org
2020-10-08 21:46 ` ppalka at gcc dot gnu.org
2020-10-12 11:45 ` rguenth at gcc dot gnu.org
2020-10-22 11:41 ` cvs-commit at gcc dot gnu.org
2020-10-22 11:53 ` [Bug c++/97328] [10 " ppalka at gcc dot gnu.org
2020-10-22 16:36 ` cvs-commit at gcc dot gnu.org
2020-10-22 16:39 ` ppalka 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).