This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c/7755: Please make -Wno-deprecated do just that


>Number:         7755
>Category:       c
>Synopsis:       Please make -Wno-deprecated do just that
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 28 22:36:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     hpa@zytor.com
>Release:        gcc-3.2
>Organization:
>Environment:
Linux RedHat 7.3.94 ("null") i386
>Description:
Even when compiling with -Wno-deprecated, gcc will spew warnings about many deprecated features, such as concatenating __FUNCTION__ with a string.  This makes it very hard to migrate to using a newer gcc, since all these warnings are likely to hide real bugs.  It would therefore be desirable if -Wno-deprecated would genuinely suppress warnings about deprecated features, *or* add a -Wno-all-deprecated or some such option.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]