https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104052
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104052
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2022-01-16
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104052
--- Comment #4 from Andrew Pinski ---
There are other types it messes up with too. E.g. the opaque types (PR 98688).
I noticed vector types are not handled correctly either. It assumes all vector
types of the same size are the same which is defi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104052
--- Comment #3 from Jakub Jelinek ---
config/aarch64/aarch64-builtins.c: aarch64_fp16_type_node = make_node
(REAL_TYPE);
config/aarch64/aarch64-builtins.c: aarch64_bf16_type_node = make_node
(REAL_TYPE);
config/arm/arm-builtins.c: arm_bf16_ty
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104052
--- Comment #2 from Jakub Jelinek ---
I bet we don't reach this because modules.cc has:
/* Global trees. */
static const std::pair global_tree_arys[] =
{
std::pair (sizetype_tab, stk_type_kind_last),
std::pair (integer_types, itk_none
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104052
Andrew Pinski changed:
What|Removed |Added
CC||pinskia at gcc dot gnu.org
--- Comment