digitalmars.D.ldc - target trouble with -w
- Bruce Carneal (6/6) Apr 08 2025 I'm getting an apparently spurious warning, "ignoring
- Johan (4/10) Apr 13 2025 Hi Bruce,
- Bruce Carneal (4/16) Apr 13 2025 I resurrected my, forgotten, GitHub account and filed it. Thanks
I'm getting an apparently spurious warning, "ignoring unrecognized special parameter attribute ..." from ldc2 when passed the -w flag and using the target attribute. Here's an example: https://godbolt.org/z/vx6naWxYr Code is generated correctly AFAICT when the -w flag is removed.
Apr 08 2025
On Wednesday, 9 April 2025 at 02:26:18 UTC, Bruce Carneal wrote:I'm getting an apparently spurious warning, "ignoring unrecognized special parameter attribute ..." from ldc2 when passed the -w flag and using the target attribute. Here's an example: https://godbolt.org/z/vx6naWxYr Code is generated correctly AFAICT when the -w flag is removed.Hi Bruce, Please report it on github, thanks! Johan
Apr 13 2025
On Sunday, 13 April 2025 at 18:31:31 UTC, Johan wrote:On Wednesday, 9 April 2025 at 02:26:18 UTC, Bruce Carneal wrote:I resurrected my, forgotten, GitHub account and filed it. Thanks again Johan for the work you do on LDC. BruceI'm getting an apparently spurious warning, "ignoring unrecognized special parameter attribute ..." from ldc2 when passed the -w flag and using the target attribute. Here's an example: https://godbolt.org/z/vx6naWxYr Code is generated correctly AFAICT when the -w flag is removed.Hi Bruce, Please report it on github, thanks! Johan
Apr 13 2025








Bruce Carneal <bcarneal gmail.com>