public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: bootstrap/7312: bootstrap failure due to invalid use of errno
Date: Thu, 08 May 2003 10:46:00 -0000	[thread overview]
Message-ID: <20030508104601.1264.qmail@sources.redhat.com> (raw)

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

From: Bruno Haible <bruno@clisp.org>
To: Dara Hazeghi <dhazeghi@yahoo.com>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/7312: bootstrap failure due to invalid use of errno
Date: Thu, 8 May 2003 12:43:58 +0200 (CEST)

 Dara Hazeghi writes:
 
 > could the submitter of this bug please confirm whether this problem  
 > still occurs with a current version of gcc (ie 3.2.3).
 
 The bug is still there, as you can see from a look at the gcc-3.2.3
 source code:
 
   _cpp_simplify_pathname (name);
   node = splay_tree_lookup (pfile->all_include_files, (splay_tree_key) name);
   if (node)
     free (name);
   else
     {
       file = xcnew (struct include_file);
       file->name = name;
       file->err_no = errno;
 
 xcnew calls malloc and therefore can clobber errno.
 
 Bruno


             reply	other threads:[~2003-05-08 10:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-08 10:46 Bruno Haible [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-05-08 10:44 giovannibajo
2003-05-08  4:26 Dara Hazeghi
2002-07-15  5:36 Bruno Haible

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=20030508104601.1264.qmail@sources.redhat.com \
    --to=bruno@clisp.org \
    --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).