Thread overview
[Issue 18372] REG(2.072): error missing line number: Error: undefined identifier __va_list_tag
[Issue 18372] error missing line number: Error: undefined identifier __va_list_tag
Feb 05, 2018
Timothee Cour
Feb 05, 2018
Timothee Cour
Dec 16, 2018
Walter Bright
February 05, 2018
https://issues.dlang.org/show_bug.cgi?id=18372

Timothee Cour <timothee.cour2@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothee.cour2@gmail.com
           Severity|critical                    |regression

--- Comment #1 from Timothee Cour <timothee.cour2@gmail.com> ---
actually it's a regression:

dmd2_071_2:

main.d(17): Error: '__va_argsave_t' is not defined, perhaps you need to import
core.vararg; ?
main.d(17): Error: function test_all.fun must import core.vararg to use
variadic functions

dmd2_072:
Error: undefined identifier '__va_list_tag'

--
February 05, 2018
https://issues.dlang.org/show_bug.cgi?id=18372

Timothee Cour <timothee.cour2@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|error missing line number:  |REG(2.072): error missing
                   |Error: undefined identifier |line number: Error:
                   |__va_list_tag               |undefined identifier
                   |                            |__va_list_tag

--
December 16, 2018
https://issues.dlang.org/show_bug.cgi?id=18372

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/9087

--
December 19, 2018
https://issues.dlang.org/show_bug.cgi?id=18372

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/6eb4a8693045e465f7b94d085bf90d4a0695314e fix Issue 18372 - REG(2.072): error missing line number: Error: undefined identifier __va_list_tag

https://github.com/dlang/dmd/commit/e21ea5744417406ac6f3262ddfdb07f9c5768e2e Merge pull request #9087 from WalterBright/fix18372

fix Issue 18372 - REG(2.072): error missing line number: Error: undef…

--
December 19, 2018
https://issues.dlang.org/show_bug.cgi?id=18372

github-bugzilla@puremagic.com changed:

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

--