gcc/libphobos/libdruntime/core
Iain Buclaw 0111153234 libphobos: Remove unused variables in gcc.backtrace.
The core.runtime module always overrides the default parameter value for
constructor calls.  MaxAlignment is not required because a class can be
created on the stack with the `scope' keyword.

libphobos/ChangeLog:

	* libdruntime/core/runtime.d (runModuleUnitTests): Use scope to new
	LibBacktrace on the stack.
	* libdruntime/gcc/backtrace.d (FIRSTFRAME): Remove.
	(LibBacktrace.MaxAlignment): Remove.
	(LibBacktrace.this): Remove default initialization of firstFrame.
	(UnwindBacktrace.this): Likewise.
2021-09-30 15:07:19 +02:00
..
internal d: Merge upstream dmd 46133f761, druntime 0fd4364c 2021-02-04 23:04:48 +01:00
stdc libphobos: Merge upstream druntime 89f870b7, phobos e6907ff3e 2021-04-19 19:27:41 +02:00
stdcpp
sync
sys libphobos: Fix static asserts on NetBSD, FreeBSD, DragonFlyBSD 2021-05-13 19:24:31 +02:00
thread libphobos: Fix build fails for powerpc-linux 2021-04-21 02:27:49 +02:00
atomic.d
attribute.d
bitop.d d: Merge upstream dmd 46133f761, druntime 0fd4364c 2021-02-04 23:04:48 +01:00
checkedint.d d: Merge upstream dmd 46133f761, druntime 0fd4364c 2021-02-04 23:04:48 +01:00
cpuid.d d: Merge upstream dmd 46133f761, druntime 0fd4364c 2021-02-04 23:04:48 +01:00
demangle.d libphobos: Merge upstream druntime d37ef985. 2020-11-27 21:27:13 +01:00
exception.d
math.d d: Add float and double overloads for all core.math intrinsics 2020-11-27 21:27:13 +01:00
memory.d
runtime.d libphobos: Remove unused variables in gcc.backtrace. 2021-09-30 15:07:19 +02:00
simd.d d: Merge upstream dmd 46133f761, druntime 0fd4364c 2021-02-04 23:04:48 +01:00
time.d
vararg.d d: Merge upstream dmd 46133f761, druntime 0fd4364c 2021-02-04 23:04:48 +01:00
volatile.d d: Merge upstream dmd 46133f761, druntime 0fd4364c 2021-02-04 23:04:48 +01:00