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]
Other format: [Raw text]

[Bug c++/34588] New: g++.dg/other/spu2vmx-1.C doesn't find spu2vmx.h on powerpc-*-darwin*


The g++.dg/other/spu2vmx-1.C testcase fails on powerpc-apple-darwin9 as
follows...

Executing on host:
/sw/src/fink.build/gcc43-4.2.999-20071224/darwin_objdir/gcc/testsuite/g++/../../g++
-B/sw/src/fink.build/gcc43-4.2
.999-20071224/darwin_objdir/gcc/testsuite/g++/../../
/sw/src/fink.build/gcc43-4.2.999-20071224/gcc-4.3-20071224/gcc/testsuite/g++.dg/
other/spu2vmx-1.C  -nostdinc++
-I/sw/src/fink.build/gcc43-4.2.999-20071224/darwin_objdir/powerpc-apple-darwin9/libstdc++-v3/include/p
owerpc-apple-darwin9
-I/sw/src/fink.build/gcc43-4.2.999-20071224/darwin_objdir/powerpc-apple-darwin9/libstdc++-v3/include
-I/sw/src/f
ink.build/gcc43-4.2.999-20071224/gcc-4.3-20071224/libstdc++-v3/libsupc++
-I/sw/src/fink.build/gcc43-4.2.999-20071224/gcc-4.3-20071224
/libstdc++-v3/include/backward
-I/sw/src/fink.build/gcc43-4.2.999-20071224/gcc-4.3-20071224/libstdc++-v3/testsuite/util
-fmessage-len
gth=0  -maltivec  -fno-show-column -S  -m32 -o spu2vmx-1.s    (timeout = 300)
/sw/src/fink.build/gcc43-4.2.999-20071224/gcc-4.3-20071224/gcc/testsuite/g++.dg/other/spu2vmx-1.C:6:
error: spu2vmx.h: No such file o
r directory
/sw/src/fink.build/gcc43-4.2.999-20071224/gcc-4.3-20071224/gcc/testsuite/g++.dg/other/spu2vmx-1.C:8:
error: 'vec_uint4' does not name
 a type
/sw/src/fink.build/gcc43-4.2.999-20071224/gcc-4.3-20071224/gcc/testsuite/g++.dg/other/spu2vmx-1.C:12:
error: 'vec_float4' does not na
me a type
compiler exited with status 1
output is:
/sw/src/fink.build/gcc43-4.2.999-20071224/gcc-4.3-20071224/gcc/testsuite/g++.dg/other/spu2vmx-1.C:6:
error: spu2vmx.h: No such file o
r directory
/sw/src/fink.build/gcc43-4.2.999-20071224/gcc-4.3-20071224/gcc/testsuite/g++.dg/other/spu2vmx-1.C:8:
error: 'vec_uint4' does not name
 a type
/sw/src/fink.build/gcc43-4.2.999-20071224/gcc-4.3-20071224/gcc/testsuite/g++.dg/other/spu2vmx-1.C:12:
error: 'vec_float4' does not na
me a type

FAIL: g++.dg/other/spu2vmx-1.C (test for excess errors)

Adding
-I/sw/src/fink.build/gcc43-4.2.999-20071224/gcc-4.3-20071224/gcc/config/rs6000
to the compile line allows the testcase to compile normally.  For some reason
this header isn't found
(or installed) properly on darwin.


-- 
           Summary: g++.dg/other/spu2vmx-1.C doesn't find spu2vmx.h on
                    powerpc-*-darwin*
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: powerpc-apple-darwin9
  GCC host triplet: powerpc-apple-darwin9
GCC target triplet: powerpc-apple-darwin9


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34588


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