public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: bertlaubsch@yahoo.com
To: gcc-gnats@gcc.gnu.org
Cc: suse@suse.de, support@suse.de
Subject: debug/8193: exp10 in mathcalls.h  (gcc ver 2.95.3)
Date: Thu, 10 Oct 2002 15:36:00 -0000	[thread overview]
Message-ID: <20021010223454.2792.qmail@sources.redhat.com> (raw)


>Number:         8193
>Category:       debug
>Synopsis:       exp10 in mathcalls.h  (gcc ver 2.95.3)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          wrong-code
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 10 15:36:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     bertlaubsch@yahoo.com
>Release:        gcc version 2.95.3 20010315 (SuSE)
>Organization:
>Environment:
running suse 8.0
>Description:
summary: I was trying to use a math call to double exp10(double) and am getting some buggy results.

ok.

so i i browsed throught the mathcalls file and found a function exp10 which I wanted to use. 

in /usr/include/bits/mathcalls.h :

#ifdef __USE_GNU
/* A function missing in all standards: compute exponent to base ten.  */
__MATHCALL (exp10,, (_Mdouble_ __x));
/* Another name occasionally used.  */
__MATHCALL (pow10,, (_Mdouble_ __x));
#endif


the program is completely buggy if i don't write my own exp10 function.

>How-To-Repeat:
compile the sources above. 

repeat this on running the buggy binary:
> ./a.out 
enter lambda in meters in format (num  exp)1 0

> >> nu=1.000000e-03  = 1.000000e-03  angstroms 

enter lambda in meters in format (num  exp)1 1

> >> nu=1.000000e-03  = 1.000000e-03  angstroms 

enter lambda in meters in format (num  exp)1 6

> >> nu=1.000000e-03  = 1.075247e+06  angstroms 

enter lambda in meters in format (num  exp)


---note:

i added one debugging line to the my file
(setting nu to a fixed number should produce a constant output after the >>> below) yet i get very unexpected results; the program output is totally unexpected and spurious:

>Fix:
when i define my own exp10 function the program behaves as expected. the test program is attached. I believe this shows some corruption in the call exp10.
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="m2hz.c"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="m2hz.c"


                 reply	other threads:[~2002-10-10 22:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20021010223454.2792.qmail@sources.redhat.com \
    --to=bertlaubsch@yahoo.com \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=support@suse.de \
    --cc=suse@suse.de \
    /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).