public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/66387] New: [5/6 Regression] ICE in make_decl_rtl with lambda
@ 2015-06-02 22:29 jakub at gcc dot gnu.org
  2015-06-02 22:30 ` [Bug c++/66387] " jakub at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-02 22:29 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 66387
           Summary: [5/6 Regression] ICE in make_decl_rtl with lambda
           Product: gcc
           Version: 5.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
                CC: jason at gcc dot gnu.org
  Target Milestone: ---

template <typename T>
void
bar (T x)
{
  x ();
}

void
foo ()
{
  constexpr int a[1] = { 1 };
  bar ([&]{ return a[0]; });
}

ICEs with -std=c++11 and -std=c++14 starting with r217814.


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

end of thread, other threads:[~2015-06-17 14:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-02 22:29 [Bug c++/66387] New: [5/6 Regression] ICE in make_decl_rtl with lambda jakub at gcc dot gnu.org
2015-06-02 22:30 ` [Bug c++/66387] " jakub at gcc dot gnu.org
2015-06-05 20:38 ` jason at gcc dot gnu.org
2015-06-09 15:27 ` jason at gcc dot gnu.org
2015-06-09 17:19 ` jason at gcc dot gnu.org
2015-06-14 17:08 ` trippels at gcc dot gnu.org
2015-06-16 14:49 ` jason at gcc dot gnu.org
2015-06-17 14:33 ` jason at gcc dot gnu.org
2015-06-17 14:58 ` trippels 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).