[Bug target/47032] libgfortran references complex long double functions missing on AIX

2011-02-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #12

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2011-02-08 Thread michael.haubenwallner at salomon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 --- Comment #11 from Michael Haubenwallner 2011-02-08 22:14:19 UTC --- (In reply to comment #10) > #including math.h and then trying a link test > should give correct results because it will fail to find __copysignl128 in > libm While this is ab

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2011-02-08 Thread pogma at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 --- Comment #10 from Peter O'Gorman 2011-02-08 21:03:46 UTC --- (In reply to comment #9) > > > > AC_CHECK_LIB([m],[copysignl],[AC_DEFINE([HAVE_COPYSIGNL],[1],\ > > > >[libm includes copysignl])]) > So, for the AC_CHECK_LIB line above, what

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2011-02-08 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 --- Comment #9 from Steve Kargl 2011-02-08 20:49:04 UTC --- On Tue, Feb 08, 2011 at 08:43:33PM +, pogma at gcc dot gnu.org wrote: > --- Comment #8 from Peter O'Gorman 2011-02-08 > 20:43:18 UTC --- > (In reply to comment #7) > > (In reply to

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2011-02-08 Thread pogma at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 Peter O'Gorman changed: What|Removed |Added CC||pogma at gcc dot gnu.org --- Comment #8

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2011-02-03 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 --- Comment #7 from Ralf Wildenhues 2011-02-04 05:16:15 UTC --- (In reply to comment #3) > libgfortran/configure.ac has lines of the form (note I wrapped the line) > > AC_CHECK_LIB([m],[copysignl],[AC_DEFINE([HAVE_COPYSIGNL],[1],\ >[libm inc

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2011-01-25 Thread michael.haubenwallner at salomon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 Michael Haubenwallner changed: What|Removed |Added CC||michael.haubenwallner at

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2011-01-06 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 --- Comment #5 from David Edelsohn 2011-01-06 18:55:20 UTC --- (In reply to comment #4) > David, does GCC 4.5.x build on AIX? GCC 4.5 libgfortran builds on AIX 5.3, but not AIX 6.1. GCC 4.4 libgfortran built on both, so this is a regression, bu

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2010-12-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 Richard Guenther changed: What|Removed |Added Keywords||build Target|

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2010-12-21 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 --- Comment #3 from Steve Kargl 2010-12-21 18:37:21 UTC --- On Tue, Dec 21, 2010 at 05:07:53PM +, dje at gcc dot gnu.org wrote: > This is an interaction / assumption problem between the target (AIX) and > libgfortran. libgfortran previously

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2010-12-21 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/47032] libgfortran references complex long double functions missing on AIX

2010-12-21 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47032 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org