Fix fallout of previous change on x86/Linux
commit2e2b6ec156e3035297bd76edfd462d68d1f87314
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 15 Apr 2023 17:35:02 +0000 (15 19:35 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Sat, 15 Apr 2023 17:35:02 +0000 (15 19:35 +0200)
tree278a5218251a2d32ad59147a04ac07b74bc406de
parent4f1c5e54d782b26304b0095ffb3ceb4c92c3c78d
Fix fallout of previous change on x86/Linux

gcc/ada/
PR bootstrap/109510
* gcc-interface/decl.cc (gnat_to_gnu_entity) <types>: Do not reset
align to zero in any case.  Set TYPE_USER_ALIGN on the type only if
it is an aggregate type, or else a type whose default alignment is
specifically capped on selected platforms.
gcc/ada/gcc-interface/decl.cc