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]

ICE in g++ 2.95.2


Hi all,

I found another internal compiler error in g++ 2.95.2
I will try snapshot 20000221 later.

Here are the command line and the output:
[arnold@localhost MatLib]$ ng++ -v --save-temps -c -O2
-fno-strength-reduce -DFUNCTION_H -fguiding-decls -D_USE_IGPM_NAMSPACE
-I/usr/local/libv3/include directsolv.cpp -c -o directsolv.o
Reading specs from
/usr/local/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnulibc1/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/local/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnulibc1/2.95.2/cpp
-lang-c++ -v -I/usr/local/libv3/include -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 -D__OPTIMIZE__ -Acpu(i386)
-Amachine(i386) -Di386 -D__i386 -D__i386__ -Di686 -Dpentiumpro -D__i686
-D__i686__ -D__pentiumpro -D__pentiumpro__ -DFUNCTION_H
-D_USE_IGPM_NAMSPACE directsolv.cpp directsolv.ii
GNU CPP version 2.95.2 19991024 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:

/usr/local/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnulibc1/2.95.2/../../../../include/g++-3
 /usr/local/include

/usr/local/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnulibc1/2.95.2/../../../../i686-pc-linux-gnulibc1/include
 /usr/local/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnulibc1/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search
path:
End of omitted list.
 /usr/local/gcc-2.95.2/lib/gcc-lib/i686-pc-linux-gnulibc1/2.95.2/cc1plus
directsolv.ii -quiet -dumpbase directsolv.cc -O2 -version
-fno-strength-reduce -fguiding-decls -o directsolv.s
GNU C++ version 2.95.2 19991024 (release) (i686-pc-linux-gnulibc1)
compiled by GNU C version 2.95.2 19991024 (release).
basevector.cpp: In instantiation of
`igpm::basevector<double>::Redimension(int)':
svd.cpp:233:   instantiated from here
basevector.cpp:205: Internal compiler error.
basevector.cpp:205: Please submit a full bug report.
basevector.cpp:205: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.

The program was taken from:
ftp://taoume.irphe.univ-mrs.fr/home/panisse2/jvor/public_html/IGPMlib.tgz
(in Matlib/tvector.h 'GUIDING was removed)

the .ii is compressed with bzip2 and attached

regards, Arnold Metselaar

directsolv.ii.bz2


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