public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99705] New: [10/11 Regression] ICE in expand_expr_real_1 since r10-3661
@ 2021-03-22  8:49 jakub at gcc dot gnu.org
  2021-03-22  8:50 ` [Bug c++/99705] " jakub at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-03-22  8:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99705
           Summary: [10/11 Regression] ICE in expand_expr_real_1 since
                    r10-3661
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

template<typename T>
struct C
{
    C() { f(); }
    ~C() {}
    static void f() {}
};

struct X
{
    X();
    int n = 10;
    C<int>* p = new C<int>[n];
};

X::X()
{}

ICEs with -std=c++14 starting with my
r10-3661-g8e007055dd1374ca4c44406a4ead172be0dfa3a8

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

end of thread, other threads:[~2021-03-31  6:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  8:49 [Bug c++/99705] New: [10/11 Regression] ICE in expand_expr_real_1 since r10-3661 jakub at gcc dot gnu.org
2021-03-22  8:50 ` [Bug c++/99705] " jakub at gcc dot gnu.org
2021-03-22 11:33 ` jakub at gcc dot gnu.org
2021-03-22 13:26 ` jakub at gcc dot gnu.org
2021-03-22 16:05 ` jakub at gcc dot gnu.org
2021-03-26  8:36 ` cvs-commit at gcc dot gnu.org
2021-03-26  8:38 ` [Bug c++/99705] [10 " jakub at gcc dot gnu.org
2021-03-30 22:41 ` cvs-commit at gcc dot gnu.org
2021-03-31  6:46 ` jakub 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).