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]

Re: 3.0 build failure on AIX (32 vs 64bit issue in mknumeric_limits)


On 21 Jun 2001, Alexandre Oliva wrote:

> Ha!  That must be it.  2.11.2 is out already.

Now that I have binutils 2.11.2 installed, I was able to run
gen-num-limits in gdb 4.18. Here's what I found:

        static const bool is_iec559 = true;
        static const bool is_bounded = true;
        static const bool is_modulo = true;


Program received signal SIGILL, Illegal instruction.
0x500d6324 in .udiv () at soinit.c:59
59      soinit.c: No such file or directory.
(gdb)


-- 
Alex.

http://www.tahallah.demon.co.uk


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