public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/11062] New: Please avoid __attribute__ ((unused))
@ 2003-06-02 11:40 richard.kreckel@ginac.de
  2003-06-02 11:49 ` [Bug libstdc++/11062] " richard.kreckel@ginac.de
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: richard.kreckel@ginac.de @ 2003-06-02 11:40 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=11062

           Summary: Please avoid __attribute__ ((unused))
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: richard.kreckel@ginac.de
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: mips-pc-linux-gnu
  GCC host triplet: mips-pc-linux-gnu
GCC target triplet: mips-pc-linux-gnu

Please use __attribute__ ((__unused__)) instead, since the plain 
spelling ((unused)) without underscores might conflict with otherwise
perfectly standard-complying sources that declare "unused" somehow.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libstdc++/11062] Please avoid __attribute__ ((unused))
  2003-06-02 11:40 [Bug libstdc++/11062] New: Please avoid __attribute__ ((unused)) richard.kreckel@ginac.de
@ 2003-06-02 11:49 ` richard.kreckel@ginac.de
  2003-06-02 12:19 ` pinskia@physics.uc.edu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: richard.kreckel@ginac.de @ 2003-06-02 11: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=11062



------- Additional Comments From richard.kreckel@ginac.de  2003-06-02 11:49 -------
Created an attachment (id=4139)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4139&action=view)
Patch to fix the problem

2003-06-02  Richard B. Kreckel	<Richard.Kreckel@GiNaC.DE>

	* config/cpu/mips/bits/atomicity.h: Change __attribute__
	((unused)) to __attribute__ ((__unused__)).
	* config/os/aix/atomicity.h: Same.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libstdc++/11062] Please avoid __attribute__ ((unused))
  2003-06-02 11:40 [Bug libstdc++/11062] New: Please avoid __attribute__ ((unused)) richard.kreckel@ginac.de
  2003-06-02 11:49 ` [Bug libstdc++/11062] " richard.kreckel@ginac.de
@ 2003-06-02 12:19 ` pinskia@physics.uc.edu
  2003-06-02 15:11 ` richard.kreckel@ginac.de
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-02 12:19 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=11062


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia@physics.uc.edu  2003-06-02 12:19 -------
>From <http://gcc.gnu.org/contribute.html>:
Patches to the standard C++ library (libstdc++-v3), and its web pages, and discussion of 
such patches, should go to libstdc++@gcc.gnu.org as well as to gcc-patches.

Can you send your patch to both gcc-patches@gcc.gnu.org and libstdc++@gcc.gnu.org?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libstdc++/11062] Please avoid __attribute__ ((unused))
  2003-06-02 11:40 [Bug libstdc++/11062] New: Please avoid __attribute__ ((unused)) richard.kreckel@ginac.de
  2003-06-02 11:49 ` [Bug libstdc++/11062] " richard.kreckel@ginac.de
  2003-06-02 12:19 ` pinskia@physics.uc.edu
@ 2003-06-02 15:11 ` richard.kreckel@ginac.de
  2003-06-02 15:16 ` pinskia@physics.uc.edu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: richard.kreckel@ginac.de @ 2003-06-02 15:11 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=11062



------- Additional Comments From richard.kreckel@ginac.de  2003-06-02 15:11 -------
Sure, if it helps.  Welcome to the bureaucracy.
(I was under the impression that Bugzilla's patch-facility was actually being used.)
</inappropriate_remark>




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libstdc++/11062] Please avoid __attribute__ ((unused))
  2003-06-02 11:40 [Bug libstdc++/11062] New: Please avoid __attribute__ ((unused)) richard.kreckel@ginac.de
                   ` (2 preceding siblings ...)
  2003-06-02 15:11 ` richard.kreckel@ginac.de
@ 2003-06-02 15:16 ` pinskia@physics.uc.edu
  2003-06-02 18:09 ` pme@gcc.gnu.org
  2003-07-25 16:40 ` jbuck at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-02 15: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=11062


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-02 15:16:08
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-02 15:16 -------
Patch has been submitted: <http://gcc.gnu.org/ml/gcc-patches/2003-06/msg00112.html>.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libstdc++/11062] Please avoid __attribute__ ((unused))
  2003-06-02 11:40 [Bug libstdc++/11062] New: Please avoid __attribute__ ((unused)) richard.kreckel@ginac.de
                   ` (3 preceding siblings ...)
  2003-06-02 15:16 ` pinskia@physics.uc.edu
@ 2003-06-02 18:09 ` pme@gcc.gnu.org
  2003-07-25 16:40 ` jbuck at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pme@gcc.gnu.org @ 2003-06-02 18:09 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=11062


pme@gcc.gnu.org changed:

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


------- Additional Comments From pme@gcc.gnu.org  2003-06-02 18:09 -------
Applied to mainline (3.4) and 3.3 branches.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libstdc++/11062] Please avoid __attribute__ ((unused))
  2003-06-02 11:40 [Bug libstdc++/11062] New: Please avoid __attribute__ ((unused)) richard.kreckel@ginac.de
                   ` (4 preceding siblings ...)
  2003-06-02 18:09 ` pme@gcc.gnu.org
@ 2003-07-25 16:40 ` jbuck at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: jbuck at gcc dot gnu dot org @ 2003-07-25 16:40 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=11062


jbuck at gcc dot gnu dot org changed:

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


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

end of thread, other threads:[~2003-07-25 16:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-02 11:40 [Bug libstdc++/11062] New: Please avoid __attribute__ ((unused)) richard.kreckel@ginac.de
2003-06-02 11:49 ` [Bug libstdc++/11062] " richard.kreckel@ginac.de
2003-06-02 12:19 ` pinskia@physics.uc.edu
2003-06-02 15:11 ` richard.kreckel@ginac.de
2003-06-02 15:16 ` pinskia@physics.uc.edu
2003-06-02 18:09 ` pme@gcc.gnu.org
2003-07-25 16:40 ` jbuck 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).