]> 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>
Tue, 24 Jun 2025 08:20:11 +0000 (10:20 +0200)
commit32ad5415b926ca25e9102309e92561c1a30aa8ff
tree70e106caa3a765faa12a027097de981e6dbee85b
parentb908ad2b836b761f7b27b8dc650422ce9a7efecd
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.

(cherry picked from commit 6ec19825b4e72611cdbd4749feed67b61392aa81)
gcc/cp/rtti.cc