Bug report

Simon Berry sberry@kyberpass.com
Thu Sep 30 19:57:00 GMT 1999


General:  I've forgotten the correct e-mail address to write to with bugs -
it's not immediately obvious on your web site.  Anyway this is a bug in GCC
Version 2.7.2.  I can't get higher versions of gcc to build on our DG/UX
box.  Please forward this on to the appropriate person.

Bug:  There is a duplicate -D__ix86, and I believe the first one (between
-Di386 and -Dunix) should be -D__ix86__.  Here's some sample output when I
noticed this.

kyber-dso1% gcc -v testavl.c
gcc version 2.7.2 (ix86 DG/ux, DG-2.7.2.6, Feb  3 1997)
 /usr/sde/default/usr/lib/gcc/cpp -lang-c -v -isystem
/usr/sde/default/usr/lib/g
cc/include -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 -Di386 -D__ix86 -Dunix
-DDGUX
-D__CLASSIFY_TYPE__=2 -D__i386__ -D__ix86 -D__unix__ -D__DGUX__
-D__CLASSIFY_TYP
E__=2 -D__i386 -D__unix -D__DGUX -Asystem(unix) -Asystem(svr4) -Acpu(i386)
-Amac
hine(i386) -D__OPEN_NAMESPACE__ -D_IX86_DG -D_DGUX_TARGET testavl.c
/var/tmp/cca
004dG.i
GNU CPP version 2.7.2 (ix86 DG/ux, DG-2.7.2.6, Feb  3 1997)
#include "..." search starts here:
#include <...> search starts here:              
... etc.



More information about the Gcc-bugs mailing list