gcc/libphobos/libdruntime
Iain Buclaw d41092ec52 d: Fix regressing test failures on ix86-solaris2.11
The _Unwind_Exception struct had its alignment adjusted to 16-bytes,
however malloc() on Solaris X86 is not guaranteed to allocate memory
aligned to 16-bytes as well.

	PR d/102837

libphobos/ChangeLog:

	* libdruntime/gcc/deh.d (ExceptionHeader.free): Use memset to reset
	contents of internal EH storage.
2021-10-31 18:33:30 +01:00
..
config
core libphobos: Remove unused variables in gcc.backtrace. 2021-09-30 15:07:19 +02:00
gc
gcc d: Fix regressing test failures on ix86-solaris2.11 2021-10-31 18:33:30 +01:00
rt
LICENSE
MERGE
Makefile.am
Makefile.in
__entrypoint.di
__main.di libphobos: Define main function as extern(C) when compiling without D runtime (PR102476) 2021-09-30 15:07:19 +02:00
object.d