This is the mail archive of the gcc@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]
Other format: [Raw text]

FTensor on cygwin - partial success


Just built FTensor on cygwin with todays CVS gcc-3.1, as described in 
http://gcc.gnu.org/gcc-3.1/testing-ftensor.html

The compiler conformance tests all pass but I get failures on the 
performance tests.  Is anyone else seeing this?

For example:

cd tests/speed
make little

g++ -ftemplate-depth-100 -Drestrict= -w -O3 -finline-functions -finline-limit-1000000 -ffast-math -fno-rtti -fno-exceptions    little.C   -o little
little.C: In function `int main()':
little.C:48: no match for call to `(FTensor::Tensor1<double,3>) (const FTensor::Index<'i',3> &)'
../../Tensor1/Tensor1_value.h:31: candidates are: double & FTensor::Tensor1<double,3>::operator ()(int)
../../Tensor1/Tensor1_value.h:43:                 double FTensor::Tensor1<double,3>::operator ()(int) const

and so on.

Happy to supply the test cases, but probably easier to grab to original and follow the instructions.


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