From: borutr Date: Tue, 13 Nov 2007 06:25:05 +0000 (+0000) Subject: * support/regression/tests/bug-1817005.c: X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3b351cca93f77d8b1cd6438d5547b82cb2a8cf39;p=fw%2Fsdcc * support/regression/tests/bug-1817005.c: 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 --- diff --git a/ChangeLog b/ChangeLog index e80d77d6..56ced7a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-13 Borut Razem + + * support/regression/tests/bug-1817005.c: + added regtest for bug #1817005 - as-z80 chokes on long labels + 2007-11-12 Borut Razem * 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 index 00000000..7d80f48a --- /dev/null +++ b/support/regression/tests/test-1817005.c @@ -0,0 +1,19 @@ +/* bug-1817005.c + */ + +#include + +/* 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) +{ +}