This is the mail archive of the gcc-bugs@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: [NIIBE Yutaka <gniibe@mri.co.jp>] [GNU C library] sysdeps/i386/fpu/bits/mathinline.h (pow)


On nil, 13 May 1998, 09:32:42, drepper@cygnus.com wrote:

 > Hi,
 > 
 > I got this message saying the source below does not compile with egcs
 > 1.0.2.  I don't have this version installed but I verified there are
 > no problems with the current snapshot nor the 2.7.2.3 version.

No problems with 1.0.2, too:

$ /tools/gnu/packages/egcs/1.0.2/bin/gcc -v -c t.c 
Reading specs from /tools/gnu/lib/gcc-lib/i586-linux-gnulibc1/egcs-2.90.27/specs
gcc version egcs-2.90.27 980315 (egcs-1.0.2 release)
 /tools/gnu/lib/gcc-lib/i586-linux-gnulibc1/egcs-2.90.27/cpp -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=90 -Di386 -D__ELF__ -Dunix -Dlinux -D__i386__ -D__ELF__ -D__unix__ -D__linux__ -D__i386 -D__unix -D__linux -Asystem(posix) -Di386 -Di586 -Asystem(unix) -Acpu(i386) -Amachine(i386) -D__i386__ -D__i586__ -Asystem(unix) -Acpu(i386) -Amachine(i386) t.c /usr/tmp/cca01598.i
GNU CPP version egcs-2.90.27 980315 (egcs-1.0.2 release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /tools/gnu/include
 /tools/gnu/lib/gcc-lib/i586-linux-gnulibc1/egcs-2.90.27/include
 /usr/include
End of search list.
 /tools/gnu/lib/gcc-lib/i586-linux-gnulibc1/egcs-2.90.27/cc1 /usr/tmp/cca01598.i -quiet -dumpbase t.c -version -o /usr/tmp/cca01598.s
GNU C version egcs-2.90.27 980315 (egcs-1.0.2 release) (i586-linux-gnulibc1) compiled by GNU C version egcs-2.90.27 980315 (egcs-1.0.2 release).
 /tools/gnu/i586-linux-gnulibc1/bin/as -V -Qy -o t.o /usr/tmp/cca01598.s
GNU assembler version 2.9.1 (i586-linux-gnulibc1), using BFD version 2.9.1

manfred


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