public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/12365] New: include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier'
@ 2003-09-22 13:48 wanderer at rsu dot ru
  2003-09-22 14:14 ` [Bug libstdc++/12365] " wanderer at rsu dot ru
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: wanderer at rsu dot ru @ 2003-09-22 13:48 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: include/g++/bits/demangle.h:155: warning: unused
                    parameter 'cv_qualifier'
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wanderer at rsu dot ru
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-unknown-freebsd5.1
  GCC host triplet: i386-unknown-freebsd5.1
GCC target triplet: i386-unknown-freebsd5.1

Current CVS mainline GCC is reject test.cc with command-line:
g++ -Wall -Wextra -Werror -o test.o -c test.cc
with error message:
/home/wanderer/pkg/gcc/include/g++/bits/demangle.h: In constructor 
`__gnu_cxx::demangler::qualifier<Allocator>::qualifier(int, 
__gnu_cxx::demangler::cv_qualifier_nt, const char*, int, int) [with Allocator 
= std::allocator<char>]':
/home/wanderer/pkg/gcc/include/g++/bits/demangle.h:155: warning: unused 
parameter 'cv_qualifier'


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

* [Bug libstdc++/12365] include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier'
  2003-09-22 13:48 [Bug libstdc++/12365] New: include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier' wanderer at rsu dot ru
@ 2003-09-22 14:14 ` wanderer at rsu dot ru
  2003-09-22 14:16 ` wanderer at rsu dot ru
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: wanderer at rsu dot ru @ 2003-09-22 14:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From wanderer at rsu dot ru  2003-09-22 12:48 -------
Created an attachment (id=4800)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4800&action=view)
test source


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

* [Bug libstdc++/12365] include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier'
  2003-09-22 13:48 [Bug libstdc++/12365] New: include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier' wanderer at rsu dot ru
  2003-09-22 14:14 ` [Bug libstdc++/12365] " wanderer at rsu dot ru
@ 2003-09-22 14:16 ` wanderer at rsu dot ru
  2003-09-22 14:24 ` paolo at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: wanderer at rsu dot ru @ 2003-09-22 14:16 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From wanderer at rsu dot ru  2003-09-22 12:49 -------
Created an attachment (id=4801)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4801&action=view)
test .ii file


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

* [Bug libstdc++/12365] include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier'
  2003-09-22 13:48 [Bug libstdc++/12365] New: include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier' wanderer at rsu dot ru
  2003-09-22 14:14 ` [Bug libstdc++/12365] " wanderer at rsu dot ru
  2003-09-22 14:16 ` wanderer at rsu dot ru
@ 2003-09-22 14:24 ` paolo at gcc dot gnu dot org
  2003-09-22 14:30 ` paolo at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-09-22 14:24 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


paolo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |paolo at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-09-22 13:48:31
               date|                            |


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

* [Bug libstdc++/12365] include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier'
  2003-09-22 13:48 [Bug libstdc++/12365] New: include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier' wanderer at rsu dot ru
                   ` (2 preceding siblings ...)
  2003-09-22 14:24 ` paolo at gcc dot gnu dot org
@ 2003-09-22 14:30 ` paolo at gcc dot gnu dot org
  2003-09-22 14:32 ` paolo at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-09-22 14:30 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


paolo at gcc dot gnu dot org changed:

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


------- Additional Comments From paolo at gcc dot gnu dot org  2003-09-22 14:14 -------
Indeed, I asked you approval and, well, I'm a v3 maintainer tout court ;)

Beware that the PR number is 12365, and remember to add PR libstdc++/12365 on
top of your ChangeLog entry.

Ciao,
Paolo.


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

* [Bug libstdc++/12365] include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier'
  2003-09-22 13:48 [Bug libstdc++/12365] New: include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier' wanderer at rsu dot ru
                   ` (3 preceding siblings ...)
  2003-09-22 14:30 ` paolo at gcc dot gnu dot org
@ 2003-09-22 14:32 ` paolo at gcc dot gnu dot org
  2003-09-22 14:49 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-09-22 14:32 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


paolo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |carlo at alinoe dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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

* [Bug libstdc++/12365] include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier'
  2003-09-22 13:48 [Bug libstdc++/12365] New: include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier' wanderer at rsu dot ru
                   ` (4 preceding siblings ...)
  2003-09-22 14:32 ` paolo at gcc dot gnu dot org
@ 2003-09-22 14:49 ` cvs-commit at gcc dot gnu dot org
  2003-09-22 15:05 ` paolo at gcc dot gnu dot org
  2003-10-17 18:14 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-22 14:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-22 14:39 -------
Subject: Bug 12365

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2003-09-22 14:39:17

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: demangle.h 

Log message:
	2003-09-22  Carlo Wood  <carlo@alinoe.com>
	
	PR libstdc++/12365
	* include/bits/demangle.h (qualifier(int, cv_qualifier_nt,
	char const*, int, int)): Remove unused identifier
	cv_qualifier for overloaded constructor.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1962&r2=1.1963
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/demangle.h.diff?cvsroot=gcc&r1=1.4&r2=1.5


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

* [Bug libstdc++/12365] include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier'
  2003-09-22 13:48 [Bug libstdc++/12365] New: include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier' wanderer at rsu dot ru
                   ` (5 preceding siblings ...)
  2003-09-22 14:49 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-22 15:05 ` paolo at gcc dot gnu dot org
  2003-10-17 18:14 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-09-22 15:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


paolo at gcc dot gnu dot org changed:

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


------- Additional Comments From paolo at gcc dot gnu dot org  2003-09-22 14:41 -------
Fixed.


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

* [Bug libstdc++/12365] include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier'
  2003-09-22 13:48 [Bug libstdc++/12365] New: include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier' wanderer at rsu dot ru
                   ` (6 preceding siblings ...)
  2003-09-22 15:05 ` paolo at gcc dot gnu dot org
@ 2003-10-17 18:14 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-17 18:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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

end of thread, other threads:[~2003-10-17 18:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-22 13:48 [Bug libstdc++/12365] New: include/g++/bits/demangle.h:155: warning: unused parameter 'cv_qualifier' wanderer at rsu dot ru
2003-09-22 14:14 ` [Bug libstdc++/12365] " wanderer at rsu dot ru
2003-09-22 14:16 ` wanderer at rsu dot ru
2003-09-22 14:24 ` paolo at gcc dot gnu dot org
2003-09-22 14:30 ` paolo at gcc dot gnu dot org
2003-09-22 14:32 ` paolo at gcc dot gnu dot org
2003-09-22 14:49 ` cvs-commit at gcc dot gnu dot org
2003-09-22 15:05 ` paolo at gcc dot gnu dot org
2003-10-17 18:14 ` 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).