Results for 6.0.0 20151220 (experimental) [trunk revision 231861] (Debian 6-20151220-1) testsuite on arm-unknown-linux-gnueabi

2015-12-22 Thread Matthias Klose
LAST_UPDATED: Sun Dec 20 12:37:56 UTC 2015 (revision 231861) Native configuration is arm-unknown-linux-gnueabi === boehm-gc tests === Running target unix === boehm-gc Summary === # of expected passes12 # of unsupported tests 1

Bug#808728: gdc: Enable -Wdeprecated with -Wall or -Wextra

2015-12-22 Thread Celelibi
Package: gdc Version: 4:5.3.1-1 Severity: normal Dear maintainer, Would it be possible to enable the flag -Wdeprecated by default or with -Wall or -Wextra? Having some pretty important warnings left out even with -Wall -Wextra seems doubtful. Best regards, Celelibi -- System Information:

Bug#808724: gdc: "switch" requires a "default" case

2015-12-22 Thread Iain Buclaw
On 22 December 2015 at 10:10, Celelibi wrote: > > Package: gdc > Version: 4:5.3.1-1 > Severity: normal > > Dear maintainer, > > The D languages requires that the "switch" statement has a "default" > case. This is supposed to be already implemented in the frontend and > produce

Bug#808724: gdc: "switch" requires a "default" case

2015-12-22 Thread Celelibi
Package: gdc Version: 4:5.3.1-1 Severity: normal Dear maintainer, The D languages requires that the "switch" statement has a "default" case. This is supposed to be already implemented in the frontend and produce a compilation error. Here is a simple test-case that shouldn't compile: import