public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35026]  New: [4.3 regression] ICE with parameter pack in pointer type
@ 2008-01-30  1:04 reichelt at gcc dot gnu dot org
  2008-01-30  1:08 ` [Bug c++/35026] " reichelt at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-01-30  1:04 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet is accepted on mainline:

=====================================
template<typename... T> struct A
{
  T* x[1];
};

A<int> a;
=====================================

One can also trigger ICEs with the snippet if one compiles it with "-g":

bug.cc: In instantiation of 'A<int>':
bug.cc:6:   instantiated from here
bug.cc:2: internal compiler error: in gen_type_die_with_usage, at
dwarf2out.c:13432
Please submit a full bug report, [etc.]

or with "-gstabs":

bug.cc: In instantiation of 'A<int>':
bug.cc:6:   instantiated from here
bug.cc:2: internal compiler error: in dbxout_type, at dbxout.c:2237
Please submit a full bug report, [etc.]


-- 
           Summary: [4.3 regression] ICE with parameter pack in pointer type
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, accepts-invalid, 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=35026


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

end of thread, other threads:[~2008-02-15 17:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-30  1:04 [Bug c++/35026] New: [4.3 regression] ICE with parameter pack in pointer type reichelt at gcc dot gnu dot org
2008-01-30  1:08 ` [Bug c++/35026] " reichelt at gcc dot gnu dot org
2008-01-30 10:09 ` rguenth at gcc dot gnu dot org
2008-02-14 21:46 ` dgregor at gcc dot gnu dot org
2008-02-15  3:52 ` dgregor at gcc dot gnu dot org
2008-02-15 17:34 ` dgregor at gcc dot gnu dot org
2008-02-15 17:36 ` dgregor 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).