Snippets for gcc 16.1.1.s20260725 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/gcc16-devel/16.1.1.s20260725/150arm64-default.log.
-
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libiberty/stack-limit.c:54:24: warning: comparison of integers of different signs: 'rlim_t' (aka 'long') and 'unsigned long' [-Wsign-compare] 54 | && rlim.rlim_cur < pref | ~~~~~~~~~~~~~ ^ ~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libiberty/sha1.c:239:11: warning: defining a type within 'offsetof' is a C23 extension [-Wc23-extensions] 239 | if (UNALIGNED_P (buffer)) | ^~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libcpp/include/mkdeps.h:55:37: warning: struct 'mkdeps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 55 | extern void deps_add_module_target (struct mkdeps *, const char *module, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libcpp/include/mkdeps.h:60:34: warning: struct 'mkdeps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 60 | extern void deps_add_module_dep (struct mkdeps *, const char *module); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libcpp/include/mkdeps.h:63:31: warning: struct 'mkdeps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 63 | extern void fdeps_add_target (struct mkdeps *, const char *, bool); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libcpp/include/mkdeps.h:76:39: warning: struct 'mkdeps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 76 | extern void deps_write_p1689r5 (const struct mkdeps *, FILE *); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libcpp/lex.cc:1308:7: warning: use of the 'likely' attribute is a C++20 extension [-Wc++20-attribute-extensions] 1308 | ATTR_LIKELY case kind::NONE: | ^~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libcpp/lex.cc:229:1: warning: unused function 'search_line_acc_char' [-Wunused-function] 229 | search_line_acc_char (const uchar *s, const uchar *end ATTRIBUTE_UNUSED) | ^~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libcpp/mkdeps.cc:308:19: warning: struct 'mkdeps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 308 | fdeps_add_target (struct mkdeps *d, const char *o, bool is_primary) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libcpp/mkdeps.cc:362:25: warning: struct 'mkdeps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 362 | deps_add_module_target (struct mkdeps *d, const char *m, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libcpp/mkdeps.cc:376:22: warning: struct 'mkdeps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 376 | deps_add_module_dep (struct mkdeps *d, const char *m) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libcpp/mkdeps.cc:589:27: warning: struct 'mkdeps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 589 | deps_write_p1689r5 (const struct mkdeps *d, FILE *fp) | ^ -
checking for long long int... /wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/libcpp/lex.cc:229:1: warning: unused function 'search_line_acc_char' [-Wunused-function] 229 | search_line_acc_char (const uchar *s, const uchar *end ATTRIBUTE_UNUSED) | ^~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/sort.cc:242:32: warning: unknown warning group '-Wconditionally-supported', ignored [-Wunknown-warning-option] 242 | #pragma GCC diagnostic ignored "-Wconditionally-supported" | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/inchash.h:91:30: warning: class 'real_value' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 91 | void add_real_value (const class real_value &v); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/gengtype.h:510:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] 510 | lbasename (__FILE__),__LINE__, ##__VA_ARGS__);} while (0) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/gengtype.h:510:40: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
-
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/genautomata.cc:1521:46: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 1521 | if (strcmp (option, NO_MINIMIZATION_OPTION + 1) == 0) | ~~~~~~~~~~~~~~~~~~~~~~~^~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/genautomata.cc:1523:40: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 1523 | else if (strcmp (option, TIME_OPTION + 1) == 0) | ~~~~~~~~~~~~^~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/genautomata.cc:1525:41: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 1525 | else if (strcmp (option, STATS_OPTION + 1) == 0) | ~~~~~~~~~~~~~^~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/genautomata.cc:1527:37: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 1527 | else if (strcmp (option, V_OPTION + 1) == 0) | ~~~~~~~~~^~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/genautomata.cc:1529:37: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 1529 | else if (strcmp (option, W_OPTION + 1) == 0) | ~~~~~~~~~^~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/genautomata.cc:1531:40: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 1531 | else if (strcmp (option, NDFA_OPTION + 1) == 0) | ~~~~~~~~~~~~^~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/genautomata.cc:1533:44: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 1533 | else if (strcmp (option, COLLAPSE_OPTION + 1) == 0) | ~~~~~~~~~~~~~~~~^~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/genautomata.cc:1535:43: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 1535 | else if (strcmp (option, NO_COMB_OPTION + 1) == 0) | ~~~~~~~~~~~~~~~^~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/genautomata.cc:1537:44: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 1537 | else if (strcmp (option, PROGRESS_OPTION + 1) == 0) | ~~~~~~~~~~~~~~~~^~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/genattrtab.cc:595:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs] 595 | va_start (p, code); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/output.h:129:6: warning: '__format__' attribute argument not supported: asm_fprintf [-Wignored-attributes] 129 | ATTRIBUTE_ASM_FPRINTF(2, 3); | ^ -
insn-modes.cc:1762:3: warning: shift count >= width of type [-Wshift-count-overflow] 1762 | MODE_MASK (8*BITS_PER_UNIT), /* DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1763:3: warning: shift count >= width of type [-Wshift-count-overflow] 1763 | MODE_MASK (16*BITS_PER_UNIT), /* TI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1764:3: warning: shift count >= width of type [-Wshift-count-overflow] 1764 | MODE_MASK (32*BITS_PER_UNIT), /* OI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1765:3: warning: shift count >= width of type [-Wshift-count-overflow] 1765 | MODE_MASK (48*BITS_PER_UNIT), /* CI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1766:3: warning: shift count >= width of type [-Wshift-count-overflow] 1766 | MODE_MASK (64*BITS_PER_UNIT), /* XI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1770:3: warning: shift count >= width of type [-Wshift-count-overflow] 1770 | MODE_MASK (8*BITS_PER_UNIT), /* DQ */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1771:3: warning: shift count >= width of type [-Wshift-count-overflow] 1771 | MODE_MASK (16*BITS_PER_UNIT), /* TQ */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1775:3: warning: shift count >= width of type [-Wshift-count-overflow] 1775 | MODE_MASK (8*BITS_PER_UNIT), /* UDQ */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1776:3: warning: shift count >= width of type [-Wshift-count-overflow] 1776 | MODE_MASK (16*BITS_PER_UNIT), /* UTQ */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1779:3: warning: shift count >= width of type [-Wshift-count-overflow] 1779 | MODE_MASK (8*BITS_PER_UNIT), /* DA */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1780:3: warning: shift count >= width of type [-Wshift-count-overflow] 1780 | MODE_MASK (16*BITS_PER_UNIT), /* TA */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1783:3: warning: shift count >= width of type [-Wshift-count-overflow] 1783 | MODE_MASK (8*BITS_PER_UNIT), /* UDA */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1784:3: warning: shift count >= width of type [-Wshift-count-overflow] 1784 | MODE_MASK (16*BITS_PER_UNIT), /* UTA */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1788:3: warning: shift count >= width of type [-Wshift-count-overflow] 1788 | MODE_MASK (8*BITS_PER_UNIT), /* DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1789:3: warning: shift count >= width of type [-Wshift-count-overflow] 1789 | MODE_MASK (16*BITS_PER_UNIT), /* TF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1791:3: warning: shift count >= width of type [-Wshift-count-overflow] 1791 | MODE_MASK (8*BITS_PER_UNIT), /* DD */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1792:3: warning: shift count >= width of type [-Wshift-count-overflow] 1792 | MODE_MASK (16*BITS_PER_UNIT), /* TD */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1795:3: warning: shift count >= width of type [-Wshift-count-overflow] 1795 | MODE_MASK (8*BITS_PER_UNIT), /* CSI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1796:3: warning: shift count >= width of type [-Wshift-count-overflow] 1796 | MODE_MASK (16*BITS_PER_UNIT), /* CDI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1797:3: warning: shift count >= width of type [-Wshift-count-overflow] 1797 | MODE_MASK (32*BITS_PER_UNIT), /* CTI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1798:3: warning: shift count >= width of type [-Wshift-count-overflow] 1798 | MODE_MASK (64*BITS_PER_UNIT), /* COI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1799:3: warning: shift count >= width of type [-Wshift-count-overflow] 1799 | MODE_MASK (96*BITS_PER_UNIT), /* CCI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1800:3: warning: shift count >= width of type [-Wshift-count-overflow] 1800 | MODE_MASK (128*BITS_PER_UNIT), /* CXI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1803:3: warning: shift count >= width of type [-Wshift-count-overflow] 1803 | MODE_MASK (8*BITS_PER_UNIT), /* SC */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1804:3: warning: shift count >= width of type [-Wshift-count-overflow] 1804 | MODE_MASK (16*BITS_PER_UNIT), /* DC */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1805:3: warning: shift count >= width of type [-Wshift-count-overflow] 1805 | MODE_MASK (32*BITS_PER_UNIT), /* TC */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1811:3: warning: shift count >= width of type [-Wshift-count-overflow] 1811 | MODE_MASK (8*BITS_PER_UNIT), /* VNx64BI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1812:3: warning: shift count >= width of type [-Wshift-count-overflow] 1812 | MODE_MASK (8*BITS_PER_UNIT), /* V8QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1813:3: warning: shift count >= width of type [-Wshift-count-overflow] 1813 | MODE_MASK (8*BITS_PER_UNIT), /* V4HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1814:3: warning: shift count >= width of type [-Wshift-count-overflow] 1814 | MODE_MASK (8*BITS_PER_UNIT), /* V2SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1815:3: warning: shift count >= width of type [-Wshift-count-overflow] 1815 | MODE_MASK (8*BITS_PER_UNIT), /* V1DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1816:3: warning: shift count >= width of type [-Wshift-count-overflow] 1816 | MODE_MASK (16*BITS_PER_UNIT), /* V16QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1817:3: warning: shift count >= width of type [-Wshift-count-overflow] 1817 | MODE_MASK (16*BITS_PER_UNIT), /* V8HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1818:3: warning: shift count >= width of type [-Wshift-count-overflow] 1818 | MODE_MASK (16*BITS_PER_UNIT), /* V4SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1819:3: warning: shift count >= width of type [-Wshift-count-overflow] 1819 | MODE_MASK (16*BITS_PER_UNIT), /* V2DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1820:3: warning: shift count >= width of type [-Wshift-count-overflow] 1820 | MODE_MASK (32*BITS_PER_UNIT), /* V16HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1821:3: warning: shift count >= width of type [-Wshift-count-overflow] 1821 | MODE_MASK (32*BITS_PER_UNIT), /* V8SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1822:3: warning: shift count >= width of type [-Wshift-count-overflow] 1822 | MODE_MASK (32*BITS_PER_UNIT), /* V4DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1823:3: warning: shift count >= width of type [-Wshift-count-overflow] 1823 | MODE_MASK (32*BITS_PER_UNIT), /* V2TI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1824:3: warning: shift count >= width of type [-Wshift-count-overflow] 1824 | MODE_MASK (16*BITS_PER_UNIT), /* VNx16QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1825:3: warning: shift count >= width of type [-Wshift-count-overflow] 1825 | MODE_MASK (16*BITS_PER_UNIT), /* VNx8HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1826:3: warning: shift count >= width of type [-Wshift-count-overflow] 1826 | MODE_MASK (16*BITS_PER_UNIT), /* VNx4SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1827:3: warning: shift count >= width of type [-Wshift-count-overflow] 1827 | MODE_MASK (16*BITS_PER_UNIT), /* VNx2DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1828:3: warning: shift count >= width of type [-Wshift-count-overflow] 1828 | MODE_MASK (16*BITS_PER_UNIT), /* VNx1TI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1833:3: warning: shift count >= width of type [-Wshift-count-overflow] 1833 | MODE_MASK (8*BITS_PER_UNIT), /* VNx8QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1834:3: warning: shift count >= width of type [-Wshift-count-overflow] 1834 | MODE_MASK (8*BITS_PER_UNIT), /* VNx4HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1835:3: warning: shift count >= width of type [-Wshift-count-overflow] 1835 | MODE_MASK (8*BITS_PER_UNIT), /* VNx2SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1836:3: warning: shift count >= width of type [-Wshift-count-overflow] 1836 | MODE_MASK (8*BITS_PER_UNIT), /* VNx1DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1837:3: warning: shift count >= width of type [-Wshift-count-overflow] 1837 | MODE_MASK (8*BITS_PER_UNIT), /* V2x8QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1838:3: warning: shift count >= width of type [-Wshift-count-overflow] 1838 | MODE_MASK (8*BITS_PER_UNIT), /* V3x8QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1839:3: warning: shift count >= width of type [-Wshift-count-overflow] 1839 | MODE_MASK (8*BITS_PER_UNIT), /* V4x8QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1840:3: warning: shift count >= width of type [-Wshift-count-overflow] 1840 | MODE_MASK (8*BITS_PER_UNIT), /* V2x4HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1841:3: warning: shift count >= width of type [-Wshift-count-overflow] 1841 | MODE_MASK (8*BITS_PER_UNIT), /* V3x4HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1842:3: warning: shift count >= width of type [-Wshift-count-overflow] 1842 | MODE_MASK (8*BITS_PER_UNIT), /* V4x4HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1843:3: warning: shift count >= width of type [-Wshift-count-overflow] 1843 | MODE_MASK (8*BITS_PER_UNIT), /* V2x2SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1844:3: warning: shift count >= width of type [-Wshift-count-overflow] 1844 | MODE_MASK (8*BITS_PER_UNIT), /* V3x2SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1845:3: warning: shift count >= width of type [-Wshift-count-overflow] 1845 | MODE_MASK (8*BITS_PER_UNIT), /* V4x2SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1846:3: warning: shift count >= width of type [-Wshift-count-overflow] 1846 | MODE_MASK (8*BITS_PER_UNIT), /* V2x1DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1847:3: warning: shift count >= width of type [-Wshift-count-overflow] 1847 | MODE_MASK (8*BITS_PER_UNIT), /* V3x1DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1848:3: warning: shift count >= width of type [-Wshift-count-overflow] 1848 | MODE_MASK (8*BITS_PER_UNIT), /* V4x1DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1849:3: warning: shift count >= width of type [-Wshift-count-overflow] 1849 | MODE_MASK (16*BITS_PER_UNIT), /* V2x16QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1850:3: warning: shift count >= width of type [-Wshift-count-overflow] 1850 | MODE_MASK (16*BITS_PER_UNIT), /* V3x16QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1851:3: warning: shift count >= width of type [-Wshift-count-overflow] 1851 | MODE_MASK (16*BITS_PER_UNIT), /* V4x16QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1852:3: warning: shift count >= width of type [-Wshift-count-overflow] 1852 | MODE_MASK (16*BITS_PER_UNIT), /* V2x8HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1853:3: warning: shift count >= width of type [-Wshift-count-overflow] 1853 | MODE_MASK (16*BITS_PER_UNIT), /* V3x8HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1854:3: warning: shift count >= width of type [-Wshift-count-overflow] 1854 | MODE_MASK (16*BITS_PER_UNIT), /* V4x8HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1855:3: warning: shift count >= width of type [-Wshift-count-overflow] 1855 | MODE_MASK (16*BITS_PER_UNIT), /* V2x4SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1856:3: warning: shift count >= width of type [-Wshift-count-overflow] 1856 | MODE_MASK (16*BITS_PER_UNIT), /* V3x4SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1857:3: warning: shift count >= width of type [-Wshift-count-overflow] 1857 | MODE_MASK (16*BITS_PER_UNIT), /* V4x4SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1858:3: warning: shift count >= width of type [-Wshift-count-overflow] 1858 | MODE_MASK (16*BITS_PER_UNIT), /* V2x2DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1859:3: warning: shift count >= width of type [-Wshift-count-overflow] 1859 | MODE_MASK (16*BITS_PER_UNIT), /* V3x2DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1860:3: warning: shift count >= width of type [-Wshift-count-overflow] 1860 | MODE_MASK (16*BITS_PER_UNIT), /* V4x2DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1861:3: warning: shift count >= width of type [-Wshift-count-overflow] 1861 | MODE_MASK (32*BITS_PER_UNIT), /* VNx32QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1862:3: warning: shift count >= width of type [-Wshift-count-overflow] 1862 | MODE_MASK (32*BITS_PER_UNIT), /* VNx16HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1863:3: warning: shift count >= width of type [-Wshift-count-overflow] 1863 | MODE_MASK (32*BITS_PER_UNIT), /* VNx8SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1864:3: warning: shift count >= width of type [-Wshift-count-overflow] 1864 | MODE_MASK (32*BITS_PER_UNIT), /* VNx4DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1865:3: warning: shift count >= width of type [-Wshift-count-overflow] 1865 | MODE_MASK (32*BITS_PER_UNIT), /* VNx2TI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1866:3: warning: shift count >= width of type [-Wshift-count-overflow] 1866 | MODE_MASK (48*BITS_PER_UNIT), /* VNx48QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1867:3: warning: shift count >= width of type [-Wshift-count-overflow] 1867 | MODE_MASK (48*BITS_PER_UNIT), /* VNx24HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1868:3: warning: shift count >= width of type [-Wshift-count-overflow] 1868 | MODE_MASK (48*BITS_PER_UNIT), /* VNx12SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1869:3: warning: shift count >= width of type [-Wshift-count-overflow] 1869 | MODE_MASK (48*BITS_PER_UNIT), /* VNx6DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1870:3: warning: shift count >= width of type [-Wshift-count-overflow] 1870 | MODE_MASK (48*BITS_PER_UNIT), /* VNx3TI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1871:3: warning: shift count >= width of type [-Wshift-count-overflow] 1871 | MODE_MASK (64*BITS_PER_UNIT), /* VNx64QI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1872:3: warning: shift count >= width of type [-Wshift-count-overflow] 1872 | MODE_MASK (64*BITS_PER_UNIT), /* VNx32HI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1873:3: warning: shift count >= width of type [-Wshift-count-overflow] 1873 | MODE_MASK (64*BITS_PER_UNIT), /* VNx16SI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1874:3: warning: shift count >= width of type [-Wshift-count-overflow] 1874 | MODE_MASK (64*BITS_PER_UNIT), /* VNx8DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1875:3: warning: shift count >= width of type [-Wshift-count-overflow] 1875 | MODE_MASK (64*BITS_PER_UNIT), /* VNx4TI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1876:3: warning: shift count >= width of type [-Wshift-count-overflow] 1876 | MODE_MASK (64*BITS_PER_UNIT), /* VNx2OI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1878:3: warning: shift count >= width of type [-Wshift-count-overflow] 1878 | MODE_MASK (64*BITS_PER_UNIT), /* V8DI */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1880:3: warning: shift count >= width of type [-Wshift-count-overflow] 1880 | MODE_MASK (8*BITS_PER_UNIT), /* V4BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1881:3: warning: shift count >= width of type [-Wshift-count-overflow] 1881 | MODE_MASK (8*BITS_PER_UNIT), /* V4HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1882:3: warning: shift count >= width of type [-Wshift-count-overflow] 1882 | MODE_MASK (8*BITS_PER_UNIT), /* V2SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1883:3: warning: shift count >= width of type [-Wshift-count-overflow] 1883 | MODE_MASK (8*BITS_PER_UNIT), /* V1DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1884:3: warning: shift count >= width of type [-Wshift-count-overflow] 1884 | MODE_MASK (16*BITS_PER_UNIT), /* V8BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1885:3: warning: shift count >= width of type [-Wshift-count-overflow] 1885 | MODE_MASK (16*BITS_PER_UNIT), /* V8HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1886:3: warning: shift count >= width of type [-Wshift-count-overflow] 1886 | MODE_MASK (16*BITS_PER_UNIT), /* V4SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1887:3: warning: shift count >= width of type [-Wshift-count-overflow] 1887 | MODE_MASK (16*BITS_PER_UNIT), /* V2DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1888:3: warning: shift count >= width of type [-Wshift-count-overflow] 1888 | MODE_MASK (16*BITS_PER_UNIT), /* VNx8BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1889:3: warning: shift count >= width of type [-Wshift-count-overflow] 1889 | MODE_MASK (16*BITS_PER_UNIT), /* VNx8HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1890:3: warning: shift count >= width of type [-Wshift-count-overflow] 1890 | MODE_MASK (16*BITS_PER_UNIT), /* VNx4SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1891:3: warning: shift count >= width of type [-Wshift-count-overflow] 1891 | MODE_MASK (16*BITS_PER_UNIT), /* VNx2DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1894:3: warning: shift count >= width of type [-Wshift-count-overflow] 1894 | MODE_MASK (8*BITS_PER_UNIT), /* VNx4BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1895:3: warning: shift count >= width of type [-Wshift-count-overflow] 1895 | MODE_MASK (8*BITS_PER_UNIT), /* VNx4HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1896:3: warning: shift count >= width of type [-Wshift-count-overflow] 1896 | MODE_MASK (8*BITS_PER_UNIT), /* VNx2SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1897:3: warning: shift count >= width of type [-Wshift-count-overflow] 1897 | MODE_MASK (8*BITS_PER_UNIT), /* V2x4BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1898:3: warning: shift count >= width of type [-Wshift-count-overflow] 1898 | MODE_MASK (8*BITS_PER_UNIT), /* V2x4HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1899:3: warning: shift count >= width of type [-Wshift-count-overflow] 1899 | MODE_MASK (8*BITS_PER_UNIT), /* V3x4BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1900:3: warning: shift count >= width of type [-Wshift-count-overflow] 1900 | MODE_MASK (8*BITS_PER_UNIT), /* V3x4HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1901:3: warning: shift count >= width of type [-Wshift-count-overflow] 1901 | MODE_MASK (8*BITS_PER_UNIT), /* V4x4BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1902:3: warning: shift count >= width of type [-Wshift-count-overflow] 1902 | MODE_MASK (8*BITS_PER_UNIT), /* V4x4HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1903:3: warning: shift count >= width of type [-Wshift-count-overflow] 1903 | MODE_MASK (8*BITS_PER_UNIT), /* V2x2SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1904:3: warning: shift count >= width of type [-Wshift-count-overflow] 1904 | MODE_MASK (8*BITS_PER_UNIT), /* V3x2SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1905:3: warning: shift count >= width of type [-Wshift-count-overflow] 1905 | MODE_MASK (8*BITS_PER_UNIT), /* V4x2SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1906:3: warning: shift count >= width of type [-Wshift-count-overflow] 1906 | MODE_MASK (8*BITS_PER_UNIT), /* V2x1DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1907:3: warning: shift count >= width of type [-Wshift-count-overflow] 1907 | MODE_MASK (8*BITS_PER_UNIT), /* V3x1DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1908:3: warning: shift count >= width of type [-Wshift-count-overflow] 1908 | MODE_MASK (8*BITS_PER_UNIT), /* V4x1DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1909:3: warning: shift count >= width of type [-Wshift-count-overflow] 1909 | MODE_MASK (16*BITS_PER_UNIT), /* V2x8BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1910:3: warning: shift count >= width of type [-Wshift-count-overflow] 1910 | MODE_MASK (16*BITS_PER_UNIT), /* V2x8HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1911:3: warning: shift count >= width of type [-Wshift-count-overflow] 1911 | MODE_MASK (16*BITS_PER_UNIT), /* V3x8BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1912:3: warning: shift count >= width of type [-Wshift-count-overflow] 1912 | MODE_MASK (16*BITS_PER_UNIT), /* V3x8HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1913:3: warning: shift count >= width of type [-Wshift-count-overflow] 1913 | MODE_MASK (16*BITS_PER_UNIT), /* V4x8BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1914:3: warning: shift count >= width of type [-Wshift-count-overflow] 1914 | MODE_MASK (16*BITS_PER_UNIT), /* V4x8HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1915:3: warning: shift count >= width of type [-Wshift-count-overflow] 1915 | MODE_MASK (16*BITS_PER_UNIT), /* V2x4SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1916:3: warning: shift count >= width of type [-Wshift-count-overflow] 1916 | MODE_MASK (16*BITS_PER_UNIT), /* V3x4SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1917:3: warning: shift count >= width of type [-Wshift-count-overflow] 1917 | MODE_MASK (16*BITS_PER_UNIT), /* V4x4SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1918:3: warning: shift count >= width of type [-Wshift-count-overflow] 1918 | MODE_MASK (16*BITS_PER_UNIT), /* V2x2DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1919:3: warning: shift count >= width of type [-Wshift-count-overflow] 1919 | MODE_MASK (16*BITS_PER_UNIT), /* V3x2DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1920:3: warning: shift count >= width of type [-Wshift-count-overflow] 1920 | MODE_MASK (16*BITS_PER_UNIT), /* V4x2DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1921:3: warning: shift count >= width of type [-Wshift-count-overflow] 1921 | MODE_MASK (32*BITS_PER_UNIT), /* VNx16BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1922:3: warning: shift count >= width of type [-Wshift-count-overflow] 1922 | MODE_MASK (32*BITS_PER_UNIT), /* VNx16HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1923:3: warning: shift count >= width of type [-Wshift-count-overflow] 1923 | MODE_MASK (32*BITS_PER_UNIT), /* VNx8SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1924:3: warning: shift count >= width of type [-Wshift-count-overflow] 1924 | MODE_MASK (32*BITS_PER_UNIT), /* VNx4DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1925:3: warning: shift count >= width of type [-Wshift-count-overflow] 1925 | MODE_MASK (48*BITS_PER_UNIT), /* VNx24BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1926:3: warning: shift count >= width of type [-Wshift-count-overflow] 1926 | MODE_MASK (48*BITS_PER_UNIT), /* VNx24HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1927:3: warning: shift count >= width of type [-Wshift-count-overflow] 1927 | MODE_MASK (48*BITS_PER_UNIT), /* VNx12SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1928:3: warning: shift count >= width of type [-Wshift-count-overflow] 1928 | MODE_MASK (48*BITS_PER_UNIT), /* VNx6DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1929:3: warning: shift count >= width of type [-Wshift-count-overflow] 1929 | MODE_MASK (64*BITS_PER_UNIT), /* VNx32BF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1930:3: warning: shift count >= width of type [-Wshift-count-overflow] 1930 | MODE_MASK (64*BITS_PER_UNIT), /* VNx32HF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1931:3: warning: shift count >= width of type [-Wshift-count-overflow] 1931 | MODE_MASK (64*BITS_PER_UNIT), /* VNx16SF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
insn-modes.cc:1932:3: warning: shift count >= width of type [-Wshift-count-overflow] 1932 | MODE_MASK (64*BITS_PER_UNIT), /* VNx8DF */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/cgraph.h:1877:1: warning: 'cgraph_edge' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1877 | class GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"), | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/cgraph.h:2556:10: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2556 | friend struct cgraph_edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/cgraph.h:2969:32: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2969 | void initialize_inline_failed (struct cgraph_edge *); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/cgraph.h:2970:28: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2970 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.h:40:27: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 40 | bool (*ignore_edge) (struct cgraph_edge *)); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.h:43:27: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 43 | bool ipa_edge_within_scc (struct cgraph_edge *); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.h:130:36: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 130 | possible_polymorphic_call_targets (struct cgraph_edge *e, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.h:167:50: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 167 | dump_possible_polymorphic_call_targets (FILE *f, struct cgraph_edge *e, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.h:185:37: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 185 | possible_polymorphic_call_target_p (struct cgraph_edge *e, | ^ -
./gt-alias.h:114:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 114 | struct hash_map<alias_set_hash,int> * x ATTRIBUTE_UNUSED = (struct hash_map<alias_set_hash,int> *)x_p; | ^ -
./gt-alias.h:114:63: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 114 | struct hash_map<alias_set_hash,int> * x ATTRIBUTE_UNUSED = (struct hash_map<alias_set_hash,int> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:321:26: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 321 | friend void gt_pch_nx (struct ipa_vr &); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:322:26: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 322 | friend void gt_ggc_mx (struct ipa_vr &); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:323:26: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 323 | friend void gt_pch_nx (struct ipa_vr *, gt_pointer_operator, void *); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:939:1: warning: 'ipcp_transformation' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 939 | struct GTY(()) ipcp_transformation | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1178:42: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1178 | ipa_edge_args_info_available_for_edge_p (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1195:41: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1195 | bool ipa_propagate_indirect_call_infos (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1199:36: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1199 | tree ipa_get_indirect_edge_target (struct cgraph_edge *ie, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1202:1: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1202 | struct cgraph_edge *ipa_make_edge_direct_to_target (struct cgraph_edge *, tree, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1202:53: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1202 | struct cgraph_edge *ipa_make_edge_direct_to_target (struct cgraph_edge *, tree, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1204:36: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1204 | tree ipa_impossible_devirt_target (struct cgraph_edge *, tree); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1269:33: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1269 | tree ipa_get_callee_param_type (struct cgraph_edge *e, int i); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.h:420:43: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 420 | void ipa_merge_fn_summary_after_inlining (struct cgraph_edge *edge); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.h:427:36: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 427 | void evaluate_properties_for_edge (struct cgraph_edge *e, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.h:436:37: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 436 | void ipa_remove_from_growth_caches (struct cgraph_edge *edge); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.h:441:22: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 441 | cross_module_call_p (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:45:57: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 45 | int estimate_size_after_inlining (struct cgraph_node *, struct cgraph_edge *); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:47:47: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 47 | bool growth_positive_p (struct cgraph_node *, struct cgraph_edge *, int); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:48:28: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 48 | int do_estimate_edge_size (struct cgraph_edge *edge); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:49:30: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 49 | sreal do_estimate_edge_time (struct cgraph_edge *edge, sreal *nonspec_time = NULL); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:50:35: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 50 | ipa_hints do_estimate_edge_hints (struct cgraph_edge *edge); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:61:19: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 61 | bool inline_call (struct cgraph_edge *, bool, vec<cgraph_edge *> *, int *, bool, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:64:27: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 64 | void clone_inlined_nodes (struct cgraph_edge *e, bool, bool, bool, int *); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:73:21: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 73 | estimate_edge_size (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:86:27: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 86 | estimate_min_edge_growth (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:96:23: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 96 | estimate_edge_growth (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:107:21: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 107 | estimate_edge_time (struct cgraph_edge *edge, sreal *nonspec_time = NULL) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:124:22: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 124 | estimate_edge_hints (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-inline.h:25:1: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 25 | struct cgraph_edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/auto-profile.h:31:56: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 31 | extern bool afdo_callsite_hot_enough_for_early_inline (struct cgraph_edge *); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/auto-profile.cc:684:39: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 684 | gcov_type get_callsite_total_count (struct cgraph_edge *edge) const; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/auto-profile.cc:2971:5: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2971 | struct cgraph_edge *edge) const | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/auto-profile.cc:4720:44: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4720 | afdo_callsite_hot_enough_for_early_inline (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/pointer-query.h:211:1: warning: 'access_data' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 211 | struct access_data | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/function-abi.h:216:13: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 216 | return (TEST_HARD_REG_BIT (m_mask, regno) | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 217 | & m_base_abi->clobbers_full_reg_p (regno)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/function-abi.h:223:13: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 223 | return (TEST_HARD_REG_BIT (m_mask, regno) | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 224 | & m_base_abi->clobbers_at_least_part_of_reg_p (regno)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && -
./gt-btfout.h:48:3: warning: struct 'hash_set' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 48 | struct hash_set<ctf_dtdef_ref> * x ATTRIBUTE_UNUSED = (struct hash_set<ctf_dtdef_ref> *)x_p; | ^ -
./gt-btfout.h:48:58: warning: struct 'hash_set' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 48 | struct hash_set<ctf_dtdef_ref> * x ATTRIBUTE_UNUSED = (struct hash_set<ctf_dtdef_ref> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-streamer.h:655:1: warning: 'lto_simple_output_block' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 655 | struct lto_simple_output_block | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/symtab-thunks.h:119:20: warning: class 'lto_simple_output_block' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 119 | void stream_out (class lto_simple_output_block *); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/cgraph.cc:3821:5: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3821 | struct cgraph_edge *indirect) | ^ -
./gt-cgraph.h:60:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 60 | struct hash_table<function_version_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<function_version_hasher> *)x_p; | ^ -
./gt-cgraph.h:60:70: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 60 | struct hash_table<function_version_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<function_version_hasher> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/inchash.h:91:30: warning: class 'real_value' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1178:42: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1178 | ipa_edge_args_info_available_for_edge_p (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1195:41: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1195 | bool ipa_propagate_indirect_call_infos (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1199:36: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1199 | tree ipa_get_indirect_edge_target (struct cgraph_edge *ie, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1202:1: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1202 | struct cgraph_edge *ipa_make_edge_direct_to_target (struct cgraph_edge *, tree, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1202:53: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1202 | struct cgraph_edge *ipa_make_edge_direct_to_target (struct cgraph_edge *, tree, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1204:36: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1204 | tree ipa_impossible_devirt_target (struct cgraph_edge *, tree); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.h:1269:33: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1269 | tree ipa_get_callee_param_type (struct cgraph_edge *e, int i); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.h:420:43: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 420 | void ipa_merge_fn_summary_after_inlining (struct cgraph_edge *edge); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.h:427:36: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 427 | void evaluate_properties_for_edge (struct cgraph_edge *e, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.h:436:37: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 436 | void ipa_remove_from_growth_caches (struct cgraph_edge *edge); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.h:441:22: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 441 | cross_module_call_p (struct cgraph_edge *edge) | ^ -
./gt-cgraphclones.h:48:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 48 | struct hash_map<char*,unsigned> * x ATTRIBUTE_UNUSED = (struct hash_map<char*,unsigned> *)x_p; | ^ -
./gt-cgraphclones.h:48:59: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 48 | struct hash_map<char*,unsigned> * x ATTRIBUTE_UNUSED = (struct hash_map<char*,unsigned> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/auto-profile.h:31:56: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 31 | extern bool afdo_callsite_hot_enough_for_early_inline (struct cgraph_edge *); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/../libcpp/include/cpplib.h:1674:1: warning: 'cpp_char_column_policy' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1674 | struct cpp_char_column_policy | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/inchash.h:91:30: warning: class 'real_value' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 91 | void add_real_valu91 | void add_real_value (const class real_value &v); | ^ -
./gt-dwarf2asm.h:48:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 48 | struct hash_map<char*,tree> * x ATTRIBUTE_UNUSED = (struct hash_map<char*,tree> *)x_p; | ^ -
./gt-dwarf2asm.h:48:55: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 48 | struct hash_map<char*,tree> * x ATTRIBUTE_UNUSED = (struct hash_map<char*,tree> *)x_p; | ^ -
./gt-emit-rtl.h:220:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 220 | struct hash_table<const_int_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<const_int_hasher> *)x_p; | ^ -
./gt-emit-rtl.h:220:63: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 220 | struct hash_table<const_int_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<const_int_hasher> *)x_p; | ^ -
./gt-emit-rtl.h:238:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 238 | struct hash_table<const_wide_int_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<const_wide_int_hasher> *)x_p; | ^ -
./gt-emit-rtl.h:238:68: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 238 | struct hash_table<const_wide_int_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<const_wide_int_hasher> *)x_p; | ^ -
./gt-emit-rtl.h:256:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 256 | struct hash_table<const_poly_int_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<const_poly_int_hasher> *)x_p; | ^ -
./gt-emit-rtl.h:256:68: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 256 | struct hash_table<const_poly_int_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<const_poly_int_hasher> *)x_p; | ^ -
./gt-emit-rtl.h:274:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 274 | struct hash_table<reg_attr_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<reg_attr_hasher> *)x_p; | ^ -
./gt-emit-rtl.h:274:62: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 274 | struct hash_table<reg_attr_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<reg_attr_hasher> *)x_p; | ^ -
./gt-emit-rtl.h:292:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 292 | struct hash_table<const_double_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<const_double_hasher> *)x_p; | ^ -
./gt-emit-rtl.h:292:66: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 292 | struct hash_table<const_double_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<const_double_hasher> *)x_p; | ^ -
./gt-emit-rtl.h:310:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 310 | struct hash_table<const_fixed_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<const_fixed_hasher> *)x_p; | ^ -
./gt-emit-rtl.h:310:65: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 310 | struct hash_table<const_fixed_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<const_fixed_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:1676:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1676 | struct hash_table<indirect_string_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<indirect_string_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:1676:69: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1676 | struct hash_table<indirect_string_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<indirect_string_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:1863:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1863 | struct hash_table<dwarf_file_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<dwarf_file_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:1863:64: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1863 | struct hash_table<dwarf_file_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<dwarf_file_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:1881:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1881 | struct hash_table<decl_die_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<decl_die_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:1881:62: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1881 | struct hash_table<decl_die_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<decl_die_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:1929:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1929 | struct hash_table<variable_value_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<variable_value_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:1929:68: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1929 | struct hash_table<variable_value_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<variable_value_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:1947:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1947 | struct hash_table<block_die_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<block_die_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:1947:63: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1947 | struct hash_table<block_die_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<block_die_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:2018:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2018 | struct hash_table<decl_loc_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<decl_loc_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:2018:62: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2018 | struct hash_table<decl_loc_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<decl_loc_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:2055:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2055 | struct hash_table<dw_loc_list_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<dw_loc_list_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:2055:65: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2055 | struct hash_table<dw_loc_list_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<dw_loc_list_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:2212:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2212 | struct hash_table<annotation_node_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<annotation_node_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:2212:69: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2212 | struct hash_table<annotation_node_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<annotation_node_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:2230:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2230 | struct hash_table<addr_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<addr_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:2230:58: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2230 | struct hash_table<addr_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<addr_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:2248:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2248 | struct hash_map<tree,sym_off_pair> * x ATTRIBUTE_UNUSED = (struct hash_map<tree,sym_off_pair> *)x_p; | ^ -
./gt-dwarf2out.h:2248:62: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2248 | struct hash_map<tree,sym_off_pair> * x ATTRIBUTE_UNUSED = (struct hash_map<tree,sym_off_pair> *)x_p; | ^ -
./gt-dwarf2out.h:2289:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2289 | struct hash_table<inline_entry_data_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<inline_entry_data_hasher> *)x_p; | ^ -
./gt-dwarf2out.h:2289:71: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2289 | struct hash_table<inline_entry_data_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<inline_entry_data_hasher> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/expmed.cc:22:32: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option] 22 | #pragma GCC diagnostic warning "-Wmaybe-uninitialized" | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/except.cc:2028:7: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2028 | struct cgraph_edge *e; | ^ -
./gt-except.h:91:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 91 | struct hash_map<tree_hash,tree> * x ATTRIBUTE_UNUSED = (struct hash_map<tree_hash,tree> *)x_p; | ^ -
./gt-except.h:91:59: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 91 | struct hash_map<tree_hash,tree> * x ATTRIBUTE_UNUSED = (struct hash_map<tree_hash,tree> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/fold-const-call.cc:428:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 428 | } | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/fold-const-call.cc:461:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 461 | } | ^ -
./gt-function.h:25:3: warning: struct 'temp_slot' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 25 | struct temp_slot * const x = (struct temp_slot *)x_p; | ^ -
./gt-function.h:25:33: warning: struct 'temp_slot' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 25 | struct temp_slot * const x = (struct temp_slot *)x_p; | ^ -
./gt-function.h:116:3: warning: struct 'temp_slot' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 116 | struct temp_slot * const x = (struct temp_slot *)x_p; | ^ -
./gt-function.h:116:33: warning: struct 'temp_slot' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 116 | struct temp_slot * const x = (struct temp_slot *)x_p; | ^ -
./gt-function.h:210:3: warning: struct 'temp_slot' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 210 | struct temp_slot * x ATTRIBUTE_UNUSED = (struct temp_slot *)x_p; | ^ -
./gt-function.h:210:44: warning: struct 'temp_slot' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 210 | struct temp_slot * x ATTRIBUTE_UNUSED = (struct temp_slot *)x_p; | ^ -
./gt-function.h:250:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 250 | struct hash_table<insn_cache_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<insn_cache_hasher> *)x_p; | ^ -
./gt-function.h:250:64: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 250 | struct hash_table<insn_cache_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<insn_cache_hasher> *)x_p; | ^ -
./gt-function.h:290:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 290 | struct hash_table<temp_address_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<temp_address_hasher> *)x_p; | ^ -
./gt-function.h:290:66: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 290 | struct hash_table<temp_address_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<temp_address_hasher> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/fwprop.cc:872:3: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 872 | struct loop *def_loop = def_insn->bb ()->cfg_bb ()->loop_father; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/fwprop.cc:873:3: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 873 | struct loop *use_loop = use->bb ()->cfg_bb ()->loop_father; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/fwprop.cc:949:4: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 949 | struct loop *loop = insn->bb ()->cfg_bb ()->loop_father; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref-tree.h:109:40: warning: struct 'lto_input_block' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 109 | static modref_access_node stream_in (struct lto_input_block *ib); | ^ -
./gt-ggc-tests.h:83:3: warning: struct 'example_base' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 83 | struct example_base * const x = (struct example_base *)x_p; | ^ -
./gt-ggc-tests.h:83:36: warning: struct 'example_base' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 83 | struct example_base * const x = (struct example_base *)x_p; | ^ -
./gt-ggc-tests.h:207:3: warning: struct 'example_base' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 207 | struct example_base * const x = (struct example_base *)x_p; | ^ -
./gt-ggc-tests.h:207:36: warning: struct 'example_base' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 207 | struct example_base * const x = (struct example_base *)x_p; | ^ -
./gt-ggc-tests.h:339:3: warning: struct 'example_base' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 339 | struct example_base * x ATTRIBUTE_UNUSED = (struct example_base *)x_p; | ^ -
./gt-ggc-tests.h:339:47: warning: struct 'example_base' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 339 | struct example_base * x ATTRIBUTE_UNUSED = (struct example_base *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/gimple-iterator.cc:92:2: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 92 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/value-range-storage.h:33:3: warning: class 'vrange_storage' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 33 | class vrange_storage *clone (const vrange &r); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/value-range-storage.h:49:1: warning: 'vrange_storage' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 49 | class GTY(()) vrange_storage | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/gimple-range-gori.cc:1619:3: warning: struct 'gori_stmt_info' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1619 | struct gori_stmt_info si(lhs, stmt, q); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/gimple-range-gori.cc:1686:3: warning: struct 'gori_stmt_info' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1686 | struct gori_stmt_info si(lhs, stmt, q); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/gimple-ssa-backprop.cc:124:5: warning: anonymous types declared in an anonymous union are an extension [-Wnested-anon-types] 124 | struct | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/gimple-ssa-sprintf.cc:1234:19: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 1234 | maybesign = dir.get_flag (' ') | dir.get_flag ('+'); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/gimple-ssa-sprintf.cc:1675:12: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 1675 | + (dir.get_flag ('+') | dir.get_flag (' '))); | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/gimple-ssa-sprintf.cc:748:3: warning: function '(anonymous namespace)::format_result::format_result' has internal linkage but is not defined [-Wundefined-internal] 748 | format_result (format_result&); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/gimple-ssa-warn-alloca.cc:198:3: warning: struct 'alloca_type_and_limit' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 198 | struct alloca_type_and_limit ret = alloca_type_and_limit (ALLOCA_OK); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/gimple-ssa-warn-access.h:38:1: warning: class 'access_data' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 38 | class access_data; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/gimple-ssa-warn-access.h:44:1: warning: class 'access_data' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 44 | class access_data; | ^ -
gtype-desc.cc:107:3: warning: struct 'line_maps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 107 | struct line_maps * const x = (struct line_maps *)x_p; | ^ -
gtype-desc.cc:107:33: warning: struct 'line_maps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 107 | struct line_maps * const x = (struct line_maps *)x_p; | ^ -
gtype-desc.cc:275:3: warning: struct 'string_concat' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 275 | struct string_concat * const x = (struct string_concat *)x_p; | ^ -
gtype-desc.cc:275:37: warning: struct 'string_concat' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 275 | struct string_concat * const x = (struct string_concat *)x_p; | ^ -
gtype-desc.cc:287:3: warning: struct 'string_concat_db' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 287 | struct string_concat_db * const x = (struct string_concat_db *)x_p; | ^ -
gtype-desc.cc:287:40: warning: struct 'string_concat_db' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 287 | struct string_concat_db * const x = (struct string_concat_db *)x_p; | ^ -
gtype-desc.cc:305:12: warning: struct 'string_concat' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 305 | gt_ggc_mx (struct string_concat *& x) | ^ -
gtype-desc.cc:314:3: warning: struct 'bitmap_head' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 314 | struct bitmap_head * const x = (struct bitmap_head *)x_p; | ^ -
gtype-desc.cc:314:35: warning: struct 'bitmap_head' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 314 | struct bitmap_head * const x = (struct bitmap_head *)x_p; | ^ -
gtype-desc.cc:1509:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1509 | struct cgraph_edge * x = (struct cgraph_edge *)x_p; | ^ -
gtype-desc.cc:1509:29: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1509 | struct cgraph_edge * x = (struct cgraph_edge *)x_p; | ^ -
gtype-desc.cc:1510:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1510 | struct cgraph_edge * xlimit = x; | ^ -
gtype-desc.cc:1516:9: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1516 | struct cgraph_edge * const xprev = ((*x).prev_caller); | ^ -
gtype-desc.cc:1536:12: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1536 | gt_ggc_mx (struct cgraph_edge& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:1538:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1538 | struct cgraph_edge * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:1550:12: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1550 | gt_ggc_mx (struct cgraph_edge *& x) | ^ -
gtype-desc.cc:1751:3: warning: struct 'mem_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1751 | struct mem_attrs * const x = (struct mem_attrs *)x_p; | ^ -
gtype-desc.cc:1751:33: warning: struct 'mem_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1751 | struct mem_attrs * const x = (struct mem_attrs *)x_p; | ^ -
gtype-desc.cc:1761:3: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1761 | struct reg_attrs * const x = (struct reg_attrs *)x_p; | ^ -
gtype-desc.cc:1761:33: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1761 | struct reg_attrs * const x = (struct reg_attrs *)x_p; | ^ -
gtype-desc.cc:1769:12: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1769 | gt_ggc_mx (struct reg_attrs& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:1771:3: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1771 | struct reg_attrs * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:1776:12: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1776 | gt_ggc_mx (struct reg_attrs *& x) | ^ -
gtype-desc.cc:1995:3: warning: struct 'vrange_storage' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1995 | struct vrange_storage * const x = (struct vrange_storage *)x_p; | ^ -
gtype-desc.cc:1995:38: warning: struct 'vrange_storage' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1995 | struct vrange_storage * const x = (struct vrange_storage *)x_p; | ^ -
gtype-desc.cc:2038:3: warning: struct 'target_globals' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2038 | struct target_globals * const x = (struct target_globals *)x_p; | ^ -
gtype-desc.cc:2038:38: warning: struct 'target_globals' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2038 | struct target_globals * const x = (struct target_globals *)x_p; | ^ -
gtype-desc.cc:2318:3: warning: struct 'frame_space' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2318 | struct frame_space * const x = (struct frame_space *)x_p; | ^ -
gtype-desc.cc:2318:35: warning: struct 'frame_space' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2318 | struct frame_space * const x = (struct frame_space *)x_p; | ^ -
gtype-desc.cc:2362:3: warning: struct 'stack_usage' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2362 | struct stack_usage * const x = (struct stack_usage *)x_p; | ^ -
gtype-desc.cc:2362:35: warning: struct 'stack_usage' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2362 | struct stack_usage * const x = (struct stack_usage *)x_p; | ^ -
gtype-desc.cc:2465:3: warning: struct 'nb_iter_bound' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2465 | struct nb_iter_bound * x = (struct nb_iter_bound *)x_p; | ^ -
gtype-desc.cc:2465:31: warning: struct 'nb_iter_bound' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2465 | struct nb_iter_bound * x = (struct nb_iter_bound *)x_p; | ^ -
gtype-desc.cc:2466:3: warning: struct 'nb_iter_bound' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2466 | struct nb_iter_bound * xlimit = x; | ^ -
gtype-desc.cc:2511:3: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2511 | struct loop * x = (struct loop *)x_p; | ^ -
gtype-desc.cc:2511:22: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2511 | struct loop * x = (struct loop *)x_p; | ^ -
gtype-desc.cc:2512:3: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2512 | struct loop * xlimit = x; | ^ -
gtype-desc.cc:2563:12: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2563 | gt_ggc_mx (struct loop *& x) | ^ -
gtype-desc.cc:2572:3: warning: struct 'niter_desc' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2572 | struct niter_desc * const x = (struct niter_desc *)x_p; | ^ -
gtype-desc.cc:2572:34: warning: struct 'niter_desc' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2572 | struct niter_desc * const x = (struct niter_desc *)x_p; | ^ -
gtype-desc.cc:2770:3: warning: struct 'cgraph_indirect_call_info' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2770 | struct cgraph_indirect_call_info * const x = (struct cgraph_indirect_call_info *)x_p; | ^ -
gtype-desc.cc:2770:49: warning: struct 'cgraph_indirect_call_info' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2770 | struct cgraph_indirect_call_info * const x = (struct cgraph_indirect_call_info *)x_p; | ^ -
gtype-desc.cc:2857:3: warning: struct 'symbol_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2857 | struct symbol_table * const x = (struct symbol_table *)x_p; | ^ -
gtype-desc.cc:2857:36: warning: struct 'symbol_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2857 | struct symbol_table * const x = (struct symbol_table *)x_p; | ^ -
gtype-desc.cc:2972:3: warning: struct 'ipa_param_adjustments' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2972 | struct ipa_param_adjustments * const x = (struct ipa_param_adjustments *)x_p; | ^ -
gtype-desc.cc:2972:45: warning: struct 'ipa_param_adjustments' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2972 | struct ipa_param_adjustments * const x = (struct ipa_param_adjustments *)x_p; | ^ -
gtype-desc.cc:3020:3: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3020 | struct ipa_vr * const x = (struct ipa_vr *)x_p; | ^ -
gtype-desc.cc:3020:30: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3020 | struct ipa_vr * const x = (struct ipa_vr *)x_p; | ^ -
gtype-desc.cc:3031:3: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3031 | struct ipa_node_params * const x = (struct ipa_node_params *)x_p; | ^ -
gtype-desc.cc:3031:39: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3031 | struct ipa_node_params * const x = (struct ipa_node_params *)x_p; | ^ -
gtype-desc.cc:3039:12: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3039 | gt_ggc_mx (struct ipa_node_params& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:3041:3: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3041 | struct ipa_node_params * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:3046:12: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3046 | gt_ggc_mx (struct ipa_node_params *& x) | ^ -
gtype-desc.cc:3055:3: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3055 | struct ipa_edge_args * const x = (struct ipa_edge_args *)x_p; | ^ -
gtype-desc.cc:3055:37: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3055 | struct ipa_edge_args * const x = (struct ipa_edge_args *)x_p; | ^ -
gtype-desc.cc:3064:12: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3064 | gt_ggc_mx (struct ipa_edge_args& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:3066:3: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3066 | struct ipa_edge_args * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:3072:12: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3072 | gt_ggc_mx (struct ipa_edge_args *& x) | ^ -
gtype-desc.cc:3081:3: warning: struct 'ipa_fn_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3081 | struct ipa_fn_summary * const x = (struct ipa_fn_summary *)x_p; | ^ -
gtype-desc.cc:3081:38: warning: struct 'ipa_fn_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3081 | struct ipa_fn_summary * const x = (struct ipa_fn_summary *)x_p; | ^ -
gtype-desc.cc:3140:12: warning: struct 'nowarn_spec_t' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3140 | gt_ggc_mx (struct nowarn_spec_t& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:3142:3: warning: struct 'nowarn_spec_t' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3142 | struct nowarn_spec_t * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:3691:12: warning: struct 'temp_slot' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3691 | gt_ggc_mx (struct temp_slot *& x) | ^ -
gtype-desc.cc:3983:12: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3983 | gt_ggc_mx (struct ipa_vr& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:3985:3: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3985 | struct ipa_vr * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:4049:12: warning: struct 'ipa_polymorphic_call_context' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4049 | gt_ggc_mx (struct ipa_polymorphic_call_context& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:4051:3: warning: struct 'ipa_polymorphic_call_context' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4051 | struct ipa_polymorphic_call_context * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:4179:12: warning: struct 'ipa_fn_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4179 | gt_ggc_mx (struct ipa_fn_summary *& x) | ^ -
gtype-desc.cc:4188:3: warning: struct 'line_maps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4188 | struct line_maps * const x = (struct line_maps *)x_p; | ^ -
gtype-desc.cc:4188:33: warning: struct 'line_maps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4188 | struct line_maps * const x = (struct line_maps *)x_p; | ^ -
gtype-desc.cc:4356:3: warning: struct 'string_concat' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4356 | struct string_concat * const x = (struct string_concat *)x_p; | ^ -
gtype-desc.cc:4356:37: warning: struct 'string_concat' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4356 | struct string_concat * const x = (struct string_concat *)x_p; | ^ -
gtype-desc.cc:4368:3: warning: struct 'string_concat_db' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4368 | struct string_concat_db * const x = (struct string_concat_db *)x_p; | ^ -
gtype-desc.cc:4368:40: warning: struct 'string_concat_db' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4368 | struct string_concat_db * const x = (struct string_concat_db *)x_p; | ^ -
gtype-desc.cc:4386:12: warning: struct 'string_concat' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4386 | gt_pch_nx (struct string_concat *& x) | ^ -
gtype-desc.cc:4395:3: warning: struct 'bitmap_head' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4395 | struct bitmap_head * const x = (struct bitmap_head *)x_p; | ^ -
gtype-desc.cc:4395:35: warning: struct 'bitmap_head' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4395 | struct bitmap_head * const x = (struct bitmap_head *)x_p; | ^ -
gtype-desc.cc:5590:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5590 | struct cgraph_edge * x = (struct cgraph_edge *)x_p; | ^ -
gtype-desc.cc:5590:29: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5590 | struct cgraph_edge * x = (struct cgraph_edge *)x_p; | ^ -
gtype-desc.cc:5591:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5591 | struct cgraph_edge * xlimit = x; | ^ -
gtype-desc.cc:5597:9: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5597 | struct cgraph_edge * const xprev = ((*x).prev_caller); | ^ -
gtype-desc.cc:5617:12: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5617 | gt_pch_nx (struct cgraph_edge& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:5619:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5619 | struct cgraph_edge * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:5631:12: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5631 | gt_pch_nx (struct cgraph_edge *& x) | ^ -
gtype-desc.cc:5832:3: warning: struct 'mem_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5832 | struct mem_attrs * const x = (struct mem_attrs *)x_p; | ^ -
gtype-desc.cc:5832:33: warning: struct 'mem_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5832 | struct mem_attrs * const x = (struct mem_attrs *)x_p; | ^ -
gtype-desc.cc:5842:3: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5842 | struct reg_attrs * const x = (struct reg_attrs *)x_p; | ^ -
gtype-desc.cc:5842:33: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5842 | struct reg_attrs * const x = (struct reg_attrs *)x_p; | ^ -
gtype-desc.cc:5850:12: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5850 | gt_pch_nx (struct reg_attrs& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:5852:3: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5852 | struct reg_attrs * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:5857:12: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5857 | gt_pch_nx (struct reg_attrs *& x) | ^ -
gtype-desc.cc:6076:3: warning: struct 'vrange_storage' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6076 | struct vrange_storage * const x = (struct vrange_storage *)x_p; | ^ -
gtype-desc.cc:6076:38: warning: struct 'vrange_storage' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6076 | struct vrange_storage * const x = (struct vrange_storage *)x_p; | ^ -
gtype-desc.cc:6119:3: warning: struct 'target_globals' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6119 | struct target_globals * const x = (struct target_globals *)x_p; | ^ -
gtype-desc.cc:6119:38: warning: struct 'target_globals' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6119 | struct target_globals * const x = (struct target_globals *)x_p; | ^ -
gtype-desc.cc:6399:3: warning: struct 'frame_space' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6399 | struct frame_space * const x = (struct frame_space *)x_p; | ^ -
gtype-desc.cc:6399:35: warning: struct 'frame_space' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6399 | struct frame_space * const x = (struct frame_space *)x_p; | ^ -
gtype-desc.cc:6443:3: warning: struct 'stack_usage' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6443 | struct stack_usage * const x = (struct stack_usage *)x_p; | ^ -
gtype-desc.cc:6443:35: warning: struct 'stack_usage' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6443 | struct stack_usage * const x = (struct stack_usage *)x_p; | ^ -
gtype-desc.cc:6546:3: warning: struct 'nb_iter_bound' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6546 | struct nb_iter_bound * x = (struct nb_iter_bound *)x_p; | ^ -
gtype-desc.cc:6546:31: warning: struct 'nb_iter_bound' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6546 | struct nb_iter_bound * x = (struct nb_iter_bound *)x_p; | ^ -
gtype-desc.cc:6547:3: warning: struct 'nb_iter_bound' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6547 | struct nb_iter_bound * xlimit = x; | ^ -
gtype-desc.cc:6592:3: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6592 | struct loop * x = (struct loop *)x_p; | ^ -
gtype-desc.cc:6592:22: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6592 | struct loop * x = (struct loop *)x_p; | ^ -
gtype-desc.cc:6593:3: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6593 | struct loop * xlimit = x; | ^ -
gtype-desc.cc:6644:12: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6644 | gt_pch_nx (struct loop *& x) | ^ -
gtype-desc.cc:6653:3: warning: struct 'niter_desc' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6653 | struct niter_desc * const x = (struct niter_desc *)x_p; | ^ -
gtype-desc.cc:6653:34: warning: struct 'niter_desc' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6653 | struct niter_desc * const x = (struct niter_desc *)x_p; | ^ -
gtype-desc.cc:6851:3: warning: struct 'cgraph_indirect_call_info' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6851 | struct cgraph_indirect_call_info * const x = (struct cgraph_indirect_call_info *)x_p; | ^ -
gtype-desc.cc:6851:49: warning: struct 'cgraph_indirect_call_info' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6851 | struct cgraph_indirect_call_info * const x = (struct cgraph_indirect_call_info *)x_p; | ^ -
gtype-desc.cc:6938:3: warning: struct 'symbol_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6938 | struct symbol_table * const x = (struct symbol_table *)x_p; | ^ -
gtype-desc.cc:6938:36: warning: struct 'symbol_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6938 | struct symbol_table * const x = (struct symbol_table *)x_p; | ^ -
gtype-desc.cc:7053:3: warning: struct 'ipa_param_adjustments' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7053 | struct ipa_param_adjustments * const x = (struct ipa_param_adjustments *)x_p; | ^ -
gtype-desc.cc:7053:45: warning: struct 'ipa_param_adjustments' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7053 | struct ipa_param_adjustments * const x = (struct ipa_param_adjustments *)x_p; | ^ -
gtype-desc.cc:7101:3: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7101 | struct ipa_vr * const x = (struct ipa_vr *)x_p; | ^ -
gtype-desc.cc:7101:30: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7101 | struct ipa_vr * const x = (struct ipa_vr *)x_p; | ^ -
gtype-desc.cc:7112:3: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7112 | struct ipa_node_params * const x = (struct ipa_node_params *)x_p; | ^ -
gtype-desc.cc:7112:39: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7112 | struct ipa_node_params * const x = (struct ipa_node_params *)x_p; | ^ -
gtype-desc.cc:7120:12: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7120 | gt_pch_nx (struct ipa_node_params& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:7122:3: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7122 | struct ipa_node_params * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:7127:12: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7127 | gt_pch_nx (struct ipa_node_params *& x) | ^ -
gtype-desc.cc:7136:3: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7136 | struct ipa_edge_args * const x = (struct ipa_edge_args *)x_p; | ^ -
gtype-desc.cc:7136:37: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7136 | struct ipa_edge_args * const x = (struct ipa_edge_args *)x_p; | ^ -
gtype-desc.cc:7145:12: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7145 | gt_pch_nx (struct ipa_edge_args& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:7147:3: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7147 | struct ipa_edge_args * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:7153:12: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7153 | gt_pch_nx (struct ipa_edge_args *& x) | ^ -
gtype-desc.cc:7162:3: warning: struct 'ipa_fn_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7162 | struct ipa_fn_summary * const x = (struct ipa_fn_summary *)x_p; | ^ -
gtype-desc.cc:7162:38: warning: struct 'ipa_fn_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7162 | struct ipa_fn_summary * const x = (struct ipa_fn_summary *)x_p; | ^ -
gtype-desc.cc:7221:12: warning: struct 'nowarn_spec_t' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7221 | gt_pch_nx (struct nowarn_spec_t& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:7223:3: warning: struct 'nowarn_spec_t' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7223 | struct nowarn_spec_t * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:7772:12: warning: struct 'temp_slot' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 7772 | gt_pch_nx (struct temp_slot *& x) | ^ -
gtype-desc.cc:8064:12: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8064 | gt_pch_nx (struct ipa_vr& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:8066:3: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8066 | struct ipa_vr * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:8130:12: warning: struct 'ipa_polymorphic_call_context' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8130 | gt_pch_nx (struct ipa_polymorphic_call_context& x_r ATTRIBUTE_UNUSED) | ^ -
gtype-desc.cc:8132:3: warning: struct 'ipa_polymorphic_call_context' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8132 | struct ipa_polymorphic_call_context * ATTRIBUTE_UNUSED x = &x_r; | ^ -
gtype-desc.cc:8260:12: warning: struct 'ipa_fn_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8260 | gt_pch_nx (struct ipa_fn_summary *& x) | ^ -
gtype-desc.cc:8272:3: warning: struct 'line_maps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8272 | struct line_maps * x ATTRIBUTE_UNUSED = (struct line_maps *)x_p; | ^ -
gtype-desc.cc:8272:44: warning: struct 'line_maps' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8272 | struct line_maps * x ATTRIBUTE_UNUSED = (struct line_maps *)x_p; | ^ -
gtype-desc.cc:8472:3: warning: struct 'string_concat' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8472 | struct string_concat * x ATTRIBUTE_UNUSED = (struct string_concat *)x_p; | ^ -
gtype-desc.cc:8472:48: warning: struct 'string_concat' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8472 | struct string_concat * x ATTRIBUTE_UNUSED = (struct string_concat *)x_p; | ^ -
gtype-desc.cc:8485:3: warning: struct 'string_concat_db' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8485 | struct string_concat_db * x ATTRIBUTE_UNUSED = (struct string_concat_db *)x_p; | ^ -
gtype-desc.cc:8485:51: warning: struct 'string_concat_db' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8485 | struct string_concat_db * x ATTRIBUTE_UNUSED = (struct string_concat_db *)x_p; | ^ -
gtype-desc.cc:8496:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8496 | struct hash_map<location_hash,string_concat*> * x ATTRIBUTE_UNUSED = (struct hash_map<location_hash,string_concat*> *)x_p; | ^ -
gtype-desc.cc:8496:73: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8496 | struct hash_map<location_hash,string_concat*> * x ATTRIBUTE_UNUSED = (struct hash_map<location_hash,string_concat*> *)x_p; | ^ -
gtype-desc.cc:8507:3: warning: struct 'bitmap_head' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8507 | struct bitmap_head * x ATTRIBUTE_UNUSED = (struct bitmap_head *)x_p; | ^ -
gtype-desc.cc:8507:46: warning: struct 'bitmap_head' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8507 | struct bitmap_head * x ATTRIBUTE_UNUSED = (struct bitmap_head *)x_p; | ^ -
gtype-desc.cc:10117:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10117:46: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10137:12: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10243:3: warning: struct 'edge_def' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10243:43: warning: struct 'edge_def' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10301:3: warning: struct 'hash_set' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10301:49: warning: struct 'hash_set' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10358:3: warning: struct 'mem_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10358:44: warning: struct 'mem_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10369:3: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10369:44: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10375:12: warning: struct 'reg_attrs' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10536:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10536:77: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10554:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10554:77: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10572:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10572:71: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10621:3: warning: struct 'vrange_storage' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10621:49: warning: struct 'vrange_storage' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10656:3: warning: struct 'target_globals' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10656:49: warning: struct 'target_globals' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10793:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10793:61: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10932:3: warning: struct 'frame_space' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10932:46: warning: struct 'frame_space' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10981:3: warning: struct 'stack_usage' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:10981:46: warning: struct 'stack_usage' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11080:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11080:63: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11098:3: warning: struct 'nb_iter_bound' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11098:48: warning: struct 'nb_iter_bound' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11141:3: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11141:39: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11206:3: warning: struct 'niter_desc' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11206:45: warning: struct 'niter_desc' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11227:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11227:63: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11395:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11395:65: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11413:3: warning: struct 'cgraph_indirect_call_info' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11413:60: warning: struct 'cgraph_indirect_call_info' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11460:3: warning: struct 'function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11460:64: warning: struct 'function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11484:3: warning: struct 'function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11484:64: warning: struct 'function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11495:3: warning: struct 'symbol_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11495:47: warning: struct 'symbol_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11520:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11520:66: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11538:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11538:61: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11556:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11556:77: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11607:3: warning: struct 'ipa_param_adjustments' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11607:56: warning: struct 'ipa_param_adjustments' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11652:3: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11652:41: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11665:3: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11665:50: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11671:12: warning: struct 'ipa_node_params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11684:3: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11684:48: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11692:12: warning: struct 'ipa_edge_args' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11706:3: warning: struct 'ipa_fn_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11706:49: warning: struct 'ipa_fn_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11765:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11765:72: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:11771:12: warning: struct 'nowarn_spec_t' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12243:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12243:62: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12261:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12261:62: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12290:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12290:72: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12485:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12485:56: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12518:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12518:54: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12529:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12529:62: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12547:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12547:64: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12671:12: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12743:12: warning: struct 'ipa_polymorphic_call_context' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12757:3: warning: struct 'ipa_node_params_t' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12757:52: warning: struct 'ipa_node_params_t' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12768:3: warning: struct 'ipa_edge_args_sum_t' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12768:54: warning: struct 'ipa_edge_args_sum_t' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12779:3: warning: struct 'function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12779:73: warning: struct 'function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12790:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12790:64: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12873:3: warning: struct 'fast_function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
gtype-desc.cc:12873:79: warning: struct 'fast_function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-locality-cloning.cc:359:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 359 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-locality-cloning.cc:457:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 457 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-locality-cloning.cc:793:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 793 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-locality-cloning.cc:905:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 905 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-locality-cloning.cc:1323:6: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1323 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-locality-cloning.cc:1363:6: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1363 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.h:40:27: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 40 | bool (*ignore_edge) (struct cgraph_edge *)); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.h:43:27: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 43 | bool ipa_edge_within_scc (struct cgraph_edge *); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.h:130:36: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 130 | possible_polymorphic_call_targets (struct cgraph_edge *e, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.h:167:50: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 167 | dump_possible_polymorphic_call_targets (FILE *f, struct cgraph_edge *e, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.h:185:37: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 185 | possible_polymorphic_call_target_p (struct cgraph_edge *e, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:583:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 583 | struct cgraph_edge *cs; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:1428:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1428 | struct cgraph_edge *ie; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:2379:33: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2379 | propagate_vals_across_ancestor (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:2409:40: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2409 | propagate_scalar_across_jump_function (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:2818:27: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2818 | merge_aggregate_lattices (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:2890:30: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2890 | propagate_aggregate_lattice (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:2968:38: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2968 | propagate_aggs_across_jump_function (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:3072:34: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3072 | propagate_constants_across_call (struct cgraph_edge *cs) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:3156:33: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3156 | ipa_get_indirect_edge_target_1 (struct cgraph_edge *ie, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:3324:31: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3324 | ipa_get_indirect_edge_target (struct cgraph_edge *ie, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:3344:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3344 | struct cgraph_edge *ie; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:3955:4: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3955 | struct cgraph_edge *cs; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:3991:6: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3991 | struct cgraph_edge *cs; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:4138:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4138 | struct cgraph_edge *ie, *next_ie; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:4159:4: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4159 | struct cgraph_edge *cs = ipa_make_edge_direct_to_target (ie, target, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:4357:15: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4357 | static inline struct cgraph_edge * | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:4358:29: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4358 | get_next_cgraph_edge_clone (struct cgraph_edge *cs) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:4389:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4389 | struct cgraph_edge *cs = src->cs; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:4467:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4467 | struct cgraph_edge *cs = src->cs; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:5338:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5338 | struct cgraph_edge *cs; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:5483:38: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5483 | push_agg_values_for_index_from_edge (struct cgraph_edge *cs, int index, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:5617:28: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5617 | push_agg_values_from_edge (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:5738:42: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5738 | cgraph_edge_brings_all_scalars_for_node (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:5773:43: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5773 | cgraph_edge_brings_all_agg_vals_for_node (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:5805:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5805 | struct cgraph_edge *cs = src->cs; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:6385:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6385 | struct cgraph_edge *cs; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-cp.cc:6411:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6411 | struct cgraph_edge *cs; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-sra.cc:2919:25: warning: struct 'lto_input_block' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2919 | isra_read_edge_summary (struct lto_input_block *ib, cgraph_edge *cs) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-sra.cc:2949:22: warning: struct 'lto_input_block' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2949 | isra_read_node_info (struct lto_input_block *ib, cgraph_node *node, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-sra.cc:2950:8: warning: struct 'data_in' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2950 | struct data_in *data_in) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-sra.cc:3013:3: warning: struct 'data_in' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3013 | struct data_in *data_in; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-sra.cc:3101:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3101 | struct cgraph_edge *cs; | ^ -
./gt-ipa-sra.h:53:3: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 53 | struct isra_func_summary * const x = (struct isra_func_summary *)x_p; | ^ -
./gt-ipa-sra.h:53:41: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 53 | struct isra_func_summary * const x = (struct isra_func_summary *)x_p; | ^ -
./gt-ipa-sra.h:61:12: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 61 | gt_ggc_mx (struct isra_func_summary& x_r ATTRIBUTE_UNUSED) | ^ -
./gt-ipa-sra.h:63:3: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 63 | struct isra_func_summary * ATTRIBUTE_UNUSED x = &x_r; | ^ -
./gt-ipa-sra.h:68:12: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 68 | gt_ggc_mx (struct isra_func_summary *& x) | ^ -
./gt-ipa-sra.h:132:3: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 132 | struct isra_func_summary * const x = (struct isra_func_summary *)x_p; | ^ -
./gt-ipa-sra.h:132:41: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 132 | struct isra_func_summary * const x = (struct isra_func_summary *)x_p; | ^ -
./gt-ipa-sra.h:140:12: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 140 | gt_pch_nx (struct isra_func_summary& x_r ATTRIBUTE_UNUSED) | ^ -
./gt-ipa-sra.h:142:3: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 142 | struct isra_func_summary * ATTRIBUTE_UNUSED x = &x_r; | ^ -
./gt-ipa-sra.h:147:12: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 147 | gt_pch_nx (struct isra_func_summary *& x) | ^ -
./gt-ipa-sra.h:210:3: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 210 | struct isra_func_summary * x ATTRIBUTE_UNUSED = (struct isra_func_summary *)x_p; | ^ -
./gt-ipa-sra.h:210:52: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 210 | struct isra_func_summary * x ATTRIBUTE_UNUSED = (struct isra_func_summary *)x_p; | ^ -
./gt-ipa-sra.h:216:12: warning: struct 'isra_func_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 216 | gt_pch_nx (struct isra_func_summary* x ATTRIBUTE_UNUSED, | ^ -
./gt-ipa-sra.h:248:3: warning: struct 'ipa_sra_function_summaries' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 248 | struct ipa_sra_function_summaries * x ATTRIBUTE_UNUSED = (struct ipa_sra_function_summaries *)x_p; | ^ -
./gt-ipa-sra.h:248:61: warning: struct 'ipa_sra_function_summaries' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 248 | struct ipa_sra_function_summaries * x ATTRIBUTE_UNUSED = (struct ipa_sra_function_summaries *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-devirt.cc:3786:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3786 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-devirt.cc:4364:7: warning: class 'odr_enum' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4364 | class odr_enum &this_enum | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:251:8: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 251 | static struct cgraph_edge * | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:252:26: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 252 | redirect_to_unreachable (struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:285:21: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 285 | edge_set_predicate (struct cgraph_edge *e, ipa_predicate *predicate) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:609:31: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 609 | evaluate_properties_for_edge (struct cgraph_edge *e, bool inline_p, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:852:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 852 | struct cgraph_edge *edge, *next; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:989:32: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 989 | ipa_call_summary_t::duplicate (struct cgraph_edge *src, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:990:11: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 990 | struct cgraph_edge *dst, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:1017:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1017 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:3049:8: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3049 | struct cgraph_edge *edge = node->get_edge (stmt); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:3389:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3389 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:3557:31: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3557 | estimate_edge_devirt_benefit (struct cgraph_edge *ie, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:3615:30: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3615 | estimate_edge_size_and_time (struct cgraph_edge *e, int *size, int *min_size, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:3653:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3653 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:3699:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3699 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:4301:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4301 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:4324:20: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4324 | remap_edge_params (struct cgraph_edge *inlined_edge, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:4325:6: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4325 | struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:4385:23: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4385 | remap_edge_summaries (struct cgraph_edge *inlined_edge, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:4395:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4395 | struct cgraph_edge *e, *next; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:4473:38: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4473 | ipa_merge_fn_summary_after_inlining (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:4676:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4676 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:4723:51: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4723 | read_ipa_call_summary (class lto_input_block *ib, struct cgraph_edge *e, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:4811:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4811 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:5016:50: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5016 | write_ipa_call_summary (struct output_block *ob, struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-fnsummary.cc:5075:4: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5075 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-comdats.cc:123:10: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 123 | for (struct cgraph_edge * edge = cnode->callers; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-comdats.cc:183:7: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 183 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:45:57: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 45 | int estimate_size_after_inlining (struct cgraph_node *, struct cgraph_edge *); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:47:47: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 47 | bool growth_positive_p (struct cgraph_node *, struct cgraph_edge *, int); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:48:28: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 48 | int do_estimate_edge_size (struct cgraph_edge *edge); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:49:30: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 49 | sreal do_estimate_edge_time (struct cgraph_edge *edge, sreal *nonspec_time = NULL); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:50:35: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 50 | ipa_hints do_estimate_edge_hints (struct cgraph_edge *edge); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:61:19: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 61 | bool inline_call (struct cgraph_edge *, bool, vec<cgraph_edge *> *, int *, bool, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:64:27: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 64 | void clone_inlined_nodes (struct cgraph_edge *e, bool, bool, bool, int *); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:73:21: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 73 | estimate_edge_size (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:86:27: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 86 | estimate_min_edge_growth (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:96:23: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 96 | estimate_edge_growth (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:107:21: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 107 | estimate_edge_time (struct cgraph_edge *edge, sreal *nonspec_time = NULL) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.h:124:22: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 124 | estimate_edge_hints (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:195:23: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 195 | caller_growth_limits (struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:278:30: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 278 | report_inline_failed_reason (struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:371:20: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 371 | can_inline_edge_p (struct cgraph_edge *e, bool report, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:527:30: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 527 | can_inline_edge_by_limits_p (struct cgraph_edge *e, int flags) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:693:26: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 693 | can_early_inline_edge_p (struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:771:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 771 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:784:31: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 784 | want_early_inline_function_p (struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:860:30: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 860 | compute_uninlined_call_time (struct cgraph_edge *edge, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:881:28: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 881 | compute_inlined_call_time (struct cgraph_edge *edge, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:910:19: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 910 | inlining_speedup (struct cgraph_edge *edge, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:937:17: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 937 | callee_speedup (struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:948:16: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 948 | big_speedup_p (struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:969:31: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 969 | want_inline_small_function_p (struct cgraph_edge *e, bool report) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1109:36: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1109 | want_inline_self_recursive_call_p (struct cgraph_edge *edge, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1209:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1209 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1295:15: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1295 | edge_badness (struct cgraph_edge *edge, bool dump) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1512:37: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1512 | update_edge_key (edge_heap_t *heap, struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1564:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1564 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1565:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1565 | struct cgraph_edge *e = node->callees; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1616:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1616 | struct cgraph_edge *check_inlinablity_for) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1618:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1618 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1669:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1669 | struct cgraph_edge *e = node->callees; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1751:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1751 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1773:21: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1773 | recursive_inlining (struct cgraph_edge *edge, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1783:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1783 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1809:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1809 | struct cgraph_edge *curr = heap.extract_min (); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1933:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1933 | struct cgraph_edge *edge = new_edges.pop (); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1951:25: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1951 | heap_edge_removal_hook (struct cgraph_edge *e, void *data) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:1965:23: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1965 | speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:2030:56: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2030 | resolve_noninline_speculation (edge_heap_t *edge_heap, struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:2069:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2069 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:2080:16: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2080 | ignore_edge_p (struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:2097:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2097 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:2177:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2177 | struct cgraph_edge *next = NULL; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:2516:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2516 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:2716:5: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2716 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:2767:11: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 2767 | if (is_a <cgraph_polymorphic_indirect_info *> (e->indirect_info) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2768 | & e->count.ipa ().initialized_p ()) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:2954:4: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2954 | struct cgraph_edge *edge, *next; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:3011:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3011 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:3068:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3068 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:3134:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3134 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline.cc:3218:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3218 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-visibility.cc:786:5: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 786 | struct cgraph_edge *e = node->callers; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-analysis.cc:104:27: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 104 | initialize_inline_failed (struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-analysis.cc:160:20: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 160 | simple_edge_hints (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-analysis.cc:186:24: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 186 | do_estimate_edge_time (struct cgraph_edge *edge, sreal *ret_nonspec_time) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-analysis.cc:304:32: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 304 | ipa_remove_from_growth_caches (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-analysis.cc:316:24: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 316 | do_estimate_edge_size (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-analysis.cc:350:25: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 350 | do_estimate_edge_hints (struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-analysis.cc:384:10: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 384 | struct cgraph_edge *edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-analysis.cc:413:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 413 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-analysis.cc:498:23: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 498 | int min_size, struct cgraph_edge *known_edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-analysis.cc:546:6: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 546 | struct cgraph_edge * known_edge, int edge_growth) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-analysis.cc:548:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 548 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref.cc:351:1: warning: 'modref_summary_lto' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 351 | struct GTY(()) modref_summary_lto | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref.cc:517:7: warning: class 'escape_summary' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 517 | class escape_summary *sum = escape_In file included from summaries->get (e); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref.cc:530:7: warning: class 'escape_summary' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 530 | class escape_summary *sum = escape_summaries->get (e); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-transform.cc:68:52: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 68 | can_remove_node_now_p_1 (struct cgraph_node *node, struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-transform.cc:103:50: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 103 | can_remove_node_now_p (struct cgraph_node *node, struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-transform.cc:151:22: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 151 | clone_inlined_nodes (struct cgraph_edge *e, bool duplicate, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-transform.cc:156:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 156 | struct cgraph_edge *next; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-transform.cc:324:14: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 324 | inline_call (struct cgraph_edge *e, bool update_original, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-transform.cc:331:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 331 | struct cgraph_edge *curr = e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref.cc:3578:29: warning: struct 'data_in' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3578 | lto_input_block *ib, struct data_in *data_in, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-inline-transform.cc:800:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 800 | struct cgraph_edge *e, *next; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref.cc:3806:5: warning: class 'escape_summary' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3806 | class escape_summary *esum = escape_summaries->get (e); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref.cc:3815:5: warning: class 'escape_summary' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3815 | class escape_summary *esum = escape_summaries->get (e); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref.cc:3836:3: warning: struct 'data_in' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3836 | struct data_in *data_in; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref.cc:4285:14: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4285 | ignore_edge (struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref.cc:5328:3: warning: class 'modref_summary_lto' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5328 | class modref_summary_lto *to_info_lto = summaries_lto | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref.cc:5341:3: warning: class 'modref_summary' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5341 | class modref_summary *callee_info = summaries ? summaries->get (edge->callee) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref.cc:5343:3: warning: class 'modref_summary_lto' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5343 | class modref_summary_lto *callee_info_lto | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref.cc:5457:3: warning: class 'escape_summary' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5457 | class escape_summary *sum = escape_summaries->get (edge); | ^ -
./gt-ipa-modref.h:151:3: warning: struct 'fast_function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 151 | struct fast_function_summary<modref_summary*,va_gc> * x ATTRIBUTE_UNUSED = (struct fast_function_summary<modref_summary*,va_gc> *)x_p; | ^ -
./gt-ipa-modref.h:151:79: warning: struct 'fast_function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 151 | struct fast_function_summary<modref_summary*,va_gc> * x ATTRIBUTE_UNUSED = (struct fast_function_summary<modref_summary*,va_gc> *)x_p; | ^ -
./gt-ipa-modref.h:162:3: warning: struct 'fast_function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 162 | struct fast_function_summary<modref_summary_lto*,va_gc> * x ATTRIBUTE_UNUSED = (struct fast_function_summary<modref_summary_lto*,va_gc> *)x_p; | ^ -
./gt-ipa-modref.h:162:83: warning: struct 'fast_function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 162 | struct fast_function_summary<modref_summary_lto*,va_gc> * x ATTRIBUTE_UNUSED = (struct fast_function_summary<modref_summary_lto*,va_gc> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-modref-tree.cc:503:32: warning: struct 'lto_input_block' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 503 | modref_access_node::stream_in (struct lto_input_block *ib) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:131:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 131 | struct cgraph_edge *cs; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:605:50: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 605 | ipa_print_node_jump_functions_for_edge (FILE *f, struct cgraph_edge *cs) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:628:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 628 | struct cgraph_edge *cs; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:730:8: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 730 | struct cgraph_edge *cs) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:2343:28: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2343 | ipa_get_callee_param_type (struct cgraph_edge *e, int i) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:2489:10: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2489 | struct cgraph_edge *cs) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:2714:8: warning: class 'ipa_jump_func' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2714 | class ipa_jump_func *src | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:2716:8: warning: class 'ipa_jump_func' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2716 | class ipa_jump_func *dst = ipa_get_ith_jump_func (cb_summary, i); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:2734:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2734 | struct cgraph_edge *cs; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:3214:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3214 | struct cgraph_edge *cs = fbi->node->get_edge (call); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:3613:8: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3613 | for (struct cgraph_edge *cs = node->callees; cs; cs = cs->next_callee) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:3619:8: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3619 | for (struct cgraph_edge *cs = node->indirect_calls; cs; cs = cs->next_callee) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:3676:39: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3676 | update_jump_functions_after_inlining (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:3677:11: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3677 | struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:3995:1: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3995 | struct cgraph_edge * | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:3996:33: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3996 | ipa_make_edge_direct_to_target (struct cgraph_edge *ie, tree target, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:4130:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4130 | struct cgraph_edge *orig = ie; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:4285:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4285 | struct cgraph_edge *origin; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:4364:8: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4364 | static struct cgraph_edge * | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:4365:35: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4365 | try_make_edge_direct_simple_call (struct cgraph_edge *ie, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:4409:31: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4409 | ipa_impossible_devirt_target (struct cgraph_edge *ie, tree target) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:4436:8: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4436 | static struct cgraph_edge * | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:4437:36: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4437 | try_make_edge_direct_virtual_call (struct cgraph_edge *ie, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:4549:39: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4549 | update_indirect_edges_after_inlining (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:4697:36: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4697 | propagate_info_to_inlined_callees (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:4701:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4701 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:4732:28: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4732 | propagate_controlled_uses (struct cgraph_edge *cs) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:4874:36: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4874 | ipa_propagate_indirect_call_infos (struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:5446:4: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5446 | struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:5581:10: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5581 | struct cgraph_edge *cs) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:5635:9: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5635 | struct cgraph_edge *cs, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:5699:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5699 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:5774:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5774 | struct cgraph_edge *e, bool prevails) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-prop.cc:5824:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5824 | struct cgraph_edge *e; | ^ -
./gt-ipa-prop.h:198:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 198 | struct hash_table<ipa_vr_ggc_hash_traits> * x ATTRIBUTE_UNUSED = (struct hash_table<ipa_vr_ggc_hash_traits> *)x_p; | ^ -
./gt-ipa-prop.h:198:69: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 198 | struct hash_table<ipa_vr_ggc_hash_traits> * x ATTRIBUTE_UNUSED = (struct hash_table<ipa_vr_ggc_hash_traits> *)x_p; | ^ -
./gt-ipa-prop.h:249:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 249 | struct hash_table<noted_fnptr_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<noted_fnptr_hasher> *)x_p; | ^ -
./gt-ipa-prop.h:249:65: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 249 | struct hash_table<noted_fnptr_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<noted_fnptr_hasher> *)x_p; | ^ -
./gt-ipa-prop.h:267:3: warning: struct 'function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 267 | struct function_summary<ipa_return_value_summary*> * x ATTRIBUTE_UNUSED = (struct function_summary<ipa_return_value_summary*> *)x_p; | ^ -
./gt-ipa-prop.h:267:78: warning: struct 'function_summary' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 267 | struct function_summary<ipa_return_value_summary*> * x ATTRIBUTE_UNUSED = (struct function_summary<ipa_return_value_summary*> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-profile.cc:293:9: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 293 | struct cgraph_edge *e = node->get_edge (stmt); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-profile.cc:562:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 562 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-profile.cc:633:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 633 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-profile.cc:744:46: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 744 | check_argument_count (struct cgraph_node *n, struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-profile.cc:767:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 767 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-pure-const.cc:1407:26: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1407 | ignore_edge_for_nothrow (struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-pure-const.cc:1431:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1431 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-pure-const.cc:1454:29: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1454 | ignore_edge_for_pure_const (struct cgraph_edge *e) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-pure-const.cc:1613:4: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1613 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-pure-const.cc:1614:4: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1614 | struct cgraph_edge *ie; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-pure-const.cc:1777:4: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1777 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-pure-const.cc:1897:4: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1897 | struct cgraph_edge *e, *ie; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-icf.cc:982:4: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 982 | struct cgraph_edge *nexte = e->next_caller; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-icf.cc:1512:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1512 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-icf-gimple.h:37:50: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] 37 | fprintf (file, "%*s" format, space_count, " ", ##__VA_ARGS__); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-reference.cc:388:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 388 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-reference.cc:694:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 694 | struct cgraph_edge *e, *ie; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.cc:91:24: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 91 | bool (*ignore_edge) (struct cgraph_edge *)) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.cc:93:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 93 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.cc:174:31: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 174 | bool (*ignore_edge) (struct cgraph_edge *)) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.cc:262:22: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 262 | ipa_edge_within_scc (struct cgraph_edge *cs) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.cc:277:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 277 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.cc:291:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 291 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.cc:384:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 384 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.cc:530:7: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 530 | struct cgraph_edge *e, *e2; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa-utils.cc:613:7: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 613 | struct cgraph_edge *e, *e2; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa.cc:74:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 74 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa.cc:176:11: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 176 | struct cgraph_edge *edge, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa.cc:429:8: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 429 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/ipa.cc:434:5: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 434 | struct cgraph_edge *next; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-streamer-in.cc:49:8: warning: struct 'object_allocator' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 49 | static struct object_allocator<struct string_slot> *string_slot_allocator; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-streamer-in.cc:73:8: warning: struct 'object_allocator' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 73 | static struct object_allocator<struct string_pair_map> | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-cgraph.cc:242:54: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 242 | lto_output_edge (struct lto_simple_output_block *ob, struct cgraph_edge *edge, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-cgraph.cc:338:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 338 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-cgraph.cc:377:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 377 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-streamer-in.cc:1207:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1207 | struct cgraph_edge *cedge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-cgraph.cc:755:31: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 755 | output_outgoing_cgraph_edges (struct cgraph_edge *edge, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-cgraph.cc:874:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 874 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-cgraph.cc:1553:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1553 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-cgraph.cc:1762:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1762 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-cgraph.cc:2092:5: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2092 | struct cgraph_edge *edge ATTRIBUTE_UNUSED) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-cgraph.cc:2105:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2105 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-cgraph.cc:2204:25: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2204 | input_edge_opt_summary (struct cgraph_edge *edge ATTRIBUTE_UNUSED, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/lto-cgraph.cc:2218:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2218 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/omp-general.cc:3421:9: warning: overloaded operator >> has higher precedence than comparison operator [-Woverloaded-shift-op-parentheses] 3420 | if ((variants[i].score - 1) >> l | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3421 | <= (variants[i+1].score - 1) >> l) | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
./gt-optabs-libfuncs.h:60:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 60 | struct hash_table<libfunc_decl_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<libfunc_decl_hasher> *)x_p; | ^ -
./gt-optabs-libfuncs.h:60:66: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 60 | struct hash_table<libfunc_decl_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<libfunc_decl_hasher> *)x_p; | ^ -
options-save.cc:10684:29: warning: struct 'data_in' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
options-save.cc:13724:28: warning: struct 'data_in' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/passes.cc:3232:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3232 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/predict.cc:3750:3: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3750 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/predict.cc:3787:7: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3787 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/predict.cc:3821:7: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3821 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/range-op.cc:215:1: warning: unused function 'has_pointer_operand_p' [-Wunused-function] 215 | has_pointer_operand_p (const vrange &r1, const vrange &r2, const vrange &r3) | ^~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/reload1.cc:3527:32: warning: unknown warning group '-Wmaybe-uninitialized', ignored [-Wunknown-warning-option] 3527 | #pragma GCC diagnostic warning "-Wmaybe-uninitialized" | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/trans-mem.cc:4335:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4335 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/trans-mem.cc:4767:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4767 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/trans-mem.cc:5188:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5188 | struct cgraph_edge *e = node->get_edge (stmt); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/trans-mem.cc:5561:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5561 | struct cgraph_edge *e; | ^ -
./gt-trans-mem.h:60:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 60 | struct hash_table<tm_wrapper_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<tm_wrapper_hasher> *)x_p; | ^ -
./gt-trans-mem.h:60:64: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 60 | struct hash_table<tm_wrapper_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<tm_wrapper_hasher> *)x_p; | ^ -
./gt-ubsan.h:134:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 134 | struct hash_table<tree_type_map_cache_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<tree_type_map_cache_hasher> *)x_p; | ^ -
./gt-ubsan.h:134:73: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 134 | struct hash_table<tree_type_map_cache_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<tree_type_map_cache_hasher> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-cfgcleanup.cc:1554:8: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1554 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-inline.cc:2294:8: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2294 | struct cgraph_edge *edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-inline.cc:2302:9: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2302 | struct cgraph_edge *old_edge = edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-inline.cc:3065:4: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 3065 | struct cgraph_edge *edge = id->dst_node->get_edge (stmt); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-inline.cc:4853:3: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 4853 | struct cgraph_edge *cg_edge; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-inline.cc:5127:10: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5127 | for (struct cgraph_edge *e = id->src_node->callees; e; e = e->next_callee) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-inline.cc:5675:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 5675 | struct cgraph_edge *e; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-inline.cc:6571:7: warning: struct 'cgraph_edge' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6571 | struct cgraph_edge *e; | ^ -
./gt-tree-scalar-evolution.h:127:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 127 | struct hash_table<scev_info_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<scev_info_hasher> *)x_p; | ^ -
./gt-tree-scalar-evolution.h:127:63: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 127 | struct hash_table<scev_info_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<scev_info_hasher> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-ivopts.cc:8063:3: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8063 | struct loop *loop = data->current_loop; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-ivopts.cc:8122:4: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 8122 | struct loop *loop = data->current_loop; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:862:20: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 862 | find_vdef_in_loop (struct loop *loop) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:952:31: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 952 | get_control_equiv_head_block (struct loop *loop, basic_block bb) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:972:26: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 972 | find_control_dep_blocks (struct loop *loop, basic_block bb) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1074:26: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1074 | stmt_semi_invariant_p_1 (struct loop *loop, gimple *stmt, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1085:24: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1085 | vuse_semi_invariant_p (struct loop *loop, gimple *stmt, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1126:23: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1126 | ssa_semi_invariant_p (struct loop *loop, tree name, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1148:33: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1148 | loop_iter_phi_semi_invariant_p (struct loop *loop, gphi *loop_phi, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1252:31: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1252 | control_dep_semi_invariant_p (struct loop *loop, basic_block bb, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1287:26: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1287 | stmt_semi_invariant_p_1 (struct loop *loop, gimple *stmt, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1387:24: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1387 | stmt_semi_invariant_p (struct loop *loop, gimple *stmt, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1429:28: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1429 | get_cond_invariant_branch (struct loop *loop, gcond *cond) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1484:26: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1484 | compute_added_num_insns (struct loop *loop, const_edge branch_edge) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1564:32: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1564 | get_cond_branch_to_split_loop (struct loop *loop, gcond *cond) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1631:24: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1631 | do_split_loop_on_cond (struct loop *loop1, edge invar_branch) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1646:3: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1646 | struct loop *loop2 = loop_version (loop1, boolean_true_node, NULL, | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-loop-split.cc:1716:21: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1716 | split_loop_on_cond (struct loop *loop) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-reassoc.cc:1929:32: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 1929 | vec<operand_entry *> *ops, struct loop *loop) | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-ssa-threadupdate.cc:115:1: warning: 'redirection_data' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 115 | struct redirection_data : free_ptr_hash<redirection_data> | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-vect-loop.cc:2760:3: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2760 | struct loop *loop = LOOP_VINFO_LOOP (new_loop_vinfo); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-vect-slp.cc:6446:3: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6446 | struct loop *containing_loop (slp_tree); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-vect-slp.cc:6633:1: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6633 | struct loop * | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-vect-slp.cc:6758:12: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6758 | hash_map<struct loop *, int> loop_partitions; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-vect-slp.cc:6783:5: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 6783 | struct loop *loop = containing_loop (vertex.node); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree-vectorizer.cc:2004:3: warning: struct 'loop' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 2004 | struct loop *loop = LOOP_VINFO_LOOP (this_loop_vinfo); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/tree.cc:5528:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs] 5528 | va_start (p, code); | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/value-range.cc:390:7: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 390 | if (print_hex_buf_size (m_mask, &len_mask) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 391 | | print_hex_buf_size (m_value, &len_val)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || -
./gt-tree.h:319:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 319 | struct hash_table<type_cache_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<type_cache_hasher> *)x_p; | ^ -
./gt-tree.h:319:64: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 319 | struct hash_table<type_cache_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<type_cache_hasher> *)x_p; | ^ -
./gt-tree.h:337:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 337 | struct hash_table<int_cst_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<int_cst_hasher> *)x_p; | ^ -
./gt-tree.h:337:61: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 337 | struct hash_table<int_cst_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<int_cst_hasher> *)x_p; | ^ -
./gt-tree.h:355:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 355 | struct hash_table<poly_int_cst_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<poly_int_cst_hasher> *)x_p; | ^ -
./gt-tree.h:355:66: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 355 | struct hash_table<poly_int_cst_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<poly_int_cst_hasher> *)x_p; | ^ -
./gt-tree.h:373:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 373 | struct hash_table<cl_option_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<cl_option_hasher> *)x_p; | ^ -
./gt-tree.h:373:63: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 373 | struct hash_table<cl_option_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<cl_option_hasher> *)x_p; | ^ -
./gt-tree.h:391:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 391 | struct hash_table<tree_decl_map_cache_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<tree_decl_map_cache_hasher> *)x_p; | ^ -
./gt-tree.h:391:73: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 391 | struct hash_table<tree_decl_map_cache_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<tree_decl_map_cache_hasher> *)x_p; | ^ -
./gt-tree.h:409:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 409 | struct hash_table<tree_vec_map_cache_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<tree_vec_map_cache_hasher> *)x_p; | ^ -
./gt-tree.h:409:72: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 409 | struct hash_table<tree_vec_map_cache_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<tree_vec_map_cache_hasher> *)x_p; | ^ -
./gt-tree.h:427:3: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 427 | struct hash_map<tree,long,identifier_count_traits> * x ATTRIBUTE_UNUSED = (struct hash_map<tree,long,identifier_count_traits> *)x_p; | ^ -
./gt-tree.h:427:78: warning: struct 'hash_map' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 427 | struct hash_map<tree,long,identifier_count_traits> * x ATTRIBUTE_UNUSED = (struct hash_map<tree,long,identifier_count_traits> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/value-range-pretty-print.cc:59:7: warning: use of bitwise '|' with boolean operands [-Wbitwise-instead-of-logical] 59 | if (print_hex_buf_size (bm.mask (), &len_mask) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | | print_hex_buf_size (bm.value (), &len_val)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | || -
./gt-varasm.h:25:3: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 25 | struct constant_descriptor_rtx * x = (struct constant_descriptor_rtx *)x_p; | ^ -
./gt-varasm.h:25:41: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 25 | struct constant_descriptor_rtx * x = (struct constant_descriptor_rtx *)x_p; | ^ -
./gt-varasm.h:26:3: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 26 | struct constant_descriptor_rtx * xlimit = x; | ^ -
./gt-varasm.h:40:12: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 40 | gt_ggc_mx (struct constant_descriptor_rtx& x_r ATTRIBUTE_UNUSED) | ^ -
./gt-varasm.h:42:3: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 42 | struct constant_descriptor_rtx * ATTRIBUTE_UNUSED x = &x_r; | ^ -
./gt-varasm.h:50:12: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 50 | gt_ggc_mx (struct constant_descriptor_rtx *& x) | ^ -
./gt-varasm.h:151:3: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 151 | struct constant_descriptor_rtx * x = (struct constant_descriptor_rtx *)x_p; | ^ -
./gt-varasm.h:151:41: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 151 | struct constant_descriptor_rtx * x = (struct constant_descriptor_rtx *)x_p; | ^ -
./gt-varasm.h:152:3: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 152 | struct constant_descriptor_rtx * xlimit = x; | ^ -
./gt-varasm.h:166:12: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 166 | gt_pch_nx (struct constant_descriptor_rtx& x_r ATTRIBUTE_UNUSED) | ^ -
./gt-varasm.h:168:3: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 168 | struct constant_descriptor_rtx * ATTRIBUTE_UNUSED x = &x_r; | ^ -
./gt-varasm.h:176:12: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 176 | gt_pch_nx (struct constant_descriptor_rtx *& x) | ^ -
./gt-varasm.h:280:3: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 280 | struct constant_descriptor_rtx * x ATTRIBUTE_UNUSED = (struct constant_descriptor_rtx *)x_p; | ^ -
./gt-varasm.h:280:58: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 280 | struct constant_descriptor_rtx * x ATTRIBUTE_UNUSED = (struct constant_descriptor_rtx *)x_p; | ^ -
./gt-varasm.h:292:12: warning: struct 'constant_descriptor_rtx' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 292 | gt_pch_nx (struct constant_descriptor_rtx* x ATTRIBUTE_UNUSED, | ^ -
./gt-varasm.h:323:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 323 | struct hash_table<section_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<section_hasher> *)x_p; | ^ -
./gt-varasm.h:323:61: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 323 | struct hash_table<section_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<section_hasher> *)x_p; | ^ -
./gt-varasm.h:341:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 341 | struct hash_table<object_block_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<object_block_hasher> *)x_p; | ^ -
./gt-varasm.h:341:66: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 341 | struct hash_table<object_block_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<object_block_hasher> *)x_p; | ^ -
./gt-varasm.h:359:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 359 | struct hash_table<tree_descriptor_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<tree_descriptor_hasher> *)x_p; | ^ -
./gt-varasm.h:359:69: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 359 | struct hash_table<tree_descriptor_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<tree_descriptor_hasher> *)x_p; | ^ -
./gt-varasm.h:377:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 377 | struct hash_table<const_rtx_desc_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<const_rtx_desc_hasher> *)x_p; | ^ -
./gt-varasm.h:377:68: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 377 | struct hash_table<const_rtx_desc_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<const_rtx_desc_hasher> *)x_p; | ^ -
./gt-varasm.h:395:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 395 | struct hash_table<tm_clone_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<tm_clone_hasher> *)x_p; | ^ -
./gt-varasm.h:395:62: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 395 | struct hash_table<tm_clone_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<tm_clone_hasher> *)x_p; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/wide-int.cc:2412:25: warning: qualifier in explicit instantiation of 'generic_wide_int<wide_int_storage>::dump' requires a template-id (a typedef is not permitted) [-Wpedantic] 2412 | template void wide_int::dump () const; | ~~~~~~~~~~^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/wide-int.cc:2415:27: warning: qualifier in explicit instantiation of 'generic_wide_int<fixed_wide_int_storage<128>>::dump' requires a template-id (a typedef is not permitted) [-Wpedantic] 2415 | template void offset_int::dump () const; | ~~~~~~~~~~~~^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/wide-int.cc:2416:27: warning: qualifier in explicit instantiation of 'generic_wide_int<widest_int_storage<131072>>::dump' requires a template-id (a typedef is not permitted) [-Wpedantic] 2416 | template void widest_int::dump () const; | ~~~~~~~~~~~~^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/analyzer/store.h:326:1: warning: 'byte_range' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 326 | struct byte_range | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/text-art/dump-widget-info.h:30:1: warning: 'dump_widget_info' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 30 | struct dump_widget_info | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/graphviz.h:71:1: warning: struct 'graph' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 71 | struct graph; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/graphviz.h:159:1: warning: 'graph' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 159 | struct graph : public ast_node | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64.cc:25535:29: warning: suggest braces around initialization of subobject [-Wmissing-braces]
-
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64.cc:25884:3: warning: struct 'expand_operand' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64.cc:29063:3: warning: struct 'expand_operand' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64.cc:29139:3: warning: struct 'expand_operand' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
-
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/diagnostics/digraphs.h:34:17: warning: class 'graph' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 34 | namespace dot { class graph; } | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/analyzer/constraint-manager.h:122:1: warning: 'bounded_ranges' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 122 | struct bounded_ranges | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/text-art/tree-widget.h:29:1: warning: class 'dump_widget_info' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 29 | class dump_widget_info; | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/diagnostics/state-graphs.h:36:17: warning: class 'graph' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 36 | namespace dot { class graph; } | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/analyzer/sm-malloc.cc:171:1: warning: 'deallocator' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 171 | struct deallocator | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/analyzer/sm-malloc.cc:224:1: warning: 'deallocator_set' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] 224 | struct deallocator_set | ^ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:2935:15: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] 2935 | return (require_immediate_lane_index (1, 0) | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2936 | & require_immediate_lane_index (3, 2)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | && -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1700:3: warning: unused variable 'p8x2' [-Wunused-const-variable] 1700 | VARIANTS (p8, 8, 16, QImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1700:3: warning: unused variable 'p8x3' [-Wunused-const-variable] 1700 | VARIANTS (p8, 8, 16, QImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1700:3: warning: unused variable 'p8x4' [-Wunused-const-variable] 1700 | VARIANTS (p8, 8, 16, QImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1700:3: warning: unused variable 'p8qx2' [-Wunused-const-variable] 1700 | VARIANTS (p8, 8, 16, QImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1700:3: warning: unused variable 'p8qx3' [-Wunused-const-variable] 1700 | VARIANTS (p8, 8, 16, QImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1700:3: warning: unused variable 'p8qx4' [-Wunused-const-variable] 1700 | VARIANTS (p8, 8, 16, QImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1700:3: warning: unused variable 'p8_scalar' [-Wunused-const-variable] 1700 | VARIANTS (p8, 8, 16, QImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1700:3: warning: unused variable 'p8_scalar_ptr' [-Wunused-const-variable] 1700 | VARIANTS (p8, 8, 16, QImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1700:3: warning: unused variable 'p8_scalar_const_ptr' [-Wunused-const-variable] 1700 | VARIANTS (p8, 8, 16, QImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1701:3: warning: unused variable 's8x2' [-Wunused-const-variable] 1701 | VARIANTS (s8, 8, 16, QImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1701:3: warning: unused variable 's8x3' [-Wunused-const-variable] 1701 | VARIANTS (s8, 8, 16, QImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1701:3: warning: unused variable 's8x4' [-Wunused-const-variable] 1701 | VARIANTS (s8, 8, 16, QImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1701:3: warning: unused variable 's8qx2' [-Wunused-const-variable] 1701 | VARIANTS (s8, 8, 16, QImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1701:3: warning: unused variable 's8qx3' [-Wunused-const-variable] 1701 | VARIANTS (s8, 8, 16, QImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1701:3: warning: unused variable 's8qx4' [-Wunused-const-variable] 1701 | VARIANTS (s8, 8, 16, QImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1701:3: warning: unused variable 's8_scalar' [-Wunused-const-variable] 1701 | VARIANTS (s8, 8, 16, QImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1701:3: warning: unused variable 's8_scalar_ptr' [-Wunused-const-variable] 1701 | VARIANTS (s8, 8, 16, QImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1701:3: warning: unused variable 's8_scalar_const_ptr' [-Wunused-const-variable] 1701 | VARIANTS (s8, 8, 16, QImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1702:3: warning: unused variable 'u8x2' [-Wunused-const-variable] 1702 | VARIANTS (u8, 8, 16, QImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1702:3: warning: unused variable 'u8x3' [-Wunused-const-variable] 1702 | VARIANTS (u8, 8, 16, QImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1702:3: warning: unused variable 'u8x4' [-Wunused-const-variable] 1702 | VARIANTS (u8, 8, 16, QImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1702:3: warning: unused variable 'u8qx2' [-Wunused-const-variable] 1702 | VARIANTS (u8, 8, 16, QImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1702:3: warning: unused variable 'u8qx3' [-Wunused-const-variable] 1702 | VARIANTS (u8, 8, 16, QImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1702:3: warning: unused variable 'u8qx4' [-Wunused-const-variable] 1702 | VARIANTS (u8, 8, 16, QImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1702:3: warning: unused variable 'u8_scalar' [-Wunused-const-variable] 1702 | VARIANTS (u8, 8, 16, QImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1702:3: warning: unused variable 'u8_scalar_ptr' [-Wunused-const-variable] 1702 | VARIANTS (u8, 8, 16, QImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1702:3: warning: unused variable 'u8_scalar_const_ptr' [-Wunused-const-variable] 1702 | VARIANTS (u8, 8, 16, QImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1704:3: warning: unused variable 'bf16x2' [-Wunused-const-variable] 1704 | VARIANTS (bf16, 4, 8, BFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1704:3: warning: unused variable 'bf16x3' [-Wunused-const-variable] 1704 | VARIANTS (bf16, 4, 8, BFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1704:3: warning: unused variable 'bf16x4' [-Wunused-const-variable] 1704 | VARIANTS (bf16, 4, 8, BFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1704:3: warning: unused variable 'bf16qx3' [-Wunused-const-variable] 1704 | VARIANTS (bf16, 4, 8, BFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1704:3: warning: unused variable 'bf16qx4' [-Wunused-const-variable] 1704 | VARIANTS (bf16, 4, 8, BFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1704:3: warning: unused variable 'bf16_scalar' [-Wunused-const-variable] 1704 | VARIANTS (bf16, 4, 8, BFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1704:3: warning: unused variable 'bf16_scalar_ptr' [-Wunused-const-variable] 1704 | VARIANTS (bf16, 4, 8, BFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1704:3: warning: unused variable 'bf16_scalar_const_ptr' [-Wunused-const-variable] 1704 | VARIANTS (bf16, 4, 8, BFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1705:3: warning: unused variable 'f16x2' [-Wunused-const-variable] 1705 | VARIANTS (f16, 4, 8, HFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1705:3: warning: unused variable 'f16x3' [-Wunused-const-variable] 1705 | VARIANTS (f16, 4, 8, HFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1705:3: warning: unused variable 'f16x4' [-Wunused-const-variable] 1705 | VARIANTS (f16, 4, 8, HFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1705:3: warning: unused variable 'f16qx3' [-Wunused-const-variable] 1705 | VARIANTS (f16, 4, 8, HFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1705:3: warning: unused variable 'f16qx4' [-Wunused-const-variable] 1705 | VARIANTS (f16, 4, 8, HFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1705:3: warning: unused variable 'f16_scalar' [-Wunused-const-variable] 1705 | VARIANTS (f16, 4, 8, HFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1705:3: warning: unused variable 'f16_scalar_ptr' [-Wunused-const-variable] 1705 | VARIANTS (f16, 4, 8, HFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1705:3: warning: unused variable 'f16_scalar_const_ptr' [-Wunused-const-variable] 1705 | VARIANTS (f16, 4, 8, HFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1706:3: warning: unused variable 'p16x2' [-Wunused-const-variable] 1706 | VARIANTS (p16, 4, 8, HImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1706:3: warning: unused variable 'p16x3' [-Wunused-const-variable] 1706 | VARIANTS (p16, 4, 8, HImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1706:3: warning: unused variable 'p16x4' [-Wunused-const-variable] 1706 | VARIANTS (p16, 4, 8, HImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1706:3: warning: unused variable 'p16qx3' [-Wunused-const-variable] 1706 | VARIANTS (p16, 4, 8, HImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1706:3: warning: unused variable 'p16qx4' [-Wunused-const-variable] 1706 | VARIANTS (p16, 4, 8, HImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1706:3: warning: unused variable 'p16_scalar' [-Wunused-const-variable] 1706 | VARIANTS (p16, 4, 8, HImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1706:3: warning: unused variable 'p16_scalar_ptr' [-Wunused-const-variable] 1706 | VARIANTS (p16, 4, 8, HImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1706:3: warning: unused variable 'p16_scalar_const_ptr' [-Wunused-const-variable] 1706 | VARIANTS (p16, 4, 8, HImode, qualifier_poly) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1707:3: warning: unused variable 's16x2' [-Wunused-const-variable] 1707 | VARIANTS (s16, 4, 8, HImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1707:3: warning: unused variable 's16x3' [-Wunused-const-variable] 1707 | VARIANTS (s16, 4, 8, HImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1707:3: warning: unused variable 's16x4' [-Wunused-const-variable] 1707 | VARIANTS (s16, 4, 8, HImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1707:3: warning: unused variable 's16qx3' [-Wunused-const-variable] 1707 | VARIANTS (s16, 4, 8, HImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1707:3: warning: unused variable 's16qx4' [-Wunused-const-variable] 1707 | VARIANTS (s16, 4, 8, HImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1707:3: warning: unused variable 's16_scalar' [-Wunused-const-variable] 1707 | VARIANTS (s16, 4, 8, HImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1707:3: warning: unused variable 's16_scalar_ptr' [-Wunused-const-variable] 1707 | VARIANTS (s16, 4, 8, HImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1707:3: warning: unused variable 's16_scalar_const_ptr' [-Wunused-const-variable] 1707 | VARIANTS (s16, 4, 8, HImode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1708:3: warning: unused variable 'u16x2' [-Wunused-const-variable] 1708 | VARIANTS (u16, 4, 8, HImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1708:3: warning: unused variable 'u16x3' [-Wunused-const-variable] 1708 | VARIANTS (u16, 4, 8, HImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1708:3: warning: unused variable 'u16x4' [-Wunused-const-variable] 1708 | VARIANTS (u16, 4, 8, HImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1708:3: warning: unused variable 'u16qx3' [-Wunused-const-variable] 1708 | VARIANTS (u16, 4, 8, HImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1708:3: warning: unused variable 'u16qx4' [-Wunused-const-variable] 1708 | VARIANTS (u16, 4, 8, HImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1708:3: warning: unused variable 'u16_scalar' [-Wunused-const-variable] 1708 | VARIANTS (u16, 4, 8, HImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1708:3: warning: unused variable 'u16_scalar_ptr' [-Wunused-const-variable] 1708 | VARIANTS (u16, 4, 8, HImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1708:3: warning: unused variable 'u16_scalar_const_ptr' [-Wunused-const-variable] 1708 | VARIANTS (u16, 4, 8, HImode, qualifier_unsigned) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1710:3: warning: unused variable 'f32x2' [-Wunused-const-variable] 1710 | VARIANTS (f32, 2, 4, SFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1710:3: warning: unused variable 'f32x3' [-Wunused-const-variable] 1710 | VARIANTS (f32, 2, 4, SFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1710:3: warning: unused variable 'f32x4' [-Wunused-const-variable] 1710 | VARIANTS (f32, 2, 4, SFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/lang/gcc16-devel/work/gcc-16-20260725/gcc/config/aarch64/aarch64-builtins.cc:1710:3: warning: unused variable 'f32qx2' [-Wunused-const-variable] 1710 | VARIANTS (f32, 2, 4, SFmode, qualifier_none) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~