public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/38698]  New: [4.4 regression] ICE initializing union with initializer list
@ 2009-01-02 14:34 reichelt at gcc dot gnu dot org
  2009-01-02 14:35 ` [Bug c++/38698] " reichelt at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2009-01-02 14:34 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE on the trunk:

=================
union U
{
  int i, j;
};

U u({1,2});
=================

bug.cc:6: internal compiler error: in process_init_constructor_union, at
cp/typeck2.c:1101
Please submit a full bug report, [etc.]


-- 
           Summary: [4.4 regression] ICE initializing union with initializer
                    list
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

end of thread, other threads:[~2009-01-06 13:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-02 14:34 [Bug c++/38698] New: [4.4 regression] ICE initializing union with initializer list reichelt at gcc dot gnu dot org
2009-01-02 14:35 ` [Bug c++/38698] " reichelt at gcc dot gnu dot org
2009-01-02 15:37 ` paolo dot carlini at oracle dot com
2009-01-02 16:35 ` jason at gcc dot gnu dot org
2009-01-03  0:22 ` jason at gcc dot gnu dot org
2009-01-03  1:04 ` jakub at gcc dot gnu dot org
2009-01-04 21:37 ` reichelt at gcc dot gnu dot org
2009-01-05 11:31 ` rguenth at gcc dot gnu dot org
2009-01-06  3:27 ` jason at gcc dot gnu dot org
2009-01-06 13:50 ` jakub at gcc dot gnu dot 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).