[Bug c/46155] Bug with generation of float.h header file on AIX

2015-02-06 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-11-18 Thread kon at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #13 from Kalle Olavi Niemitalo 2010-11-18 08:10:20 UTC --- Earlier, I thought GCC would eventually have to add some libc-specific definitions to anyway, in order to make FLT_ROUNDS call a function in the C library and map the results

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-10-26 Thread david.kirkby at onetel dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #12 from Dr. David Kirkby 2010-10-26 17:59:38 UTC --- (In reply to comment #11) > (In reply to comment #7) > > In your opinion, are IBM wrong to define fprnd_t in /usr/include/float.h? > > IBM's definition of fprnd_t in is within #i

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-10-24 Thread kon at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #11 from Kalle Olavi Niemitalo 2010-10-24 19:47:27 UTC --- (In reply to comment #7) > In your opinion, are IBM wrong to define fprnd_t in /usr/include/float.h? IBM's definition of fprnd_t in is within #ifdef _ALL_SOURCE. I presume

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-10-24 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #10 from joseph at codesourcery dot com 2010-10-24 17:50:44 UTC --- On Sun, 24 Oct 2010, david.kirkby at onetel dot net wrote: > > > I don't have a copy of the C standard. Is there one publicly available? > > > In your > > > opinion,

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-10-24 Thread david.kirkby at onetel dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #9 from Dr. David Kirkby 2010-10-24 16:10:30 UTC --- (In reply to comment #8) > On Sun, 24 Oct 2010, david.kirkby at onetel dot net wrote: > > > I don't have a copy of the C standard. Is there one publicly available? In > > your > >

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-10-24 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #8 from joseph at codesourcery dot com 2010-10-24 15:21:44 UTC --- On Sun, 24 Oct 2010, david.kirkby at onetel dot net wrote: > I don't have a copy of the C standard. Is there one publicly available? In > your > opinion, are IBM wron

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-10-24 Thread david.kirkby at onetel dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #7 from Dr. David Kirkby 2010-10-24 15:05:50 UTC --- (In reply to comment #5) > On Sun, 24 Oct 2010, david.kirkby at onetel dot net wrote: > > > On an IBM server running AIX 5.3, 'fprnd_t' is clearly defined in the IBM > > system hea

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-10-24 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #6 from joseph at codesourcery dot com 2010-10-24 14:12:05 UTC --- On Sun, 24 Oct 2010, david.kirkby at onetel dot net wrote: > It looks to me that the GCC header file lacks several definitions that are in > the IBM header file (DEC12

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-10-24 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #5 from joseph at codesourcery dot com 2010-10-24 14:07:25 UTC --- On Sun, 24 Oct 2010, david.kirkby at onetel dot net wrote: > On an IBM server running AIX 5.3, 'fprnd_t' is clearly defined in the IBM > system header file /usr/includ

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-10-23 Thread david.kirkby at onetel dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #4 from Dr. David Kirkby 2010-10-24 04:24:58 UTC --- I forgot to say, this is with the latest version of the GNU Scientific library (gsl-1.14). The hardware used is * IBM RS/6000 7025 F50 * 4 x 332 MHz 32-bit PowerPC CPUs * 3 G

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-10-23 Thread david.kirkby at onetel dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #3 from Dr. David Kirkby 2010-10-24 04:17:44 UTC --- It looks to me that the GCC header file lacks several definitions that are in the IBM header file (DEC128_EPSILON is another example). The size of the IBM header is around twice tha

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-10-23 Thread david.kirkby at onetel dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #2 from Dr. David Kirkby 2010-10-24 03:54:48 UTC --- Created attachment 22139 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22139 Header file created by gcc. Stored at /opt/pware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.2.4/include/floa

[Bug c/46155] Bug with generation of float.h header file on AIX

2010-10-23 Thread david.kirkby at onetel dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46155 --- Comment #1 from Dr. David Kirkby 2010-10-24 03:51:23 UTC --- Created attachment 22138 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22138 This is the IBM header file (/usr/include/float.h) from an AIX 5.3 system Clearly this shows that