Thread overview
[Issue 21551] string literal followed by address expression pass the parsing phase
Jan 15, 2021
Basile-z
Jan 15, 2021
Basile-z
Jan 15, 2021
Basile-z
Jan 15, 2021
FeepingCreature
Jan 15, 2021
Basile-z
January 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21551

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|enhancement                 |normal

--
January 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21551

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
maybe the parser thinks this is an implicit string concatenation between a literal and an entity ? But even in this case there should be a deprecation message at least.

--
January 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21551

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|accepts-invalid             |diagnostic

--
January 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21551

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |default_357-line@yahoo.de

--- Comment #2 from FeepingCreature <default_357-line@yahoo.de> ---
It's a bit and expression. "a" & stuff().

--
January 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21551

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

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

--- Comment #3 from Basile-z <b2.temp@gmx.com> ---
this is a binary &...

--