www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 22098] New: Spurious failure in runnable/test20855.d with

https://issues.dlang.org/show_bug.cgi?id=22098

          Issue ID: 22098
           Summary: Spurious failure in runnable/test20855.d with -inline
           Product: D
           Version: D2
          Hardware: All
                OS: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: moonlightsentinel disroot.org

See
https://auto-tester.puremagic.com/show-run.ghtml?projectid=1&runid=4884670&isPull=true

 ... runnable/test20855.d            -fPIC (-O -inline -release)
==============================
Test 'runnable/test20855.d' failed. The logged output:
/Users/braddr/sandbox/at-client/pull-4884670-Darwin_64_64/dmd/generated/osx/release/64/dmd
-conf= -m64 -Irunnable  -fPIC  -odgenerated/runnable
-ofgenerated/runnable/test20855_0  runnable/test20855.d 
generated/runnable/test20855_0
a = 14337

/Users/braddr/sandbox/at-client/pull-4884670-Darwin_64_64/dmd/generated/osx/release/64/dmd
-conf= -m64 -Irunnable  -fPIC -O -odgenerated/runnable
-ofgenerated/runnable/test20855_1  runnable/test20855.d 
generated/runnable/test20855_1
a = 14337

/Users/braddr/sandbox/at-client/pull-4884670-Darwin_64_64/dmd/generated/osx/release/64/dmd
-conf= -m64 -Irunnable  -fPIC -inline -odgenerated/runnable
-ofgenerated/runnable/test20855_2  runnable/test20855.d 
generated/runnable/test20855_2
core.exception.AssertError runnable/test20855.d(24): Assertion failure
----------------
??:? _d_assertp [0x103a4a82c]
??:? _Dmain [0x103a3d129]
a = 9087

==============================
Test 'runnable/test20855.d' failed: Expected rc == 0, but exited with rc == 1

--
Jul 02 2021