dmd/compiler/test/runnable/extra-files
Tim Schendekehl 6a2fe78ba4
Fix Bugzilla 20802 - Link failure with writefln (#16200)
The issue is caused by compiling druntime/phobos and the application
with different flags. The template instance for __switch_errorT is not
included in the build of druntime/phobos, because they are compiled
with -release. DMD will also not include it in an application compiled
without -release, because it assumes, that it is already in druntime.
See comment https://issues.dlang.org/show_bug.cgi?id=20802#c3 by Spoov.

The template instance for __switch_errorT is now always instantiated in
druntime, so it is part of the ABI of druntime.
2024-02-19 06:35:00 +08:00
..
lib10386/foo
minimal
std14198
alice30.txt
cdvecfill.d
cdvecfill.out
cdvecfillavx.out
cdvecfillavx2.out
coverage-postscript.sh
cstuff3.c
foo37.txt
gdb15729.d
hello-profile-postscript.sh Translate _d_arraycatnTX to a template (#14550) 2023-04-28 10:33:48 +03:00
hello-profile.d.trace.def
importc_main.d
importc_main2.d
importc_test.c
importc_test.i.in
lib846.d
lib13666.d
lib13742a.d
lib13742b.d
lib13774a.d
lib13774b.d
lib15729.d
lib18456.d
lib18456b.d
lib21723a.d
lib21723b.d
lib23148.d
link14834a.d
link14834b.d
link20802a.d Fix Bugzilla 20802 - Link failure with writefln (#16200) 2024-02-19 06:35:00 +08:00
link20802b.d Fix Bugzilla 20802 - Link failure with writefln (#16200) 2024-02-19 06:35:00 +08:00
m1.d
m2.d
main846.d
moreBettercUnittests.d
objc_class.m
objc_instance_variable.m
objc_objc_msgSend.m
objc_protocol.m
objc_self_test.m
objc_super_call.m
paranoia.d Fix Issue 23648 - replace uses of sprintf with snprintf in the compiler (#14854) 2023-02-03 11:23:59 +02:00
runnable-a20.lst
runnable-bug9010.lst
runnable-cov2.lst fix Issue 23629 - importC: Need to support code coverage analysis (#15913) 2023-12-16 13:11:35 -08:00
runnable-sieve.lst
runnable-test19163.lst
test15.txt
test35.d
test39.d Strip trailing whitespace in Outbuffer.writenl 2023-02-26 00:11:17 +01:00
test44.d
test10386.d
test10567.d
test10567a.d
test11051.d Fix issue 11051 - Unmatched case in a final switch should throw in both release and non-release mode (#14841) 2023-01-24 12:48:00 +02:00
test13666.d
test13742.d
test14198.d
test16096.d
test16096a.d
test17619.d
test18456.d
test21723.d
test23148.d
test24129b.c fix Issue 24129 - ImportC: MS-Link cannot handle multiple COMDATs with the same name (#15585) 2023-09-20 15:50:49 -07:00