Can gdc --version or -dumpversion output the corresponding DMD front-end (language) version?

2023-07-11 Thread mw via D.gnu

Hi,

Currently,

```
$ gdc-12 --version
gdc-12 (Ubuntu 12.1.0-2ubuntu1~22.04) 12.1.0

$ gdc-12 -dumpversion
12
```

this is not very informative, as D (DMD) language is always 
changing, Can gdc --version or -dumpversion output the 
corresponding DMD front-end (language) version?


just as LDC does:

```
$ ldc2 --version
LDC - the LLVM D compiler (1.32.2):
  based on DMD v2.102.2 and LLVM 15.0.7

```




Re: GCC Update

2022-08-20 Thread mw via D.gnu
For new release, there is (most likely) no prebuild binary 
packages for your system.


You need to download the source and build it yourself.


Re: Using gdc on Windows

2020-05-25 Thread mw via D.gnu

On Monday, 25 May 2020 at 10:23:50 UTC, Iain Buclaw wrote:

On 21/05/2020 01:18, NonNull via D.gnu wrote:

Hello,

I'd like to run gdc natively on Windows in a mingw compatible 
way. How can I proceed?




We need some testers to verify this patch.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91595


Can you give instruction / link on how to install mingw gdc 
natively on Windows?


People here even don't know that.


Re: Using gdc on Windows

2020-05-21 Thread mw via D.gnu

On Wednesday, 20 May 2020 at 23:18:32 UTC, NonNull wrote:

Hello,

I'd like to run gdc natively on Windows in a mingw compatible 
way. How can I proceed?


Not sure about GDC, native? maybe you can try this:

https://github.com/dlang/visuald/releases

VisualD-v0.52.0-dmd-2.091.0-ldc2-1.20.1.exe