[Bug libstdc++/56613] [4.8 Regression] map::operator[](key_type) fails with custom allocator

2013-03-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56613 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug libstdc++/56613] [4.8 Regression] map::operator[](key_type) fails with custom allocator

2013-03-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56613 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org 2013-03-14 23:28:18 UTC --- Author: redi Date: Thu Mar 14 23:28:11 2013 New Revision: 19 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=19 Log: PR

[Bug libstdc++/56613] [4.8 Regression] map::operator[](key_type) fails with custom allocator

2013-03-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56613 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/56613] [4.8 Regression] map::operator[](key_type) fails with custom allocator

2013-03-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56613 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2013-03-13 13:35:14 UTC --- Oops, the program isn't quite valid C++03, I forgot these members of the allocator: pointer address(reference x) const throw() { return

[Bug libstdc++/56613] [4.8 Regression] map::operator[](key_type) fails with custom allocator

2013-03-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56613 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED