public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c/7755: Please make -Wno-deprecated do just that
Date: Wed, 08 Jan 2003 18:36:00 -0000	[thread overview]
Message-ID: <20030108183606.25868.qmail@sources.redhat.com> (raw)

The following reply was made to PR c/7755; it has been noted by GNATS.

From: "H. Peter Anvin" <hpa@zytor.com>
To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
        hpa@zytor.com, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: c/7755: Please make -Wno-deprecated do just that
Date: Wed, 08 Jan 2003 10:27:29 -0800

 This is a multi-part message in MIME format.
 --------------060800000909000601000603
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 bangerth@dealii.org wrote:
 > Synopsis: Please make -Wno-deprecated do just that
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: bangerth
 > State-Changed-When: Tue Jan  7 18:17:18 2003
 > State-Changed-Why:
 >     Thanks for your report (and how unfortunate that nobody seems)
 >     to have looked at it so far...). Do you have a small testcase
 >     that shows the problem? Please send it to us so that we can
 >     easily reproduce the problem.
 >     
 
 Attached is a very simple testcase, which demonstrates the problem quite
 well.
 
 
 
 --------------060800000909000601000603
 Content-Type: text/plain;
  name="function.c"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="function.c"
 
 #include <stdio.h>
 
 int main(int argc, char *argv[])
 {
   puts("This is " __FUNCTION__);
   return 0;
 }
 
 --------------060800000909000601000603
 Content-Type: text/plain;
  name="output.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="output.txt"
 
 : neocesium 109 ; cat /etc/redhat-release
 Red Hat Linux release 8.0.92 (Phoebe)
 : neocesium 110 ; rpm -q gcc
 gcc-3.2.1-2
 : neocesium 111 ; gcc -v
 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.1/specs
 Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
 Thread model: posix
 gcc version 3.2.1 20021207 (Red Hat Linux 8.0 3.2.1-2)
 : neocesium 112 ; gcc -Wall -Wno-deprecated -O -g -o function function.c
 function.c: In function `main':
 function.c:5: warning: concatenation of string literals with __FUNCTION__ is deprecated
 
 --------------060800000909000601000603--
 


             reply	other threads:[~2003-01-08 18:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-08 18:36 H. Peter Anvin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-01-08 20:06 Christian Ehrhardt
2003-01-08  2:26 H. Peter Anvin
2003-01-08  2:17 bangerth
2002-08-28 22:46 hpa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030108183606.25868.qmail@sources.redhat.com \
    --to=hpa@zytor.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).