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]

gcc 2.95.1 failure


Hi,

I was trying to gcc 2.95.1 to compile Mesa 2.6 on a PowerTowerPro200
(PowerPC 604e Mac clone) running LinuxPPC R5 (Linux 2.2.6-15apmac).
While compiling the file readpix.c, gcc barfed and suggested I send a
"full bug report".  What follows are the command line and compiler output 
when I reran the gcc with '-v --save-temps' in addition to my own gcc
options.  The bzip2'd .i file is attached.

Hope you find this interesting,

Cheers,

Tom


[pollard@sophia src]$ gcc -v --save-temps -c -I../include -pedantic
-funroll-loops -O2 -mcpu=604  -DSHM readpix.c

Reading specs from /usr/lib/gcc-lib/ppc-redhat-linux/2.95.1/specs
gcc version 2.95.1 19990809 (prerelease)
 /usr/lib/gcc-lib/ppc-redhat-linux/2.95.1/cpp -lang-c -v -I../include
-D__GNUC__=2 -D__GNUC_MINOR__=95 -DPPC -D__ELF__ -Dpowerpc -D__PPC__
-D__ELF__ -D__powerpc__ -D__PPC -D__powerpc -Acpu(powerpc)
-Amachine(powerpc) -D__CHAR_UNSIGNED__ -D__OPTIMIZE__ -pedantic
-D_CALL_SYSV -D_BIG_ENDIAN -D__BIG_ENDIAN__ -Amachine(bigendian)
-D_ARCH_PPC -D__unix__ -D__linux__ -Dunix -Dlinux -Asystem(unix)
-Asystem(posix) -DSHM readpix.c readpix.i
GNU CPP version 2.95.1 19990809 (prerelease) (PowerPC GNU/Linux)
#include "..." search starts here:
#include <...> search starts here:
 ../include
 /usr/local/include

/usr/lib/gcc-lib/ppc-redhat-linux/2.95.1/../../../../ppc-redhat-linux/include
 /usr/lib/gcc-lib/ppc-redhat-linux/2.95.1/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/lib/gcc-lib/ppc-redhat-linux/2.95.1/../../../../include/g++-3
End of omitted list.
 /usr/lib/gcc-lib/ppc-redhat-linux/2.95.1/cc1 readpix.i -quiet -dumpbase
readpix.c -mcpu=604 -O2 -pedantic -version -funroll-loops -o readpix.s
GNU C version 2.95.1 19990809 (prerelease) (ppc-redhat-linux) compiled by
GNU C version 2.95.1 19990809 (prerelease).
readpix.c: In function `read_depth_pixels':
readpix.c:395: Internal compiler error:
readpix.c:395: Internal compiler error in `schedule_region', at
haifa-sched.c:7777
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.


-------------------------------------------------------------------------
W. Thomas Pollard                                  Schrodinger, Inc.
pollard@schrodinger.com                       http://www.schrodinger.com/
-------------------------------------------------------------------------

readpix.c (preprocessed)


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