This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Branch: undefined reference to `__builtin_cos'


L.S.,

A new puzzle:

toon@super:~/g77-bugs$ cat aaa.f
      print*,cos(1.0)
      end
toon@super:~/g77-bugs$ /usr/rel/bin/g77 aaa.f
/tmp/cca188LP.o: In function `MAIN__':
/tmp/cca188LP.o(.text+0x34): undefined reference to `__builtin_cos'
/tmp/cca188LP.o(.text+0x38): undefined reference to `__builtin_cos'
collect2: ld returned 1 exit status

Top of ChangeLog:

Wed Mar 14 13:17:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

        * alias.c (handled_component_p, can_address_p): New functions.
        (get_alias_set): Use them.

2001-03-14  Mark Mitchell  <mark@codesourcery.com>

        * expr.c (expand_expr): Revove bogus conditional.

2001-03-14  Mark Mitchell  <mark@codesourcery.com>

        * tree.h (DECL_RTL): Allocate RTL lazily.
        (SET_DECL_RTL): New macro.

"Wie de schoen past, ..." :-)

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]