Re: GDC 6.1.1 in Arch Linux is [community-testing] now

2016-05-09 Thread Dicebot via D.gnu
.. and now it is in [community]

GDC 6.1.1 in Arch Linux is [community-testing] now

2016-05-05 Thread Dicebot via D.gnu
GCC 6.1.1 is currently available in [testing] and matching GDC is in [community-testing] - both repos can be enabled in your /etc/pacman.conf Trying it out before they both get promoted to main repo would be quite appreciated :)

Re: Packaging GDC

2016-01-18 Thread Dicebot via D.gnu
On Monday, 18 January 2016 at 10:58:52 UTC, Marc Schütz wrote: Hi! I'm working on packaging GDC for openSUSE, and I have a few questions. Is it possible to make the build process install only D related files, for example cc1d, but not cc1? If the above works (or I manually exclude generic

Re: GDC phobos source path

2015-06-23 Thread Dicebot via D.gnu
https://github.com/Dicebot/Arch-PKGBUILDs/blob/master/gdc/folders.diff

Re: Removing RTTI from binaries

2015-01-16 Thread Dicebot via D.gnu
On Friday, 16 January 2015 at 04:31:17 UTC, Mike wrote: On Thursday, 15 January 2015 at 12:01:05 UTC, Johannes Pfau wrote: My best guess is that the strings are always placed in rodata, never in separate sections. If you do write("x"), "x" is also in rodata, the rodata section can't be remove

Re: Removing RTTI from binaries

2015-01-15 Thread Dicebot via D.gnu
On Thursday, 15 January 2015 at 12:01:05 UTC, Johannes Pfau wrote: So the best option is probably to get rid of this problem by patching the compiler (@notypeinfo or -fnortti). Oh, sorry, I though GDC already does that when TypeInfo is never actually used. Nevermind then, your version seems t

Re: Removing RTTI from binaries

2015-01-15 Thread Dicebot via D.gnu
On Thursday, 15 January 2015 at 11:04:37 UTC, Mike wrote: If you can explain the mechanics causing this, please enlighten me. Bug? Enhancement? By design? Random guess: can it possibly confuse template-based variadics with runtime variadics? Latter require RTTI to work. If something like tha

Re: Removing RTTI from binaries

2015-01-13 Thread Dicebot via D.gnu
On Tuesday, 13 January 2015 at 14:20:43 UTC, Mike wrote: On Sunday, 11 January 2015 at 16:57:41 UTC, Johannes Pfau wrote: That's likely used/caused by the TypeInfo.name property. Judging by what I'm seeing, I think you're right. But I'm compiling with -fdata-sections and -Wl,--gc-sections,

Re: Quick way to check current supported frontend version

2014-08-21 Thread Dicebot via D.gnu
On Thursday, 21 August 2014 at 12:31:31 UTC, ketmar via D.gnu wrote: On Thu, 21 Aug 2014 12:23:44 + "Dicebot via D.gnu" wrote: and there is no support for 2.066 yet, it will take at least month (or maybe three) to land. or maybe more. ;-) What I have expected. Some user

Quick way to check current supported frontend version

2014-08-21 Thread Dicebot via D.gnu
I have just got `gdc` Arch Linux package flagged out of date with a comment that support for 2.066 frontend is out. Can't remember any announcement and it seems like false alarm but just to be extra sure - what is the most simple way to check last supported version in repo? (4.9 branch)

Re: GDC updated to use 2.065

2014-06-13 Thread Dicebot via D.gnu
On Friday, 13 June 2014 at 07:25:27 UTC, Johannes Pfau wrote: I'd also recommend to delay linux distribution package updates but I hope that bug will be fixed soon. Thanks for the warning, really appreciated :)

Re: GDC updated to use 2.065

2014-06-12 Thread Dicebot via D.gnu
On Wednesday, 11 June 2014 at 22:50:37 UTC, Iain Buclaw via D.gnu wrote: However if the last conversation I had with Johannes was of any indicator, if you hold onto your horses, you may find this backported to work on 4.9.x in the next weeks. :-) Eagerly waiting for it ;)

Re: New branch in GDC

2014-05-02 Thread Dicebot via D.gnu
Arch Linux has just switched to 4.9 gcc version, matching gdc packages will be deployed shortly (building those right now). This means one less user of 4.8 branch ;)