aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash3.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.brendan/crash3.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.brendan/crash3.C14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.brendan/crash3.C b/gcc/testsuite/g++.old-deja/g++.brendan/crash3.C
deleted file mode 100644
index b3b8354b543..00000000000
--- a/gcc/testsuite/g++.old-deja/g++.brendan/crash3.C
+++ /dev/null
@@ -1,14 +0,0 @@
-// Build don't link:
-// GROUPS passed old-abort
-int strcmp();
-
-extern "C" {
- // dies in common_type, cuz the TREE_TYPE of t2 is 0, so it can't get its
- // TYPE_MAIN_VARIANT value.
- // <void_type 184510 void permanent VOID
- // size <integer_cst 1844e0 type <integer_type 182548 int> constant permanent 0
- // align 1 symtab 0
- // pointer_to_this <pointer_type 1845e0>
-
-int strcmp(const char*, const char*);
-}