public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: bootstrap/4269: [sparc-unknown-netbsdeld1.5] HAVE_NL_LANGINFO doesn't ensure that CODESET is available
Date: Mon, 27 Jan 2003 18:06:00 -0000	[thread overview]
Message-ID: <20030127180605.11030.qmail@sources.redhat.com> (raw)

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

From: Adrian Bunk <bunk@fs.tum.de>
To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/4269: [sparc-unknown-netbsdeld1.5] HAVE_NL_LANGINFO doesn't ensure that CODESET is available
Date: Mon, 27 Jan 2003 18:56:46 +0100

 On Thu, Nov 21, 2002 at 02:44:28PM -0000, bangerth@dealii.org wrote:
 > Synopsis: [sparc-unknown-netbsdeld1.5] HAVE_NL_LANGINFO doesn't ensure that CODESET is available
 > 
 > State-Changed-From-To: feedback->analyzed
 > State-Changed-By: bangerth
 > State-Changed-When: Thu Nov 21 06:44:27 2002
 > State-Changed-Why:
 >     Problem still exists as of Nov 21, 2002.
 >     
 >     You already have pointed out the autoconf snippet that is
 >     necessary. Would you mind submitting a patch to 
 >     gcc-patches@gcc.gnu.org that uses it?
 
 
 In gcc head HAVE_LANGINFO_CODESET is already defined resp. undefined in 
 gcc/auto-host.h. I don't know that much about the gcc build system, 
 could you check whether the patch below looks correct?
 
 
 >     W.
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4269
 
 cu
 Adrian
 
 
 *** gcc/java/jv-scan.c.old	Mon Jan 27 00:51:14 2003
 --- gcc/java/jv-scan.c	Mon Jan 27 00:51:34 2003
 ***************
 *** 33,39 ****
   #include <locale.h>
   #endif
   
 ! #ifdef HAVE_NL_LANGINFO
   #include <langinfo.h>
   #endif
   
 --- 33,39 ----
   #include <locale.h>
   #endif
   
 ! #ifdef HAVE_LANGINFO_CODESET
   #include <langinfo.h>
   #endif
   
 ***************
 *** 205,211 ****
   	    /* There's no point in trying to find the current encoding
   	       unless we are going to do something intelligent with it
   	       -- hence the test for iconv.  */
 ! #if defined (HAVE_LOCALE_H) && defined (HAVE_ICONV) && defined (HAVE_NL_LANGINFO)
   	    setlocale (LC_CTYPE, "");
   	    if (encoding == NULL)
   	      encoding = nl_langinfo (CODESET);
 --- 205,211 ----
   	    /* There's no point in trying to find the current encoding
   	       unless we are going to do something intelligent with it
   	       -- hence the test for iconv.  */
 ! #if defined (HAVE_LOCALE_H) && defined (HAVE_ICONV) && defined (HAVE_LANGINFO_CODESET)
   	    setlocale (LC_CTYPE, "");
   	    if (encoding == NULL)
   	      encoding = nl_langinfo (CODESET);
 *** gcc/java/jcf-parse.c.old	Mon Jan 27 00:50:17 2003
 --- gcc/java/jcf-parse.c	Mon Jan 27 00:50:46 2003
 ***************
 *** 47,53 ****
   #include <locale.h>
   #endif
   
 ! #ifdef HAVE_NL_LANGINFO
   #include <langinfo.h>
   #endif
   
 --- 47,53 ----
   #include <locale.h>
   #endif
   
 ! #ifdef HAVE_LANGINFO_CODESET
   #include <langinfo.h>
   #endif
   
 ***************
 *** 798,804 ****
     /* There's no point in trying to find the current encoding unless we
        are going to do something intelligent with it -- hence the test
        for iconv.  */
 ! #if defined (HAVE_LOCALE_H) && defined (HAVE_ICONV) && defined (HAVE_NL_LANGINFO)
     setlocale (LC_CTYPE, "");
     if (current_encoding == NULL)
       current_encoding = nl_langinfo (CODESET);
 --- 798,804 ----
     /* There's no point in trying to find the current encoding unless we
        are going to do something intelligent with it -- hence the test
        for iconv.  */
 ! #if defined (HAVE_LOCALE_H) && defined (HAVE_ICONV) && defined (HAVE_LANGINFO_CODESET)
     setlocale (LC_CTYPE, "");
     if (current_encoding == NULL)
       current_encoding = nl_langinfo (CODESET);
 


             reply	other threads:[~2003-01-27 18:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-27 18:06 Adrian Bunk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-02-03 14:06 aph
2002-11-30 20:06 Adrian Bunk
2002-11-27 16:19 bangerth

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=20030127180605.11030.qmail@sources.redhat.com \
    --to=bunk@fs.tum.de \
    --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).