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


Hello,
That is an error occuring in the compiling of FREEFEM program. (in their Scilab
interface version). This program is founded in
ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/contrib/FREEFEM/FREEFEM.tar.gz

I have isolated the error in one file with one function. This is the more
specific information:

1) g++ version:   2.95.1 19990816/Linux (release)
2) System 
2.1) (uname -a):
Linux jorge.dim.uchile.cl 2.2.16-3 #4 Thu Aug 24 13:09:26 CEST 2000 i586 unknown         
2.2) (rpm -qa|grep gcc)
gcc-2.95.1-3
gcc-c++-2.95.1-3
2.3) (rpm -qa | grep cpp)
cpp-2.95.1-3                                          

3) complete command line:
g++ -v --save-temps -fPIC -g   -DNOMAIN  -DFREEFEM -DF77_UNDERSCORE     -c Mesh22.cpp
4) complete output of compilation:

Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.95.1/specs
gcc version 2.95.1 19990816/Linux (release)
 /usr/lib/gcc-lib/i386-redhat-linux/2.95.1/cpp -lang-c++ -v -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__EXCEPTIONS -g -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__PIC__ -D__pic__ -DNOMAIN -DFREEFEM -DF77_UNDERSCORE Mesh22.cpp Mesh22.ii
GNU CPP version 2.95.1 19990816/Linux (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc-lib/i386-redhat-linux/2.95.1/../../../../include/g++-3
 /usr/local/include
 /usr/lib/gcc-lib/i386-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/i386-redhat-linux/2.95.1/../../../../i386-redhat-linux/include
End of omitted list.
 /usr/lib/gcc-lib/i386-redhat-linux/2.95.1/cc1plus Mesh22.ii -quiet -dumpbase Mesh22.cc -g -version -fPIC -o Mesh22.s
GNU C++ version 2.95.1 19990816/Linux (release) (i386-redhat-linux) compiled by GNU C version 2.95.1 19990816/Linux (release).
Mesh22.cpp: In function `int SwapForForcingEdge(Vertex *&, Vertex *&, TriangleAdjacent &, Icoor2 &, Icoor2 &, Icoor2 &, int &)':
Mesh22.cpp:124: Internal compiler error in `instantiate_virtual_regs_1', at function.c:3862
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

***************
5) The output files Mesh22.ii and Mesh22.s are gzipped and attached here.

Thanks you
Jorge San Martin H.
University of Chile
Departement of Mathematical Engeneering.


Mesh22.ii.gz

Mesh22.s.gz


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