From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Berry To: "'gnu@gnu.org'" Subject: Bug report Date: Thu, 23 Sep 1999 14:51:00 -0000 Message-id: <199909232150.RAA12159@mescaline.gnu.org> X-SW-Source: 1999-09/msg00764.html List-Id: 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.