https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109762

            Bug ID: 109762
           Summary: [AArch64] gcc/config/aarch64/aarch64-builtins.cc:
                    mismatched sizes for flags variables
           Product: gcc
           Version: 13.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: davem at devkitpro dot org
  Target Milestone: ---

Created attachment 55013
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55013&action=edit
preprocessed source that fails

On windows and 32 bit hosts int and long are 32bit while aarch64_feature_flags
is 64bit. This causes compilation failures on windows & 32bit hosts. The
attached source fails with a spurious inlining failed in call to
'always_inline'  'unsigned int GetConstant()': target specific option mismatch.

Reply via email to