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]

internal compiler error in `subst_asm_stack_regs' for gcc 2.95 19990728 on Intel PII/Linux 2.2.10 arch


Hi all,

I got an internal compiler error when compiling the Superpatch 3.1e for the
POV raytracer 3.1g. The file that caused the problem is 'i_nfunc.c'
(attached). Below is the output from the command line. Also attached is the
file 'i_nfunc.i.gz'. I hope you smash the bug !

Have a nice day,

Gert Van den Eynde
SCK-CEN
Reactor Physics
Boeretang 200
B-2400 Mol
Belgium


 <<i_nfunc.c>>  <<i_nfunc.i.gz>> 

Command line output:


gvdeynde@ionas:~/Private/pov/sp3.1e/unix > gcc -v --save-temps -O6
-finline-functions -ffast-math -shared -fPIC -DCOMPILER_VER=\".`uname`.gcc\"
-DDLL_FRAME -DPOVISO -DUNIX -I. -I.. ../i_nfunc.c -o i_nfunc.so
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95/specs
gcc version 2.95 19990728 (release)
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95/cpp -lang-c -v -I. -I..
-D__GNUC__=2 -D__GNUC_MINOR__=95 -D__ELF__ -Dunix -D__i386__ -Dlinux
-D__ELF__
-D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix)
-D__OPTIMIZE__ -D__FAST_MATH__ -Acpu(i386) -Amachine(i386) -Di386 -D__i386
-D__i386__ -Di686 -Dpentiumpro -D__i686 -D__i686__ -D__pentiumpro
-D__pentiumpro__ -D__PIC__ -D__pic__ -DCOMPILER_VER=".Linux.gcc" -DDLL_FRAME
-DPOVISO -DUNIX ../i_nfunc.c i_nfunc.i
GNU CPP version 2.95 19990728 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 .
 ..
 /usr/local/include
 
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95/../../../../i686-pc-linux-gnu/
include
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95/../../../../include/g++-3
End of omitted list.
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95/cc1 i_nfunc.i -quiet
-dumpbase
i_nfunc.c -O6 -version -finline-functions -ffast-math -fPIC -o i_nfunc.s
GNU C version 2.95 19990728 (release) (i686-pc-linux-gnu) compiled by GNU C
version 2.95 19990728 (release).
../i_nfunc.c: In function `func_12':
../i_nfunc.c:213: Internal compiler error in `subst_asm_stack_regs', at
reg-stack.c:2339
Please submit a full bug report.



i_nfunc.c

i_nfunc.i.gz


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