Bug#439836: marked as done (gdc-4.1: generates invalid assembler code)

2007-09-01 Thread Debian Bug Tracking System
Your message dated Sat, 01 Sep 2007 12:17:09 + with message-id <[EMAIL PROTECTED]> and subject line Bug#439836: fixed in gdc-4.1 0.24-4.1.2-16 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case

Bug#439836:

2007-08-28 Thread Arthur Loiret
tags 439836 + confirmed upstream thanks Thanks for your bug report, reported upstream here: http://sourceforge.net/tracker/index.php?func=detail&aid=1783085&group_id=154306&atid=791252 Have a nice day, Arthur. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

Bug#439836: gdc-4.1: generates invalid assembler code

2007-08-27 Thread Peter De Wachter
Package: gdc-4.1 Version: 0.23-4.1.2-15 Severity: normal gdc generates invalid assember code for the following fragment: void foo (int i) { switch (i) { case 1: { static int x = 1; break; } case 2: { static int x = 2; break; } } } ; gdc -c bug.d /tmp/