public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/17259] New: One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h
@ 2004-09-01  3:24 llwang at infor dot org
  2004-09-01  5:08 ` [Bug libstdc++/17259] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: llwang at infor dot org @ 2004-09-01  3:24 UTC (permalink / raw)
  To: gcc-bugs

After the committing of reversion 1.23.4.5 of
gcc/libstdc++-v3/include/ext/ropeimpl.h on Fri Jun 18 10:28:08 2004 UTC,
_S_leaf, _S_function, etc have been qualified with _Rope_constants:: instead of
_RopeRep.
However, there is one left out. Searching for _RopeRep::_S_leaf in ropeimpl.h
and there is one match. This causes sources which include ext/ropeimpl.h fail to
build.

-- 
           Summary: One more _S_leaf incorrectly qualified with _RopeRep::
                    in ropeimpl.h
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: llwang at infor dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-unknown-freebsd5.3
  GCC host triplet: i386-unknown-freebsd5.3
GCC target triplet: i386-unknown-freebsd5.3


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


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

* [Bug libstdc++/17259] One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h
  2004-09-01  3:24 [Bug libstdc++/17259] New: One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h llwang at infor dot org
@ 2004-09-01  5:08 ` pinskia at gcc dot gnu dot org
  2004-09-02 18:01 ` bkoz at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-01  5:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-01 05:08 -------
Confirmed:
    rope<_CharT, _Alloc>::
    _S_compare (const _RopeRep* __left, const _RopeRep* __right)
    {
.....
      if (_Rope_constants::_S_leaf == __left->_M_tag)
        {
....
          if (_RopeRep::_S_leaf == __right->_M_tag)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-01 05:08:29
               date|                            |


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


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

* [Bug libstdc++/17259] One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h
  2004-09-01  3:24 [Bug libstdc++/17259] New: One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h llwang at infor dot org
  2004-09-01  5:08 ` [Bug libstdc++/17259] " pinskia at gcc dot gnu dot org
@ 2004-09-02 18:01 ` bkoz at gcc dot gnu dot org
  2004-09-02 18:22 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-09-02 18:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-09-02 18:01 -------
Mine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |bkoz at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug libstdc++/17259] One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h
  2004-09-01  3:24 [Bug libstdc++/17259] New: One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h llwang at infor dot org
  2004-09-01  5:08 ` [Bug libstdc++/17259] " pinskia at gcc dot gnu dot org
  2004-09-02 18:01 ` bkoz at gcc dot gnu dot org
@ 2004-09-02 18:22 ` cvs-commit at gcc dot gnu dot org
  2004-09-08 13:36 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-02 18:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-02 18:22 -------
Subject: Bug 17259

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2004-09-02 18:22:21

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/ext: ropeimpl.h 

Log message:
	2004-09-02  Benjamin Kosnik  <bkoz@redhat.com>
	Leland Wang  <llwang@infor.org>
	
	PR libstdc++/17259
	* include/ext/ropeimpl.h (rope::_S_compare): Use
	_Rope_constants::_S_leaf.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2651&r2=1.2652
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/ropeimpl.h.diff?cvsroot=gcc&r1=1.30&r2=1.31



-- 


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


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

* [Bug libstdc++/17259] One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h
  2004-09-01  3:24 [Bug libstdc++/17259] New: One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h llwang at infor dot org
                   ` (2 preceding siblings ...)
  2004-09-02 18:22 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-08 13:36 ` cvs-commit at gcc dot gnu dot org
  2004-09-09 17:08 ` pinskia at gcc dot gnu dot org
  2004-10-09 20:20 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-09-08 13:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-09-08 13:36 -------
Subject: Bug 17259

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	bkoz@gcc.gnu.org	2004-09-08 13:36:07

Modified files:
	libstdc++-v3/include/ext: ropeimpl.h 
	libstdc++-v3   : ChangeLog 

Log message:
	2004-09-08  Benjamin Kosnik  <bkoz@redhat.com>
	Leland Wang  <llwang@infor.org>
	
	PR libstdc++/17259
	* include/ext/ropeimpl.h (rope::_S_compare): Use
	_Rope_constants::_S_leaf.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/ropeimpl.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.23.4.5&r2=1.23.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.170&r2=1.2224.2.171



-- 


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


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

* [Bug libstdc++/17259] One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h
  2004-09-01  3:24 [Bug libstdc++/17259] New: One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h llwang at infor dot org
                   ` (3 preceding siblings ...)
  2004-09-08 13:36 ` cvs-commit at gcc dot gnu dot org
@ 2004-09-09 17:08 ` pinskia at gcc dot gnu dot org
  2004-10-09 20:20 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-09 17:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-09 17:08 -------
Fixed in 3.4.3.

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


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


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

* [Bug libstdc++/17259] One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h
  2004-09-01  3:24 [Bug libstdc++/17259] New: One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h llwang at infor dot org
                   ` (4 preceding siblings ...)
  2004-09-09 17:08 ` pinskia at gcc dot gnu dot org
@ 2004-10-09 20:20 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-09 20:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-09 20:20 -------
*** Bug 17914 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bjbrown at gmail dot com


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


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

end of thread, other threads:[~2004-10-09 20:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-01  3:24 [Bug libstdc++/17259] New: One more _S_leaf incorrectly qualified with _RopeRep:: in ropeimpl.h llwang at infor dot org
2004-09-01  5:08 ` [Bug libstdc++/17259] " pinskia at gcc dot gnu dot org
2004-09-02 18:01 ` bkoz at gcc dot gnu dot org
2004-09-02 18:22 ` cvs-commit at gcc dot gnu dot org
2004-09-08 13:36 ` cvs-commit at gcc dot gnu dot org
2004-09-09 17:08 ` pinskia at gcc dot gnu dot org
2004-10-09 20:20 ` 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).