[Issue 22098] New: Spurious failure in runnable/test20855.d with -inline
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 2 14:01:22 UTC 2021
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 at puremagic.com
Reporter: moonlightsentinel at 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 at 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
--
More information about the Digitalmars-d-bugs
mailing list