Thread overview
@target trouble with -w
6 days ago
Bruce Carneal
2 days ago
Johan
1 day ago
Bruce Carneal
6 days ago

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.

2 days ago

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

1 day ago

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'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

I resurrected my, forgotten, GitHub account and filed it. Thanks again Johan for the work you do on LDC.

Bruce