public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27471]  New: [4.2 Regression] ICE within build_c_cast cp/typeck.c:5434
@ 2006-05-07 12:43 mueller at gcc dot gnu dot org
  2006-05-07 17:01 ` [Bug c++/27471] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mueller at gcc dot gnu dot org @ 2006-05-07 12:43 UTC (permalink / raw)
  To: gcc-bugs

Hi, 

due to the bitfield handling changes, C++ frontend now ICEs on this: 

=== Cut===
struct A { unsigned a:8; };

extern void b(unsigned char);

void breakme (A f)
{
  b((unsigned char) f.a);
}
=== Cut ===
bitfield-ice-1.cc: In function 'void breakme(A)':
bitfield-ice-1.cc:7: internal compiler error: in build_c_cast, at
cp/typeck.c:5434
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.2 Regression] ICE within build_c_cast
                    cp/typeck.c:5434
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mueller at gcc dot gnu dot org


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


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

end of thread, other threads:[~2006-05-19  3:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-07 12:43 [Bug c++/27471] New: [4.2 Regression] ICE within build_c_cast cp/typeck.c:5434 mueller at gcc dot gnu dot org
2006-05-07 17:01 ` [Bug c++/27471] " pinskia at gcc dot gnu dot org
2006-05-08 19:54 ` mueller at gcc dot gnu dot org
2006-05-17 20:39 ` kazu at gcc dot gnu dot org
2006-05-19  3:01 ` mmitchel at gcc dot gnu dot org
2006-05-19  3:06 ` mmitchel 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).