Thread overview
[Issue 19632] [SIMD] Error: invalid foreach aggregate
Jan 29, 2019
Iain Buclaw
Jan 30, 2019
Stefan Koch
Dec 22, 2020
Walter Bright
Dec 28, 2020
Walter Bright
Dec 29, 2020
Dlang Bot
Dec 29, 2020
Dlang Bot
January 29, 2019
https://issues.dlang.org/show_bug.cgi?id=19632

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org
            Summary|[CTFE][SIMD] Error: invalid |[SIMD] Error: invalid
                   |foreach aggregate           |foreach aggregate

--
January 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19632

Stefan Koch <uplink.coder@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uplink.coder@gmail.com

--- Comment #1 from Stefan Koch <uplink.coder@gmail.com> ---
Ah yes.

I know about this one ;)

I don't think it's important ... throw a -vcg-ast at it and you will see why it fails.

--
December 22, 2020
https://issues.dlang.org/show_bug.cgi?id=19632

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |SIMD
                 CC|                            |bugzilla@digitalmars.com

--
December 28, 2020
https://issues.dlang.org/show_bug.cgi?id=19632

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |enhancement

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Replacing the v in the foreach with v.array will enable it to work. It's not documented to work without the .array, so I'm setting this as an enhancement request.

--
December 29, 2020
https://issues.dlang.org/show_bug.cgi?id=19632

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #12065 "fix Issue 19632 - [SIMD] Error: invalid foreach aggregate" fixing this issue:

- fix Issue 19632 - [SIMD] Error: invalid foreach aggregate

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

--
December 29, 2020
https://issues.dlang.org/show_bug.cgi?id=19632

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12065 "fix Issue 19632 - [SIMD] Error: invalid foreach aggregate" was merged into master:

- cbb2d8f9a7eeadbd143d8ab4953c849c7e59454a by Walter Bright:
  fix Issue 19632 - [SIMD] Error: invalid foreach aggregate

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

--