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

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

======================================
void foo() = default;
======================================

bug.cc:1: error: 'void foo()' cannot be defaulted
bug.cc:1: internal compiler error: Segmentation fault
Please submit a full bug report, [etc.]

A similar code snippet triggers an ICE in a different place:

======================================
namespace
{
  void foo() = default;
}
======================================

bug.cc:3: error: 'void<unnamed>::foo()' cannot be defaulted
bug.cc:3: internal compiler error: tree check: expected class 'type', have
'declaration' (namespace_decl) in synthesize_method, at cp/method.c:758
Please submit a full bug report, [etc.]

This is a recent regression on the trunk, introduced between 2008-11-20
and 2008-12-06.


-- 
           Summary: [4.4 regression] ICE with defaulted function
           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=38701


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

end of thread, other threads:[~2009-01-05 18:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-02 14:53 [Bug c++/38701] New: [4.4 regression] ICE with defaulted function reichelt at gcc dot gnu dot org
2009-01-02 14:54 ` [Bug c++/38701] " reichelt at gcc dot gnu dot org
2009-01-02 15:36 ` paolo dot carlini at oracle dot com
2009-01-02 20:17 ` pinskia at gcc dot gnu dot org
2009-01-03  3:53 ` jason at gcc dot gnu dot org
2009-01-05 11:31 ` rguenth at gcc dot gnu dot org
2009-01-05 17:52 ` jason at gcc dot gnu dot org
2009-01-05 17:53 ` jason at gcc dot gnu dot org
2009-01-05 18:33 ` 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).