http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45999

--- Comment #2 from Pawel Sikora <pluto at agmk dot net> 2010-10-14 10:53:03 
UTC ---
(In reply to comment #1)
> Reduced
> 
> #include <vector>
> 
> int main()
> {
>     std::vector<bool> b(4);
>     b.push_back(1);
>     return 0;
> }
> 
> 
> There's no pretty printer for vector<bool>

seems to fixed on trunk:
http://gcc.gnu.org/viewcvs?view=revision&revision=163282
can we get a backport for this fix on 4.5 branch?

Reply via email to