--- Comment #8 from mmitchel at gcc dot gnu dot org 2006-04-28 02:42
---
Fixed in 4.2.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-04-28 02:41
---
Subject: Bug 27292
Author: mmitchel
Date: Fri Apr 28 02:40:58 2006
New Revision: 113339
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113339
Log:
PR c++/27292
* tree.c (rvalue): Convert bi
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|REOPENED|ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27292
--- Comment #6 from mueller at gcc dot gnu dot org 2006-04-25 11:46 ---
the original testcase still ICEs. however now in gimplify.c:5492
--
mueller at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-04-25 03:38
---
Fixed in 4.2.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Status
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-04-25 03:33
---
Subject: Bug 27292
Author: mmitchel
Date: Tue Apr 25 03:33:38 2006
New Revision: 113240
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113240
Log:
PR c++/27292
* typeck.c (decay_conversion)
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-04-24 23:31
---
Yes, this is the kind of failure mode I feared.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-04-24 21:06 ---
Most likely you can get rejects valid with (though I have not tried sicne the C
style casts just check to see if they can do a static cast, and the rest of the
casts and if it cannot, it ICEs):
struct A
{
int i : 8
--- Comment #1 from reichelt at gcc dot gnu dot org 2006-04-24 21:02
---
Confirmed.
Even shorter testcase:
=
struct A
{
int i : 8;
};
bool foo(A a)
{
return int(a.i);
}
=
--
reichelt at gcc dot gnu dot org changed:
Wh
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
--
mueller at gcc dot gnu dot org changed:
What|Removed |Added
CC||mmitchel at gcc dot gnu dot
|
11 matches
Mail list logo