public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string
       [not found] <bug-24882-4@http.gcc.gnu.org/bugzilla/>
@ 2014-12-19 18:19 ` redi at gcc dot gnu.org
  2014-12-22 13:50 ` redi at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2014-12-19 18:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24882

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The new std::string implementation has been committed as
https://gcc.gnu.org/r218964

I'll go through the bugs linked to this PR and deal with them asap.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string
       [not found] <bug-24882-4@http.gcc.gnu.org/bugzilla/>
  2014-12-19 18:19 ` [Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string redi at gcc dot gnu.org
@ 2014-12-22 13:50 ` redi at gcc dot gnu.org
  2014-12-22 13:50 ` redi at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2014-12-22 13:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24882
Bug 24882 depends on bug 60278, which changed state.

Bug 60278 Summary: string::erase() (and other containers) does not take const_iterators
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60278

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string
       [not found] <bug-24882-4@http.gcc.gnu.org/bugzilla/>
  2014-12-19 18:19 ` [Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string redi at gcc dot gnu.org
  2014-12-22 13:50 ` redi at gcc dot gnu.org
@ 2014-12-22 13:50 ` redi at gcc dot gnu.org
  2014-12-22 13:51 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2014-12-22 13:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24882
Bug 24882 depends on bug 56437, which changed state.

Bug 56437 Summary: basic_string assumes that allocators are default-constructible
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56437

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string
       [not found] <bug-24882-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2014-12-22 13:50 ` redi at gcc dot gnu.org
@ 2014-12-22 13:51 ` redi at gcc dot gnu.org
  2014-12-22 14:06 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2014-12-22 13:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24882
Bug 24882 depends on bug 54392, which changed state.

Bug 54392 Summary: [4.8/4.9/5 Regression] std::string::assign() fails to update length
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54392

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string
       [not found] <bug-24882-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2014-12-22 13:51 ` redi at gcc dot gnu.org
@ 2014-12-22 14:06 ` redi at gcc dot gnu.org
  2015-03-23 13:13 ` redi at gcc dot gnu.org
  2015-03-24 15:23 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2014-12-22 14:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24882
Bug 24882 depends on bug 53221, which changed state.

Bug 53221 Summary: [C++11] basic_string lacks "copy/move constructors" with allocator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53221

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string
       [not found] <bug-24882-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2014-12-22 14:06 ` redi at gcc dot gnu.org
@ 2015-03-23 13:13 ` redi at gcc dot gnu.org
  2015-03-24 15:23 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2015-03-23 13:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24882

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |5.0

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Done for GCC 5


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string
       [not found] <bug-24882-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2015-03-23 13:13 ` redi at gcc dot gnu.org
@ 2015-03-24 15:23 ` redi at gcc dot gnu.org
  6 siblings, 0 replies; 9+ messages in thread
From: redi at gcc dot gnu.org @ 2015-03-24 15:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24882
Bug 24882 depends on bug 33394, which changed state.

Bug 33394 Summary: Add test case for Thread race segfault in std::string::append with -O and -s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33394

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string
  2005-11-15 20:59 [Bug libstdc++/24882] New: " pcarlini at suse dot de
  2005-11-15 21:00 ` [Bug libstdc++/24882] " pcarlini at suse dot de
@ 2005-11-20  0:40 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-11-20  0:40 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |meta-bug
   Last reconfirmed|0000-00-00 00:00:00         |2005-11-20 00:40:56
               date|                            |


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string
  2005-11-15 20:59 [Bug libstdc++/24882] New: " pcarlini at suse dot de
@ 2005-11-15 21:00 ` pcarlini at suse dot de
  2005-11-20  0:40 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 9+ messages in thread
From: pcarlini at suse dot de @ 2005-11-15 21:00 UTC (permalink / raw)
  To: gcc-bugs



-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-03-24 14:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-24882-4@http.gcc.gnu.org/bugzilla/>
2014-12-19 18:19 ` [Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string redi at gcc dot gnu.org
2014-12-22 13:50 ` redi at gcc dot gnu.org
2014-12-22 13:50 ` redi at gcc dot gnu.org
2014-12-22 13:51 ` redi at gcc dot gnu.org
2014-12-22 14:06 ` redi at gcc dot gnu.org
2015-03-23 13:13 ` redi at gcc dot gnu.org
2015-03-24 15:23 ` redi at gcc dot gnu.org
2005-11-15 20:59 [Bug libstdc++/24882] New: " pcarlini at suse dot de
2005-11-15 21:00 ` [Bug libstdc++/24882] " pcarlini at suse dot de
2005-11-20  0:40 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).