OSDN Git Service

/cp
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / repo5.C
index 0d2893e..e45ade7 100644 (file)
@@ -2,6 +2,7 @@
 // { dg-options "-frepo" } 
 // { dg-final { cleanup-repo-files } }
 // { dg-require-host-local "" }
+// { dg-skip-if "dkms are not final links" { vxworks_kernel } }
 
 template< typename T, T N > struct integral_c {
   static const T value = N;