diff --git a/ghc/tests/typecheck/should_fail/tcfail082.stderr b/ghc/tests/typecheck/should_fail/tcfail082.stderr
new file mode 100644
index 0000000000000000000000000000000000000000..df3b4743a161d0561b3d54492833ea46f1b1124d
--- /dev/null
+++ b/ghc/tests/typecheck/should_fail/tcfail082.stderr
@@ -0,0 +1,12 @@
+
+tcfail082.hs:1:
+    Duplicate or overlapping instance declarations
+	for `Read FooData'
+	    imported from module `Inst82_1' and imported from module `Inst82_2'
+
+tcfail082.hs:8:
+    No instance for `Show FooData'
+	arising from use of `print' at tcfail082.hs:8
+
+Compilation had errors
+