aboutsummaryrefslogtreecommitdiff
path: root/libphobos/src
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2025-01-05 11:19:31 +0100
committerIain Buclaw <ibuclaw@gdcproject.org>2025-01-05 11:49:38 +0100
commit345ad67fc2ee321d5c2e5371711a2d249b92b956 (patch)
tree57809db4ab1c9798a9dca5d05764791897e3a5d7 /libphobos/src
parenta0aa30fc920dffdb114de8a9b1bec54dcf7590af (diff)
downloadgcc-345ad67fc2ee321d5c2e5371711a2d249b92b956.zip
gcc-345ad67fc2ee321d5c2e5371711a2d249b92b956.tar.gz
gcc-345ad67fc2ee321d5c2e5371711a2d249b92b956.tar.bz2
testsuite, d: Fix failing pr110406.d test
At some point during GCC 15 development, the compiler-generated code for D ModuleInfo support now gets transformed into the following on x86: _12 = (uint) &__stop_minfo; _13 = (uint) &__start_minfo; _14 = (uint) &gdc.dso_slot; _15 = {1, _14, _13, _12}; gdc.dso_initialized = 0; MEM <unsigned char[8]> [(void *)&D.1974 + 16B] = {}; MEM <vector(4) uint> [(void *)&D.1974] = _15; _d_dso_registry (&D.1974); This causes the scan-tree-dump-not test to fail. As ModuleInfo is not what's being checked for in PR110406, remove its generation altogether. gcc/testsuite/ChangeLog: * gdc.dg/torture/pr110406.d: Add -fno-moduleinfo to dg-options.
Diffstat (limited to 'libphobos/src')
0 files changed, 0 insertions, 0 deletions