Package: gdc
Version: 4:8-20180321-1
Severity: normal
Hello,
The gdc package says:
> Depends: gdc-8 (>= 8-20180321-1~), libgphobos-dev (= 8-20180321-1)
> Description-en: D compiler (language version 2), based on the GCC backend
> This is a dependency package providing the default D compiler.
>
lose wrote:
>> Control: severity -1 important
>>
>> On 22.11.2016 22:21, Peter De Wachter wrote:
>>> Package: gdc-6
>>> Version: 6.2.1-4
>>> Severity: serious
>>> Justification: breaks other packages (ii-esu, tatan, dub)
>>>
>>&g
Package: gdc-6
Version: 6.2.1-4
Severity: serious
Justification: breaks other packages (ii-esu, tatan, dub)
Hi,
This upload has a bug very similar to #835255. The same test program
again fails to link:
import std.datetime;
void main () { }
$ gdc -o date date.d
/usr/lib/gcc/x86_64-linux-gnu/6/li
Package: gdc-6
Version: 6.2.0-1
Severity: normal
Hi. In this release, programs that reference std.datetime fail to
build, with error messages referencing curl and libdl. I don't know
what's going on here, but it seems there's something badly broken in
libphobos.
$ cat date.d
import std.datetime;
Package: gdc-5
Version: 5.4.0-4
Severity: normal
Hi,
If ldc is installed, gdc will attempt to use ldc's include files in
preference to its own. This won't work, as many of these files are not
portable:
$ cat test.d
import core.stdc.stdarg;
$ gdc -c test.d
/usr/include/d/core/stdc/stdarg
Package: gdc-5
Version: 5.4.0-3
Severity: serious
Justification: makes dependent packages ftbfs
Hi,
This version of gdc cannot build executables due to a missing -lgdruntime:
$ cat test.d
void main() { }
$ gdc test.d
/usr/bin/ld: cannot find -lgdruntime
collect2: error: ld returned 1
Package: gdc-6
Version: 6-20160117-1
Severity: normal
Dear Maintainer,
This program fails to compile in this gdc snapshot:
void main() {
real[] a = [-1];
}
It is accepted by both gdc-5 and the dmd reference compiler.
-- System Information:
Debian Release: stretch/sid
APT prefers uns
Package: libstdc++6-4.8-dbg
Version: 4.8.2-15
Severity: normal
Dear Maintainer,
This package contains python scripts which should allow gdb to
pretty-print C++ types. But these scripts fail to load:
File "/usr/lib/debug/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py",
line 63, in
Package: gdc-4.6
Version: 0.29.1-4.6.2-1
Severity: normal
If no '-c' option is specified, gdc doesn't generate the right output file
name:
$ gdc-4.6 -c HelloWorld.d
$ ls
HelloWorld.d
HelloWorl.o
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstab
Package: gdc-4.4
Version: 1.063-4.4.6-7
Severity: important
Any invocation of the gdc-4.4 compiler prints a multilib-relted warning:
cc1d: warning: command line option "-imultilib" is valid for
C/C++/Fortran/ObjC/ObjC++ but not for D
This is rather annoying and hides useful compiler warnings
the description
in the manual, I'm guessing it should fail, which would mean that
there's a bug in the cycle detection algorithm.
Regards
Peter De Wachter
[1] http://www.debian.org/doc/developers-reference/pkgs.html#bug-answering
==> P47Boot.d <==
module P47Boot;
import P47Ga
a working executable. Recently the same problem occured with
parsec47 (#583638).
Regards
Peter De Wachter
--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/12752
Op Wed, 21 Apr 2010 16:55:36 +0100
schreef Iain Buclaw :
> On 20 April 2010 23:25, Peter De Wachter wrote:
>
> > Now that this bug is fixed I've requested give-backs for the
> > affected packages.
>
> Do let us know how it goes, I didn't get round to testing
Now that this bug is fixed I've requested give-backs for the affected
packages.
--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100421002546.7ddfe...@wallach.localdom
Package: gdc-4.1
Version: 0.25-4.1.2-23.2
Severity: normal
gdc on i386 inserts four bytes of padding in this struct (so that it's
total size is 16 bytes), while gcc doesn't:
struct test {
int mode;
double mu;
};
According to http://www.digitalmars.com/d/1.0/abi.html, structs should
conform "
Package: gdc-4.1
Version: 0.25-4.1.2-23.2
Severity: normal
Torus Trooper (0.22.dfsg1-4) fails to start with this error message
depending on the order in which the object files were linked:
"Error: circular initialization dependency with module abagames.tt.shape"
This command produces a working bi
clone 499927 -1
reassign -1 gdc-4.2 0.25-4.2.4-3
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: gdc-4.1
Version: 0.25-4.1.2-23.1
Severity: serious
The files in the dmd and dmd2 directories carry the following license
(full text below):
| These sources are free, they are redistributable and modifiable
| under the terms of the GNU General Public License (attached as gpl.txt),
| or th
Package: gdc-4.1
Version: 0.25-4.1.2-23.1
Severity: minor
The manpage documents a -fall-sources option, but this is not accepted by gdc:
$ gdc -fall-sources -c test.d
cc1d: error: unrecognized command line option "-fall-sources"
-- System Information:
Debian Release: lenny/sid
APT prefers un
t; Segmentation fault
>
>
> I can provide you with ssh access to my box (G4 macmini) if you want
> to test further.
>
> Let me know if you need something.
>
>
> Thanks!
>
>
> Friendly,
>
> pancho.
>
--
Peter De Wachter
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-e
# gdc-array-concat.dpatch by Peter De Wachter <[EMAIL PROTECTED]>
# DP: Fixes generation of D array concatenation calls.
dir=
if [ $# -eq 3 -a "$2" = '-d' ]; then
pdir="-d $3"
dir="$3/"
elif [ $# -ne 1 ]; then
echo >&2 "`basename $0
the bug
didn't exist in older versions of GDC? (or perhaps powerpc users just
don't play games :)
--
Peter De Wachter
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: gdc-4.1
Version: 0.25-4.1.2-19
Severity: normal
projectl and ii-esu fail to compile on ia64. The errors look similar,
so I'm bundling them in one bug report.
projectl, from
http://buildd.debian.org/fetch.cgi?&pkg=projectl&ver=1.001.dfsg1-1&arch=ia64&stamp=1203288606&file=log
gdmd -d -
Package: gdc-4.1
Version: 0.25-4.1.2-18
Severity: grave
Justification: makes all D Packages Build-Depending on gdc FTBFS
Previous versions of gdc-4.1 used to provide gdc, but this was dropped
in your latest upload. All D games in the pkg-games repository
currently use gdc as a build-depends, so th
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/
25 matches
Mail list logo