--- Comment #5 from kazu at gcc dot gnu dot org 2006-05-17 20:41 ---
Mark Mitchell checked in a patch recently.
--
kazu at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-05-15 22:54
---
Subject: Bug 27505
Author: mmitchel
Date: Mon May 15 22:54:19 2006
New Revision: 113803
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113803
Log:
PR c++/27505
* call.c (convert_like_real):
--- Comment #3 from kazu at gcc dot gnu dot org 2006-05-11 07:31 ---
Some analysis at:
http://gcc.gnu.org/ml/gcc/2006-05/msg00263.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27505
--- Comment #2 from mueller at gcc dot gnu dot org 2006-05-08 19:55 ---
triggering quite often, raising severity
--
mueller at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-05-08 19:33 ---
Confirmed, reduced testcase:
typedef struct QSplitterPrivate
{
bool compatMode:8;
} QSplitterPrivate;
void
setResizeMode ()
{
QSplitterPrivate d1;
if (!d1.compatMode)
;
}
--
pinskia at gcc dot gnu dot
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Summary|ICE in const folding with |[4.2 Regression] ICE in
|bitfields