public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/15523] [DR 408] Can't have vectors of vector::const_iterator
       [not found] <bug-15523-102@http.gcc.gnu.org/bugzilla/>
@ 2009-08-04 11:19 ` paolo dot carlini at oracle dot com
  2009-08-04 13:01 ` paolo at gcc dot gnu dot org
  2009-08-04 13:04 ` paolo dot carlini at oracle dot com
  2 siblings, 0 replies; 6+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-08-04 11:19 UTC (permalink / raw)
  To: gcc-bugs



-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |paolo dot carlini at oracle
                   |dot org                     |dot com
             Status|SUSPENDED                   |ASSIGNED


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


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

* [Bug libstdc++/15523] [DR 408] Can't have vectors of vector::const_iterator
       [not found] <bug-15523-102@http.gcc.gnu.org/bugzilla/>
  2009-08-04 11:19 ` [Bug libstdc++/15523] [DR 408] Can't have vectors of vector::const_iterator paolo dot carlini at oracle dot com
@ 2009-08-04 13:01 ` paolo at gcc dot gnu dot org
  2009-08-04 13:04 ` paolo dot carlini at oracle dot com
  2 siblings, 0 replies; 6+ messages in thread
From: paolo at gcc dot gnu dot org @ 2009-08-04 13:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from paolo at gcc dot gnu dot org  2009-08-04 13:01 -------
Subject: Bug 15523

Author: paolo
Date: Tue Aug  4 13:01:08 2009
New Revision: 150455

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150455
Log:
2009-08-04  Paolo Carlini  <paolo.carlini@oracle.com>

        PR libstdc++/15523
        * include/debug/safe_iterator.h (_Safe_iterator<>::
        _Safe_iterator(const _Safe_iterator&), _Safe_iterator<>::
        operator=(const _Safe_iterator&)): Implement resolution of DR 408,
        do not error out when the source is a value-initialized iterator.
        * testsuite/23_containers/vector/15523.cc: New.
        * doc/xml/manual/intro.xml: Add an entry for DR 408.

Added:
    trunk/libstdc++-v3/testsuite/23_containers/vector/15523.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/xml/manual/intro.xml
    trunk/libstdc++-v3/include/debug/safe_iterator.h


-- 


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


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

* [Bug libstdc++/15523] [DR 408] Can't have vectors of vector::const_iterator
       [not found] <bug-15523-102@http.gcc.gnu.org/bugzilla/>
  2009-08-04 11:19 ` [Bug libstdc++/15523] [DR 408] Can't have vectors of vector::const_iterator paolo dot carlini at oracle dot com
  2009-08-04 13:01 ` paolo at gcc dot gnu dot org
@ 2009-08-04 13:04 ` paolo dot carlini at oracle dot com
  2 siblings, 0 replies; 6+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-08-04 13:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from paolo dot carlini at oracle dot com  2009-08-04 13:04 -------
Fixed.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0


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


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

* [Bug libstdc++/15523] [DR 408] Can't have vectors of vector::const_iterator
  2004-05-19 12:25 [Bug libstdc++/15523] New: " bangerth at dealii dot org
  2004-06-20  6:53 ` [Bug libstdc++/15523] [DR 408] " pinskia at gcc dot gnu dot org
  2004-06-20  6:53 ` pinskia at gcc dot gnu dot org
@ 2005-01-13 13:30 ` polzin_spamprotect_ at gmx dot de
  2 siblings, 0 replies; 6+ messages in thread
From: polzin_spamprotect_ at gmx dot de @ 2005-01-13 13:30 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 615 bytes --]


------- Additional Comments From polzin_spamprotect_ at gmx dot de  2005-01-13 13:30 -------
I just want to add the information that unfortunately already
"-D_GLIBCXX_DEBUG" turns on the abort, you don't need the PEDANTIC.

I find this annoying, because in my case rewriting is not so easy, because
I store a struct of different iterators in a vector, and this information
is gathered together one after the other and there is no scope, where all 
containers exist together. Thus, it´s not possible to initialize the struct
without a GLIBCXX_DEBUG abort.

-- 


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


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

* [Bug libstdc++/15523] [DR 408] Can't have vectors of vector::const_iterator
  2004-05-19 12:25 [Bug libstdc++/15523] New: " bangerth at dealii dot org
@ 2004-06-20  6:53 ` pinskia at gcc dot gnu dot org
  2004-06-20  6:53 ` pinskia at gcc dot gnu dot org
  2005-01-13 13:30 ` polzin_spamprotect_ at gmx dot de
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-20  6:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-20 06:53 -------
Confirming to ...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-20 06:53:01
               date|                            |
            Summary|Can't have vectors of       |[DR 408] Can't have vectors
                   |vector::const_iterator      |of vector::const_iterator


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


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

* [Bug libstdc++/15523] [DR 408] Can't have vectors of vector::const_iterator
  2004-05-19 12:25 [Bug libstdc++/15523] New: " bangerth at dealii dot org
  2004-06-20  6:53 ` [Bug libstdc++/15523] [DR 408] " pinskia at gcc dot gnu dot org
@ 2004-06-20  6:53 ` pinskia at gcc dot gnu dot org
  2005-01-13 13:30 ` polzin_spamprotect_ at gmx dot de
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-20  6:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-20 06:53 -------
suspending while waiting.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |SUSPENDED


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


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

end of thread, other threads:[~2009-08-04 13:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-15523-102@http.gcc.gnu.org/bugzilla/>
2009-08-04 11:19 ` [Bug libstdc++/15523] [DR 408] Can't have vectors of vector::const_iterator paolo dot carlini at oracle dot com
2009-08-04 13:01 ` paolo at gcc dot gnu dot org
2009-08-04 13:04 ` paolo dot carlini at oracle dot com
2004-05-19 12:25 [Bug libstdc++/15523] New: " bangerth at dealii dot org
2004-06-20  6:53 ` [Bug libstdc++/15523] [DR 408] " pinskia at gcc dot gnu dot org
2004-06-20  6:53 ` pinskia at gcc dot gnu dot org
2005-01-13 13:30 ` polzin_spamprotect_ at gmx dot de

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).