bugzilla.gdcproject.org: No confirmation mail; cpuid.d:838:17: error: PIC register clobbered by 'ebx' in ' asm'

2018-02-19 Thread kdevel via D.gnu
I do not get a confirmation email from bugzilla after entering my e-mail address here: https://bugzilla.gdcproject.org/createaccount.cgi I tried to build patched versions of GCC 4.8.5 and 4.9.4 but this happened: .../gcc-4.8.5/libphobos/libdruntime/core/cpuid.d: In function 'cpuidX86': .../

Re: bugzilla.gdcproject.org: No confirmation mail; cpuid.d:838:17: error: PIC register clobbered by 'ebx' in ' asm'

2018-02-21 Thread kdevel via D.gnu
On Wednesday, 21 February 2018 at 07:58:29 UTC, Johannes Pfau wrote: Am Mon, 19 Feb 2018 19:43:49 + schrieb kdevel : [...] I'll submit a fix later today or tomorrow. Great. But one question: Why did I receive an "noreply" notification email to my e-Mail-Address? From the header: Fro

Re: bugzilla.gdcproject.org: No confirmation mail; cpuid.d:838:17: error: PIC register clobbered by 'ebx' in ' asm'

2018-02-22 Thread kdevel via D.gnu
On Thursday, 22 February 2018 at 19:52:12 UTC, Johannes Pfau wrote: I've pushed an update to the gdc-4.9 branch. Please report back whether this fixes the issue. Not really: checking for expf... /scratch/mockbuild1/bld-4.9.4/gcc-4.9.4/libphobos/libdruntime/core/cpuid.d:833:45: error: basic ty

Re: bugzilla.gdcproject.org: No confirmation mail; cpuid.d:838:17: error: PIC register clobbered by 'ebx' in ' asm'

2018-02-24 Thread kdevel via D.gnu
On Friday, 23 February 2018 at 07:48:47 UTC, Johannes Pfau wrote: Am Thu, 22 Feb 2018 21:34:34 + schrieb kdevel : On Thursday, 22 February 2018 at 19:52:12 UTC, Johannes Pfau wrote: > I've pushed an update to the gdc-4.9 branch. Please report > back whether this fixes the issue. Not real

GCC 4.9.4 + GDC-patch: internal compiler error in libphobos/src/std/math.d:8040:47

2019-01-06 Thread kdevel via D.gnu
Posted to Learn: https://forum.dlang.org/thread/gbhhjptyoflllqemb...@forum.dlang.org#post-gbhhjptyoflllqembbse:40forum.dlang.org

Re: GDC buildable on solaris?

2022-04-17 Thread kdevel via D.gnu
On Sunday, 13 March 2022 at 11:09:56 UTC, Iain Buclaw wrote: [...] 2. Current mainline gdc requires a D compiler, so the minimum version to bootstrap is 9.1 - though preferably you should have at least 9.4 or 10.1 because of [belated bugs](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104749) t

Re: Should gdmd be included with gdc?

2022-05-27 Thread kdevel via D.gnu
On Tuesday, 24 May 2022 at 18:21:40 UTC, max haughton wrote: [...] I think the best route to go may be to just pick one and run with it, then push it into a dtools or gdctools directory on the gcc tree. One thing I'd like to note about gdmd (the version of it that I have on my machine at leas

Re: Any plans for GDC to get DMD's -i option?

2022-07-27 Thread kdevel via D.gnu
On Sunday, 24 July 2022 at 00:07:06 UTC, TTK Ciar wrote: [...] I am using GDC 12.1.0 and not finding any equivalent to DMD's "-i" option, which causes DMD to automatically find and compile imported modules. (There's "-I" but that does something rather different.) [...] Ran into the sam