public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35329]  New: [4.2/4.3/4.4 regression] ICE with invalid template class after #pragma interface
@ 2008-02-23 19:19 reichelt at gcc dot gnu dot org
  2008-02-23 19:19 ` [Bug c++/35329] " 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-02-23 19:19 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE since GCC 4.2.0:

====================================================
#pragma implementation
#pragma interface

template<void> struct A
{
  A() {}
};
====================================================

bug.cc:4: error: 'void' is not a valid type for a template constant parameter
bug.cc: In constructor 'A<<declaration error> >::A()':
bug.cc:6: internal compiler error: Segmentation fault
Please submit a full bug report, [etc.]


-- 
           Summary: [4.2/4.3/4.4 regression] ICE with invalid template class
                    after #pragma interface
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, 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=35329


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

end of thread, other threads:[~2009-04-22 15:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-23 19:19 [Bug c++/35329] New: [4.2/4.3/4.4 regression] ICE with invalid template class after #pragma interface reichelt at gcc dot gnu dot org
2008-02-23 19:19 ` [Bug c++/35329] " reichelt at gcc dot gnu dot org
2008-02-24 22:06 ` rguenth at gcc dot gnu dot org
2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
2009-03-28 21:29 ` [Bug c++/35329] [4.2/4.3 " reichelt at gcc dot gnu dot org
2009-03-31 20:44 ` [Bug c++/35329] [4.3 " jsm28 at gcc dot gnu dot org
2009-04-22 15:26 ` rguenth 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).