public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/22261] New: GCC using sqrtf() on AIX 5.1 when it doesn't exist
@ 2005-06-30 21:44 bugzilla-gcc at thewrittenword dot com
  2005-06-30 21:54 ` [Bug c/22261] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-gcc at thewrittenword dot com @ 2005-06-30 21:44 UTC (permalink / raw)
  To: gcc-bugs

$ cat sqrt.c
#include <math.h>

int
main (void) {
  float a;

  (float)sqrt ((double)a);
}
$ /opt/TWWfsw/gcc343/bin/gcc sqrt.c -lm
$ /opt/TWWfsw/gcc343/bin/gcc -O sqrt.c -lm    
ld: 0711-317 ERROR: Undefined symbol: .sqrtf
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status

-- 
           Summary: GCC using sqrtf() on AIX 5.1 when it doesn't exist
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bugzilla-gcc at thewrittenword dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-ibm-aix5.1.0.0
  GCC host triplet: powerpc-ibm-aix5.1.0.0
GCC target triplet: powerpc-ibm-aix5.1.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22261


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug c/22261] GCC using sqrtf() on AIX 5.1 when it doesn't exist
  2005-06-30 21:44 [Bug c/22261] New: GCC using sqrtf() on AIX 5.1 when it doesn't exist bugzilla-gcc at thewrittenword dot com
@ 2005-06-30 21:54 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-30 21:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-30 21:54 -------


*** This bug has been marked as a duplicate of 22083 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22261


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-30 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-30 21:44 [Bug c/22261] New: GCC using sqrtf() on AIX 5.1 when it doesn't exist bugzilla-gcc at thewrittenword dot com
2005-06-30 21:54 ` [Bug c/22261] " pinskia at gcc dot gnu dot org

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