public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* fortran/2379: sin anc cos functions result in undefined __builtin_sin/cos
@ 2001-03-24 23:06 jaakko.hyvatti
  0 siblings, 0 replies; only message in thread
From: jaakko.hyvatti @ 2001-03-24 23:06 UTC (permalink / raw)
  To: gcc-gnats

>Number:         2379
>Category:       fortran
>Synopsis:       sin anc cos functions result in undefined __builtin_sin/cos
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          rejects-legal
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 24 23:06:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     jaakko.hyvatti@iki.fi
>Release:        gcc version 3.0 20010323 from codesourcery precompiled
>Organization:
>Environment:
i386
linux-2.4.2
glibc-2.1.3 or glibc-2.2.2
>Description:
      program sintest
      write (*,1) sin(1.0)
 1    format ('sin(1)=', G12.6)
      end


$ g77 -V 3.0 -o test test.f
/tmp/ccq6FkNm.o: In function `MAIN__':
/tmp/ccq6FkNm.o(.text+0x23): undefined reference to `__builtin_sin'
collect2: ld returned 1 exit status
$

$ g77 -V 2.97 -o test test.f
$ ./test  
sin(1)=0.841471    
$
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-03-24 23:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-24 23:06 fortran/2379: sin anc cos functions result in undefined __builtin_sin/cos jaakko.hyvatti

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).