]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Merge #1763
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Tue, 24 Jan 2023 16:39:54 +0000 (16:39 +0000)
committerGitHub <noreply@github.com>
Tue, 24 Jan 2023 16:39:54 +0000 (16:39 +0000)
1763: Do not crash on empty macros expand. Fixes #1712 r=philberty a=teromene

This PR fixes a compiler crash when expanding an empty macro into an existing AST.
(I ran clang-format but it marked a few other files as dirty, and I therefore did not touch them)

Signed-off-by: Lyra Karenai <teromene@teromene.fr>
Co-authored-by: Lyra <teromene@teromene.fr>

Trivial merge