------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-02
20:46 -------
Reduced testcase:
struct allocator
{
allocator() throw();
allocator(const allocator& __a);
};
struct string
{
mutable allocator _M_dataplus;
string& operator=(const string& __str);
};
struct Record
{
unsigned int a, b, c, d, e;
string description;
};
void foobar ()
{
const Record record = {0};
}
: Search converges between 2004-10-26-161001-trunk (#611) and
2004-11-03-014001-trunk
(#612).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-12-02 20:46:21
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18793