public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/46348] New: [C++0x] ICE with constexpr default constructor and array member
@ 2010-11-07 15:54 paolo.carlini at oracle dot com
  2010-11-07 18:06 ` [Bug c++/46348] " jason at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: paolo.carlini at oracle dot com @ 2010-11-07 15:54 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348

           Summary: [C++0x] ICE with constexpr default constructor and
                    array member
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: paolo.carlini@oracle.com


This is just a link to this issue

  http://gcc.gnu.org/ml/gcc/2010-11/msg00135.html
  http://gcc.gnu.org/ml/gcc/2010-11/msg00136.html

which we don't want to forget. To repeat:

struct A
{
  int arr[1];

  constexpr A()
  : arr() { }
};

u.C: In constructor ‘constexpr A::A()’:
u.C:6:13: internal compiler error: in build_data_member_initialization, at
cp/semantics.c:5499

I'm adding Jason in CC.


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

end of thread, other threads:[~2010-12-10  0:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-07 15:54 [Bug c++/46348] New: [C++0x] ICE with constexpr default constructor and array member paolo.carlini at oracle dot com
2010-11-07 18:06 ` [Bug c++/46348] " jason at gcc dot gnu.org
2010-11-07 18:09 ` paolo.carlini at oracle dot com
2010-11-07 18:43 ` paolo.carlini at oracle dot com
2010-11-07 18:45 ` paolo.carlini at oracle dot com
2010-11-07 19:07 ` paolo.carlini at oracle dot com
2010-12-09  2:08 ` jason at gcc dot gnu.org
2010-12-09 10:33 ` paolo.carlini at oracle dot com
2010-12-10  0:20 ` jason 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).