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
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
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/
3 matches
Mail list logo