[Bug c++/15485] [tree-ssa] The C++ front-end generates a lot of (void) casts for statements
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Aug 23 06:07:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-23 06:07 -------
Most have been fixed it looks like, but there is still at least one left:
std::_Bit_iterator std::_Bit_iterator::operator++(int) (this, <D28444>)
{
struct _Bit_iterator_base * T.776;
{
struct _Bit_iterator __tmp;
(void)0;
<retval> = *this;
T.776 = &this-><D28479>;
_M_bump_up (T.776);
return <retval>;
}
}
I will see if I can get a short testcase soon.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15485
More information about the Gcc-bugs
mailing list