]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++/79786 - bougs invocation of DATA_ABI_ALIGNMENT macro
authorRichard Biener <rguenther@suse.de>
Mon, 3 Feb 2025 10:27:20 +0000 (11:27 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 3 Feb 2025 13:15:01 +0000 (14:15 +0100)
commit6ec19825b4e72611cdbd4749feed67b61392aa81
tree0d39318e94016308639b6ca30eb7e2a53904d2ef
parentfbcbbfe2bf83eb8b1347144eeca37b06be5a8bb5
c++/79786 - bougs invocation of DATA_ABI_ALIGNMENT macro

The first argument is supposed to be a type, not a decl.

PR c++/79786
gcc/cp/
* rtti.cc (emit_tinfo_decl): Fix DATA_ABI_ALIGNMENT invocation.
gcc/cp/rtti.cc