* support/regression/tests/bug-1817005.c:
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 13 Nov 2007 06:25:05 +0000 (06:25 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 13 Nov 2007 06:25:05 +0000 (06:25 +0000)
  added regtest for bug #1817005 - as-z80 chokes on long labels

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4964 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
support/regression/tests/test-1817005.c [new file with mode: 0644]

index e80d77d67bee809a8bcb4a3fce322264d902058c..56ced7a924a589110f2cb56c71b32a9dac769851 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-13 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/tests/bug-1817005.c:
+         added regtest for bug #1817005 - as-z80 chokes on long labels
+
 2007-11-12 Borut Razem <borut.razem AT siol.net>
 
        * as\z80\asmain.c, as\z80\asm.h, as\z80\assym.c, as\z80\asdata.c,
diff --git a/support/regression/tests/test-1817005.c b/support/regression/tests/test-1817005.c
new file mode 100644 (file)
index 0000000..7d80f48
--- /dev/null
@@ -0,0 +1,19 @@
+/* bug-1817005.c
+ */
+
+#include <testfwk.h>
+
+/* this is an assemble time test, so it doesn't have to be executed */
+
+int
+function_with_really_long_name(void)
+{
+  return 0;
+}
+
+/* dummy test function */
+
+void
+testDummy(void)
+{
+}