public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Giacomo Catenazzi <cate@math.ethz.ch>
To: pme@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org
Subject: Re: libstdc++/3026
Date: Wed, 06 Jun 2001 08:36:00 -0000	[thread overview]
Message-ID: <20010606153600.2324.qmail@sourceware.cygnus.com> (raw)

The following reply was made to PR libstdc++/3026; it has been noted by GNATS.

From: Giacomo Catenazzi <cate@math.ethz.ch>
To: pme@gcc.gnu.org
Cc: bkoz@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/3026
Date: Wed, 06 Jun 2001 17:32:27 +0200

 pme@gcc.gnu.org wrote:
 > 
 >     Egads.  A bunch of problems conspiring together.
 > 
 >     On one hand, the c_std headers are being used, which are
 >     known to be nonconforming in this respect.  Replacing the
 >     installed std_cstddef.h with the one from c_shadow solves
 >     the initial 'size_t/ptrdiff_t not declared' problem.
 > 
 >     On the other hand, /usr/include/stdlib.h starts giving
 >     parse errors due to its lack of knowledge about namespace
 >     std and namespaces in general; unqualified use of 'size_t'
 >     breaks in this case.
 > 
 
 Ok, but there is also the main problem:
 why not to change also ::acosl into std::acosl (and this change
 for few other math functions) ?
 
 This should correct the error:
  /usr/local/include/g++-v3/bits/std_cmath.h: In function `long double 
                   foo::std::acos(long double)':
                   /usr/local/include/g++-v3/bits/std_cmath.h:121: `::acosl'
 	          undeclared (first use here)
 
 
 	giacomo


             reply	other threads:[~2001-06-06  8:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-06  8:36 Giacomo Catenazzi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-06-07  9:26 libstdc++/3026 Gabriel Dos Reis
2001-06-07  8:06 libstdc++/3026 Catenazzi, Giacomo Amabile
2001-06-07  5:46 libstdc++/3026 Gabriel Dos Reis
2001-06-07  0:56 libstdc++/3026 Giacomo Catenazzi
2001-06-06 11:16 libstdc++/3026 Gabriel Dos Reis
2001-06-05 13:16 libstdc++/3026 Gabriel Dos Reis
2001-06-05 10:06 libstdc++/3026 Benjamin Kosnik
2001-06-05  9:36 libstdc++/3026 pme
2001-06-04 11:06 libstdc++/3026 bkoz

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=20010606153600.2324.qmail@sourceware.cygnus.com \
    --to=cate@math.ethz.ch \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=pme@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).