diff options
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.other/comdat5.C')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/comdat5.C | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/comdat5.C b/gcc/testsuite/g++.old-deja/g++.other/comdat5.C new file mode 100644 index 000000000..ad707f572 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.other/comdat5.C @@ -0,0 +1,7 @@ +// PR target/17828 +// { dg-do link { target fpic } } +// { dg-additional-sources " comdat5-aux.cc" } +// { dg-options "-O2 -fPIC" } +// { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } } + +#include "comdat4.C" |