Jump to page: 1 2
Thread overview
[Issue 19804] fails to compile with fixes size array T[1]... argument
Apr 12, 2019
Basile-z
Apr 15, 2019
Nicholas Wilson
Apr 16, 2019
Dlang Bot
Apr 16, 2019
Mike Franklin
Apr 16, 2019
Hiroki Noda
Apr 16, 2019
Mike Franklin
Apr 16, 2019
Hiroki Noda
Apr 16, 2019
Mike Franklin
Apr 16, 2019
Dlang Bot
Apr 19, 2019
Vladimir Panteleev
Mar 21, 2020
Basile-z
April 12, 2019
https://issues.dlang.org/show_bug.cgi?id=19804

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid

--
April 12, 2019
https://issues.dlang.org/show_bug.cgi?id=19804

--- Comment #1 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
 26961 Illegal instruction     (core dumped) "$@"

Compiler returned: 132

--
April 12, 2019
https://issues.dlang.org/show_bug.cgi?id=19804

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
Seems to work fine on 2.085.1 or current git HEAD.

--
April 12, 2019
https://issues.dlang.org/show_bug.cgi?id=19804

--- Comment #3 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
Fails at least on site: https://run.dlang.io/is/BsJEoM

--
April 15, 2019
https://issues.dlang.org/show_bug.cgi?id=19804

Nicholas Wilson <iamthewilsonator@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice, ice-on-valid-code
                 CC|                            |iamthewilsonator@hotmail.co
                   |                            |m

--
April 16, 2019
https://issues.dlang.org/show_bug.cgi?id=19804

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kubo39 created dlang/dmd pull request #9623 "Fix Issue 19804 - fails to compile with fixes size array T[1]..." fixing this issue:

- Fix Issue 19804 - fails to compile with fixes size array T[1]...
  argument

https://github.com/dlang/dmd/pull/9623

--
April 16, 2019
https://issues.dlang.org/show_bug.cgi?id=19804

Mike Franklin <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150@yahoo.com

--- Comment #5 from Mike Franklin <slavo5150@yahoo.com> ---
I tested this in Arch Linux 64-bit and Windows 10 64-bit and there is no error.
 This needs a little more investigation.

This bug appears to be an issue with a specific distribution or perhaps a bug in one of the OS libraries DMD is liked to.  Please describe in more detail on which platform is this symptom appearing.

--
April 16, 2019
https://issues.dlang.org/show_bug.cgi?id=19804

Hiroki Noda <kubo39@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kubo39@gmail.com

--- Comment #6 from Hiroki Noda <kubo39@gmail.com> ---
(In reply to Mike Franklin from comment #5)
> I tested this in Arch Linux 64-bit and Windows 10 64-bit and there is no error.  This needs a little more investigation.
> 
> This bug appears to be an issue with a specific distribution or perhaps a bug in one of the OS libraries DMD is liked to.  Please describe in more detail on which platform is this symptom appearing.

Have you tried with -g option? I can reproduce with it.

--
April 16, 2019
https://issues.dlang.org/show_bug.cgi?id=19804

--- Comment #7 from Mike Franklin <slavo5150@yahoo.com> ---
> Have you tried with -g option? I can reproduce with it.

Ok, with `-g` it fails on Arch Linux 64-bit, but not on Windows 10 64-bit.

--
April 16, 2019
https://issues.dlang.org/show_bug.cgi?id=19804

--- Comment #8 from Hiroki Noda <kubo39@gmail.com> ---
Ah, yes, this regression only occurs non-windows platform.

--
« First   ‹ Prev
1 2