public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/42217]  New: [4.5 Regression] ICE with zero-length bit-field
@ 2009-11-29 15:19 reichelt at gcc dot gnu dot org
  2009-11-29 15:19 ` [Bug middle-end/42217] " reichelt at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2009-11-29 15:19 UTC (permalink / raw)
  To: gcc-bugs

The following valid code snippet triggers an ICE on trunk:

==================
struct A
{
  int : 0;
};

A a = A();
==================

bug.cc:6:9: internal compiler error: in int_or_pointer_precision, at
tree.c:10593
Please submit a full bug report, [etc.]


-- 
           Summary: [4.5 Regression] ICE with zero-length bit-field
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, monitored
          Severity: normal
          Priority: P3
         Component: middle-end
        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=42217


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

end of thread, other threads:[~2009-12-11 23:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-29 15:19 [Bug middle-end/42217] New: [4.5 Regression] ICE with zero-length bit-field reichelt at gcc dot gnu dot org
2009-11-29 15:19 ` [Bug middle-end/42217] " reichelt at gcc dot gnu dot org
2009-11-29 15:45 ` [Bug c++/42217] " rguenth at gcc dot gnu dot org
2009-11-30 11:12 ` dodji at gcc dot gnu dot org
2009-11-30 22:39 ` dodji at gcc dot gnu dot org
2009-12-03  8:33 ` dodji at gcc dot gnu dot org
2009-12-03  9:44 ` dodji at gcc dot gnu dot org
2009-12-11 23:41 ` hjl 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).