public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27505]  New: ICE in const folding with bitfields
@ 2006-05-08 19:28 mueller at gcc dot gnu dot org
  2006-05-08 19:29 ` [Bug c++/27505] [4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mueller at gcc dot gnu dot org @ 2006-05-08 19:28 UTC (permalink / raw)
  To: gcc-bugs

this testcase ICE's in invert_truthvalue, fold-const.c:3149:

=== Cut ===
class QSplitterPrivate;
class QSplitter
{
  void setResizeMode ();
  QSplitterPrivate *d_func ();
};
struct QSplitterPrivate
{
  bool compatMode:8;
};

void
QSplitter::setResizeMode ()
{
  QSplitterPrivate *const d = d_func ();
  if (!d->compatMode)
    ;
}
=== Cut ===

bitfield-ice-2.ii: In member function 'void QSplitter::setResizeMode()':
bitfield-ice-2.ii:16: internal compiler error: in invert_truthvalue, at
fold-const.c:3149
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: ICE in const folding with bitfields
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          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=27505


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

end of thread, other threads:[~2006-05-17 20:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-08 19:28 [Bug c++/27505] New: ICE in const folding with bitfields mueller at gcc dot gnu dot org
2006-05-08 19:29 ` [Bug c++/27505] [4.2 Regression] " pinskia at gcc dot gnu dot org
2006-05-08 19:34 ` pinskia at gcc dot gnu dot org
2006-05-08 19:55 ` mueller at gcc dot gnu dot org
2006-05-11  7:31 ` kazu at gcc dot gnu dot org
2006-05-15 22:54 ` mmitchel at gcc dot gnu dot org
2006-05-17 20:41 ` kazu 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).