Thread overview
[Issue 24173] ImportC: unable to parse microsoft extended integer literals
Oct 05, 2023
Walter Bright
[Issue 24173] ImportC: add Microsoft iNN integer literal suffixes
Oct 06, 2023
Walter Bright
Oct 06, 2023
Dlang Bot
Oct 07, 2023
Dlang Bot
October 05, 2023
https://issues.dlang.org/show_bug.cgi?id=24173

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
It's Microsoft specific:

https://learn.microsoft.com/is-is/cpp/c-language/c-integer-constants?view=msvc-160

although there is no mention of i32.

--
October 06, 2023
https://issues.dlang.org/show_bug.cgi?id=24173

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ImportC: unable to parse    |ImportC: add Microsoft iNN
                   |microsoft extended integer  |integer literal suffixes
                   |literals                    |
           Severity|normal                      |enhancement

--
October 06, 2023
https://issues.dlang.org/show_bug.cgi?id=24173

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15654 "fix Issue 24173 - ImportC: add Microsoft iNN integer literal suffixes" fixing this issue:

- fix Issue 24173 - ImportC: add Microsoft iNN integer literal suffixes

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

--
October 07, 2023
https://issues.dlang.org/show_bug.cgi?id=24173

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15654 "fix Issue 24173 - ImportC: add Microsoft iNN integer literal suffixes" was merged into master:

- 6bf842e290dba4624dcb5e4dafdae5a0f2aa2ce7 by Walter Bright:
  fix Issue 24173 - ImportC: add Microsoft iNN integer literal suffixes

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

--