Bug 21126 – d_do_test should be built with bootstrap compiler, not compiler being tested
Status
RESOLVED
Resolution
DUPLICATE
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2020-08-06T00:33:32Z
Last change time
2020-08-06T00:47:56Z
Keywords
TestSuite
Assigned to
No Owner
Creator
Walter Bright
Comments
Comment #0 by bugzilla — 2020-08-06T00:33:32Z
Because otherwise the tests designed to flush out bugs in the compiler being tested cannot be run. Note how the testing stops dead because of this in this log file:
------------
/home/braddr/sandbox/at-client/pull-4135587-Linux_64_64/dmd/generated/linux/release/64/dmd -conf= -m64 -fPIC -g -lowmem -i -Itools -version=NoMain -odgenerated -ofgenerated/d_do_test tools/d_do_test.d
Makefile:213: recipe for target 'generated/d_do_test' failed
make[1]: *** [generated/d_do_test] Segmentation fault (core dumped)
------------
Comment #1 by moonlightsentinel — 2020-08-06T00:47:56Z
*** This issue has been marked as a duplicate of issue 21053 ***