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 report


Output of makefile:

cd /a/ariel/u1/swangken/compute/native/fead/test/
make -k tblas1
g++ -I/home/swangken/compute/native/fead  -v --save-temps -c tblas1.cpp	
Reading specs from
/home/swangken/local/packages/GCC/gcc-2.95-2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)

/home/swangken/local/packages/GCC/gcc-2.95-2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/cpp
-lang-c++ -v -I/home/swangken/compute/native/fead -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 -Acpu(i386) -Amachine(i386)
-Di386 -D__i386 -D__i386__ -Di686 -Dpentiumpro -D__i686 -D__i686__
-D__pentiumpro -D__pentiumpro__ tblas1.cpp tblas1.ii
GNU CPP version 2.95.2 19991024 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /home/swangken/compute/native/fead

/home/swangken/local/packages/GCC/gcc-2.95-2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3
 /usr/local/include

/home/swangken/local/packages/GCC/gcc-2.95-2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../i686-pc-linux-gnu/include

/home/swangken/local/packages/GCC/gcc-2.95-2/lib/gcc-lib/i686-pc-linux-gnu/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.

/home/swangken/local/packages/GCC/gcc-2.95-2/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/cc1plus
tblas1.ii -quiet -dumpbase tblas1.cc -version -o tblas1.s
GNU C++ version 2.95.2 19991024 (release) (i686-pc-linux-gnu) compiled
by GNU C version 2.95.2 19991024 (release).
/home/swangken/compute/native/fead/matvec/blas1.h: In function `void
matvec::add<vector<double,allocator<double> >,
vector<double,allocator<double> >, vector<double,allocator<double> >
>(const vector<double,allocator<double> > &, const vector<double,allocator<double> > &, vector<double,allocator<double> > &)':
tblas1.cpp:8:   instantiated from here
/home/swangken/compute/native/fead/matvec/blas1.h:43: Internal compiler
error.
/home/swangken/compute/native/fead/matvec/blas1.h:43: Please submit a
full bug report.
/home/swangken/compute/native/fead/matvec/blas1.h:43: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for
instructions.
make: *** [tblas1.o] Error 1
make: Target `tblas1' not remade because of errors.

Compilation exited abnormally with code 2 at Tue Feb 22 14:59:24

tblas1.ii.gz


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