+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/g95-0.93nb15/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake configure BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/g95-0.93nb15/work.log bmake: "/data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mk/tools/create.mk" line 196: warning: duplicate script for target "/home/pbulk/build/lang/g95/work/.tools/bin/perl" ignored bmake: "/data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mk/tools/create.mk" line 196: warning: using previous script for "/home/pbulk/build/lang/g95/work/.tools/bin/perl" defined here => Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for g95_source.tgz => Checksum SHA512 OK for g95_source.tgz => Checksum BLAKE2s OK for gcc-core-4.1.2.tar.bz2 => Checksum SHA512 OK for gcc-core-4.1.2.tar.bz2 ===> Installing dependencies for g95-0.93nb15 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.7nb1 => Tool dependency mktools-[0-9]*: found mktools-20220614 => Tool dependency automake>=1.9: found automake-1.16.5nb3 => Tool dependency autoconf>=2.58: found autoconf-2.71nb2 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency perl>=5.0: found perl-5.38.2 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 bmake[1]: "/data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mk/tools/create.mk" line 196: warning: duplicate script for target "/home/pbulk/build/lang/g95/work/.tools/bin/perl" ignored bmake[1]: "/data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mk/tools/create.mk" line 196: warning: using previous script for "/home/pbulk/build/lang/g95/work/.tools/bin/perl" defined here ===> Overriding tools for g95-0.93nb15 ===> Extracting for g95-0.93nb15 /bin/mkdir -p /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95 cd /home/pbulk/build/lang/g95/work/g95-0.93 && /bin/tar -xzf libf95.a-0.93.tar.gz ===> Patching for g95-0.93nb15 => Applying pkgsrc patches for g95-0.93nb15 => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-ab => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-ab Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-ab,v 1.10 2018/07/17 21:38:39 joerg Exp $ | |Use $(host_alias) as the program prefix so it matches ${MACHINE_GNU_PLATFORM} | |Pass down correct path for libf95 to g95specs.c. | |--- Makefile.in.orig 2010-04-22 04:23:24.000000000 +0000 |+++ Makefile.in -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 15. Hunk #2 succeeded at 320. Hunk #3 succeeded at 1419. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-configure => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure,v 1.1 2015/11/07 22:56:13 he Exp $ | |Use $host_alias in the gcc-libdir path so it matches ${MACHINE_GNU_PLATFORM} |Treat NetBSD/powerpc as Linux powerpc. | |--- configure.orig 2010-04-22 04:07:13.000000000 +0000 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 4647. Hunk #2 succeeded at 4911. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-g95spec.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-g95spec.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-g95spec.c,v 1.1 2013/09/20 23:06:07 joerg Exp $ | |Add rpath to libf95. | |--- g95spec.c.orig 2008-10-15 14:41:42.000000000 +0000 |+++ g95spec.c -------------------------- Patching file g95spec.c using Plan A... Hunk #1 succeeded at 527. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_Makefile.in => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_Makefile.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_Makefile.in,v 1.1 2013/09/20 23:06:07 joerg Exp $ | |Add gcc libdir to a programs rpath so that _this gcc's_ support libraries |are found. | |--- ../gcc-4.1.2/gcc/Makefile.in.orig 2012-03-07 10:59:56.000000000 +0000 |+++ ../gcc-4.1.2/gcc/Makefile.in -------------------------- Patching file ../gcc-4.1.2/gcc/Makefile.in using Plan A... Hunk #1 succeeded at 1597. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config.gcc => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config.gcc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_config.gcc,v 1.5 2017/06/21 11:36:20 maya Exp $ | |Darwin 64-bit support. |DragonFly BSD support. |FreeBSD 10 to 12 support. |NetBSD/mips64 should default to n32 ABI | |--- ../gcc-4.1.2/gcc/config.gcc.orig 2006-10-15 23:12:23.000000000 +0000 |+++ ../gcc-4.1.2/gcc/config.gcc -------------------------- Patching file ../gcc-4.1.2/gcc/config.gcc using Plan A... Hunk #1 succeeded at 412. Hunk #2 succeeded at 446. Hunk #3 succeeded at 1004. Hunk #4 succeeded at 1037. Hunk #5 succeeded at 1504. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_dragonfly-spec.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_dragonfly-spec.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_config_dragonfly-spec.h,v 1.1 2013/05/20 05:47:34 adam Exp $ | |DragonFly BSD support. | |--- ../gcc-4.1.2/gcc/config/dragonfly-spec.h.orig 2013-05-19 08:50:27.000000000 +0000 |+++ ../gcc-4.1.2/gcc/config/dragonfly-spec.h -------------------------- (Creating file ../gcc-4.1.2/gcc/config/dragonfly-spec.h...) Patching file ../gcc-4.1.2/gcc/config/dragonfly-spec.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_dragonfly.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_dragonfly.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_config_dragonfly.h,v 1.1 2013/05/20 05:47:34 adam Exp $ | |DragonFly BSD support. | |--- ../gcc-4.1.2/gcc/config/dragonfly.h.orig 2013-05-19 08:51:14.000000000 +0000 |+++ ../gcc-4.1.2/gcc/config/dragonfly.h -------------------------- (Creating file ../gcc-4.1.2/gcc/config/dragonfly.h...) Patching file ../gcc-4.1.2/gcc/config/dragonfly.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_freebsd-spec.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_freebsd-spec.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_config_freebsd-spec.h,v 1.4 2017/07/22 18:05:43 maya Exp $ | |Do not create duplicate definitions. |Add support for FreeBSD 9 to 12 |From FreeBSD ports. | |--- ../gcc-4.1.2/gcc/config/freebsd-spec.h.orig 2005-07-19 13:42:12.000000000 +0000 |+++ ../gcc-4.1.2/gcc/config/freebsd-spec.h -------------------------- Patching file ../gcc-4.1.2/gcc/config/freebsd-spec.h using Plan A... Hunk #1 succeeded at 51. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_i386_dragonfly.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_i386_dragonfly.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_config_i386_dragonfly.h,v 1.1 2013/05/20 05:47:34 adam Exp $ | |DragonFly BSD support. | |--- /dev/null 2011-02-01 20:59:25 +0100 |+++ ../gcc-4.1.2/gcc/config/i386/dragonfly.h 2011-02-01 19:38:39 +0100 -------------------------- (Creating file ../gcc-4.1.2/gcc/config/i386/dragonfly.h...) Patching file ../gcc-4.1.2/gcc/config/i386/dragonfly.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_i386_dragonfly64.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_i386_dragonfly64.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_config_i386_dragonfly64.h,v 1.1 2013/05/20 05:47:34 adam Exp $ | |DragonFly BSD support. | |--- ../gcc-4.1.2/gcc/config/i386/dragonfly64.h.orig 2013-05-19 08:54:10.000000000 +0000 |+++ ../gcc-4.1.2/gcc/config/i386/dragonfly64.h -------------------------- (Creating file ../gcc-4.1.2/gcc/config/i386/dragonfly64.h...) Patching file ../gcc-4.1.2/gcc/config/i386/dragonfly64.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_mips_netbsd.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_mips_netbsd.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_config_mips_netbsd.h,v 1.1 2017/06/21 11:36:20 maya Exp $ | |n32 support for netbsd/mips64 | |--- ../gcc-4.1.2/gcc/config/mips/netbsd.h.orig 2005-06-25 01:22:41.000000000 +0000 |+++ ../gcc-4.1.2/gcc/config/mips/netbsd.h -------------------------- Patching file ../gcc-4.1.2/gcc/config/mips/netbsd.h using Plan A... Hunk #1 succeeded at 39. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_rs600_netbsd.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_rs600_netbsd.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_config_rs600_netbsd.h,v 1.1 2017/06/21 01:12:56 maya Exp $ | |Don't try to link against a non-existent file on netbsd/powerpc | |--- ../gcc-4.1.2/gcc/config/rs6000/netbsd.h.orig 2005-06-25 01:22:41.000000000 +0000 |+++ ../gcc-4.1.2/gcc/config/rs6000/netbsd.h -------------------------- Patching file ../gcc-4.1.2/gcc/config/rs6000/netbsd.h using Plan A... Hunk #1 succeeded at 76. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_t-dragonfly => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_t-dragonfly Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_config_t-dragonfly,v 1.1 2013/05/20 05:47:34 adam Exp $ | |DragonFly BSD support. | |--- ../gcc-4.1.2/gcc/config/t-dragonfly.orig 2013-05-19 08:54:45.000000000 +0000 |+++ ../gcc-4.1.2/gcc/config/t-dragonfly -------------------------- (Creating file ../gcc-4.1.2/gcc/config/t-dragonfly...) Patching file ../gcc-4.1.2/gcc/config/t-dragonfly using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_t-dragonfly-thread => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_config_t-dragonfly-thread Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_config_t-dragonfly-thread,v 1.1 2013/05/20 05:47:34 adam Exp $ | |DragonFly BSD support. | |--- ../gcc-4.1.2/gcc/config/t-dragonfly-thread.orig 2013-05-19 08:55:29.000000000 +0000 |+++ ../gcc-4.1.2/gcc/config/t-dragonfly-thread -------------------------- (Creating file ../gcc-4.1.2/gcc/config/t-dragonfly-thread...) Patching file ../gcc-4.1.2/gcc/config/t-dragonfly-thread using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_gcc.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_gcc.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_gcc.c,v 1.1 2018/07/17 21:38:39 joerg Exp $ | |--- ../gcc-4.1.2/gcc/gcc.c.orig 2018-07-17 15:30:56.297612662 +0000 |+++ ../gcc-4.1.2/gcc/gcc.c -------------------------- Patching file ../gcc-4.1.2/gcc/gcc.c using Plan A... Hunk #1 succeeded at 607. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_ginclude_stddef.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_ginclude_stddef.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_ginclude_stddef.h,v 1.2 2017/07/22 18:05:43 maya Exp $ | |DragonFly BSD support (_PTRDIFF_T_DECLARED is also needed on dfly). |Don't ever include machine/ansi.h on freebsd (removed in freebsd 5) | |--- ../gcc-4.1.2/gcc/ginclude/stddef.h.orig 2005-06-25 01:11:52.000000000 +0000 |+++ ../gcc-4.1.2/gcc/ginclude/stddef.h -------------------------- Patching file ../gcc-4.1.2/gcc/ginclude/stddef.h using Plan A... Hunk #1 succeeded at 54. Hunk #2 succeeded at 62. Hunk #3 succeeded at 135. Hunk #4 succeeded at 144. Hunk #5 succeeded at 163. Hunk #6 succeeded at 209. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_toplev.h => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-gcc_toplev.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-gcc_toplev.h,v 1.2 2015/12/29 23:34:46 dholland Exp $ | |Patch up gcc inline mess. | |--- ../gcc-4.1.2/gcc/toplev.h.orig 2005-09-09 00:47:05.000000000 +0000 |+++ ../gcc-4.1.2/gcc/toplev.h -------------------------- Patching file ../gcc-4.1.2/gcc/toplev.h using Plan A... Hunk #1 succeeded at 171. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.92_io_atof.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.92_io_atof.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libf95.a-0.92_io_atof.c,v 1.2 2013/02/04 20:31:44 markd Exp $ | |Needs stdlib.h on netbsd to get alloca() declaration. | |--- libf95.a-0.93/io/atof.c~ 2009-04-22 17:44:56.000000000 +0000 |+++ libf95.a-0.93/io/atof.c -------------------------- Patching file libf95.a-0.93/io/atof.c using Plan A... Hunk #1 succeeded at 2. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_Makefile.am => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_Makefile.am Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libf95.a-0.93_Makefile.am,v 1.1 2013/09/20 23:06:07 joerg Exp $ | |Produce shared libf95. | |--- libf95.a-0.93/Makefile.am.orig 2008-10-09 01:29:42.000000000 +0000 |+++ libf95.a-0.93/Makefile.am -------------------------- Patching file libf95.a-0.93/Makefile.am using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 36. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_configure.in => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_configure.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libf95.a-0.93_configure.in,v 1.1 2014/02/19 18:27:43 jperkin Exp $ | |Use $host_alias in the gcc-libdir path so it matches ${MACHINE_GNU_PLATFORM} | |--- libf95.a-0.93/configure.in.orig 2010-04-15 05:25:24.000000000 +0000 |+++ libf95.a-0.93/configure.in -------------------------- Patching file libf95.a-0.93/configure.in using Plan A... Hunk #1 succeeded at 293. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_intrinsics_dot__product10.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_intrinsics_dot__product10.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libf95.a-0.93_intrinsics_dot__product10.c,v 1.2 2015/12/29 23:34:46 dholland Exp $ | |Fix assembler instructions. | |--- libf95.a-0.93/intrinsics/dot_product10.c.orig 2013-03-01 11:13:24.000000000 +0000 |+++ libf95.a-0.93/intrinsics/dot_product10.c -------------------------- Patching file libf95.a-0.93/intrinsics/dot_product10.c using Plan A... Hunk #1 succeeded at 225. Hunk #2 succeeded at 237. Hunk #3 succeeded at 247. Hunk #4 succeeded at 286. Hunk #5 succeeded at 299. Hunk #6 succeeded at 309. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_intrinsics_matmul10.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_intrinsics_matmul10.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libf95.a-0.93_intrinsics_matmul10.c,v 1.2 2015/12/29 23:34:46 dholland Exp $ | |Fix assembler instructions. | |--- libf95.a-0.93/intrinsics/matmul10.c.orig 2013-03-01 11:13:29.000000000 +0000 |+++ libf95.a-0.93/intrinsics/matmul10.c -------------------------- Patching file libf95.a-0.93/intrinsics/matmul10.c using Plan A... Hunk #1 succeeded at 899. Hunk #2 succeeded at 913. Hunk #3 succeeded at 925. Hunk #4 succeeded at 972. Hunk #5 succeeded at 987. Hunk #6 succeeded at 999. Hunk #7 succeeded at 1113. Hunk #8 succeeded at 1140. Hunk #9 succeeded at 1166. Hunk #10 succeeded at 1340. Hunk #11 succeeded at 1368. Hunk #12 succeeded at 1394. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_intrinsics_random.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_intrinsics_random.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libf95.a-0.93_intrinsics_random.c,v 1.2 2015/12/29 23:34:46 dholland Exp $ | |Fix assembler instructions. | |--- libf95.a-0.93/intrinsics/random.c.orig 2013-03-01 11:13:35.000000000 +0000 |+++ libf95.a-0.93/intrinsics/random.c -------------------------- Patching file libf95.a-0.93/intrinsics/random.c using Plan A... Hunk #1 succeeded at 208. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_io_read.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_io_read.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libf95.a-0.93_io_read.c,v 1.2 2015/12/29 23:34:46 dholland Exp $ | |Fix assembler instructions. | |--- libf95.a-0.93/io/read.c.orig 2013-03-01 11:14:56.000000000 +0000 |+++ libf95.a-0.93/io/read.c -------------------------- Patching file libf95.a-0.93/io/read.c using Plan A... Hunk #1 succeeded at 102. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_math_ff.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_math_ff.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libf95.a-0.93_math_ff.c,v 1.2 2015/12/29 23:34:46 dholland Exp $ | |Fix assembler instructions. | |--- libf95.a-0.93/math/ff.c.orig 2013-03-01 11:15:29.000000000 +0000 |+++ libf95.a-0.93/math/ff.c -------------------------- Patching file libf95.a-0.93/math/ff.c using Plan A... Hunk #1 succeeded at 790. Hunk #2 succeeded at 961. Hunk #3 succeeded at 1069. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_math_x87.S => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_math_x87.S Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libf95.a-0.93_math_x87.S,v 1.2 2015/12/29 23:34:46 dholland Exp $ | |Fix assembler instructions. | |--- libf95.a-0.93/math/x87.S.orig 2013-03-01 11:18:05.000000000 +0000 |+++ libf95.a-0.93/math/x87.S -------------------------- Patching file libf95.a-0.93/math/x87.S using Plan A... Hunk #1 succeeded at 250. Hunk #2 succeeded at 266. Hunk #3 succeeded at 675. Hunk #4 succeeded at 691. Hunk #5 succeeded at 833. Hunk #6 succeeded at 861. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_quad_power16.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_quad_power16.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libf95.a-0.93_quad_power16.c,v 1.2 2015/12/29 23:34:46 dholland Exp $ | |Declare own functions. |Avoid implicit int. | |--- libf95.a-0.93/quad/power16.c.orig 2013-03-01 11:16:07.000000000 +0000 |+++ libf95.a-0.93/quad/power16.c -------------------------- Patching file libf95.a-0.93/quad/power16.c using Plan A... Hunk #1 succeeded at 36. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_runtime_main.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_runtime_main.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libf95.a-0.93_runtime_main.c,v 1.3 2014/02/17 16:49:14 jperkin Exp $ | |* fixes missing restore stack address. PR pkg/47906 |* Make MAIN_ weak to allow linking libf95 dynamically. | |--- libf95.a-0.93/runtime/main.c.orig 2010-04-18 15:47:28.000000000 +0000 |+++ libf95.a-0.93/runtime/main.c -------------------------- Patching file libf95.a-0.93/runtime/main.c using Plan A... Hunk #1 succeeded at 37. Hunk #2 succeeded at 53. done => Verifying /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_runtime_mutex.c => Applying pkgsrc patch /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95/patches/patch-libf95.a-0.93_runtime_mutex.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-libf95.a-0.93_runtime_mutex.c,v 1.2 2016/10/02 23:26:40 maya Exp $ | |This package builds a gcc on netbsd/mips which defaults to o32 mips1 |output, and then uses it to compile g95 - which then uses assembly that |is rejected for the chosen -mips1 by the linker. | |set mips3 for this segment, it'll stop being rejected by the linker, but |will crash if anyone runs this code on actual mips1 (rare). | |--- libf95.a-0.93/runtime/mutex.c.orig 2008-09-17 03:45:13.000000000 +0000 |+++ libf95.a-0.93/runtime/mutex.c -------------------------- Patching file libf95.a-0.93/runtime/mutex.c using Plan A... Hunk #1 succeeded at 116. done ===> Creating toolchain wrappers for g95-0.93nb15 ===> Configuring for g95-0.93nb15 mv /home/pbulk/build/lang/g95/work/gcc-4.1.2/gcc/gcc.c /home/pbulk/build/lang/g95/work/gcc-4.1.2/gcc/gcc.c.patched sed "s|%LIBGCC_SPEC%|\"%\{static\|static-libgcc\|static-pie:-lgcc\ -lgcc_eh\}%\{\!static:%\{\!static-libgcc:%\{\!static-pie:%\{\!shared-libgcc:-lgcc\ --push-state\ --as-needed\ -lgcc_s\ --pop-state\}%\{shared-libgcc:-lgcc_s%\{\!shared:\ -lgcc\}\}\}\}\}\"|" /home/pbulk/build/lang/g95/work/gcc-4.1.2/gcc/gcc.c.patched > /home/pbulk/build/lang/g95/work/gcc-4.1.2/gcc/gcc.c cd /home/pbulk/build/lang/g95/work/g95-0.93/libf95.a-0.93 && autoreconf -i autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in' aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... aclocal.m4:449: AM_INIT_AUTOMAKE is expanded from... configure.in:3: the top level configure.in:5: warning: The macro `AC_CANONICAL_SYSTEM' is obsolete. configure.in:5: You should run autoupdate. ./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from... configure.in:5: the top level configure.in:5: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET ./lib/autoconf/general.m4:2081: AC_CANONICAL_SYSTEM is expanded from... configure.in:5: the top level configure.in:6: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.in:6: You should use the 'AC_CONFIG_HEADERS' macro instead. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... aclocal.m4:765: AM_CONFIG_HEADER is expanded from... configure.in:6: the top level configure.in:23: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:23: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:23: the top level configure.in:34: warning: The macro `AC_HELP_STRING' is obsolete. configure.in:34: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.in:34: the top level configure.in:66: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:66: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:66: the top level configure.in:93: warning: The macro `AC_ERROR' is obsolete. configure.in:93: You should run autoupdate. ./lib/autoconf/oldnames.m4:34: AC_ERROR is expanded from... configure.in:93: the top level configure.in:181: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:181: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:181: the top level configure.in:193: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:193: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:193: the top level configure.in:204: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:204: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:204: the top level configure.in:215: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:215: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:215: the top level configure.in:226: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:226: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:226: the top level configure.in:237: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:237: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:237: the top level configure.in:248: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:248: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:248: the top level configure.in:259: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:259: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:259: the top level configure.in:291: warning: The macro `AC_ERROR' is obsolete. configure.in:291: You should run autoupdate. ./lib/autoconf/oldnames.m4:34: AC_ERROR is expanded from... configure.in:291: the top level configure.in:394: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:394: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... configure.in:394: the top level configure.in:401: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:401: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... configure.in:401: the top level configure.in:408: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:408: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... configure.in:408: the top level configure.in:415: warning: The macro `AC_TRY_RUN' is obsolete. configure.in:415: You should run autoupdate. ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from... configure.in:415: the top level configure.in:426: warning: The macro `AC_TRY_LINK' is obsolete. configure.in:426: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.in:426: the top level configure.in:437: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.in:437: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... configure.in:437: the top level configure.in:446: warning: AC_OUTPUT should be used without arguments. configure.in:446: You should run autoupdate. autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.in:3: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.in:7: installing './compile' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' Makefile.am:10: warning: source file 'intrinsics/adjust.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least one source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, this automake: behavior may change in a future Automake major version, with object automake: files being placed in the same subdirectory as the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. Makefile.am:10: warning: source file 'intrinsics/all.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/any.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/command.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/count.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/cshift.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/dot_product.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/dot_product10.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/eoshift.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/gerror.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/get_environ.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/index.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/iostat.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/isatty.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/len_trim.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/matmul.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/matmul10.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/misc.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/mmloc.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/mmval.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/mvbits.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/pack.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/product.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/random.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/real10.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/repeat.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/reshape.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/scan.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/shape.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/size.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/spread.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/sum.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/transpose.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/trim.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/unpack.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/verify.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'intrinsics/xfer.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/atof.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/backspace.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/close.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/endfile.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/flush.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/fnum.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/format.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/fwrite.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/ftoa.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/inquire.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/iread.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/iwrite.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/list_read.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/namelist.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/open.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/read.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/rewind.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/stream.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/transfer.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/unit.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'io/write.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'math/abs.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'math/bessel.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'math/erf.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'math/ff.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'math/gamma.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'math/power.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'math/mod.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'math/round.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'math/single.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'math/transcendental.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'quad/abs16.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'quad/basic.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'quad/power16.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'quad/sqrt16.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/array.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/coarray.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/environ.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/error.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/fpu_set.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/main.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/mask.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/memory.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/mutex.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/safe-ctype.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/select.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/stop.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/string.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'runtime/top.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/abort.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/access.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/chdir.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/chmod.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/link.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/ltime.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/exit.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/ftell.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/getarg.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/getcwd.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/getenv.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/rename.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/signal.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/system.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/time.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:10: warning: source file 'unix/unlink.c' is in a subdirectory, Makefile.am:10: but option 'subdir-objects' is disabled Makefile.am:39: warning: source file 'math/x87.S' is in a subdirectory, Makefile.am:39: but option 'subdir-objects' is disabled Makefile.am:43: warning: source file 'runtime/resume.c' is in a subdirectory, Makefile.am:43: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/fpu_trap.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/getlog.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/getpid.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/system_clock.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/dtime.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/etime.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/cpu_time.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/date_and_time.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/fdate.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/hostnm.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/getuid.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/idate.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/itime.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/sleep.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/stat.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/unix_io.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/secnds.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:47: warning: source file 'unix/second.c' is in a subdirectory, Makefile.am:47: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/fpu_trap_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/dtime_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/etime_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/system_clock_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/cpu_time_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/date_and_time_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/hostnm_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/itime_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/getlog_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/getpid_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/fdate_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/sleep_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/windows_io.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/secnds_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/second_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/stat_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled Makefile.am:56: warning: source file 'windows/idate_win.c' is in a subdirectory, Makefile.am:56: but option 'subdir-objects' is disabled rm -f /home/pbulk/build/lang/g95/work/gcc-4.1.2/config.sub /home/pbulk/build/lang/g95/work/gcc-4.1.2/config.guess ln -fs /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mk/gnu-config/config.sub /home/pbulk/build/lang/g95/work/gcc-4.1.2/config.sub ln -fs /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mk/gnu-config/config.guess /home/pbulk/build/lang/g95/work/gcc-4.1.2/config.guess cd /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95 && /bin/env LIBTOOL="/home/pbulk/build/lang/g95/work/.cwrapper/bin/libtool " INSTALL_INFO= MAKEINFO=/home/pbulk/build/lang/g95/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/home/pbulk/build/lang/g95/work/.tools/bin/itstool GDBUS_CODEGEN=/home/pbulk/build/lang/g95/work/.tools/bin/gdbus-codegen AWK=/bin/gawk CAT=/bin/cat ac_cv_path_CAT=/bin/cat CHMOD=/bin/chmod CMP=/bin/cmp CP=/bin/cp DIFF=/bin/diff ECHO=echo ac_cv_path_ECHO=echo EGREP=/bin/egrep ac_cv_path_EGREP=/bin/egrep SETENV=/bin/env ENV_PROG=/bin/env ac_cv_path_ENV=/bin/env FALSE=false ac_cv_path_FALSE=false FIND=/bin/find GREP=/bin/grep ac_cv_path_GREP=/bin/grep TAR=/bin/tar HOSTNAME=/bin/hostname LN=/bin/ln LS=/bin/ls MKDIR=/bin/mkdir\ -p MV=/bin/mv PERL=/usr/pkg/bin/perl PERL_PATH=/usr/pkg/bin/perl RM=/bin/rm RMDIR=/bin/rmdir SED=/bin/sed SORT=/bin/sort TAR=/bin/tar TEST=test ac_cv_path_TEST=test TOUCH=/bin/touch TR=/bin/tr TRUE=true ac_cv_path_TRUE=true PKG_CONFIG=/home/pbulk/build/lang/g95/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/home/pbulk/build/lang/g95/work/.buildlink/lib64/pkgconfig:/home/pbulk/build/lang/g95/work/.buildlink/lib/pkgconfig:/home/pbulk/build/lang/g95/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/lang/g95/work/.pkg-config.log PKG_CONFIG_PATH= MAKE=make CWRAPPERS_CONFIG_DIR=/home/pbulk/build/lang/g95/work/.cwrapper/config CC=cc CFLAGS=-pipe\ -O2 CPPFLAGS= CXX=c++ CXXFLAGS=-pipe\ -O2 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-zrelro\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/home/pbulk/build/lang/g95/work/.cwrapper/bin:/home/pbulk/build/lang/g95/work/.buildlink/bin:/home/pbulk/build/lang/g95/work/.gcc/bin:/home/pbulk/build/lang/g95/work/.tools/bin:/usr/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/home/pbulk/build/lang/g95/work/.home CWRAPPERS_CONFIG_DIR=/home/pbulk/build/lang/g95/work/.cwrapper/config CONFIG_SHELL=/bin/bash LIBS= ac_given_INSTALL=/bin/install\ -c\ -o\ pbulk\ -g\ pbulk lt_cv_sys_max_cmd_len=2097152 ../configure --with-gcc-dir=/home/pbulk/build/lang/g95/work/gcc-4.1.2 --prefix=/usr/pkg --build=x86_64-redhat-linux --host=x86_64-redhat-linux --mandir=/usr/pkg/man --enable-option-checking=yes --enable-languages=c --disable-multilib --disable-libssp creating cache ./config.cache checking host system type... x86_64-redhat-linux-gnu checking target system type... x86_64-redhat-linux-gnu checking build system type... x86_64-redhat-linux-gnu checking for a BSD compatible install... /home/pbulk/build/lang/g95/work/.tools/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -Wl,-zrelro -Wl,-R/usr/pkg/lib) works... yes checking whether the C compiler (cc -pipe -O2 -Wl,-zrelro -Wl,-R/usr/pkg/lib) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for gnatbind... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for correct version of gmp.h... no *** This configuration is not supported in the following subdirectories: target-libssp (Any other directories should still work fine.) checking for bison... no checking for byacc... no checking for yacc... no checking for bison... no checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... no checking for lex... no checking for flex... no checking for makeinfo... /home/pbulk/build/lang/g95/work/.tools/bin/makeinfo checking for expect... no checking for runtest... no checking for x86_64-redhat-linux-ar... no checking for ar... ar checking for x86_64-redhat-linux-as... no checking for as... as checking for x86_64-redhat-linux-dlltool... no checking for dlltool... no checking for x86_64-redhat-linux-ld... no checking for ld... ld checking for x86_64-redhat-linux-lipo... no checking for lipo... no checking for x86_64-redhat-linux-nm... no checking for nm... nm checking for x86_64-redhat-linux-ranlib... no checking for ranlib... ranlib checking for x86_64-redhat-linux-strip... no checking for strip... strip checking for x86_64-redhat-linux-windres... no checking for windres... no checking for x86_64-redhat-linux-objcopy... no checking for objcopy... objcopy checking for x86_64-redhat-linux-objdump... no checking for objdump... objdump checking for x86_64-redhat-linux-ar... no checking for ar... ar checking for x86_64-redhat-linux-as... no checking for as... as checking for x86_64-redhat-linux-cc... no checking for cc... cc checking for x86_64-redhat-linux-c++... x86_64-redhat-linux-c++ checking for x86_64-redhat-linux-dlltool... no checking for dlltool... no checking for x86_64-redhat-linux-gcc... x86_64-redhat-linux-gcc checking for x86_64-redhat-linux-gcj... no checking for gcj... no checking for x86_64-redhat-linux-gfortran... no checking for gfortran... gfortran checking for x86_64-redhat-linux-ld... no checking for ld... ld checking for x86_64-redhat-linux-lipo... no checking for lipo... no checking for x86_64-redhat-linux-nm... no checking for nm... nm checking for x86_64-redhat-linux-objdump... no checking for objdump... objdump checking for x86_64-redhat-linux-ranlib... no checking for ranlib... ranlib checking for x86_64-redhat-linux-strip... no checking for strip... strip checking for x86_64-redhat-linux-windres... no checking for windres... no checking where to find the target ar... host tool checking where to find the target as... host tool checking where to find the target cc... just compiled checking where to find the target c++... host tool checking where to find the target c++ for libstdc++... host tool checking where to find the target dlltool... host tool checking where to find the target gcc... just compiled checking where to find the target gcj... host tool checking where to find the target gfortran... host tool checking where to find the target ld... host tool checking where to find the target lipo... host tool checking where to find the target nm... host tool checking where to find the target objdump... host tool checking where to find the target ranlib... host tool checking where to find the target strip... host tool checking where to find the target windres... host tool checking whether to enable maintainer-specific portions of Makefiles... no checking if symbolic links between directories work... yes updating cache ./config.cache creating ./config.status creating Makefile cd /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95 && /bin/env USETOOLS=no ac_cv_have_decl_asprintf=yes CC=cc CFLAGS=-pipe\ -O2 CPPFLAGS= CXX=c++ CXXFLAGS=-pipe\ -O2 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-zrelro\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/home/pbulk/build/lang/g95/work/.cwrapper/bin:/home/pbulk/build/lang/g95/work/.buildlink/bin:/home/pbulk/build/lang/g95/work/.gcc/bin:/home/pbulk/build/lang/g95/work/.tools/bin:/usr/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/pkg/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/home/pbulk/build/lang/g95/work/.home CWRAPPERS_CONFIG_DIR=/home/pbulk/build/lang/g95/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/pkg PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no LIBTOOL="/home/pbulk/build/lang/g95/work/.cwrapper/bin/libtool " BSD_INSTALL_PROGRAM=/bin/install\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT=/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB=/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA=/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL_MAN=/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 644 BSD_INSTALL=/bin/install BSD_INSTALL_PROGRAM_DIR=/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_LIB_DIR=/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_DATA_DIR=/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_MAN_DIR=/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 755 BSD_INSTALL_GAME=/bin/install\ -c\ -s\ -o\ pbulk\ -g\ pbulk\ -m\ 2555 BSD_INSTALL_GAME_DATA=/bin/install\ -c\ -o\ pbulk\ -g\ pbulk\ -m\ 664 BSD_INSTALL_GAME_DIR=/bin/install\ -d\ -o\ pbulk\ -g\ pbulk\ -m\ 775 INSTALL_INFO= MAKEINFO=/home/pbulk/build/lang/g95/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/home/pbulk/build/lang/g95/work/.tools/bin/itstool GDBUS_CODEGEN=/home/pbulk/build/lang/g95/work/.tools/bin/gdbus-codegen PKG_CONFIG=/home/pbulk/build/lang/g95/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/home/pbulk/build/lang/g95/work/.buildlink/lib64/pkgconfig:/home/pbulk/build/lang/g95/work/.buildlink/lib/pkgconfig:/home/pbulk/build/lang/g95/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/home/pbulk/build/lang/g95/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/home/pbulk/build/lang/g95/work/.cwrapper/config /bin/make -j2 make[1]: Entering directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95' mkdir -p -- ./fixincludes mkdir -p -- ./libiberty Configuring in ./libiberty Configuring in ./fixincludes configure: creating cache ./config.cache configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... /home/pbulk/build/lang/g95/work/gcc-4.1.2/missing makeinfo --split-size=5000000 configure: WARNING: *** Makeinfo is missing. Info documentation will not be built. checking for perl... perl checking build system type... checking build system type... x86_64-redhat-linux-gnu x86_64-redhat-linux-gnu checking host system type... checking host system type... x86_64-redhat-linux-gnu x86_64-redhat-linux-gnu checking target system type... checking for x86_64-redhat-linux-ar... ar checking for x86_64-redhat-linux-ranlib... ranlib checking for x86_64-redhat-linux-gcc... cc x86_64-redhat-linux-gnu checking for x86_64-redhat-linux-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... checking for C compiler default output file name... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... o checking whether we are using the GNU C compiler... checking for suffix of object files... yes checking whether cc accepts -g... o checking whether we are using the GNU C compiler... yes checking for cc option to accept ANSI C... yes checking whether cc accepts -g... none needed yes checking for cc option to accept ANSI C... checking whether cc supports -W... none needed checking how to run the C preprocessor... cpp yes checking whether cc supports -Wall... checking whether cc understands -c and -o together... yes checking whether cc supports -Wwrite-strings... yes checking for an ANSI C-conforming const... yes checking for inline... yes checking whether cc supports -Wstrict-prototypes... inline checking whether byte ordering is bigendian... yes checking whether cc supports -Wmissing-prototypes... no checking for a BSD-compatible install... /home/pbulk/build/lang/g95/work/.tools/bin/install -c yes checking for sys/file.h... checking whether cc supports -Wold-style-definition... yes checking for sys/param.h... yes checking whether cc supports -Wmissing-format-attribute... yes checking for limits.h... yes checking whether cc supports -pedantic -Wno-long-long... yes checking for stdlib.h... yes checking how to run the C preprocessor... cpp yes checking for malloc.h... checking for egrep... yes grep -E checking for ANSI C header files... checking for string.h... yes checking for unistd.h... yes checking for strings.h... yes yes checking for sys/time.h... checking for sys/types.h... yes checking for time.h... yes yes checking for sys/stat.h... checking for sys/resource.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for sys/mman.h... yes yes checking for fcntl.h... checking for string.h... yes checking for alloca.h... yes checking for memory.h... yes checking for sys/pstat.h... no yes checking for sys/sysmp.h... checking for strings.h... no checking for sys/sysinfo.h... yes yes checking for inttypes.h... checking for machine/hal_sysinfo.h... no checking for sys/table.h... yes checking for stdint.h... no checking for sys/sysctl.h... no checking for sys/systemcfg.h... yes checking for unistd.h... no checking for stdint.h... yes checking for stdio_ext.h... yes yes checking stddef.h usability... checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking stddef.h presence... yes checking for stddef.h... yes yes checking whether errno must be declared... checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes no checking for egrep... checking for unistd.h... (cached) grep -E checking for ANSI C header files... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for sys/stat.h... (cached) yes checking for clearerr_unlocked... yes checking for sys/types.h... yes checking for sys/stat.h... (cached) yes yes checking for stdlib.h... (cached) yes checking for feof_unlocked... checking for string.h... (cached) yes checking for memory.h... yes checking for strings.h... (cached) yes yes checking for ferror_unlocked... checking for inttypes.h... yes checking for stdint.h... (cached) yes yes checking for unistd.h... (cached) yes checking for fflush_unlocked... checking for int... yes checking size of int... yes checking for fgetc_unlocked... 4 checking for uintptr_t... yes checking for fgets_unlocked... yes checking for a 64-bit type... uint64_t yes checking for pid_t... checking for fileno_unlocked... yes yes checking for fprintf_unlocked... checking for library containing strerror... none required no checking for asprintf... checking for fputc_unlocked... yes yes checking for fputs_unlocked... checking for atexit... yes yes checking for fread_unlocked... checking for basename... yes yes checking for bcmp... checking for fwrite_unlocked... yes checking for bcopy... yes checking for getchar_unlocked... yes checking for bsearch... yes checking for getc_unlocked... yes checking for bzero... yes checking for putchar_unlocked... yes checking for calloc... yes checking for putc_unlocked... yes yes checking for clock... checking whether abort is declared... yes yes checking whether errno is declared... checking for ffs... no checking whether clearerr_unlocked is declared... yes checking for getcwd... yes checking whether feof_unlocked is declared... yes checking for getpagesize... yes checking whether ferror_unlocked is declared... yes checking for gettimeofday... yes checking whether fflush_unlocked is declared... yes checking for index... yes checking whether fgetc_unlocked is declared... yes checking for insque... yes checking whether fgets_unlocked is declared... yes no checking for memchr... checking whether fileno_unlocked is declared... yes checking for memcmp... yes checking whether fprintf_unlocked is declared... yes checking for memcpy... no checking whether fputc_unlocked is declared... yes checking for memmove... yes checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... yes checking for mempcpy... yes checking whether fwrite_unlocked is declared... yes yes checking whether getchar_unlocked is declared... checking for memset... yes checking whether getc_unlocked is declared... yes checking for mkstemps... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking for putenv... yes checking for an ANSI C-conforming const... yes checking sys/mman.h usability... yes checking for random... yes checking sys/mman.h presence... yes checking for rename... yes checking for sys/mman.h... yes checking for mmap... yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking for rindex... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no updating cache ./config.cache configure: creating ./config.status yes checking for setenv... yes checking for snprintf... config.status: creating Makefile yes config.status: creating mkheaders.almost checking for sigsetmask... config.status: creating config.h yes checking for stpcpy... mkdir -p -- ./intl Configuring in ./intl yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... configure: creating cache ./config.cache checking whether /bin/make sets $(MAKE)... yes checking for a BSD-compatible install... /home/pbulk/build/lang/g95/work/.tools/bin/install -c checking whether NLS is requested... yes checking for msgfmt... /bin/msgfmt checking for gmsgfmt... /bin/msgfmt checking for xgettext... /bin/xgettext checking for msgmerge... /bin/msgmerge yes checking for x86_64-redhat-linux-gcc... cc checking for strdup... checking for C compiler default output file name... yes checking for strncasecmp... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes checking for strndup... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes yes checking whether cc accepts -g... checking for strrchr... yes checking for cc option to accept ANSI C... yes checking for strstr... none needed yes checking for strtod... checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking for x86_64-redhat-linux-ranlib... ranlib checking for library containing strerror... yes checking for strtol... none required checking how to run the C preprocessor... cpp yes checking for strtoul... checking for egrep... grep -E checking for ANSI C header files... yes checking for strverscmp... yes checking for tmpnam... yes checking for an ANSI C-conforming const... yes checking for vasprintf... yes checking for inline... inline checking for sys/types.h... yes checking for vfprintf... yes checking for sys/stat.h... yes checking for vprintf... yes checking for stdlib.h... yes checking for vsnprintf... yes yes checking for string.h... checking for vsprintf... yes yes checking for waitpid... checking for memory.h... yes yes checking for strings.h... checking whether alloca needs Cray hooks... no checking stack direction for C alloca... yes checking for inttypes.h... 1 checking for unistd.h... (cached) yes checking for vfork.h... no yes checking for fork... checking for stdint.h... yes checking for vfork... yes checking for unistd.h... yes yes checking for working fork... checking for off_t... yes checking for working vfork... (cached) yes checking for _doprnt... yes checking for size_t... no checking for sys_errlist... yes checking for working alloca.h... yes checking for alloca... no checking for sys_nerr... yes checking for stdlib.h... (cached) yes no checking for sys_siglist... checking for unistd.h... (cached) yes checking for getpagesize... no checking for external symbol _system_configuration... yes no checking for getrusage... checking for working mmap... yes checking for on_exit... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... yes checking for psignal... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strerror... yes checking for unsigned long long... yes checking for strsignal... yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... yes checking for sysconf... no checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking argz.h usability... yes checking for times... yes checking argz.h presence... yes checking for argz.h... yes yes checking limits.h usability... checking for sbrk... yes checking limits.h presence... yes yes checking for limits.h... yes checking for gettimeofday... (cached) yes checking locale.h usability... checking for realpath... yes checking locale.h presence... yes checking for locale.h... yes yes checking nl_types.h usability... checking for canonicalize_file_name... yes checking nl_types.h presence... yes yes checking for nl_types.h... checking for pstat_getstatic... yes checking malloc.h usability... yes checking malloc.h presence... no checking for pstat_getdynamic... yes checking for malloc.h... yes checking stddef.h usability... no checking for sysmp... yes checking stddef.h presence... yes checking for stddef.h... yes no checking for getsysinfo... checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes no checking sys/param.h usability... checking for table... no yes checking sys/param.h presence... checking for sysctl... yes checking for sys/param.h... yes checking for feof_unlocked... no checking for wait3... yes checking for fgets_unlocked... yes checking for wait4... yes yes checking for getc_unlocked... checking for __fsetlocking... yes checking whether basename is declared... yes checking for getcwd... no checking whether ffs is declared... yes checking for getegid... yes checking whether asprintf is declared... (cached) yes checking whether vasprintf is declared... yes no checking whether snprintf is declared... checking for geteuid... yes checking whether vsnprintf is declared... yes checking for getgid... yes checking whether calloc is declared... yes checking for getuid... yes checking whether getenv is declared... yes checking for mempcpy... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking for munmap... yes checking whether realloc is declared... yes checking for putenv... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... yes checking for setenv... no checking whether canonicalize_file_name must be declared... yes checking for setlocale... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes yes checking for working mmap... checking for stpcpy... yes yes checking for working strncmp... checking for strcasecmp... yes yes updating cache ./config.cache configure: creating ./config.status checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for __argz_count... config.status: creating Makefile yes checking for __argz_stringify... config.status: creating testsuite/Makefile config.status: creating config.h yes checking for __argz_next... config.status: executing default commands yes checking for __fsetlocking... yes checking for iconv... mkdir -p -- build-x86_64-redhat-linux/libiberty Configuring in build-x86_64-redhat-linux/libiberty yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... no checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... configure: creating cache ../config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... /home/pbulk/build/lang/g95/work/gcc-4.1.2/missing makeinfo --split-size=5000000 configure: WARNING: *** Makeinfo is missing. Info documentation will not be built. checking for perl... perl checking build system type... yes checking whether to use NLS... yes checking where the gettext function comes from... libc x86_64-redhat-linux-gnu checking host system type... checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader x86_64-redhat-linux-gnu updating cache ./config.cache configure: creating ./config.status checking for x86_64-redhat-linux-ar... no checking for ar... ar checking for x86_64-redhat-linux-ranlib... no checking for ranlib... ranlib checking for x86_64-redhat-linux-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... config.status: creating Makefile yes checking for cc option to accept ANSI C... config.status: creating config.intl config.status: creating config.h config.status: executing default-1 commands none needed checking how to run the C preprocessor... cpp checking whether cc understands -c and -o together... yes checking for an ANSI C-conforming const... mkdir -p -- build-x86_64-redhat-linux/fixincludes Configuring in build-x86_64-redhat-linux/fixincludes yes checking for inline... inline checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /home/pbulk/build/lang/g95/work/.tools/bin/install -c checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes configure: loading cache ../config.cache checking for stdlib.h... checking build system type... x86_64-redhat-linux-gnu yes checking host system type... checking for malloc.h... x86_64-redhat-linux-gnu checking target system type... x86_64-redhat-linux-gnu checking for x86_64-redhat-linux-gcc... cc yes checking for string.h... checking for C compiler default output file name... yes checking for unistd.h... yes checking for strings.h... yes checking for sys/time.h... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes checking for time.h... checking for suffix of object files... yes checking for sys/resource.h... o checking whether we are using the GNU C compiler... yes checking for sys/stat.h... yes checking whether cc accepts -g... yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for cc option to accept ANSI C... yes checking for alloca.h... yes checking for sys/pstat.h... none needed no checking for sys/sysmp.h... checking whether cc supports -W... no checking for sys/sysinfo.h... yes yes checking for machine/hal_sysinfo.h... checking whether cc supports -Wall... no checking for sys/table.h... yes checking whether cc supports -Wwrite-strings... no checking for sys/sysctl.h... yes checking whether cc supports -Wstrict-prototypes... no checking for sys/systemcfg.h... no checking for stdint.h... yes checking whether cc supports -Wmissing-prototypes... yes checking for stdio_ext.h... yes checking whether cc supports -Wold-style-definition... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether cc supports -Wmissing-format-attribute... yes checking whether time.h and sys/time.h may both be included... yes checking whether cc supports -pedantic -Wno-long-long... yes checking whether errno must be declared... yes checking how to run the C preprocessor... cpp no checking for egrep... grep -E checking for ANSI C header files... checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/types.h... yes checking for sys/stat.h... (cached) yes yes checking for stdlib.h... (cached) yes checking for sys/stat.h... checking for string.h... (cached) yes checking for memory.h... yes yes checking for stdlib.h... checking for strings.h... (cached) yes checking for inttypes.h... yes yes checking for string.h... checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for int... yes checking for memory.h... yes checking size of int... yes checking for strings.h... yes checking for inttypes.h... 4 checking for uintptr_t... yes checking for a 64-bit type... yes checking for stdint.h... uint64_t checking for pid_t... yes checking for unistd.h... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes yes checking for stdlib.h... (cached) yes checking for bcmp... checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking for bcopy... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/file.h usability... yes checking for bsearch... yes checking sys/file.h presence... yes checking for sys/file.h... yes yes checking for bzero... checking for sys/stat.h... (cached) yes checking for clearerr_unlocked... yes yes checking for calloc... checking for feof_unlocked... yes yes checking for clock... checking for ferror_unlocked... yes yes checking for ffs... checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for getcwd... yes yes checking for fgets_unlocked... checking for getpagesize... yes yes checking for fileno_unlocked... checking for gettimeofday... yes checking for fprintf_unlocked... yes checking for index... no checking for fputc_unlocked... yes checking for insque... yes checking for fputs_unlocked... yes checking for memchr... yes checking for fread_unlocked... yes checking for memcmp... yes yes checking for fwrite_unlocked... checking for memcpy... yes yes checking for getchar_unlocked... checking for memmove... yes yes checking for getc_unlocked... checking for mempcpy... yes yes checking for memset... checking for putchar_unlocked... yes checking for mkstemps... yes checking for putc_unlocked... yes yes checking for putenv... checking whether abort is declared... yes yes checking for random... checking whether errno is declared... no checking whether clearerr_unlocked is declared... yes yes checking whether feof_unlocked is declared... checking for rename... yes checking whether ferror_unlocked is declared... yes checking for rindex... yes checking whether fflush_unlocked is declared... yes checking for setenv... yes checking whether fgetc_unlocked is declared... yes checking for snprintf... yes checking whether fgets_unlocked is declared... yes checking for sigsetmask... no checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... yes checking for stpcpy... no checking whether fputc_unlocked is declared... yes checking for stpncpy... yes checking whether fputs_unlocked is declared... yes checking for strcasecmp... no checking whether fread_unlocked is declared... yes checking for strchr... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking for strdup... yes checking whether getc_unlocked is declared... yes checking for strncasecmp... yes checking whether putchar_unlocked is declared... yes checking for strndup... yes yes checking whether putc_unlocked is declared... checking for strrchr... yes checking for an ANSI C-conforming const... yes yes checking sys/mman.h usability... checking for strstr... yes checking sys/mman.h presence... yes yes checking for sys/mman.h... yes checking for mmap... checking for strtod... yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking for strtol... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no yes updating cache ../config.cache configure: creating ./config.status checking for strtoul... yes checking for strverscmp... yes checking for tmpnam... config.status: creating Makefile config.status: creating mkheaders.almost yes config.status: creating config.h checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... make[2]: Entering directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/safe-ctype.c -o safe-ctype.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/sort.c -o pic/sort.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/sort.c -o sort.o yes checking for vsnprintf... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/spaces.c -o pic/spaces.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/spaces.c -o spaces.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/splay-tree.c -o splay-tree.o yes checking for vsprintf... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/strerror.c -o pic/strerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/strerror.c -o strerror.o yes checking for waitpid... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/strsignal.c -o strsignal.o yes checking whether alloca needs Cray hooks... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/ternary.c -o pic/ternary.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/ternary.c -o ternary.o no checking stack direction for C alloca... ../../libiberty/ternary.c:143:1: warning: 'ternary_recursivesearch' defined but not used [-Wunused-function] 143 | ternary_recursivesearch (const ternary_node *p, const char *s) | ^~~~~~~~~~~~~~~~~~~~~~~ 1 if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o checking for unistd.h... (cached) yes checking for vfork.h... no if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi checking for fork... cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xexit.c -o pic/xexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xexit.c -o xexit.o yes if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xmalloc.c -o xmalloc.o checking for vfork... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xmemdup.c -o xmemdup.o yes checking for working fork... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xstrerror.c -o xstrerror.o yes checking for working vfork... (cached) yes checking for _doprnt... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/xstrndup.c -o xstrndup.o rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list no checking for sys_errlist... make[3]: Entering directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/libiberty/testsuite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/libiberty/testsuite' if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/regex.c -o pic/regex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/regex.c -o regex.o ../../libiberty/regex.c: In function 'byte_regex_compile': ../../libiberty/regex.c:152:53: warning: right-hand operand of comma expression has no effect [-Wunused-value] 152 | # define bzero(s, n) (memset (s, '\0', n), (s)) | ~~~~~~~~~~~~~~~~~~~~^~~~~~ ../../libiberty/regex.c:3124:13: note: in expansion of macro 'bzero' 3124 | bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH); | ^~~~~ no checking for sys_nerr... no checking for sys_siglist... ../../libiberty/regex.c: In function 'byte_re_compile_fastmap': ../../libiberty/regex.c:152:53: warning: right-hand operand of comma expression has no effect [-Wunused-value] 152 | # define bzero(s, n) (memset (s, '\0', n), (s)) | ~~~~~~~~~~~~~~~~~~~~^~~~~~ ../../libiberty/regex.c:4582:3: note: in expansion of macro 'bzero' 4582 | bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */ | ^~~~~ In file included from ../../libiberty/regex.c:638: ../../libiberty/regex.c: In function 'byte_re_match_2_internal': ../../libiberty/regex.c:7141:27: warning: variable 'sdummy' set but not used [-Wunused-but-set-variable] 7141 | const CHAR_T *sdummy = NULL; | ^~~~~~ ../../libiberty/regex.c:7140:22: warning: variable 'pdummy' set but not used [-Wunused-but-set-variable] 7140 | UCHAR_T *pdummy = NULL; | ^~~~~~ ../../libiberty/regex.c:6694:33: warning: this statement may fall through [-Wimplicit-fallthrough=] 6694 | is_a_jump_n = true; ../../libiberty/regex.c:6695:19: note: here 6695 | case pop_failure_jump: | ^~~~ ../../libiberty/regex.c:7117:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 7117 | if ((re_opcode_t) p[-1] != pop_failure_jump) | ^ ../../libiberty/regex.c:7132:9: note: here 7132 | case pop_failure_jump: | ^~~~ ../../libiberty/regex.c:1776:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 1776 | set_regs_matched_done = 0; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ ../../libiberty/regex.c:7144:13: note: in expansion of macro 'POP_FAILURE_POINT' 7144 | POP_FAILURE_POINT (sdummy, pdummy, | ^~~~~~~~~~~~~~~~~ ../../libiberty/regex.c:7150:9: note: here 7150 | unconditional_jump: | ^~~~~~~~~~~~~~~~~~ ../../libiberty/regex.c:7450:31: warning: this statement may fall through [-Wimplicit-fallthrough=] 7450 | is_a_jump_n = true; ../../libiberty/regex.c:7451:17: note: here 7451 | case maybe_pop_jump: | ^~~~ ../../libiberty/regex.c: In function 'byte_common_op_match_null_string_p': ../../libiberty/regex.c:7715:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 7715 | p1 += 2 * OFFSET_ADDRESS_SIZE; | ^ ../../libiberty/regex.c:7717:5: note: here 7717 | default: | ^~~~~~~ no checking for external symbol _system_configuration... ../../libiberty/regex.c: In function 'byte_regex_compile': ../../libiberty/regex.c:2491:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 2491 | if ((syntax & RE_BK_PLUS_QM) | ^ ../../libiberty/regex.c:2494:9: note: here 2494 | handle_plus: | ^~~~~~~~~~~ no checking for getrusage... yes checking for on_exit... yes checking for psignal... yes checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for times... yes checking for sbrk... yes checking for gettimeofday... (cached) yes checking for realpath... yes checking for canonicalize_file_name... yes checking for pstat_getstatic... no checking for pstat_getdynamic... no checking for sysmp... no checking for getsysinfo... no checking for table... no if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/cplus-dem.c -o cplus-dem.o checking for sysctl... no ../../libiberty/cplus-dem.c: In function 'demangle_fund_type': checking for wait3... ../../libiberty/cplus-dem.c:3808:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 3808 | if (!ISDIGIT ((unsigned char)**mangled)) | ^ ../../libiberty/cplus-dem.c:3813:5: note: here 3813 | case 'I': | ^~~~ ../../libiberty/cplus-dem.c: In function 'demangle_signature': ../../libiberty/cplus-dem.c:1465:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 1465 | if (AUTO_DEMANGLING || GNU_DEMANGLING) | ^ ../../libiberty/cplus-dem.c:1479:9: note: here 1479 | default: | ^~~~~~~ yes checking for wait4... yes checking for __fsetlocking... yes checking whether basename is declared... no checking whether ffs is declared... yes checking whether asprintf is declared... (cached) yes checking whether vasprintf is declared... no checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/cp-demangle.c -o cp-demangle.o yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/md5.c -o pic/md5.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/md5.c -o md5.o yes checking for working strncmp... yes updating cache ../config.cache configure: creating ./config.status if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/alloca.c -o pic/alloca.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/alloca.c -o alloca.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/argv.c -o pic/argv.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/argv.c -o argv.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/choose-temp.c -o choose-temp.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/concat.c -o pic/concat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/concat.c -o concat.o config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/cp-demint.c -o cp-demint.o config.status: executing default commands if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/dyn-string.c -o dyn-string.o In file included from /usr/include/string.h:519, from ../../libiberty/dyn-string.c:38: In function 'strncpy', inlined from 'dyn_string_insert_cstr' at ../../libiberty/dyn-string.c:280:3: /usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/dyn-string.c: In function 'dyn_string_insert_cstr': ../../libiberty/dyn-string.c:272:16: note: length computed here 272 | int length = strlen (src); | ^~~~~~~~~~~~ mkdir -p -- ./gcc if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi Configuring in ./gcc cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fibheap.c -o fibheap.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/floatformat.c -o floatformat.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fnmatch.c -o fnmatch.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o configure: creating cache ./config.cache if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getopt.c -o pic/getopt.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getopt.c -o getopt.o checking build system type... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi x86_64-redhat-linux-gnu cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getopt1.c -o getopt1.o checking host system type... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getpwd.c -o getpwd.o x86_64-redhat-linux-gnu checking target system type... x86_64-redhat-linux-gnu checking LIBRARY_PATH variable... ok checking GCC_EXEC_PREFIX variable... ok checking whether to place generated files in the source directory... no checking whether a default linker was specified... no checking whether a default assembler was specified... no checking for x86_64-redhat-linux-gcc... cc if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/getruntime.c -o getruntime.o checking for C compiler default output file name... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/hashtab.c -o hashtab.o a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... ../../libiberty/hashtab.c: In function 'iterative_hash': ../../libiberty/hashtab.c:917:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 917 | case 11: c+=((hashval_t)k[10]<<24); | ~^~~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/hashtab.c:918:5: note: here 918 | case 10: c+=((hashval_t)k[9]<<16); | ^~~~ ../../libiberty/hashtab.c:918:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 918 | case 10: c+=((hashval_t)k[9]<<16); | ~^~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/hashtab.c:919:5: note: here 919 | case 9 : c+=((hashval_t)k[8]<<8); | ^~~~ ../../libiberty/hashtab.c:919:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 919 | case 9 : c+=((hashval_t)k[8]<<8); | ~^~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/hashtab.c:921:5: note: here 921 | case 8 : b+=((hashval_t)k[7]<<24); | ^~~~ ../../libiberty/hashtab.c:921:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 921 | case 8 : b+=((hashval_t)k[7]<<24); | ~^~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/hashtab.c:922:5: note: here 922 | case 7 : b+=((hashval_t)k[6]<<16); | ^~~~ ../../libiberty/hashtab.c:922:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 922 | case 7 : b+=((hashval_t)k[6]<<16); | ~^~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/hashtab.c:923:5: note: here 923 | case 6 : b+=((hashval_t)k[5]<<8); | ^~~~ ../../libiberty/hashtab.c:923:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 923 | case 6 : b+=((hashval_t)k[5]<<8); | ~^~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/hashtab.c:924:5: note: here 924 | case 5 : b+=k[4]; | ^~~~ ../../libiberty/hashtab.c:924:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 924 | case 5 : b+=k[4]; | ~^~~~~~ ../../libiberty/hashtab.c:925:5: note: here 925 | case 4 : a+=((hashval_t)k[3]<<24); | ^~~~ ../../libiberty/hashtab.c:925:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 925 | case 4 : a+=((hashval_t)k[3]<<24); | ~^~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/hashtab.c:926:5: note: here 926 | case 3 : a+=((hashval_t)k[2]<<16); | ^~~~ ../../libiberty/hashtab.c:926:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 926 | case 3 : a+=((hashval_t)k[2]<<16); | ~^~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/hashtab.c:927:5: note: here 927 | case 2 : a+=((hashval_t)k[1]<<8); | ^~~~ ../../libiberty/hashtab.c:927:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 927 | case 2 : a+=((hashval_t)k[1]<<8); | ~^~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/hashtab.c:928:5: note: here 928 | case 1 : a+=k[0]; | ^~~~ checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/hex.c -o pic/hex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/hex.c -o hex.o none needed if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/lbasename.c -o lbasename.o checking whether cc understands -c and -o together... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/lrealpath.c -o lrealpath.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o yes checking how to run the C preprocessor... cpp checking for inline... inline checking for egrep... grep -E checking for ANSI C header files... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/objalloc.c -o objalloc.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/obstack.c -o pic/obstack.o; \ else true; fi yes cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/obstack.c -o obstack.o checking for sys/types.h... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/partition.c -o pic/partition.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/partition.c -o partition.o yes checking for sys/stat.h... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pexecute.c -o pexecute.o yes if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/physmem.c -o pic/physmem.o; \ else true; fi checking for stdlib.h... cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/physmem.c -o physmem.o yes if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pex-common.c -o pex-common.o checking for string.h... yes checking for memory.h... yes checking for strings.h... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pex-one.c -o pex-one.o yes if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../libiberty/pex-unix.c -o pex-unix.o checking for inttypes.h... ../../libiberty/pex-unix.c: In function 'pex_child_error': ../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/pex-unix.c:340:3: note: in expansion of macro 'writeerr' 340 | writeerr (obj->pname); | ^~~~~~~~ ../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/pex-unix.c:341:3: note: in expansion of macro 'writeerr' 341 | writeerr (": error trying to exec '"); | ^~~~~~~~ ../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/pex-unix.c:342:3: note: in expansion of macro 'writeerr' 342 | writeerr (executable); | ^~~~~~~~ ../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/pex-unix.c:343:3: note: in expansion of macro 'writeerr' 343 | writeerr ("': "); | ^~~~~~~~ ../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/pex-unix.c:344:3: note: in expansion of macro 'writeerr' 344 | writeerr (errmsg); | ^~~~~~~~ ../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/pex-unix.c:345:3: note: in expansion of macro 'writeerr' 345 | writeerr (": "); | ^~~~~~~~ ../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/pex-unix.c:346:3: note: in expansion of macro 'writeerr' 346 | writeerr (xstrerror (err)); | ^~~~~~~~ ../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libiberty/pex-unix.c:347:3: note: in expansion of macro 'writeerr' 347 | writeerr ("\n"); | ^~~~~~~~ yes rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o checking for stdint.h... ranlib ./libiberty.a yes checking for unistd.h... if [ x"" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[2]: Leaving directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/libiberty' make[2]: Entering directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/intl' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/intl' make[2]: Entering directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/build-x86_64-redhat-linux/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir yes if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/safe-ctype.c -o safe-ctype.o checking for void *... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/sort.c -o pic/sort.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/sort.c -o sort.o yes checking size of void *... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/spaces.c -o pic/spaces.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/spaces.c -o spaces.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/splay-tree.c -o splay-tree.o 8 checking for short... yes checking size of short... 2 if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/strerror.c -o pic/strerror.o; \ else true; fi checking for int... cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/strerror.c -o strerror.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/strsignal.c -o strsignal.o yes checking size of int... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/ternary.c -o pic/ternary.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/ternary.c -o ternary.o ../../../libiberty/ternary.c:143:1: warning: 'ternary_recursivesearch' defined but not used [-Wunused-function] 143 | ternary_recursivesearch (const ternary_node *p, const char *s) | ^~~~~~~~~~~~~~~~~~~~~~~ 4 checking for long... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xatexit.c -o xatexit.o yes checking size of long... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xexit.c -o pic/xexit.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xexit.c -o xexit.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xmalloc.c -o xmalloc.o 8 checking for long long... yes checking for long long... (cached) yes checking size of long long... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xmemdup.c -o xmemdup.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xstrerror.c -o xstrerror.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/xstrndup.c -o xstrndup.o rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list make[3]: Entering directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/build-x86_64-redhat-linux/libiberty/testsuite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/build-x86_64-redhat-linux/libiberty/testsuite' 8 if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/regex.c -o pic/regex.o; \ else true; fi checking for __int64... cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/regex.c -o regex.o ../../../libiberty/regex.c: In function 'byte_regex_compile': ../../../libiberty/regex.c:152:53: warning: right-hand operand of comma expression has no effect [-Wunused-value] 152 | # define bzero(s, n) (memset (s, '\0', n), (s)) | ~~~~~~~~~~~~~~~~~~~~^~~~~~ ../../../libiberty/regex.c:3124:13: note: in expansion of macro 'bzero' 3124 | bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH); | ^~~~~ no checking whether cc accepts -Wno-long-long... ../../../libiberty/regex.c: In function 'byte_re_compile_fastmap': ../../../libiberty/regex.c:152:53: warning: right-hand operand of comma expression has no effect [-Wunused-value] 152 | # define bzero(s, n) (memset (s, '\0', n), (s)) | ~~~~~~~~~~~~~~~~~~~~^~~~~~ ../../../libiberty/regex.c:4582:3: note: in expansion of macro 'bzero' 4582 | bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */ | ^~~~~ yes checking whether cc accepts -Wno-variadic-macros... In file included from ../../../libiberty/regex.c:638: ../../../libiberty/regex.c: In function 'byte_re_match_2_internal': ../../../libiberty/regex.c:7141:27: warning: variable 'sdummy' set but not used [-Wunused-but-set-variable] 7141 | const CHAR_T *sdummy = NULL; | ^~~~~~ ../../../libiberty/regex.c:7140:22: warning: variable 'pdummy' set but not used [-Wunused-but-set-variable] 7140 | UCHAR_T *pdummy = NULL; | ^~~~~~ yes checking whether cc accepts -Wold-style-definition... ../../../libiberty/regex.c:6694:33: warning: this statement may fall through [-Wimplicit-fallthrough=] 6694 | is_a_jump_n = true; ../../../libiberty/regex.c:6695:19: note: here 6695 | case pop_failure_jump: | ^~~~ ../../../libiberty/regex.c:7117:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 7117 | if ((re_opcode_t) p[-1] != pop_failure_jump) | ^ ../../../libiberty/regex.c:7132:9: note: here 7132 | case pop_failure_jump: | ^~~~ ../../../libiberty/regex.c:1776:25: warning: this statement may fall through [-Wimplicit-fallthrough=] 1776 | set_regs_matched_done = 0; \ | ~~~~~~~~~~~~~~~~~~~~~~^~~ ../../../libiberty/regex.c:7144:13: note: in expansion of macro 'POP_FAILURE_POINT' 7144 | POP_FAILURE_POINT (sdummy, pdummy, | ^~~~~~~~~~~~~~~~~ ../../../libiberty/regex.c:7150:9: note: here 7150 | unconditional_jump: | ^~~~~~~~~~~~~~~~~~ ../../../libiberty/regex.c:7450:31: warning: this statement may fall through [-Wimplicit-fallthrough=] 7450 | is_a_jump_n = true; ../../../libiberty/regex.c:7451:17: note: here 7451 | case maybe_pop_jump: | ^~~~ ../../../libiberty/regex.c: In function 'byte_common_op_match_null_string_p': yes checking whether cc accepts -Wmissing-format-attribute... ../../../libiberty/regex.c:7715:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 7715 | p1 += 2 * OFFSET_ADDRESS_SIZE; | ^ ../../../libiberty/regex.c:7717:5: note: here 7717 | default: | ^~~~~~~ ../../../libiberty/regex.c: In function 'byte_regex_compile': ../../../libiberty/regex.c:2491:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 2491 | if ((syntax & RE_BK_PLUS_QM) | ^ ../../../libiberty/regex.c:2494:9: note: here 2494 | handle_plus: | ^~~~~~~~~~~ yes checking valgrind.h usability... no checking valgrind.h presence... no checking for valgrind.h... no checking whether /bin/make sets $(MAKE)... yes checking for gawk... gawk checking whether ln -s works... yes checking whether ln works... yes checking for x86_64-redhat-linux-ranlib... ranlib checking for a BSD compatible install... /home/pbulk/build/lang/g95/work/.tools/bin/install -c checking for cmp's capabilities... gnucompare checking for mktemp... yes checking for makeinfo... /home/pbulk/build/lang/g95/work/gcc-4.1.2/missing makeinfo --split-size=5000000 checking for modern makeinfo... no configure: WARNING: *** Makeinfo is missing or too old. *** Info documentation will not be built. checking for recent Pod::Man... no checking for flex... /home/pbulk/build/lang/g95/work/gcc-4.1.2/missing flex checking for bison... /home/pbulk/build/lang/g95/work/gcc-4.1.2/missing bison checking for nm... nm checking for ar... ar checking for GNU C library... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether string.h and strings.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for limits.h... yes checking for stddef.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for stdlib.h... (cached) yes checking for time.h... yes checking for iconv.h... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for sys/file.h... yes checking for sys/time.h... yes checking for sys/mman.h... yes checking for sys/resource.h... yes checking for sys/param.h... yes checking for sys/times.h... yes checking for sys/stat.h... (cached) yes checking for direct.h... no checking for malloc.h... yes checking for langinfo.h... yes checking for ldfcn.h... no checking for locale.h... yes checking for wchar.h... yes checking for thread.h... no checking for pthread.h... yes checking for CHAR_BIT... yes checking whether byte ordering is bigendian... no checking for collect2 libraries... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/cplus-dem.c -o cplus-dem.o ../../../libiberty/cplus-dem.c: In function 'demangle_fund_type': ../../../libiberty/cplus-dem.c:3808:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 3808 | if (!ISDIGIT ((unsigned char)**mangled)) | ^ ../../../libiberty/cplus-dem.c:3813:5: note: here 3813 | case 'I': | ^~~~ ../../../libiberty/cplus-dem.c: In function 'demangle_signature': ../../../libiberty/cplus-dem.c:1465:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 1465 | if (AUTO_DEMANGLING || GNU_DEMANGLING) | ^ ../../../libiberty/cplus-dem.c:1479:9: note: here 1479 | default: | ^~~~~~~ none required checking for library containing exc_resume... no checking for library containing ldexp... none required checking for inttypes.h... yes checking for times... yes checking for clock... yes checking for kill... yes checking for getrlimit... yes checking for setrlimit... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/cp-demangle.c -o cp-demangle.o yes checking for atoll... yes checking for atoq... no checking for sysconf... yes checking for strsignal... yes checking for getrusage... yes checking for nl_langinfo... yes checking for scandir... yes checking for alphasort... yes checking for gettimeofday... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/md5.c -o pic/md5.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/md5.c -o md5.o yes checking for mbstowcs... yes if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/alloca.c -o pic/alloca.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/alloca.c -o alloca.o checking for wcswidth... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/argv.c -o pic/argv.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/argv.c -o argv.o yes if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/choose-temp.c -o choose-temp.o checking for mmap... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/concat.c -o pic/concat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/concat.c -o concat.o yes checking for mincore... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/cp-demint.c -o cp-demint.o yes checking for setlocale... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/dyn-string.c -o dyn-string.o yes checking for clearerr_unlocked... In file included from /usr/include/string.h:519, from ../../../libiberty/dyn-string.c:38: In function 'strncpy', inlined from 'dyn_string_insert_cstr' at ../../../libiberty/dyn-string.c:280:3: /usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/dyn-string.c: In function 'dyn_string_insert_cstr': ../../../libiberty/dyn-string.c:272:16: note: length computed here 272 | int length = strlen (src); | ^~~~~~~~~~~~ yes checking for feof_unlocked... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fdmatch.c -o fdmatch.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fibheap.c -o fibheap.o yes checking for ferror_unlocked... yes checking for fflush_unlocked... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/floatformat.c -o floatformat.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fnmatch.c -o fnmatch.o yes if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o checking for fgetc_unlocked... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getopt.c -o pic/getopt.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getopt.c -o getopt.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getopt1.c -o getopt1.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getpwd.c -o getpwd.o yes checking for fgets_unlocked... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/getruntime.c -o getruntime.o yes checking for fileno_unlocked... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi yes cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/hashtab.c -o hashtab.o checking for fprintf_unlocked... no ../../../libiberty/hashtab.c: In function 'iterative_hash': ../../../libiberty/hashtab.c:917:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 917 | case 11: c+=((hashval_t)k[10]<<24); | ~^~~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/hashtab.c:918:5: note: here 918 | case 10: c+=((hashval_t)k[9]<<16); | ^~~~ ../../../libiberty/hashtab.c:918:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 918 | case 10: c+=((hashval_t)k[9]<<16); | ~^~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/hashtab.c:919:5: note: here 919 | case 9 : c+=((hashval_t)k[8]<<8); | ^~~~ ../../../libiberty/hashtab.c:919:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 919 | case 9 : c+=((hashval_t)k[8]<<8); | ~^~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/hashtab.c:921:5: note: here 921 | case 8 : b+=((hashval_t)k[7]<<24); | ^~~~ checking for fputc_unlocked... ../../../libiberty/hashtab.c:921:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 921 | case 8 : b+=((hashval_t)k[7]<<24); | ~^~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/hashtab.c:922:5: note: here 922 | case 7 : b+=((hashval_t)k[6]<<16); | ^~~~ ../../../libiberty/hashtab.c:922:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 922 | case 7 : b+=((hashval_t)k[6]<<16); | ~^~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/hashtab.c:923:5: note: here 923 | case 6 : b+=((hashval_t)k[5]<<8); | ^~~~ ../../../libiberty/hashtab.c:923:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 923 | case 6 : b+=((hashval_t)k[5]<<8); | ~^~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/hashtab.c:924:5: note: here 924 | case 5 : b+=k[4]; | ^~~~ ../../../libiberty/hashtab.c:924:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 924 | case 5 : b+=k[4]; | ~^~~~~~ ../../../libiberty/hashtab.c:925:5: note: here 925 | case 4 : a+=((hashval_t)k[3]<<24); | ^~~~ ../../../libiberty/hashtab.c:925:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 925 | case 4 : a+=((hashval_t)k[3]<<24); | ~^~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/hashtab.c:926:5: note: here 926 | case 3 : a+=((hashval_t)k[2]<<16); | ^~~~ ../../../libiberty/hashtab.c:926:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 926 | case 3 : a+=((hashval_t)k[2]<<16); | ~^~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/hashtab.c:927:5: note: here 927 | case 2 : a+=((hashval_t)k[1]<<8); | ^~~~ ../../../libiberty/hashtab.c:927:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 927 | case 2 : a+=((hashval_t)k[1]<<8); | ~^~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/hashtab.c:928:5: note: here 928 | case 1 : a+=k[0]; | ^~~~ yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/hex.c -o pic/hex.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/hex.c -o hex.o yes checking for getchar_unlocked... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/lbasename.c -o lbasename.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/lrealpath.c -o lrealpath.o yes if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o checking for getc_unlocked... yes checking for putchar_unlocked... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/make-temp-file.c -o make-temp-file.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/objalloc.c -o objalloc.o yes checking for putc_unlocked... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/obstack.c -o pic/obstack.o; \ else true; fi yes cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/obstack.c -o obstack.o checking whether mbstowcs works... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/partition.c -o pic/partition.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/partition.c -o partition.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pexecute.c -o pexecute.o yes checking for ssize_t... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/physmem.c -o pic/physmem.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/physmem.c -o physmem.o yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pex-common.c -o pex-common.o gid_t checking for sys/mman.h... (cached) yes checking for mmap... (cached) yes checking whether read-only mmap of a plain file works... yes checking whether mmap from /dev/zero works... yes checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking for pid_t... if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pex-one.c -o pex-one.o if [ x"" != x ]; then \ cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi cc -c -DHAVE_CONFIG_H -pipe -O2 -I. -I../../../libiberty/../include -W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes ../../../libiberty/pex-unix.c -o pex-unix.o yes checking for unistd.h... (cached) ../../../libiberty/pex-unix.c: In function 'pex_child_error': ../../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/pex-unix.c:340:3: note: in expansion of macro 'writeerr' 340 | writeerr (obj->pname); | ^~~~~~~~ ../../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/pex-unix.c:341:3: note: in expansion of macro 'writeerr' 341 | writeerr (": error trying to exec '"); | ^~~~~~~~ ../../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/pex-unix.c:342:3: note: in expansion of macro 'writeerr' 342 | writeerr (executable); | ^~~~~~~~ ../../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/pex-unix.c:343:3: note: in expansion of macro 'writeerr' 343 | writeerr ("': "); | ^~~~~~~~ ../../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/pex-unix.c:344:3: note: in expansion of macro 'writeerr' 344 | writeerr (errmsg); | ^~~~~~~~ ../../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/pex-unix.c:345:3: note: in expansion of macro 'writeerr' 345 | writeerr (": "); | ^~~~~~~~ ../../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/pex-unix.c:346:3: note: in expansion of macro 'writeerr' 346 | writeerr (xstrerror (err)); | ^~~~~~~~ ../../../libiberty/pex-unix.c:339:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 339 | #define writeerr(s) write (STDERR_FILE_NO, s, strlen (s)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../libiberty/pex-unix.c:347:3: note: in expansion of macro 'writeerr' 347 | writeerr ("\n"); | ^~~~~~~~ yes rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o checking for vfork.h... no checking for fork... ranlib ./libiberty.a if [ x"" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[2]: Leaving directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/build-x86_64-redhat-linux/libiberty' mkdir -p -- ./libcpp yes Configuring in ./libcpp checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... configure: creating cache ./config.cache checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for LC_MESSAGES... checking target system type... x86_64-redhat-linux-gnu checking whether /bin/make sets $(MAKE)... yes checking for a BSD-compatible install... /home/pbulk/build/lang/g95/work/.tools/bin/install -c checking for x86_64-redhat-linux-gcc... cc yes checking for nl_langinfo and CODESET... checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... yes checking whether getenv is declared... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether atol is declared... yes checking whether cc accepts -g... yes checking whether asprintf is declared... yes checking for cc option to accept ANSI C... none needed checking for x86_64-redhat-linux-ranlib... ranlib checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether cc supports -W... yes checking whether sbrk is declared... yes checking whether cc supports -Wall... yes checking whether abort is declared... yes checking whether cc supports -Wwrite-strings... yes checking whether atof is declared... yes checking whether cc supports -Wstrict-prototypes... yes checking whether cc supports -Wmissing-prototypes... yes checking whether getcwd is declared... yes checking whether cc supports -Wold-style-definition... yes checking whether cc supports -Wmissing-format-attribute... yes checking whether getwd is declared... yes checking whether cc supports -pedantic -Wno-long-long... yes checking dependency style of cc... yes checking whether strsignal is declared... gcc3 checking whether time.h and sys/time.h may both be included... yes checking whether strstr is declared... yes checking whether string.h and strings.h may both be included... yes checking how to run the C preprocessor... cpp yes checking whether strverscmp is declared... checking for egrep... grep -E checking for ANSI C header files... yes checking whether errno is declared... yes checking whether snprintf is declared... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking whether vsnprintf is declared... yes checking for stdlib.h... yes checking for string.h... yes yes checking whether vasprintf is declared... checking for memory.h... yes checking for strings.h... yes checking whether malloc is declared... yes yes checking whether realloc is declared... checking for inttypes.h... yes checking for stdint.h... yes checking whether calloc is declared... yes checking for unistd.h... yes checking whether free is declared... yes checking iconv.h usability... yes checking whether basename is declared... yes checking iconv.h presence... yes checking for iconv.h... yes checking locale.h usability... yes checking whether getopt is declared... yes checking locale.h presence... yes checking for locale.h... yes checking fcntl.h usability... yes checking whether clock is declared... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking whether getpagesize is declared... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking whether clearerr_unlocked is declared... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes yes checking whether feof_unlocked is declared... checking for strings.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking whether ferror_unlocked is declared... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether fflush_unlocked is declared... yes checking for inline... inline checking for obstacks... yes checking for off_t... yes checking whether fgetc_unlocked is declared... yes checking for size_t... yes checking whether fgets_unlocked is declared... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for int... yes checking whether fileno_unlocked is declared... yes checking size of int... yes checking whether fprintf_unlocked is declared... 4 checking for long... yes checking size of long... no checking whether fputc_unlocked is declared... 8 checking for clearerr_unlocked... yes checking whether fputs_unlocked is declared... yes checking for feof_unlocked... yes checking whether fread_unlocked is declared... yes checking for ferror_unlocked... yes checking whether fwrite_unlocked is declared... yes checking for fflush_unlocked... yes checking whether getchar_unlocked is declared... yes checking for fgetc_unlocked... yes yes checking whether getc_unlocked is declared... checking for fgets_unlocked... yes yes checking for fileno_unlocked... checking whether putchar_unlocked is declared... yes checking for fprintf_unlocked... yes checking whether putc_unlocked is declared... no checking for fputc_unlocked... yes checking whether getrlimit is declared... yes checking for fputs_unlocked... yes checking whether setrlimit is declared... yes checking for fread_unlocked... yes checking whether getrusage is declared... yes checking for fwrite_unlocked... yes yes checking for getchar_unlocked... yes checking whether ldgetname is declared... checking for getc_unlocked... no checking whether times is declared... yes checking for putchar_unlocked... yes checking for struct tms... yes checking for putc_unlocked... yes checking for clock_t... yes checking whether abort is declared... yes checking for .preinit_array/.init_array/.fini_array support... yes checking whether asprintf is declared... (cached) yes checking whether basename is declared... yes checking if mkdir takes one argument... no checking whether errno is declared... no Using `../../gcc/config/i386/i386.c' for machine-specific logic. Using `../../gcc/config/i386/i386.md' as machine description file. Using the following target machine macro files: ../../gcc/config/i386/biarch64.h ../../gcc/config/i386/i386.h ../../gcc/config/i386/unix.h ../../gcc/config/i386/att.h ../../gcc/config/dbxelf.h ../../gcc/config/elfos.h ../../gcc/config/svr4.h ../../gcc/config/linux.h ../../gcc/config/i386/x86-64.h ../../gcc/config/i386/linux64.h Using host-linux.o for host machine hooks. checking whether NLS is requested... yes checking for catalogs to be installed... no checking whether getopt is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... be ca da de el es fr ja nl ru rw sv tr zh_CN zh_TW be ca da de el es fr ja nl ru rw sv tr zh_CN zh_TW checking what assembler to use... /home/pbulk/build/lang/g95/work/.cwrapper/bin/as yes checking whether fflush_unlocked is declared... checking what linker to use... /home/pbulk/build/lang/g95/work/.cwrapper/bin/ld checking what nm to use... /bin/nm checking what objdump to use... /bin/objdump checking assembler for .balign and .p2align... yes checking assembler for .p2align with maximum skip... yes checking assembler for working .subsection -1... yes checking whether fgetc_unlocked is declared... yes checking assembler for .weak... yes checking whether fgets_unlocked is declared... yes checking assembler for .weakref... yes checking assembler for .nsubspa comdat... no checking assembler for .hidden... yes checking linker for .hidden support... no checking whether fileno_unlocked is declared... no checking assembler for .sleb128 and .uleb128... /home/pbulk/build/lang/g95/work/gcc-4.1.2/gcc/configure: line 14232: test: too many arguments yes checking assembler for eh_frame optimization... yes checking whether fprintf_unlocked is declared... yes checking assembler for section merging support... yes checking assembler for COMDAT group support... yes checking assembler for thread-local storage support... yes checking linker -Bstatic/-Bdynamic option... no checking whether fputc_unlocked is declared... yes checking assembler for filds and fists mnemonics... yes checking assembler for cmov syntax... no checking assembler for GOTOFF in data... no checking assembler for dwarf2 debug_line support... yes checking assembler for buggy dwarf2 .file directive... yes checking whether fputs_unlocked is declared... no checking assembler for --gdwarf2 option... yes checking assembler for --gstabs option... yes checking linker read-only and read-write section mixing... no checking whether fread_unlocked is declared... read-write checking linker PT_GNU_EH_FRAME support... yes checking linker position independent executable support... yes checking linker --as-needed support... yes checking linker --sysroot support... yes checking __stack_chk_fail in target GNU C library... yes checking whether fwrite_unlocked is declared... yes Using ggc-page for garbage collection. checking whether to enable maintainer-specific portions of Makefiles... no Links are now set up to build a native compiler for x86_64-redhat-linux-gnu. updating cache ./config.cache configure: creating ./config.status yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether vasprintf is declared... config.status: creating Makefile config.status: creating gccbug no checking for working alloca.h... config.status: creating mklibgcc config.status: creating libada-mk yes checking for alloca... config.status: creating auto-host.h yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... config.status: executing default commands yes checking whether NLS is requested... yes checking for catalogs to be installed... be ca da de el es fr ja nl rw sv tr vi zh_CN zh_TW be ca da de el es fr ja nl rw sv tr vi zh_CN zh_TW checking for uchar... checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... make[2]: Entering directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/fixincludes' cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixincl.c In file included from ../../fixincludes/fixincl.c:101: ../../fixincludes/fixincl.x:77:1: warning: string length '4662' is greater than the length '4095' ISO C99 compilers are required to support [-Woverlength-strings] 77 | "/* This file prototypes the long double functions available on Mac OS\n\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | 10.3.9. */\n\ | ~~~~~~~~~~~~~~ 79 | #ifndef __MATH__\n\ | ~~~~~~~~~~~~~~~~~~~ 80 | # include_next <architecture/ppc/math.h>\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 81 | # ifndef __LIBMLDBL_COMPAT\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 82 | # ifdef __LONG_DOUBLE_128__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 83 | # define __LIBMLDBL_COMPAT(sym) __asm(\"_\" #sym \"$LDBL128\")\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 84 | # else\n\ | ~~~~~~~~~~ 85 | # define __LIBMLDBL_COMPAT(sym)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 86 | # endif /* __LONG_DOUBLE_128__ */\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 87 | # endif /* __LIBMLDBL_COMPAT */\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 88 | # ifdef __cplusplus\n\ | ~~~~~~~~~~~~~~~~~~~~~~ 89 | extern \"C\" {\n\ | ~~~~~~~~~~~~~~~~~ 90 | # endif\n\ | ~~~~~~~~~~ 91 | extern long double acosl( long double ) __LIBMLDBL_COMPAT(acosl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92 | extern long double asinl( long double ) __LIBMLDBL_COMPAT(asinl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 93 | extern long double atanl( long double ) __LIBMLDBL_COMPAT(atanl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94 | extern long double atan2l( long double, long double ) __LIBMLDBL_COMPAT(atan2l);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 95 | extern long double cosl( long double ) __LIBMLDBL_COMPAT(cosl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | extern long double sinl( long double ) __LIBMLDBL_COMPAT(sinl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 97 | extern long double tanl( long double ) __LIBMLDBL_COMPAT(tanl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98 | extern long double acoshl( long double ) __LIBMLDBL_COMPAT(acoshl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 99 | extern long double asinhl( long double ) __LIBMLDBL_COMPAT(asinhl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 100 | extern long double atanhl( long double ) __LIBMLDBL_COMPAT(atanhl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | extern long double coshl( long double ) __LIBMLDBL_COMPAT(coshl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | extern long double sinhl( long double ) __LIBMLDBL_COMPAT(sinhl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 103 | extern long double tanhl( long double ) __LIBMLDBL_COMPAT(tanhl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 104 | extern long double expl( long double ) __LIBMLDBL_COMPAT(expl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 105 | extern long double exp2l( long double ) __LIBMLDBL_COMPAT(exp2l);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 106 | extern long double expm1l( long double ) __LIBMLDBL_COMPAT(expm1l);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 107 | extern long double logl( long double ) __LIBMLDBL_COMPAT(logl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 108 | extern long double log10l( long double ) __LIBMLDBL_COMPAT(log10l);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 109 | extern long double log2l( long double ) __LIBMLDBL_COMPAT(log2l);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 110 | extern long double log1pl( long double ) __LIBMLDBL_COMPAT(log1pl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111 | extern long double logbl( long double ) __LIBMLDBL_COMPAT(logbl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | extern long double modfl( long double, long double * ) __LIBMLDBL_COMPAT(modfl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 113 | extern long double ldexpl( long double, int ) __LIBMLDBL_COMPAT(ldexpl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 114 | extern long double frexpl( long double, int * ) __LIBMLDBL_COMPAT(frexpl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 115 | extern int ilogbl( long double ) __LIBMLDBL_COMPAT(ilogbl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 116 | extern long double scalbnl( long double, int ) __LIBMLDBL_COMPAT(scalbnl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 117 | extern long double scalblnl( long double, long int ) __LIBMLDBL_COMPAT(scalblnl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 118 | extern long double fabsl( long double ) __LIBMLDBL_COMPAT(fabsl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 119 | extern long double cbrtl( long double ) __LIBMLDBL_COMPAT(cbrtl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 120 | extern long double hypotl( long double, long double ) __LIBMLDBL_COMPAT(hypotl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 121 | extern long double powl( long double, long double ) __LIBMLDBL_COMPAT(powl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 122 | extern long double sqrtl( long double ) __LIBMLDBL_COMPAT(sqrtl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 123 | extern long double erfl( long double ) __LIBMLDBL_COMPAT(erfl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124 | extern long double erfcl( long double ) __LIBMLDBL_COMPAT(erfcl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125 | extern long double lgammal( long double ) __LIBMLDBL_COMPAT(lgammal);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 126 | extern long double tgammal( long double ) __LIBMLDBL_COMPAT(tgammal);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 127 | extern long double ceill( long double ) __LIBMLDBL_COMPAT(ceill);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 128 | extern long double floorl( long double ) __LIBMLDBL_COMPAT(floorl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 129 | extern long double nearbyintl( long double ) __LIBMLDBL_COMPAT(nearbyintl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 130 | extern long double rintl( long double ) __LIBMLDBL_COMPAT(rintl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 131 | extern long int lrintl( long double ) __LIBMLDBL_COMPAT(lrintl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 132 | extern long long int llrintl( long double ) __LIBMLDBL_COMPAT(llrintl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 133 | extern long double roundl( long double ) __LIBMLDBL_COMPAT(roundl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 134 | extern long int lroundl( long double ) __LIBMLDBL_COMPAT(lroundl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 135 | extern long long int llroundl( long double ) __LIBMLDBL_COMPAT(llroundl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | extern long double truncl( long double ) __LIBMLDBL_COMPAT(truncl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 137 | extern long double fmodl( long double, long double) __LIBMLDBL_COMPAT(fmodl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 138 | extern long double remainderl( long double, long double ) __LIBMLDBL_COMPAT(remainderl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 139 | extern long double remquol( long double, long double, int * ) __LIBMLDBL_COMPAT(remquol);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 140 | extern long double copysignl( long double, long double ) __LIBMLDBL_COMPAT(copysignl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 141 | extern long double nanl( const char * ) __LIBMLDBL_COMPAT(nanl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 142 | extern long double nextafterl( long double, long double ) __LIBMLDBL_COMPAT(nextafterl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 143 | extern long double nexttowardl( long double, long double ) __LIBMLDBL_COMPAT(nexttowardl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 144 | extern long double fdiml( long double, long double ) __LIBMLDBL_COMPAT(fdiml);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 145 | extern long double fmaxl( long double, long double ) __LIBMLDBL_COMPAT(fmaxl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 146 | extern long double fminl( long double, long double ) __LIBMLDBL_COMPAT(fminl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 147 | extern long double fmal( long double, long double, long double ) __LIBMLDBL_COMPAT(fmal);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 148 | # ifdef __cplusplus\n\ | ~~~~~~~~~~~~~~~~~~~~~~ 149 | }\n\ | ~~~~ 150 | # endif\n\ | ~~~~~~~~~~ 151 | #endif /* __MATH__ */", | ~~~~~~~~~~~~~~~~~~~~~~ ../../fixincludes/fixincl.x:400:1: warning: string length '5139' is greater than the length '4095' ISO C99 compilers are required to support [-Woverlength-strings] 400 | "/* This file was generated by fixincludes */\n\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 401 | #ifndef __memory_h__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~ 402 | #define __memory_h__\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 403 | #ifdef __STDC__\n\ | ~~~~~~~~~~~~~~~~~~ 404 | extern void *memccpy();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 405 | extern void *memchr();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 406 | extern void *memcpy();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 407 | extern void *memset();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 408 | #else\n\ | ~~~~~~~~ 409 | extern char *memccpy();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 410 | extern char *memchr();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 411 | extern char *memcpy();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 412 | extern char *memset();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 413 | #endif /* __STDC__ */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 414 | extern int memcmp();\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 415 | #endif /* __memory_h__ */\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 416 | _EndOfHeader;\n\ | ~~~~~~~~~~~~~~~~ 417 | };\n\n\n\ | ~~~~~~~~~ 418 | /*\n\ | ~~~~~ 419 | * Completely replace <sys/varargs.h> with a file that includes gcc's\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 420 | * stdarg.h or varargs.h files as appropriate.\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 421 | */\n\ | ~~~~~ 422 | #ifdef SVR4\n\ | ~~~~~~~~~~~~~~ 423 | fix = {\n\ | ~~~~~~~~~~ 424 | hackname = AAB_svr4_no_varargs;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 425 | files = sys/varargs.h;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 426 | replace = \"/* This file was generated by fixincludes. */\\n\"\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 427 | \"#ifndef _SYS_VARARGS_H\\n\"\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 428 | \"#define _SYS_VARARGS_H\\n\\n\"\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 429 | \"#ifdef __STDC__\\n\"\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 430 | \"#include <stdarg.h>\\n\"\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 431 | \"#else\\n\"\n\ | ~~~~~~~~~~~~~~~ 432 | \"#include <varargs.h>\\n\"\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 433 | \"#endif\\n\\n\"\n\n\ | ~~~~~~~~~~~~~~~~~~~~~ 434 | \"#endif /* _SYS_VARARGS_H */\\n\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 435 | };\n\ | ~~~~~ 436 | #endif\n\n\n\ | ~~~~~~~~~~~~~ 437 | /*\n\ | ~~~~~ 438 | * Completely replace <sys/byteorder.h> with a file that implements gcc's\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 439 | * optimized byteswapping. (The original probably implemented some\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 440 | * incompatible optimized byteswapping.)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 441 | */\n\ | ~~~~~ 442 | fix = {\n\ | ~~~~~~~~~~ 443 | hackname = AAB_svr4_replace_byteorder;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 444 | mach = \"*-*-sysv4*\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 445 | mach = \"i[34567]86-*-sysv5*\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 446 | mach = \"i[34567]86-*-sco3.2v5*\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 447 | mach = \"i[34567]86-*-udk*\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 448 | mach = \"i[34567]86-*-solaris2.[0-4]\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 449 | mach = \"powerpcle-*-solaris2.[0-4]\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 450 | mach = \"sparc-*-solaris2.[0-4]\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 451 | mach = \"i[34567]86-sequent-ptx*\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 452 | files = sys/byteorder.h;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 453 | replace = <<- _EndOfHeader_\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 454 | #ifndef _SYS_BYTEORDER_H\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 455 | #define _SYS_BYTEORDER_H\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 456 | /* Functions to convert `short' and `long' quantities from host byte order\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 457 | to (internet) network byte order (i.e. big-endian).\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 458 | Written by Ron Guilmette (rfg@ncd.com).\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 459 | This isn't actually used by GCC. It is installed by fixinc.svr4.\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 460 | For big-endian machines these functions are essentially no-ops.\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | For little-endian machines, we define the functions using specialized\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 462 | asm sequences in cases where doing so yields better code (e.g. i386). */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 463 | #if !defined (__GNUC__) && !defined (__GNUG__)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 464 | #error You lose! This file is only useful with GNU compilers.\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 465 | #endif\n\n\ | ~~~~~~~~~~~ 466 | #ifndef __BYTE_ORDER__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 467 | /* Byte order defines. These are as defined on UnixWare 1.1, but with\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 468 | double underscores added at the front and back. */\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 469 | #define __LITTLE_ENDIAN__ 1234\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 470 | #define __BIG_ENDIAN__ 4321\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 471 | #define __PDP_ENDIAN__ 3412\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 472 | #endif\n\n\ | ~~~~~~~~~~~ 473 | #ifdef __STDC__\n\ | ~~~~~~~~~~~~~~~~~~ 474 | static __inline__ unsigned long htonl (unsigned long);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 475 | static __inline__ unsigned short htons (unsigned int);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 476 | static __inline__ unsigned long ntohl (unsigned long);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 477 | static __inline__ unsigned short ntohs (unsigned int);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 478 | #endif /* defined (__STDC__) */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | #if defined (__i386__)\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 480 | #ifndef __BYTE_ORDER__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 481 | #define __BYTE_ORDER__ __LITTLE_ENDIAN__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 482 | #endif\n\n\ | ~~~~~~~~~~~ 483 | /* Convert a host long to a network long. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 484 | /* We must use a new-style function definition, so that this will also\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 485 | be valid for C++. */\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~ 486 | static __inline__ unsigned long\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 487 | htonl (unsigned long __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 488 | {\n\ | ~~~~ 489 | register unsigned long __result;\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 490 | __asm__ (\"xchg%B0 %b0,%h0\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 491 | ror%L0 $16,%0\n\ | ~~~~~~~~~~~~~~~~ 492 | xchg%B0 %b0,%h0\" : \"=q\" (__result) : \"0\" (__arg));\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 493 | return __result;\n\ | ~~~~~~~~~~~~~~~~~~~ 494 | }\n\n\ | ~~~~~~ 495 | /* Convert a host short to a network short. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 496 | static __inline__ unsigned short\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 497 | htons (unsigned int __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 498 | {\n\ | ~~~~ 499 | register unsigned short __result;\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 500 | __asm__ (\"xchg%B0 %b0,%h0\" : \"=q\" (__result) : \"0\" (__arg));\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 501 | return __result;\n\ | ~~~~~~~~~~~~~~~~~~~ 502 | }\n\n\ | ~~~~~~ 503 | #elif (defined (__ns32k__) || defined (__vax__) || defined (__arm__))\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 504 | #ifndef __BYTE_ORDER__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 505 | #define __BYTE_ORDER__ __LITTLE_ENDIAN__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 506 | #endif\n\n\ | ~~~~~~~~~~~ 507 | /* For other little-endian machines, using C code is just as efficient as\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 508 | using assembly code. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | /* Convert a host long to a network long. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 510 | static __inline__ unsigned long\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 511 | htonl (unsigned long __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 512 | {\n\ | ~~~~ 513 | register unsigned long __result;\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 514 | __result = (__arg >> 24) & 0x000000ff;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 515 | __result |= (__arg >> 8) & 0x0000ff00;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 516 | __result |= (__arg << 8) & 0x00ff0000;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 517 | __result |= (__arg << 24) & 0xff000000;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 518 | return __result;\n\ | ~~~~~~~~~~~~~~~~~~~ 519 | }\n\n\ | ~~~~~~ 520 | /* Convert a host short to a network short. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 521 | static __inline__ unsigned short\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 522 | htons (unsigned int __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 523 | {\n\ | ~~~~ 524 | register unsigned short __result;\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 525 | __result = (__arg << 8) & 0xff00;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 526 | __result |= (__arg >> 8) & 0x00ff;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 527 | return __result;\n\ | ~~~~~~~~~~~~~~~~~~~ 528 | }\n\n\ | ~~~~~~ 529 | #else /* must be a big-endian machine */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 530 | #ifndef __BYTE_ORDER__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 531 | #define __BYTE_ORDER__ __BIG_ENDIAN__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 532 | #endif\n\n\ | ~~~~~~~~~~~ 533 | /* Convert a host long to a network long. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 534 | static __inline__ unsigned long\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 535 | htonl (unsigned long __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 536 | {\n\ | ~~~~ 537 | return __arg;\n\ | ~~~~~~~~~~~~~~~~ 538 | }\n\n\ | ~~~~~~ 539 | /* Convert a host short to a network short. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 540 | static __inline__ unsigned short\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 541 | htons (unsigned int __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 542 | {\n\ | ~~~~ 543 | return __arg;\n\ | ~~~~~~~~~~~~~~~~ 544 | }\n\n\ | ~~~~~~ 545 | #endif /* big-endian */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 546 | /* Convert a network long to a host long. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 547 | static __inline__ unsigned long\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 548 | ntohl (unsigned long __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 549 | {\n\ | ~~~~ 550 | return htonl (__arg);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~ 551 | }\n\n\ | ~~~~~~ 552 | /* Convert a network short to a host short. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 553 | static __inline__ unsigned short\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 554 | ntohs (unsigned int __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 555 | {\n\ | ~~~~ 556 | return htons (__arg);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~ 557 | }\n\ | ~~~~ 558 | #endif", | ~~~~~~~ yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); updating cache ./config.cache configure: creating ./config.status cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixtests.c config.status: creating Makefile config.status: creating config.h cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixfixes.c config.status: executing depdir commands cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/server.c cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/procopen.c ../../fixincludes/server.c: In function 'server_setup': ../../fixincludes/server.c:195:3: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result] 195 | getcwd (buff, MAXPATHLEN + 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixlib.c cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../fixincludes -I../include -I../../fixincludes/../include ../../fixincludes/fixopts.c srcdir="../../fixincludes" /bin/bash ../../fixincludes/mkfixinc.sh x86_64-redhat-linux-gnu sed -e 's/@gcc_version@/4.1.2/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders make[2]: Entering directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/build-x86_64-redhat-linux/fixincludes' cc -pipe -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixincl.c echo timestamp > full-stamp make[2]: Leaving directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/fixincludes' cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixtests.c In file included from ../../../fixincludes/fixincl.c:101: ../../../fixincludes/fixincl.x:77:1: warning: string length '4662' is greater than the length '4095' ISO C99 compilers are required to support [-Woverlength-strings] 77 | "/* This file prototypes the long double functions available on Mac OS\n\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | 10.3.9. */\n\ | ~~~~~~~~~~~~~~ 79 | #ifndef __MATH__\n\ | ~~~~~~~~~~~~~~~~~~~ 80 | # include_next <architecture/ppc/math.h>\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 81 | # ifndef __LIBMLDBL_COMPAT\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 82 | # ifdef __LONG_DOUBLE_128__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 83 | # define __LIBMLDBL_COMPAT(sym) __asm(\"_\" #sym \"$LDBL128\")\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 84 | # else\n\ | ~~~~~~~~~~ 85 | # define __LIBMLDBL_COMPAT(sym)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 86 | # endif /* __LONG_DOUBLE_128__ */\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 87 | # endif /* __LIBMLDBL_COMPAT */\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 88 | # ifdef __cplusplus\n\ | ~~~~~~~~~~~~~~~~~~~~~~ 89 | extern \"C\" {\n\ | ~~~~~~~~~~~~~~~~~ 90 | # endif\n\ | ~~~~~~~~~~ 91 | extern long double acosl( long double ) __LIBMLDBL_COMPAT(acosl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92 | extern long double asinl( long double ) __LIBMLDBL_COMPAT(asinl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 93 | extern long double atanl( long double ) __LIBMLDBL_COMPAT(atanl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94 | extern long double atan2l( long double, long double ) __LIBMLDBL_COMPAT(atan2l);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 95 | extern long double cosl( long double ) __LIBMLDBL_COMPAT(cosl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | extern long double sinl( long double ) __LIBMLDBL_COMPAT(sinl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 97 | extern long double tanl( long double ) __LIBMLDBL_COMPAT(tanl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98 | extern long double acoshl( long double ) __LIBMLDBL_COMPAT(acoshl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 99 | extern long double asinhl( long double ) __LIBMLDBL_COMPAT(asinhl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 100 | extern long double atanhl( long double ) __LIBMLDBL_COMPAT(atanhl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101 | extern long double coshl( long double ) __LIBMLDBL_COMPAT(coshl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 102 | extern long double sinhl( long double ) __LIBMLDBL_COMPAT(sinhl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 103 | extern long double tanhl( long double ) __LIBMLDBL_COMPAT(tanhl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 104 | extern long double expl( long double ) __LIBMLDBL_COMPAT(expl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 105 | extern long double exp2l( long double ) __LIBMLDBL_COMPAT(exp2l);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 106 | extern long double expm1l( long double ) __LIBMLDBL_COMPAT(expm1l);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 107 | extern long double logl( long double ) __LIBMLDBL_COMPAT(logl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 108 | extern long double log10l( long double ) __LIBMLDBL_COMPAT(log10l);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 109 | extern long double log2l( long double ) __LIBMLDBL_COMPAT(log2l);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 110 | extern long double log1pl( long double ) __LIBMLDBL_COMPAT(log1pl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 111 | extern long double logbl( long double ) __LIBMLDBL_COMPAT(logbl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 112 | extern long double modfl( long double, long double * ) __LIBMLDBL_COMPAT(modfl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 113 | extern long double ldexpl( long double, int ) __LIBMLDBL_COMPAT(ldexpl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 114 | extern long double frexpl( long double, int * ) __LIBMLDBL_COMPAT(frexpl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 115 | extern int ilogbl( long double ) __LIBMLDBL_COMPAT(ilogbl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 116 | extern long double scalbnl( long double, int ) __LIBMLDBL_COMPAT(scalbnl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 117 | extern long double scalblnl( long double, long int ) __LIBMLDBL_COMPAT(scalblnl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 118 | extern long double fabsl( long double ) __LIBMLDBL_COMPAT(fabsl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 119 | extern long double cbrtl( long double ) __LIBMLDBL_COMPAT(cbrtl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 120 | extern long double hypotl( long double, long double ) __LIBMLDBL_COMPAT(hypotl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 121 | extern long double powl( long double, long double ) __LIBMLDBL_COMPAT(powl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 122 | extern long double sqrtl( long double ) __LIBMLDBL_COMPAT(sqrtl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 123 | extern long double erfl( long double ) __LIBMLDBL_COMPAT(erfl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124 | extern long double erfcl( long double ) __LIBMLDBL_COMPAT(erfcl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125 | extern long double lgammal( long double ) __LIBMLDBL_COMPAT(lgammal);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 126 | extern long double tgammal( long double ) __LIBMLDBL_COMPAT(tgammal);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 127 | extern long double ceill( long double ) __LIBMLDBL_COMPAT(ceill);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 128 | extern long double floorl( long double ) __LIBMLDBL_COMPAT(floorl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 129 | extern long double nearbyintl( long double ) __LIBMLDBL_COMPAT(nearbyintl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 130 | extern long double rintl( long double ) __LIBMLDBL_COMPAT(rintl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 131 | extern long int lrintl( long double ) __LIBMLDBL_COMPAT(lrintl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 132 | extern long long int llrintl( long double ) __LIBMLDBL_COMPAT(llrintl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 133 | extern long double roundl( long double ) __LIBMLDBL_COMPAT(roundl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 134 | extern long int lroundl( long double ) __LIBMLDBL_COMPAT(lroundl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 135 | extern long long int llroundl( long double ) __LIBMLDBL_COMPAT(llroundl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 136 | extern long double truncl( long double ) __LIBMLDBL_COMPAT(truncl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 137 | extern long double fmodl( long double, long double) __LIBMLDBL_COMPAT(fmodl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 138 | extern long double remainderl( long double, long double ) __LIBMLDBL_COMPAT(remainderl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 139 | extern long double remquol( long double, long double, int * ) __LIBMLDBL_COMPAT(remquol);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 140 | extern long double copysignl( long double, long double ) __LIBMLDBL_COMPAT(copysignl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 141 | extern long double nanl( const char * ) __LIBMLDBL_COMPAT(nanl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 142 | extern long double nextafterl( long double, long double ) __LIBMLDBL_COMPAT(nextafterl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 143 | extern long double nexttowardl( long double, long double ) __LIBMLDBL_COMPAT(nexttowardl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 144 | extern long double fdiml( long double, long double ) __LIBMLDBL_COMPAT(fdiml);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 145 | extern long double fmaxl( long double, long double ) __LIBMLDBL_COMPAT(fmaxl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 146 | extern long double fminl( long double, long double ) __LIBMLDBL_COMPAT(fminl);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 147 | extern long double fmal( long double, long double, long double ) __LIBMLDBL_COMPAT(fmal);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 148 | # ifdef __cplusplus\n\ | ~~~~~~~~~~~~~~~~~~~~~~ 149 | }\n\ | ~~~~ 150 | # endif\n\ | ~~~~~~~~~~ 151 | #endif /* __MATH__ */", | ~~~~~~~~~~~~~~~~~~~~~~ ../../../fixincludes/fixincl.x:400:1: warning: string length '5139' is greater than the length '4095' ISO C99 compilers are required to support [-Woverlength-strings] 400 | "/* This file was generated by fixincludes */\n\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 401 | #ifndef __memory_h__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~ 402 | #define __memory_h__\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 403 | #ifdef __STDC__\n\ | ~~~~~~~~~~~~~~~~~~ 404 | extern void *memccpy();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 405 | extern void *memchr();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 406 | extern void *memcpy();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 407 | extern void *memset();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 408 | #else\n\ | ~~~~~~~~ 409 | extern char *memccpy();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 410 | extern char *memchr();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 411 | extern char *memcpy();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 412 | extern char *memset();\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 413 | #endif /* __STDC__ */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 414 | extern int memcmp();\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 415 | #endif /* __memory_h__ */\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 416 | _EndOfHeader;\n\ | ~~~~~~~~~~~~~~~~ 417 | };\n\n\n\ | ~~~~~~~~~ 418 | /*\n\ | ~~~~~ 419 | * Completely replace <sys/varargs.h> with a file that includes gcc's\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 420 | * stdarg.h or varargs.h files as appropriate.\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 421 | */\n\ | ~~~~~ 422 | #ifdef SVR4\n\ | ~~~~~~~~~~~~~~ 423 | fix = {\n\ | ~~~~~~~~~~ 424 | hackname = AAB_svr4_no_varargs;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 425 | files = sys/varargs.h;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 426 | replace = \"/* This file was generated by fixincludes. */\\n\"\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 427 | \"#ifndef _SYS_VARARGS_H\\n\"\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 428 | \"#define _SYS_VARARGS_H\\n\\n\"\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 429 | \"#ifdef __STDC__\\n\"\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 430 | \"#include <stdarg.h>\\n\"\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 431 | \"#else\\n\"\n\ | ~~~~~~~~~~~~~~~ 432 | \"#include <varargs.h>\\n\"\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 433 | \"#endif\\n\\n\"\n\n\ | ~~~~~~~~~~~~~~~~~~~~~ 434 | \"#endif /* _SYS_VARARGS_H */\\n\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 435 | };\n\ | ~~~~~ 436 | #endif\n\n\n\ | ~~~~~~~~~~~~~ 437 | /*\n\ | ~~~~~ 438 | * Completely replace <sys/byteorder.h> with a file that implements gcc's\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 439 | * optimized byteswapping. (The original probably implemented some\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 440 | * incompatible optimized byteswapping.)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 441 | */\n\ | ~~~~~ 442 | fix = {\n\ | ~~~~~~~~~~ 443 | hackname = AAB_svr4_replace_byteorder;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 444 | mach = \"*-*-sysv4*\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 445 | mach = \"i[34567]86-*-sysv5*\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 446 | mach = \"i[34567]86-*-sco3.2v5*\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 447 | mach = \"i[34567]86-*-udk*\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 448 | mach = \"i[34567]86-*-solaris2.[0-4]\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 449 | mach = \"powerpcle-*-solaris2.[0-4]\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 450 | mach = \"sparc-*-solaris2.[0-4]\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 451 | mach = \"i[34567]86-sequent-ptx*\";\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 452 | files = sys/byteorder.h;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 453 | replace = <<- _EndOfHeader_\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 454 | #ifndef _SYS_BYTEORDER_H\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 455 | #define _SYS_BYTEORDER_H\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 456 | /* Functions to convert `short' and `long' quantities from host byte order\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 457 | to (internet) network byte order (i.e. big-endian).\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 458 | Written by Ron Guilmette (rfg@ncd.com).\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 459 | This isn't actually used by GCC. It is installed by fixinc.svr4.\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 460 | For big-endian machines these functions are essentially no-ops.\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | For little-endian machines, we define the functions using specialized\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 462 | asm sequences in cases where doing so yields better code (e.g. i386). */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 463 | #if !defined (__GNUC__) && !defined (__GNUG__)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 464 | #error You lose! This file is only useful with GNU compilers.\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 465 | #endif\n\n\ | ~~~~~~~~~~~ 466 | #ifndef __BYTE_ORDER__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 467 | /* Byte order defines. These are as defined on UnixWare 1.1, but with\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 468 | double underscores added at the front and back. */\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 469 | #define __LITTLE_ENDIAN__ 1234\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 470 | #define __BIG_ENDIAN__ 4321\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 471 | #define __PDP_ENDIAN__ 3412\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 472 | #endif\n\n\ | ~~~~~~~~~~~ 473 | #ifdef __STDC__\n\ | ~~~~~~~~~~~~~~~~~~ 474 | static __inline__ unsigned long htonl (unsigned long);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 475 | static __inline__ unsigned short htons (unsigned int);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 476 | static __inline__ unsigned long ntohl (unsigned long);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 477 | static __inline__ unsigned short ntohs (unsigned int);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 478 | #endif /* defined (__STDC__) */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 479 | #if defined (__i386__)\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 480 | #ifndef __BYTE_ORDER__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 481 | #define __BYTE_ORDER__ __LITTLE_ENDIAN__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 482 | #endif\n\n\ | ~~~~~~~~~~~ 483 | /* Convert a host long to a network long. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 484 | /* We must use a new-style function definition, so that this will also\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 485 | be valid for C++. */\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~ 486 | static __inline__ unsigned long\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 487 | htonl (unsigned long __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 488 | {\n\ | ~~~~ 489 | register unsigned long __result;\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 490 | __asm__ (\"xchg%B0 %b0,%h0\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 491 | ror%L0 $16,%0\n\ | ~~~~~~~~~~~~~~~~ 492 | xchg%B0 %b0,%h0\" : \"=q\" (__result) : \"0\" (__arg));\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 493 | return __result;\n\ | ~~~~~~~~~~~~~~~~~~~ 494 | }\n\n\ | ~~~~~~ 495 | /* Convert a host short to a network short. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 496 | static __inline__ unsigned short\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 497 | htons (unsigned int __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 498 | {\n\ | ~~~~ 499 | register unsigned short __result;\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 500 | __asm__ (\"xchg%B0 %b0,%h0\" : \"=q\" (__result) : \"0\" (__arg));\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 501 | return __result;\n\ | ~~~~~~~~~~~~~~~~~~~ 502 | }\n\n\ | ~~~~~~ 503 | #elif (defined (__ns32k__) || defined (__vax__) || defined (__arm__))\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 504 | #ifndef __BYTE_ORDER__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 505 | #define __BYTE_ORDER__ __LITTLE_ENDIAN__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 506 | #endif\n\n\ | ~~~~~~~~~~~ 507 | /* For other little-endian machines, using C code is just as efficient as\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 508 | using assembly code. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 509 | /* Convert a host long to a network long. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 510 | static __inline__ unsigned long\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 511 | htonl (unsigned long __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 512 | {\n\ | ~~~~ 513 | register unsigned long __result;\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 514 | __result = (__arg >> 24) & 0x000000ff;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 515 | __result |= (__arg >> 8) & 0x0000ff00;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 516 | __result |= (__arg << 8) & 0x00ff0000;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 517 | __result |= (__arg << 24) & 0xff000000;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 518 | return __result;\n\ | ~~~~~~~~~~~~~~~~~~~ 519 | }\n\n\ | ~~~~~~ 520 | /* Convert a host short to a network short. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 521 | static __inline__ unsigned short\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 522 | htons (unsigned int __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 523 | {\n\ | ~~~~ 524 | register unsigned short __result;\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 525 | __result = (__arg << 8) & 0xff00;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 526 | __result |= (__arg >> 8) & 0x00ff;\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 527 | return __result;\n\ | ~~~~~~~~~~~~~~~~~~~ 528 | }\n\n\ | ~~~~~~ 529 | #else /* must be a big-endian machine */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 530 | #ifndef __BYTE_ORDER__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~ 531 | #define __BYTE_ORDER__ __BIG_ENDIAN__\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 532 | #endif\n\n\ | ~~~~~~~~~~~ 533 | /* Convert a host long to a network long. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 534 | static __inline__ unsigned long\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 535 | htonl (unsigned long __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 536 | {\n\ | ~~~~ 537 | return __arg;\n\ | ~~~~~~~~~~~~~~~~ 538 | }\n\n\ | ~~~~~~ 539 | /* Convert a host short to a network short. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 540 | static __inline__ unsigned short\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 541 | htons (unsigned int __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 542 | {\n\ | ~~~~ 543 | return __arg;\n\ | ~~~~~~~~~~~~~~~~ 544 | }\n\n\ | ~~~~~~ 545 | #endif /* big-endian */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 546 | /* Convert a network long to a host long. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 547 | static __inline__ unsigned long\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 548 | ntohl (unsigned long __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 549 | {\n\ | ~~~~ 550 | return htonl (__arg);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~ 551 | }\n\n\ | ~~~~~~ 552 | /* Convert a network short to a host short. */\n\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 553 | static __inline__ unsigned short\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 554 | ntohs (unsigned int __arg)\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 555 | {\n\ | ~~~~ 556 | return htons (__arg);\n\ | ~~~~~~~~~~~~~~~~~~~~~~~~ 557 | }\n\ | ~~~~ 558 | #endif", | ~~~~~~~ cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixfixes.c cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/server.c make[2]: Entering directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/libcpp' cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o charset.o -MT charset.o -MD -MP -MF .deps/charset.Po ../../libcpp/charset.c ../../../fixincludes/server.c: In function 'server_setup': ../../../fixincludes/server.c:195:3: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result] 195 | getcwd (buff, MAXPATHLEN + 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libcpp/charset.c:24: ../../libcpp/internal.h:467:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 467 | #if HAVE_DESIGNATED_INITIALIZERS | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/procopen.c cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixlib.c cc -c -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixopts.c srcdir="../../../fixincludes" /bin/bash ../../../fixincludes/mkfixinc.sh x86_64-redhat-linux-gnu sed -e 's/@gcc_version@/4.1.2/' < mkheaders.almost > mkheadersT mv -f mkheadersT mkheaders cc -pipe -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a echo timestamp > full-stamp make[2]: Leaving directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/build-x86_64-redhat-linux/fixincludes' cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives.o -MT directives.o -MD -MP -MF .deps/directives.Po ../../libcpp/directives.c In file included from ../../libcpp/directives.c:26: ../../libcpp/internal.h:467:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 467 | #if HAVE_DESIGNATED_INITIALIZERS | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libcpp/directives.c:196:18: warning: initialization of 'const uchar *' {aka 'const unsigned char *'} from incompatible pointer type 'const unsigned int *' [-Wincompatible-pointer-types] 196 | do_linemarker, U"#", 1, KANDR, IN_I | ^~~~ ../../libcpp/directives.c:196:18: note: (near initialization for 'linemarker_dir.name') ../../libcpp/directives.c: In function 'parse_include': ../../libcpp/directives.c:693:13: warning: assignment to 'const unsigned char *' from incompatible pointer type 'const unsigned int *' [-Wincompatible-pointer-types] 693 | dir = U"pragma dependency"; | ^ cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o errors.o -MT errors.o -MD -MP -MF .deps/errors.Po ../../libcpp/errors.c In file included from ../../libcpp/errors.c:29: ../../libcpp/internal.h:467:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 467 | #if HAVE_DESIGNATED_INITIALIZERS | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libcpp/errors.c: In function '_cpp_begin_message': ../../libcpp/errors.c:108:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 108 | if (CPP_OPTION (pfile, inhibit_errors)) | ^ ../../libcpp/errors.c:111:5: note: here 111 | case CPP_DL_ICE: | ^~~~ cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o expr.o -MT expr.o -MD -MP -MF .deps/expr.Po ../../libcpp/expr.c In file included from ../../libcpp/expr.c:24: ../../libcpp/internal.h:467:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 467 | #if HAVE_DESIGNATED_INITIALIZERS | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libcpp/expr.c: In function 'num_binary_op': ../../libcpp/expr.c:1336:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 1336 | rhs = num_negate (rhs, precision); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libcpp/expr.c:1337:5: note: here 1337 | case CPP_PLUS: | ^~~~ cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o files.o -MT files.o -MD -MP -MF .deps/files.Po ../../libcpp/files.c In file included from ../../libcpp/files.c:27: ../../libcpp/internal.h:467:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 467 | #if HAVE_DESIGNATED_INITIALIZERS | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../libcpp/files.c:25: ../../libcpp/files.c: In function 'read_file_guts': ../../libcpp/system.h:213:40: warning: left shift of negative value [-Wshift-negative-value] 213 | ? ~ (t) 0 << (sizeof(t) * CHAR_BIT - 1) : (t) 0)) | ^~ ../../libcpp/system.h:214:44: note: in expansion of macro 'INTTYPE_MINIMUM' 214 | #define INTTYPE_MAXIMUM(t) ((t) (~ (t) 0 - INTTYPE_MINIMUM (t))) | ^~~~~~~~~~~~~~~ ../../libcpp/files.c:516:30: note: in expansion of macro 'INTTYPE_MAXIMUM' 516 | if (file->st.st_size > INTTYPE_MAXIMUM (ssize_t)) | ^~~~~~~~~~~~~~~ cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o identifiers.o -MT identifiers.o -MD -MP -MF .deps/identifiers.Po ../../libcpp/identifiers.c In file included from ../../libcpp/identifiers.c:29: ../../libcpp/internal.h:467:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 467 | #if HAVE_DESIGNATED_INITIALIZERS | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo "#define LOCALEDIR \"/usr/pkg/share/locale\"" > localedir.new ../../libcpp/../move-if-change localedir.new localedir.h echo timestamp > localedir.hs cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o lex.o -MT lex.o -MD -MP -MF .deps/lex.Po ../../libcpp/lex.c cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o line-map.o -MT line-map.o -MD -MP -MF .deps/line-map.Po ../../libcpp/line-map.c In file included from ../../libcpp/lex.c:25: ../../libcpp/internal.h:467:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 467 | #if HAVE_DESIGNATED_INITIALIZERS | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libcpp/lex.c:42:3: warning: initialization of 'const unsigned char *' from incompatible pointer type 'const unsigned int *' [-Wincompatible-pointer-types] 42 | { U"%:", U"%:%:", U"<:", U":>", U"<%", U"%>" }; | ^~~~~ ../../libcpp/lex.c:42:3: note: (near initialization for 'digraph_spellings[0]') ../../libcpp/lex.c:42:10: warning: initialization of 'const unsigned char *' from incompatible pointer type 'const unsigned int *' [-Wincompatible-pointer-types] 42 | { U"%:", U"%:%:", U"<:", U":>", U"<%", U"%>" }; | ^~~~~~~ ../../libcpp/lex.c:42:10: note: (near initialization for 'digraph_spellings[1]') ../../libcpp/lex.c:42:19: warning: initialization of 'const unsigned char *' from incompatible pointer type 'const unsigned int *' [-Wincompatible-pointer-types] 42 | { U"%:", U"%:%:", U"<:", U":>", U"<%", U"%>" }; | ^~~~~ ../../libcpp/lex.c:42:19: note: (near initialization for 'digraph_spellings[2]') ../../libcpp/lex.c:42:26: warning: initialization of 'const unsigned char *' from incompatible pointer type 'const unsigned int *' [-Wincompatible-pointer-types] 42 | { U"%:", U"%:%:", U"<:", U":>", U"<%", U"%>" }; | ^~~~~ ../../libcpp/lex.c:42:26: note: (near initialization for 'digraph_spellings[3]') ../../libcpp/lex.c:42:33: warning: initialization of 'const unsigned char *' from incompatible pointer type 'const unsigned int *' [-Wincompatible-pointer-types] 42 | { U"%:", U"%:%:", U"<:", U":>", U"<%", U"%>" }; | ^~~~~ ../../libcpp/lex.c:42:33: note: (near initialization for 'digraph_spellings[4]') ../../libcpp/lex.c:42:40: warning: initialization of 'const unsigned char *' from incompatible pointer type 'const unsigned int *' [-Wincompatible-pointer-types] 42 | { U"%:", U"%:%:", U"<:", U":>", U"<%", U"%>" }; | ^~~~~ ../../libcpp/lex.c:42:40: note: (near initialization for 'digraph_spellings[5]') ../../libcpp/lex.c: In function '_cpp_lex_direct': ../../libcpp/lex.c:1196:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 1196 | { | ^ ../../libcpp/lex.c:1210:5: note: here 1210 | default: | ^~~~~~~ cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o macro.o -MT macro.o -MD -MP -MF .deps/macro.Po ../../libcpp/macro.c In file included from ../../libcpp/macro.c:29: ../../libcpp/internal.h:467:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 467 | #if HAVE_DESIGNATED_INITIALIZERS | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libcpp/macro.c: In function '_cpp_builtin_macro_text': ../../libcpp/macro.c:219:27: warning: assignment to 'const unsigned char *' from incompatible pointer type 'const unsigned int *' [-Wincompatible-pointer-types] 219 | pfile->date = U"\"??? ?? ????\""; | ^ ../../libcpp/macro.c:220:27: warning: assignment to 'const unsigned char *' from incompatible pointer type 'const unsigned int *' [-Wincompatible-pointer-types] 220 | pfile->time = U"\"??:??:??\""; | ^ ../../libcpp/macro.c: In function 'parse_params': ../../libcpp/macro.c:1312:26: warning: this statement may fall through [-Wimplicit-fallthrough=] 1312 | if (prev_ident || macro->paramc == 0) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ ../../libcpp/macro.c:1316:9: note: here 1316 | case CPP_COMMA: | ^~~~ cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o mkdeps.o -MT mkdeps.o -MD -MP -MF .deps/mkdeps.Po ../../libcpp/mkdeps.c cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o pch.o -MT pch.o -MD -MP -MF .deps/pch.Po ../../libcpp/pch.c cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o symtab.o -MT symtab.o -MD -MP -MF .deps/symtab.Po ../../libcpp/symtab.c In file included from ../../libcpp/pch.c:22: ../../libcpp/internal.h:467:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 467 | #if HAVE_DESIGNATED_INITIALIZERS | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libcpp/pch.c: In function 'write_macdef': ../../libcpp/pch.c:55:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 55 | if (! (hn->flags & NODE_POISONED)) | ^ ../../libcpp/pch.c:58:5: note: here 58 | case NT_MACRO: | ^~~~ cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o traditional.o -MT traditional.o -MD -MP -MF .deps/traditional.Po ../../libcpp/traditional.c cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o makedepend.o -MT makedepend.o -MD -MP -MF .deps/makedepend.Po ../../libcpp/makedepend.c In file included from ../../libcpp/traditional.c:22: ../../libcpp/internal.h:467:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 467 | #if HAVE_DESIGNATED_INITIALIZERS | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o init.o -MT init.o -MD -MP -MF .deps/init.Po ../../libcpp/init.c In file included from ../../libcpp/init.c:25: ../../libcpp/internal.h:467:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 467 | #if HAVE_DESIGNATED_INITIALIZERS | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libcpp/init.c:38:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] 38 | #if HAVE_DESIGNATED_INITIALIZERS | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libcpp/traditional.c: In function '_cpp_scan_out_logical_line': ../../libcpp/traditional.c:330:14: warning: 'fmacro.argc' may be used uninitialized in this function [-Wmaybe-uninitialized] 330 | macro->argc++; | ~~~~~~~~~~~^~ ../../libcpp/traditional.c:349:20: note: 'fmacro.argc' was declared here 349 | struct fun_macro fmacro; | ^~~~~~ ../../libcpp/traditional.c:576:46: warning: 'fmacro.offset' may be used uninitialized in this function [-Wmaybe-uninitialized] 575 | pfile->out.cur = (pfile->out.base | ~~~~~~~~~~~~~~~~ 576 | + fmacro.offset); | ^~~~~~~~~~~~~~~~ ../../libcpp/traditional.c:823:5: warning: 'fmacro.node' may be used uninitialized in this function [-Wmaybe-uninitialized] 823 | push_replacement_text (pfile, fmacro->node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../libcpp/traditional.c:349:20: note: 'fmacro.node' was declared here 349 | struct fun_macro fmacro; | ^~~~~~ ../../libcpp/traditional.c:859:35: warning: 'fmacro.args' may be used uninitialized in this function [-Wmaybe-uninitialized] 859 | - fmacro->args[b->arg_index - 1] - 1); | ^ ../../libcpp/traditional.c:349:20: note: 'fmacro.args' was declared here 349 | struct fun_macro fmacro; | ^~~~~~ rm -f libcpp.a ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o ranlib libcpp.a cc -pipe -O2 -o makedepend \ makedepend.o libcpp.a ../libiberty/libiberty.a \ make[2]: Leaving directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/libcpp' make[2]: Entering directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/gcc' TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/bash ../../gcc/mkconfig.sh config.h TARGET_CPU_DEFAULT="" \ HEADERS="options.h config/i386/biarch64.h config/i386/i386.h config/i386/unix.h config/i386/att.h config/dbxelf.h config/elfos.h config/svr4.h config/linux.h config/i386/x86-64.h config/i386/linux64.h defaults.h" DEFINES="" \ /bin/bash ../../gcc/mkconfig.sh tm.h gawk -f ../../gcc/opt-gather.awk ../../gcc/c.opt ../../gcc/common.opt ../../gcc/config/i386/i386.opt > tmp-optionlist TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="" \ /bin/bash ../../gcc/mkconfig.sh bconfig.h /bin/bash ../../gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options echo "/* This file is machine generated. Do not edit. */" > tmp-gtyp.h echo "static const char *const srcdir = " >> tmp-gtyp.h echo "\"../../gcc\"" >> tmp-gtyp.h cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/dummy-conditions.o ../../gcc/dummy-conditions.c echo ";" >> tmp-gtyp.h echo "static const char *const lang_files[] = {" >> tmp-gtyp.h echo "\"../../gcc/c-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc/c-common.h\", " >> tmp-gtyp.h TARGET_CPU_DEFAULT="" \ HEADERS="config/i386/i386-protos.h tm-preds.h" DEFINES="" \ /bin/bash ../../gcc/mkconfig.sh tm_p.h echo "\"../../gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc/c-parser.c\", " >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h echo "static const char *const langs_for_lang_files[] = {" >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h ltf=""; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc/||' > tmp-gencheck.h echo "\"c\", " >> tmp-gtyp.h /bin/bash ../../gcc/../move-if-change tmp-gencheck.h gencheck.h echo "\"c\", " >> tmp-gtyp.h echo timestamp > s-gencheck echo "\"c\", " >> tmp-gtyp.h cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/dummy-checksum.c -o dummy-checksum.o echo "\"c\", " >> tmp-gtyp.h cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include \ -DBASEVER="\"4.1.2\"" -DDATESTAMP="\"\"" \ -DDEVPHASE="\"\"" -c ../../gcc/version.c -o version.o echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "\"c\", " >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h echo "static const char *const all_files[] = {" >> tmp-gtyp.h echo "\"../../gcc/input.h\", " >> tmp-gtyp.h if test no = yes \ || test -n "../lib64 ../lib"; then \ /bin/bash ../../gcc/genmultilib \ "m64/m32" \ "64 32 " \ "" \ "" \ "" \ "" \ "../lib64 ../lib" \ "no" \ > tmp-mlib.h; \ else \ /bin/bash ../../gcc/genmultilib '' '' '' '' '' '' '' no \ > tmp-mlib.h; \ fi echo "\"../../gcc/coretypes.h\", " >> tmp-gtyp.h echo "\"../../gcc/../libcpp/include/line-map.h\", " >> tmp-gtyp.h echo "\"../../gcc/../libcpp/include/cpplib.h\", " >> tmp-gtyp.h echo "\"../../gcc/../libcpp/include/cpp-id-data.h\", " >> tmp-gtyp.h echo "\"auto-host.h\", " >> tmp-gtyp.h echo "\"../../gcc/../include/ansidecl.h\", " >> tmp-gtyp.h echo "\"options.h\", " >> tmp-gtyp.h echo "\"../../gcc/config/i386/biarch64.h\", " >> tmp-gtyp.h echo "\"../../gcc/config/i386/i386.h\", " >> tmp-gtyp.h echo "\"../../gcc/config/i386/unix.h\", " >> tmp-gtyp.h echo "\"../../gcc/config/i386/att.h\", " >> tmp-gtyp.h echo "\"../../gcc/config/dbxelf.h\", " >> tmp-gtyp.h echo "\"../../gcc/config/elfos.h\", " >> tmp-gtyp.h echo "\"../../gcc/config/svr4.h\", " >> tmp-gtyp.h echo "\"../../gcc/config/linux.h\", " >> tmp-gtyp.h echo "\"../../gcc/config/i386/x86-64.h\", " >> tmp-gtyp.h echo "\"../../gcc/config/i386/linux64.h\", " >> tmp-gtyp.h echo "\"../../gcc/defaults.h\", " >> tmp-gtyp.h echo "\"../../gcc/../include/hashtab.h\", " >> tmp-gtyp.h echo "\"../../gcc/../include/splay-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc/bitmap.h\", " >> tmp-gtyp.h echo "\"../../gcc/coverage.c\", " >> tmp-gtyp.h echo "\"../../gcc/function.h\", " >> tmp-gtyp.h echo "\"../../gcc/rtl.h\", " >> tmp-gtyp.h echo "\"../../gcc/optabs.h\", " >> tmp-gtyp.h echo "\"../../gcc/tree.h\", " >> tmp-gtyp.h echo "\"../../gcc/libfuncs.h\", " >> tmp-gtyp.h echo "\"../../gcc/../libcpp/include/symtab.h\", " >> tmp-gtyp.h echo "\"../../gcc/real.h\", " >> tmp-gtyp.h echo "\"../../gcc/varray.h\", " >> tmp-gtyp.h echo "\"../../gcc/insn-addr.h\", " >> tmp-gtyp.h echo "\"../../gcc/hwint.h\", " >> tmp-gtyp.h echo "\"../../gcc/ipa-reference.h\", " >> tmp-gtyp.h echo "\"../../gcc/cselib.h\", " >> tmp-gtyp.h echo "\"../../gcc/basic-block.h\", " >> tmp-gtyp.h echo "\"../../gcc/cgraph.h\", " >> tmp-gtyp.h echo "\"../../gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc/reload.h\", " >> tmp-gtyp.h echo "\"../../gcc/alias.c\", " >> tmp-gtyp.h echo "\"../../gcc/bitmap.c\", " >> tmp-gtyp.h echo "\"../../gcc/cselib.c\", " >> tmp-gtyp.h echo "\"../../gcc/cgraph.c\", " >> tmp-gtyp.h echo "\"../../gcc/ipa-prop.c\", " >> tmp-gtyp.h echo "\"../../gcc/ipa-cp.c\", " >> tmp-gtyp.h echo "\"../../gcc/cgraphunit.c\", " >> tmp-gtyp.h echo "\"../../gcc/dbxout.c\", " >> tmp-gtyp.h echo "\"../../gcc/dwarf2out.c\", " >> tmp-gtyp.h echo "\"../../gcc/dwarf2asm.c\", " >> tmp-gtyp.h echo "\"../../gcc/dojump.c\", " >> tmp-gtyp.h echo "\"../../gcc/tree-profile.c\", " >> tmp-gtyp.h /bin/bash ../../gcc/../move-if-change tmp-mlib.h multilib.h echo "\"../../gcc/emit-rtl.c\", " >> tmp-gtyp.h echo "\"../../gcc/except.c\", " >> tmp-gtyp.h echo "\"../../gcc/explow.c\", " >> tmp-gtyp.h echo timestamp > s-mlib echo "\"../../gcc/expr.c\", " >> tmp-gtyp.h lsf=""; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|../../gcc/||' > tmp-specs.h echo "\"../../gcc/function.c\", " >> tmp-gtyp.h /bin/bash ../../gcc/../move-if-change tmp-specs.h specs.h echo "\"../../gcc/except.h\", " >> tmp-gtyp.h echo "\"../../gcc/gcse.c\", " >> tmp-gtyp.h echo timestamp > s-specs echo "\"../../gcc/integrate.c\", " >> tmp-gtyp.h echo "\"../../gcc/lists.c\", " >> tmp-gtyp.h if [ -f `echo /usr/include | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`/limits.h ] ; then \ cat ../../gcc/limitx.h ../../gcc/glimits.h ../../gcc/limity.h > tmp-xlimits.h; \ else \ cat ../../gcc/glimits.h > tmp-xlimits.h; \ fi echo "\"../../gcc/optabs.c\", " >> tmp-gtyp.h echo "\"../../gcc/profile.c\", " >> tmp-gtyp.h echo "\"../../gcc/regclass.c\", " >> tmp-gtyp.h echo "\"../../gcc/reg-stack.c\", " >> tmp-gtyp.h echo "\"../../gcc/cfglayout.c\", " >> tmp-gtyp.h echo "\"../../gcc/sdbout.c\", " >> tmp-gtyp.h mv tmp-xlimits.h xlimits.h echo "\"../../gcc/stor-layout.c\", " >> tmp-gtyp.h echo "\"../../gcc/stringpool.c\", " >> tmp-gtyp.h rm -f mm_malloc.h echo "\"../../gcc/tree.c\", " >> tmp-gtyp.h echo "\"../../gcc/varasm.c\", " >> tmp-gtyp.h echo "\"../../gcc/tree-mudflap.c\", " >> tmp-gtyp.h echo "\"../../gcc/tree-flow.h\", " >> tmp-gtyp.h cat ../../gcc/config/i386/pmm_malloc.h > mm_malloc.h echo "\"../../gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc/c-parser.c\", " >> tmp-gtyp.h creating as echo "\"../../gcc/tree-ssanames.c\", " >> tmp-gtyp.h echo timestamp > stamp-as echo "\"../../gcc/tree-eh.c\", " >> tmp-gtyp.h creating collect-ld echo "\"../../gcc/tree-ssa-address.c\", " >> tmp-gtyp.h echo "\"../../gcc/tree-phinodes.c\", " >> tmp-gtyp.h echo timestamp > stamp-collect-ld creating nm echo "\"../../gcc/tree-cfg.c\", " >> tmp-gtyp.h echo "\"../../gcc/tree-dfa.c\", " >> tmp-gtyp.h echo timestamp > stamp-nm echo "\"../../gcc/tree-ssa-propagate.c\", " >> tmp-gtyp.h TARGET_CPU_DEFAULT="" \ HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \ /bin/bash ../../gcc/mkconfig.sh tconfig.h echo "\"../../gcc/tree-iterator.c\", " >> tmp-gtyp.h echo "\"../../gcc/gimplify.c\", " >> tmp-gtyp.h echo "\"../../gcc/tree-chrec.h\", " >> tmp-gtyp.h echo "\"../../gcc/tree-vect-generic.c\", " >> tmp-gtyp.h echo "\"../../gcc/tree-ssa-operands.h\", " >> tmp-gtyp.h echo "\"../../gcc/tree-ssa-operands.c\", " >> tmp-gtyp.h echo "\"../../gcc/tree-profile.c\", " >> tmp-gtyp.h echo "\"../../gcc/tree-nested.c\", " >> tmp-gtyp.h echo "\"../../gcc/ipa-reference.c\", " >> tmp-gtyp.h echo "\"../../gcc/tree-ssa-structalias.h\", " >> tmp-gtyp.h echo "\"../../gcc/tree-ssa-structalias.c\", " >> tmp-gtyp.h echo "\"../../gcc/targhooks.c\", " >> tmp-gtyp.h echo "\"../../gcc/config/i386/i386.c\", " >> tmp-gtyp.h gawk -f ../../gcc/opt-functions.awk -f ../../gcc/optc-gen.awk \ -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options.c echo "\"../../gcc/c-lang.c\", " >> tmp-gtyp.h echo "\"../../gcc/c-tree.h\", " >> tmp-gtyp.h echo "\"../../gcc/c-decl.c\", " >> tmp-gtyp.h echo "\"../../gcc/c-common.c\", " >> tmp-gtyp.h echo "\"../../gcc/c-common.h\", " >> tmp-gtyp.h echo "\"../../gcc/c-pragma.c\", " >> tmp-gtyp.h echo "\"../../gcc/c-objc-common.c\", " >> tmp-gtyp.h echo "\"../../gcc/c-parser.c\", " >> tmp-gtyp.h echo " NULL};" >> tmp-gtyp.h echo "static const char *const lang_dir_names[] = { \"c\", " >> tmp-gtyp.h echo "NULL};" >> tmp-gtyp.h /bin/bash ../../gcc/../move-if-change tmp-gtyp.h gtyp-gen.h echo timestamp > s-gtyp-gen cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/pointer-set.c -o pointer-set.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/alloc-pool.c -o alloc-pool.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genchecksum.o ../../gcc/genchecksum.c In file included from ../../gcc/alloc-pool.c:24: ../../gcc/alloc-pool.c: In function 'create_alloc_pool': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/alloc-pool.c:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (name); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/alloc-pool.c:143:3: note: in expansion of macro 'gcc_assert' 143 | gcc_assert (num); | ^~~~~~~~~~ ../../gcc/alloc-pool.c: In function 'free_alloc_pool': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/alloc-pool.c:192:3: note: in expansion of macro 'gcc_assert' 192 | gcc_assert (pool); | ^~~~~~~~~~ ../../gcc/alloc-pool.c: In function 'pool_alloc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/alloc-pool.c:222:3: note: in expansion of macro 'gcc_assert' 222 | gcc_assert (pool); | ^~~~~~~~~~ ../../gcc/alloc-pool.c: In function 'pool_free': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/alloc-pool.c:281:3: note: in expansion of macro 'gcc_assert' 281 | gcc_assert (ptr); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/alloc-pool.c:293:3: note: in expansion of macro 'gcc_assert' 293 | gcc_assert (pool->elts_free < pool->elts_allocated); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/errors.c -o errors.o gawk -f ../../gcc/opt-functions.awk -f ../../gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/bash ../../gcc/../move-if-change tmp-options.h options.h echo timestamp > s-options-h cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genmodes.o ../../gcc/genmodes.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/errors.o ../../gcc/errors.c In file included from ../../gcc/genmodes.c:23: ../../gcc/genmodes.c: In function 'complete_mode': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genmodes.c:368:7: note: in expansion of macro 'gcc_unreachable' 368 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/gengenrtl.o ../../gcc/gengenrtl.c ../../gcc/genmodes.c: In function 'make_complex_modes.constprop': ../../gcc/genmodes.c:445:40: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 445 | snprintf (buf, sizeof buf, "C%s", m->name); | ^ In file included from /usr/include/stdio.h:900, from ../../gcc/system.h:42, from ../../gcc/genmodes.c:23: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 2 and 9 bytes into a destination of size 8 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from ../../gcc/gengenrtl.c:24: ../../gcc/gengenrtl.c: In function 'type_from_format': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gengenrtl.c:87:7: note: in expansion of macro 'gcc_unreachable' 87 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/gengenrtl.c: In function 'accessor_from_format': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gengenrtl.c:123:7: note: in expansion of macro 'gcc_unreachable' 123 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genchecksum \ build/genchecksum.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmodes \ build/genmodes.o build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengenrtl \ build/gengenrtl.o build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/gengtype.o ../../gcc/gengtype.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/gengtype-lex.o ../../gcc/gengtype-lex.c gengtype-lex.c:3399:5: warning: no previous prototype for 'yyget_lineno' [-Wmissing-prototypes] gengtype-lex.c:3408:7: warning: no previous prototype for 'yyget_in' [-Wmissing-prototypes] gengtype-lex.c:3416:7: warning: no previous prototype for 'yyget_out' [-Wmissing-prototypes] gengtype-lex.c:3424:5: warning: no previous prototype for 'yyget_leng' [-Wmissing-prototypes] gengtype-lex.c:3433:7: warning: no previous prototype for 'yyget_text' [-Wmissing-prototypes] gengtype-lex.c:3442:6: warning: no previous prototype for 'yyset_lineno' [-Wmissing-prototypes] gengtype-lex.c:3454:6: warning: no previous prototype for 'yyset_in' [-Wmissing-prototypes] gengtype-lex.c:3459:6: warning: no previous prototype for 'yyset_out' [-Wmissing-prototypes] gengtype-lex.c:3464:5: warning: no previous prototype for 'yyget_debug' [-Wmissing-prototypes] gengtype-lex.c:3469:6: warning: no previous prototype for 'yyset_debug' [-Wmissing-prototypes] gengtype-lex.c:3475:5: warning: no previous prototype for 'yylex_destroy' [-Wmissing-prototypes] gengtype-lex.c: In function 'yylex': gengtype-lex.c:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=] /scratch/mitchell/gcc-releases/gcc-4.1.2/gcc-4.1.2/gcc/gengtype-lex.l:303:1: note: in expansion of macro 'YY_DO_BEFORE_ACTION' /scratch/mitchell/gcc-releases/gcc-4.1.2/gcc-4.1.2/gcc/gengtype-lex.l:300:1: note: here At top level: gengtype-lex.c:2950:16: warning: 'input' defined but not used [-Wunused-function] ../../gcc/gengtype.c:876:61: warning: argument 3 of type 'struct type *[10]' with mismatched bound [-Warray-parameter=] 876 | set_gc_used_type (type_p t, enum gc_used_enum level, type_p param[NUM_PARAM]) | ~~~~~~~^~~~~~~~~~~~~~~~ ../../gcc/gengtype.c:850:58: note: previously declared as 'struct type **' 850 | static void set_gc_used_type (type_p, enum gc_used_enum, type_p *); | ^~~~~~~~ In file included from ../../gcc/gengtype.c:22: ../../gcc/gengtype.c: In function 'output_mangled_typename': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gengtype.c:1446:7: note: in expansion of macro 'gcc_unreachable' 1446 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/gengtype.c: In function 'walk_type': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gengtype.c:1904:7: note: in expansion of macro 'gcc_unreachable' 1904 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/gengtype.c: In function 'write_types_process_field': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gengtype.c:1976:7: note: in expansion of macro 'gcc_unreachable' 1976 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/gengtype.c: In function 'write_types_local_process_field': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gengtype.c:2268:7: note: in expansion of macro 'gcc_unreachable' 2268 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/gengtype.c: In function 'write_types_process_field': ../../gcc/gengtype.c:1956:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 1956 | if (wtd->param_prefix == NULL) | ^ ../../gcc/gengtype.c:1959:5: note: here 1959 | case TYPE_STRUCT: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/gengtype-yacc.o ../../gcc/gengtype-yacc.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/gencheck.o ../../gcc/gencheck.c build/genmodes -h > tmp-modes.h /bin/bash ../../gcc/../move-if-change tmp-modes.h insn-modes.h build/genmodes -m > tmp-min-modes.c build/gengenrtl -h > tmp-genrtl.h /bin/bash ../../gcc/../move-if-change tmp-genrtl.h genrtl.h build/gengenrtl > tmp-genrtl.c /bin/bash ../../gcc/../move-if-change tmp-genrtl.c genrtl.c /bin/bash ../../gcc/../move-if-change tmp-min-modes.c min-insn-modes.c echo timestamp > s-genrtl cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \ build/gengtype.o build/gengtype-lex.o build/gengtype-yacc.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a build/genmodes > tmp-modes.c /bin/bash ../../gcc/../move-if-change tmp-modes.c insn-modes.c echo timestamp > s-modes cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencheck \ build/gencheck.o ../build-x86_64-redhat-linux/libiberty/libiberty.a build/gengtype cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/read-rtl.o ../../gcc/read-rtl.c warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined echo timestamp > s-gtype In file included from ../../gcc/read-rtl.c:28: ../../gcc/read-rtl.c: In function 'read_rtx_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/read-rtl.c:1624:9: note: in expansion of macro 'gcc_unreachable' 1624 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/gensupport.o ../../gcc/gensupport.c ../../gcc/read-rtl.c:1498:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1498 | if (c == ')') | ^ ../../gcc/read-rtl.c:1505:7: note: here 1505 | case 'E': | ^~~~ In file included from ../../gcc/gensupport.c:23: ../../gcc/gensupport.c: In function 'is_predicable': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gensupport.c:405:11: note: in expansion of macro 'gcc_unreachable' 405 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/gensupport.c: In function 'collect_insn_data': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gensupport.c:572:11: note: in expansion of macro 'gcc_unreachable' 572 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/gensupport.c: In function 'alter_predicate_for_insn': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gensupport.c:658:11: note: in expansion of macro 'gcc_unreachable' 658 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/gensupport.c: In function 'maybe_eval_c_test': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gensupport.c:1127:3: note: in expansion of macro 'gcc_assert' 1127 | gcc_assert (test); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genconstants.o ../../gcc/genconstants.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genflags.o ../../gcc/genflags.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genconditions.o ../../gcc/genconditions.c In file included from ../../gcc/genflags.c:26: ../../gcc/genflags.c: In function 'gen_macro': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genflags.c:105:3: note: in expansion of macro 'gcc_assert' 105 | gcc_assert (real <= expect); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genflags.c:106:3: note: in expansion of macro 'gcc_assert' 106 | gcc_assert (real); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genpreds.o ../../gcc/genpreds.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/print-rtl.o ../../gcc/print-rtl.c In file included from ../../gcc/genpreds.c:25: ../../gcc/genpreds.c: In function 'add_mode_tests': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genpreds.c:271:13: note: in expansion of macro 'gcc_assert' 271 | gcc_assert (test0 || test1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genpreds.c:285:13: note: in expansion of macro 'gcc_assert' 285 | gcc_assert ((test0 && test1) || test2); | ^~~~~~~~~~ In file included from ../../gcc/print-rtl.c:31: ../../gcc/print-rtl.c: In function 'print_rtx': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/print-rtl.c:558:9: note: in expansion of macro 'gcc_unreachable' 558 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/print-rtl.c:608:20: note: in expansion of macro 'gcc_unreachable' 608 | default: gcc_unreachable (); | ^~~~~~~~~~~~~~~ build/gencheck > tmp-check.h /bin/bash ../../gcc/../move-if-change tmp-check.h tree-check.h echo timestamp > s-check cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genconfig.o ../../gcc/genconfig.c ../../gcc/genconfig.c: In function 'walk_insn_part': ../../gcc/genconfig.c:90:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 90 | ++dup_operands_seen_this_insn; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/genconfig.c:91:5: note: here 91 | case MATCH_SCRATCH: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/gencodes.o ../../gcc/gencodes.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genattr.o ../../gcc/genattr.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genemit.o ../../gcc/genemit.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genopinit.o ../../gcc/genopinit.c In file included from ../../gcc/genemit.c:24: ../../gcc/genemit.c: In function 'gen_exp': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genemit.c:263:7: note: in expansion of macro 'gcc_unreachable' 263 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genemit.c:308:11: note: in expansion of macro 'gcc_unreachable' 308 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/genopinit.c:24: ../../gcc/genopinit.c: In function 'gen_insn': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genopinit.c:323:17: note: in expansion of macro 'gcc_unreachable' 323 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genoutput.o ../../gcc/genoutput.c In file included from ../../gcc/genoutput.c:89: ../../gcc/genoutput.c: In function 'output_insn_data': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genoutput.c:382:11: note: in expansion of macro 'gcc_unreachable' 382 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genoutput.c: In function 'check_constraint_len': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genoutput.c:1079:7: note: in expansion of macro 'gcc_assert' 1079 | gcc_assert (constraint_len (p, d) == d); | ^~~~~~~~~~ ../../gcc/genoutput.c: In function 'constraint_len': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genoutput.c:1087:3: note: in expansion of macro 'gcc_assert' 1087 | gcc_assert (DEFAULT_CONSTRAINT_LEN (*p, p) == 1); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genpeep.o ../../gcc/genpeep.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genrecog.o ../../gcc/genrecog.c In file included from ../../gcc/genrecog.c:54: ../../gcc/genrecog.c: In function 'find_operand': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:572:11: note: in expansion of macro 'gcc_unreachable' 572 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genrecog.c: In function 'find_matching_operand': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:623:11: note: in expansion of macro 'gcc_unreachable' 623 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genrecog.c: In function 'validate_pattern': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:876:11: note: in expansion of macro 'gcc_unreachable' 876 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genrecog.c: In function 'add_to_sequence': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:1089:11: note: in expansion of macro 'gcc_assert' 1089 | gcc_assert (i < 2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:1110:11: note: in expansion of macro 'gcc_assert' 1110 | gcc_assert (!i); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:1117:11: note: in expansion of macro 'gcc_assert' 1117 | gcc_assert (!i); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:1154:11: note: in expansion of macro 'gcc_unreachable' 1154 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:1176:3: note: in expansion of macro 'gcc_assert' 1176 | gcc_assert (this->tests); | ^~~~~~~~~~ ../../gcc/genrecog.c: In function 'maybe_both_true': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:1353:7: note: in expansion of macro 'gcc_assert' 1353 | gcc_assert (!toplevel); | ^~~~~~~~~~ ../../gcc/genrecog.c: In function 'nodes_identical_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:1434:7: note: in expansion of macro 'gcc_unreachable' 1434 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genrecog.c: In function 'merge_trees': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:1536:3: note: in expansion of macro 'gcc_assert' 1536 | gcc_assert (!strcmp (oldh->first->position, addh->first->position)); | ^~~~~~~~~~ ../../gcc/genrecog.c: In function 'write_switch': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:2017:11: note: in expansion of macro 'gcc_unreachable' 2017 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:2050:15: note: in expansion of macro 'gcc_unreachable' 2050 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genrecog.c: In function 'write_cond': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:2134:7: note: in expansion of macro 'gcc_assert' 2134 | gcc_assert (subroutine_type == RECOG); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:2135:7: note: in expansion of macro 'gcc_assert' 2135 | gcc_assert (p->u.insn.num_clobbers_to_add); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:2140:7: note: in expansion of macro 'gcc_unreachable' 2140 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genrecog.c: In function 'write_action': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:2175:11: note: in expansion of macro 'gcc_assert' 2175 | gcc_assert (test->type == DT_accept_insn); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:2180:3: note: in expansion of macro 'gcc_assert' 2180 | gcc_assert (!test->next); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:2218:11: note: in expansion of macro 'gcc_unreachable' 2218 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genrecog.c: In function 'is_unconditional': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:2253:11: note: in expansion of macro 'gcc_unreachable' 2253 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genrecog.c: In function 'make_insn_sequence': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:2549:3: note: in expansion of macro 'gcc_assert' 2549 | gcc_assert (truth); | ^~~~~~~~~~ ../../gcc/genrecog.c: In function 'debug_decision_2': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genrecog.c:2898:7: note: in expansion of macro 'gcc_unreachable' 2898 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include \ ../../gcc/config/host-linux.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genmddeps.o ../../gcc/genmddeps.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/min-insn-modes.o min-insn-modes.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/ggc-common.c -o ggc-common.o In file included from ../../gcc/ggc-common.c:26: ../../gcc/ggc-common.c: In function 'ggc_splay_alloc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ggc-common.c:200:3: note: in expansion of macro 'gcc_assert' 200 | gcc_assert (!nl); | ^~~~~~~~~~ ../../gcc/ggc-common.c: In function 'ggc_splay_dont_free': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ggc-common.c:207:3: note: in expansion of macro 'gcc_assert' 207 | gcc_assert (!nl); | ^~~~~~~~~~ ../../gcc/ggc-common.c: In function 'gt_pch_note_object': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ggc-common.c:269:7: note: in expansion of macro 'gcc_assert' 269 | gcc_assert ((*slot)->note_ptr_fn == note_ptr_fn | ^~~~~~~~~~ ../../gcc/ggc-common.c: In function 'gt_pch_note_reorder': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ggc-common.c:298:3: note: in expansion of macro 'gcc_assert' 298 | gcc_assert (data && data->note_ptr_cookie == note_ptr_cookie); | ^~~~~~~~~~ ../../gcc/ggc-common.c: In function 'relocate_ptrs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ggc-common.c:381:3: note: in expansion of macro 'gcc_assert' 381 | gcc_assert (result); | ^~~~~~~~~~ ../../gcc/ggc-common.c: In function 'write_pch_globals': ../../gcc/ggc-common.c:404:34: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 404 | fatal_error ("can't write PCH file: %m"); | ^ ../../gcc/ggc-common.c:412:34: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 412 | fatal_error ("can't write PCH file: %m"); | ^ ../../gcc/ggc-common.c: In function 'gt_pch_save': ../../gcc/ggc-common.c:480:26: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 480 | fatal_error ("can't write PCH file: %m"); | ^ ../../gcc/ggc-common.c:492:24: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 492 | fatal_error ("can't get position in PCH file: %m"); | ^ ../../gcc/ggc-common.c:499:22: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 499 | fatal_error ("can't write PCH file: %m"); | ^ ../../gcc/ggc-common.c:502:22: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 502 | fatal_error ("can't write padding to PCH file: %m"); | ^ ../../gcc/ggc-common.c: In function 'gt_pch_restore': ../../gcc/ggc-common.c:557:26: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 557 | fatal_error ("can't read PCH file: %m"); | ^ ../../gcc/ggc-common.c:565:28: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 565 | fatal_error ("can't read PCH file: %m"); | ^ ../../gcc/ggc-common.c:572:28: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 572 | fatal_error ("can't read PCH file: %m"); | ^ ../../gcc/ggc-common.c:575:22: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 575 | fatal_error ("can't read PCH file: %m"); | ^ ../../gcc/ggc-common.c:585:26: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 585 | fatal_error ("can't read PCH file: %m"); | ^ ../../gcc/ggc-common.c:588:22: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 588 | fatal_error ("can't read PCH file: %m"); | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genattrtab.o ../../gcc/genattrtab.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/vec.c -o vec.o In file included from ../../gcc/genattrtab.c:108: ../../gcc/genattrtab.c: In function 'attr_rtx_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:577:15: note: in expansion of macro 'gcc_unreachable' 577 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genattrtab.c: In function 'attr_printf': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:614:3: note: in expansion of macro 'gcc_assert' 614 | gcc_assert (len < sizeof str); /* Leave room for \0. */ | ^~~~~~~~~~ ../../gcc/genattrtab.c: In function 'attr_copy_rtx': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:756:11: note: in expansion of macro 'gcc_unreachable' 756 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genattrtab.c: In function 'evaluate_eq_attr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:2002:9: note: in expansion of macro 'gcc_assert' 2002 | gcc_assert (GET_CODE (exp) == EQ_ATTR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:2003:9: note: in expansion of macro 'gcc_assert' 2003 | gcc_assert (strlen (XSTR (exp, 0)) + strlen (XSTR (exp, 1)) + 2 | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:2065:7: note: in expansion of macro 'gcc_unreachable' 2065 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genattrtab.c: In function 'attr_alt_subset_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:2384:7: note: in expansion of macro 'gcc_unreachable' 2384 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genattrtab.c: In function 'attr_alt_subset_of_compl_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:2408:7: note: in expansion of macro 'gcc_unreachable' 2408 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genattrtab.c: In function 'attr_alt_intersection': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:2434:7: note: in expansion of macro 'gcc_unreachable' 2434 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genattrtab.c: In function 'attr_alt_union': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:2463:7: note: in expansion of macro 'gcc_unreachable' 2463 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genattrtab.c: In function 'optimize_attrs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:2861:3: note: in expansion of macro 'gcc_assert' 2861 | gcc_assert (iv == ivbuf + num_insn_ents); | ^~~~~~~~~~ ../../gcc/genattrtab.c: In function 'gen_insn': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:3172:7: note: in expansion of macro 'gcc_unreachable' 3172 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genattrtab.c: In function 'write_test_expr': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:3316:11: note: in expansion of macro 'gcc_unreachable' 3316 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:3350:11: note: in expansion of macro 'gcc_unreachable' 3350 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:3416:7: note: in expansion of macro 'gcc_assert' 3416 | gcc_assert (attr); | ^~~~~~~~~~ ../../gcc/genattrtab.c: In function 'write_attr_value': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:4076:7: note: in expansion of macro 'gcc_unreachable' 4076 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genattrtab.c: In function 'write_eligible_delay': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:4153:7: note: in expansion of macro 'gcc_assert' 4153 | gcc_assert (attr); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:4180:7: note: in expansion of macro 'gcc_assert' 4180 | gcc_assert (attr); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:4210:13: note: in expansion of macro 'gcc_assert' 4210 | gcc_assert (attr); | ^~~~~~~~~~ ../../gcc/genattrtab.c: In function 'make_internal_attr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:4301:3: note: in expansion of macro 'gcc_assert' 4301 | gcc_assert (!attr->default_val); | ^~~~~~~~~~ ../../gcc/genattrtab.c: In function 'make_numeric_value': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genattrtab.c:4338:3: note: in expansion of macro 'gcc_assert' 4338 | gcc_assert (n >= 0); | ^~~~~~~~~~ ../../gcc/genattrtab.c: In function 'check_attr_test': ../../gcc/genattrtab.c:907:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 907 | if (is_const) | ^ ../../gcc/genattrtab.c:915:5: note: here 915 | default: | ^~~~~~~ In file included from ../../gcc/vec.c:23: ../../gcc/vec.c: In function 'calculate_allocation': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/vec.c:58:3: note: in expansion of macro 'gcc_assert' 58 | gcc_assert (alloc - num < (unsigned)(reserve < 0 ? -reserve : reserve)); | ^~~~~~~~~~ ../../gcc/genattrtab.c: In function 'make_canonical': ../../gcc/genattrtab.c:1271:11: warning: this statement may fall through [-Wimplicit-fallthrough=] 1271 | exp = newexp; | ~~~~^~~~~~~~ ../../gcc/genattrtab.c:1274:5: note: here 1274 | case COND: | ^~~~ ../../gcc/genattrtab.c: In function 'write_test_expr': ../../gcc/genattrtab.c:3240:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 3240 | comparison_operator = 1; | ~~~~~~~~~~~~~~~~~~~~^~~ ../../gcc/genattrtab.c:3242:5: note: here 3242 | case PLUS: case MINUS: case MULT: case DIV: case MOD: | ^~~~ ../../gcc/genattrtab.c:3324:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 3324 | if (! (flags & 1) && GET_CODE (XEXP (exp, 0)) == EQ_ATTR | ^ ../../gcc/genattrtab.c:3334:5: note: here 3334 | case ABS: case NEG: | ^~~~ At top level: ../../gcc/genattrtab.c:3960:1: warning: 'write_expr_attr_cache' defined but not used [-Wunused-function] 3960 | write_expr_attr_cache (rtx p, struct attr_desc *attr) | ^~~~~~~~~~~~~~~~~~~~~ ../../gcc/genattrtab.c:3102:1: warning: 'contained_in_p' defined but not used [-Wunused-function] 3102 | contained_in_p (rtx inner, rtx exp) | ^~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/pretty-print.c -o pretty-print.o In file included from ../../gcc/pretty-print.c:25: ../../gcc/pretty-print.c: In function 'pp_base_format': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:248:11: note: in expansion of macro 'gcc_unreachable' 248 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:279:11: note: in expansion of macro 'gcc_assert' 279 | gcc_assert (chunk < PP_NL_ARGMAX * 2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:289:11: note: in expansion of macro 'gcc_assert' 289 | gcc_assert (*p == '$'); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:293:11: note: in expansion of macro 'gcc_assert' 293 | gcc_assert (!any_unnumbered); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:299:11: note: in expansion of macro 'gcc_assert' 299 | gcc_assert (!any_numbered); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:301:7: note: in expansion of macro 'gcc_assert' 301 | gcc_assert (argno < PP_NL_ARGMAX); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:302:7: note: in expansion of macro 'gcc_assert' 302 | gcc_assert (!formatters[argno]); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:323:15: note: in expansion of macro 'gcc_assert' 323 | gcc_assert (p[-1] == 's'); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:327:15: note: in expansion of macro 'gcc_assert' 327 | gcc_assert (*p == '*'); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:336:19: note: in expansion of macro 'gcc_assert' 336 | gcc_assert (argno2 == argno - 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:337:19: note: in expansion of macro 'gcc_assert' 337 | gcc_assert (!any_unnumbered); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:338:19: note: in expansion of macro 'gcc_assert' 338 | gcc_assert (*p == '$'); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:345:19: note: in expansion of macro 'gcc_assert' 345 | gcc_assert (!any_numbered); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:349:15: note: in expansion of macro 'gcc_assert' 349 | gcc_assert (*p == 's'); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:358:7: note: in expansion of macro 'gcc_assert' 358 | gcc_assert (chunk < PP_NL_ARGMAX * 2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:363:3: note: in expansion of macro 'gcc_assert' 363 | gcc_assert (chunk < PP_NL_ARGMAX * 2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:391:15: note: in expansion of macro 'gcc_assert' 391 | gcc_assert (!quote); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:396:15: note: in expansion of macro 'gcc_assert' 396 | gcc_assert (!plus); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:401:15: note: in expansion of macro 'gcc_assert' 401 | gcc_assert (!hash); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:406:15: note: in expansion of macro 'gcc_assert' 406 | gcc_assert (!wide); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:412:15: note: in expansion of macro 'gcc_assert' 412 | gcc_assert (precision < 2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:419:7: note: in expansion of macro 'gcc_assert' 419 | gcc_assert (!wide || precision == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:477:13: note: in expansion of macro 'gcc_assert' 477 | gcc_assert (text->locus != NULL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:485:13: note: in expansion of macro 'gcc_assert' 485 | gcc_assert (text->locus != NULL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:504:17: note: in expansion of macro 'gcc_assert' 504 | gcc_assert (*p == 's'); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:508:17: note: in expansion of macro 'gcc_assert' 508 | gcc_assert (*p == '*'); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:510:17: note: in expansion of macro 'gcc_assert' 510 | gcc_assert (*p == 's'); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:514:17: note: in expansion of macro 'gcc_assert' 514 | gcc_assert (formatters[argno] == formatters[argno+1]); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:527:13: note: in expansion of macro 'gcc_assert' 527 | gcc_assert (pp_format_decoder (pp)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:530:13: note: in expansion of macro 'gcc_assert' 530 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/pretty-print.c: In function 'pp_base_output_formatted_text': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:562:3: note: in expansion of macro 'gcc_assert' 562 | gcc_assert (buffer->obstack == &buffer->formatted_obstack); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/pretty-print.c:563:3: note: in expansion of macro 'gcc_assert' 563 | gcc_assert (buffer->line_length == 0); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/rtl.o ../../gcc/rtl.c In file included from ../../gcc/rtl.c:30: ../../gcc/rtl.c: In function 'copy_rtx': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/rtl.c:302:11: note: in expansion of macro 'gcc_unreachable' 302 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/rtl.c: In function 'rtx_equal_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/rtl.c:432:11: note: in expansion of macro 'gcc_unreachable' 432 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/ggc-none.o ../../gcc/ggc-none.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/stub-objc.c -o stub-objc.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-iterator.c -o tree-iterator.o cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmddeps \ build/genmddeps.o build/gensupport.o build/dummy-conditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a In file included from ../../gcc/tree-iterator.c:23: ../../gcc/tree-iterator.c: In function 'free_stmt_list': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-iterator.c:55:3: note: in expansion of macro 'gcc_assert' 55 | gcc_assert (!STATEMENT_LIST_HEAD (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-iterator.c:56:3: note: in expansion of macro 'gcc_assert' 56 | gcc_assert (!STATEMENT_LIST_TAIL (t)); | ^~~~~~~~~~ ../../gcc/tree-iterator.c: In function 'tsi_link_before': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-iterator.c:69:3: note: in expansion of macro 'gcc_assert' 69 | gcc_assert (t != i->container); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-iterator.c:83:11: note: in expansion of macro 'gcc_assert' 83 | gcc_assert (head == tail); | ^~~~~~~~~~ ../../gcc/tree-iterator.c: In function 'tsi_link_after': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-iterator.c:145:3: note: in expansion of macro 'gcc_assert' 145 | gcc_assert (t != i->container); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-iterator.c:159:11: note: in expansion of macro 'gcc_assert' 159 | gcc_assert (head == tail); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-iterator.c:189:7: note: in expansion of macro 'gcc_assert' 189 | gcc_assert (!STATEMENT_LIST_TAIL (i->container)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-iterator.c:206:7: note: in expansion of macro 'gcc_assert' 206 | gcc_assert (cur); | ^~~~~~~~~~ ../../gcc/tree-iterator.c: In function 'tsi_split_statement_list_after': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-iterator.c:249:3: note: in expansion of macro 'gcc_assert' 249 | gcc_assert (cur); | ^~~~~~~~~~ ../../gcc/tree-iterator.c: In function 'tsi_split_statement_list_before': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-iterator.c:276:3: note: in expansion of macro 'gcc_assert' 276 | gcc_assert (cur); | ^~~~~~~~~~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconstants \ build/genconstants.o build/gensupport.o build/dummy-conditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconditions \ build/genconditions.o build/gensupport.o build/dummy-conditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpreds \ build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/dummy-conditions.o build/print-rtl.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a build/genmddeps ../../gcc/config/i386/i386.md > tmp-mddeps /bin/bash ../../gcc/../move-if-change tmp-mddeps mddeps.mk echo timestamp > s-mddeps build/genconstants ../../gcc/config/i386/i386.md > tmp-constants.h build/genconditions ../../gcc/config/i386/i386.md > tmp-conditions.c /bin/bash ../../gcc/../move-if-change tmp-constants.h insn-constants.h echo timestamp > s-constants build/genpreds -h ../../gcc/config/i386/i386.md > tmp-preds.h /bin/bash ../../gcc/../move-if-change tmp-conditions.c insn-conditions.c echo timestamp > s-conditions /bin/bash ../../gcc/../move-if-change tmp-preds.h tm-preds.h build/genpreds ../../gcc/config/i386/i386.md > tmp-preds.c /bin/bash ../../gcc/../move-if-change tmp-preds.c insn-preds.c echo timestamp > s-preds cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/insn-conditions.o insn-conditions.c In file included from insn-conditions.c:15: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genflags \ build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconfig \ build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencodes \ build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattr \ build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genemit \ build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genopinit \ build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genoutput \ build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpeep \ build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genrecog \ build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a build/genflags ../../gcc/config/i386/i386.md > tmp-flags.h /bin/bash ../../gcc/../move-if-change tmp-flags.h insn-flags.h echo timestamp > s-flags build/genconfig ../../gcc/config/i386/i386.md > tmp-config.h build/gencodes ../../gcc/config/i386/i386.md > tmp-codes.h /bin/bash ../../gcc/../move-if-change tmp-config.h insn-config.h /bin/bash ../../gcc/../move-if-change tmp-codes.h insn-codes.h echo timestamp > s-config build/genattr ../../gcc/config/i386/i386.md > tmp-attr.h echo timestamp > s-codes build/genemit ../../gcc/config/i386/i386.md > tmp-emit.c /bin/bash ../../gcc/../move-if-change tmp-attr.h insn-attr.h echo timestamp > s-attr /bin/bash ../../gcc/../move-if-change tmp-emit.c insn-emit.c build/genopinit ../../gcc/config/i386/i386.md > tmp-opinit.c echo timestamp > s-emit build/genoutput ../../gcc/config/i386/i386.md > tmp-output.c /bin/bash ../../gcc/../move-if-change tmp-opinit.c insn-opinit.c echo timestamp > s-opinit build/genpeep ../../gcc/config/i386/i386.md > tmp-peep.c /bin/bash ../../gcc/../move-if-change tmp-peep.c insn-peep.c echo timestamp > s-peep build/genrecog ../../gcc/config/i386/i386.md > tmp-recog.c ../../gcc/config/i386/i386.md:18609: warning: operand 1 missing mode? ../../gcc/config/i386/i386.md:18652: warning: operand 1 missing mode? /bin/bash ../../gcc/../move-if-change tmp-recog.c insn-recog.c echo timestamp > s-recog cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-convert.c -o c-convert.o /bin/bash ../../gcc/../move-if-change tmp-output.c insn-output.c echo timestamp > s-output cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-aux-info.c -o c-aux-info.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-common.c -o c-common.o In file included from ../../gcc/c-aux-info.c:26: ../../gcc/c-aux-info.c: In function 'gen_type': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-aux-info.c:450:11: note: in expansion of macro 'gcc_unreachable' 450 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/c-common.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/c-common.c: In function 'overflow_warning': ../../gcc/c-common.c:922:22: warning: misspelled term 'floating point' in format; use 'floating-point' instead [-Wformat-diag] 922 | warning (0, "floating point overflow in expression"); | ^~~~~~~~~~~~~~ In file included from ../../gcc/c-common.c:23: ../../gcc/c-common.c: In function 'binary_op_error': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:1922:7: note: in expansion of macro 'gcc_unreachable' 1922 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'shorten_compare': ../../gcc/c-common.c:2231:64: warning: unquoted operator '>=' in format [-Wformat-diag] 2231 | warning (0, "comparison of unsigned expression >= 0 is always true"); | ^~ ../../gcc/c-common.c:2240:64: warning: unbalanced punctuation character '<' in format [-Wformat-diag] 2240 | warning (0, "comparison of unsigned expression < 0 is always false"); | ^ In file included from ../../gcc/c-common.c:23: ../../gcc/c-common.c: In function 'c_type_hash': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:2669:7: note: in expansion of macro 'gcc_unreachable' 2669 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'c_sizeof_or_alignof_type': ../../gcc/c-common.c:2857:66: warning: spurious trailing space in format [-Wformat-diag] 2857 | error ("invalid application of %qs to incomplete type %qT ", | ^ In file included from ../../gcc/c-common.c:23: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:2877:3: note: in expansion of macro 'gcc_assert' 2877 | gcc_assert (!TYPE_IS_SIZETYPE (TREE_TYPE (value))); | ^~~~~~~~~~ ../../gcc/c-common.c: In function 'c_common_nodes_and_builtins': ../../gcc/c-common.c:2993:29: warning: typedef 'builtin_type' locally defined but not used [-Wunused-local-typedefs] 2993 | typedef enum builtin_type builtin_type; | ^~~~~~~~~~~~ In file included from ../../gcc/c-common.c:23: ../../gcc/c-common.c: In function 'set_builtin_user_assembler_name': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:3392:3: note: in expansion of macro 'gcc_assert' 3392 | gcc_assert (TREE_CODE (decl) == FUNCTION_DECL | ^~~~~~~~~~ ../../gcc/c-common.c: In function 'def_builtin_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:3487:3: note: in expansion of macro 'gcc_assert' 3487 | gcc_assert ((!both_p && !fallback_p) | ^~~~~~~~~~ ../../gcc/c-common.c: In function 'c_add_case_label': ../../gcc/c-common.c:3725:20: warning: unknown conversion type character 'J' in format [-Wformat=] 3725 | error ("%Jthis is the first entry overlapping that value", duplicate); | ^ ../../gcc/c-common.c:3725:18: warning: too many arguments for format [-Wformat-extra-args] 3725 | error ("%Jthis is the first entry overlapping that value", duplicate); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:3730:20: warning: unknown conversion type character 'J' in format [-Wformat=] 3730 | error ("%Jpreviously used here", duplicate); | ^ ../../gcc/c-common.c:3730:18: warning: too many arguments for format [-Wformat-extra-args] 3730 | error ("%Jpreviously used here", duplicate); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:3735:20: warning: unknown conversion type character 'J' in format [-Wformat=] 3735 | error ("%Jthis is the first default label", duplicate); | ^ ../../gcc/c-common.c:3735:18: warning: too many arguments for format [-Wformat-extra-args] 3735 | error ("%Jthis is the first default label", duplicate); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'match_case_to_enum_1': ../../gcc/c-common.c:3784:19: warning: unknown conversion type character 'J' in format [-Wformat=] 3784 | warning (0, "%Jcase value %qs not in enumerated type", | ^ ../../gcc/c-common.c:3784:33: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'tree' {aka 'union tree_node *'} [-Wformat=] 3784 | warning (0, "%Jcase value %qs not in enumerated type", | ~~^ | | | char * | %qD ../../gcc/c-common.c:3784:17: warning: too many arguments for format [-Wformat-extra-args] 3784 | warning (0, "%Jcase value %qs not in enumerated type", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:3787:19: warning: unknown conversion type character 'J' in format [-Wformat=] 3787 | warning (0, "%Jcase value %qs not in enumerated type %qT", | ^ ../../gcc/c-common.c:3787:33: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'tree' {aka 'union tree_node *'} [-Wformat=] 3787 | warning (0, "%Jcase value %qs not in enumerated type %qT", | ~~^ | | | char * | %qD ../../gcc/c-common.c:3787:60: warning: format '%T' expects argument of type 'union tree_node *', but argument 4 has type 'char *' [-Wformat=] 3787 | warning (0, "%Jcase value %qs not in enumerated type %qT", | ~~^ | | | union tree_node * | %qs 3788 | CASE_LABEL (label), buf, type); | ~~~ | | | char * ../../gcc/c-common.c:3787:17: warning: too many arguments for format [-Wformat-extra-args] 3787 | warning (0, "%Jcase value %qs not in enumerated type %qT", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'c_do_switch_warnings': ../../gcc/c-common.c:3844:37: warning: unknown conversion type character 'H' in format [-Wformat=] 3844 | warning (OPT_Wswitch_default, "%Hswitch missing default case", | ^ ../../gcc/c-common.c:3844:35: warning: too many arguments for format [-Wformat-extra-args] 3844 | warning (OPT_Wswitch_default, "%Hswitch missing default case", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:3904:29: warning: unknown conversion type character 'H' in format [-Wformat=] 3904 | warning (0, "%Henumeration value %qE not handled in switch", | ^ ../../gcc/c-common.c:3904:50: warning: format '%E' expects argument of type 'union tree_node *', but argument 3 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 3904 | warning (0, "%Henumeration value %qE not handled in switch", | ~~^ | | | union tree_node * 3905 | &switch_location, TREE_PURPOSE (chain)); | ~~~~~~~~~~~~~~~~ | | | location_t * {aka struct location_s *} ../../gcc/c-common.c:3904:27: warning: too many arguments for format [-Wformat-extra-args] 3904 | warning (0, "%Henumeration value %qE not handled in switch", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/c-common.c:23: ../../gcc/c-common.c: In function 'c_expand_expr': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:3973:7: note: in expansion of macro 'gcc_unreachable' 3973 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-common.c:3963:5: warning: case value '159' not in enumerated type 'enum tree_code' [-Wswitch] 3963 | case COMPOUND_LITERAL_EXPR: | ^~~~ ../../gcc/c-common.c: In function 'c_staticp': ../../gcc/c-common.c:3982:27: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] 3982 | return (TREE_CODE (exp) == COMPOUND_LITERAL_EXPR | ^~ In file included from ../../gcc/c-common.c:23: ../../gcc/c-common.c: In function 'boolean_increment': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:4021:7: note: in expansion of macro 'gcc_unreachable' 4021 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'handle_mode_attribute': ../../gcc/c-common.c:4529:37: warning: unquoted attribute in format [-Wformat-diag] 4529 | warning (OPT_Wattributes, "specifying vector types with " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:4530:21: note: format string is defined here 4530 | "__attribute__ ((mode)) is deprecated"); | ^~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:4532:25: warning: unquoted attribute in format [-Wformat-diag] 4532 | "use __attribute__ ((vector_size)) instead"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:4576:47: warning: misspelled term 'enumeral' in format; use 'enumerated' instead [-Wformat-diag] 4576 | error ("cannot use mode %qs for enumeral types", p); | ^~~~~~~~ ../../gcc/c-common.c: In function 'handle_section_attribute': ../../gcc/c-common.c:4634:24: warning: unknown conversion type character 'J' in format [-Wformat=] 4634 | error ("%Jsection attribute cannot be specified for " | ^ ../../gcc/c-common.c:4634:22: warning: too many arguments for format [-Wformat-extra-args] 4634 | error ("%Jsection attribute cannot be specified for " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:4660:16: warning: unknown conversion type character 'J' in format [-Wformat=] 4660 | error ("%Jsection attributes are not supported for this target", *node); | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include \ ../../gcc/c-opts.c -o c-opts.o ../../gcc/c-common.c:4660:14: warning: too many arguments for format [-Wformat-extra-args] 4660 | error ("%Jsection attributes are not supported for this target", *node); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'handle_weakref_attribute': ../../gcc/c-common.c:4843:18: warning: unknown conversion type character 'J' in format [-Wformat=] 4843 | error ("%Jweakref attribute must appear before alias attribute", | ^ ../../gcc/c-common.c:4843:19: warning: unquoted keyword 'weakref' in format [-Wformat-diag] 4843 | error ("%Jweakref attribute must appear before alias attribute", | ^~~~~~~ ../../gcc/c-common.c:4843:16: warning: too many arguments for format [-Wformat-extra-args] 4843 | error ("%Jweakref attribute must appear before alias attribute", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'handle_visibility_attribute': ../../gcc/c-common.c:4911:57: warning: unquoted sequence of 2 consecutive punctuation characters '",' in format [-Wformat-diag] 4911 | error ("visibility argument must be one of \"default\", \"hidden\", \"protected\" or \"internal\""); | ^~~ ../../gcc/c-common.c:4911:69: warning: unquoted sequence of 2 consecutive punctuation characters '",' in format [-Wformat-diag] 4911 | error ("visibility argument must be one of \"default\", \"hidden\", \"protected\" or \"internal\""); | ^~~ In file included from ../../gcc/c-common.c:23: ../../gcc/c-common.c: In function 'c_determine_visibility': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:4934:3: note: in expansion of macro 'gcc_assert' 4934 | gcc_assert (TREE_CODE (decl) == VAR_DECL | ^~~~~~~~~~ ../../gcc/c-common.c: In function 'handle_tls_model_attribute': ../../gcc/c-common.c:4982:15: warning: unquoted identifier or keyword 'tls_model' in format [-Wformat-diag] 4982 | error ("tls_model argument not a string"); | ^~~~~~~~~ ../../gcc/c-common.c:4995:13: warning: unquoted identifier or keyword 'tls_model' in format [-Wformat-diag] 4995 | error ("tls_model argument must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""); | ^~~~~~~~~ ../../gcc/c-common.c:4995:59: warning: unquoted sequence of 2 consecutive punctuation characters '",' in format [-Wformat-diag] 4995 | error ("tls_model argument must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""); | ^~~ ../../gcc/c-common.c:4995:77: warning: unquoted sequence of 2 consecutive punctuation characters '",' in format [-Wformat-diag] 4995 | error ("tls_model argument must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""); | ^~~ ../../gcc/c-common.c: In function 'handle_no_instrument_function_attribute': ../../gcc/c-common.c:5014:16: warning: unknown conversion type character 'J' in format [-Wformat=] 5014 | error ("%J%qE attribute applies only to functions", decl, name); | ^ ../../gcc/c-common.c:5014:14: warning: too many arguments for format [-Wformat-extra-args] 5014 | error ("%J%qE attribute applies only to functions", decl, name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:5019:16: warning: unknown conversion type character 'J' in format [-Wformat=] 5019 | error ("%Jcan%'t set %qE attribute after definition", decl, name); | ^ ../../gcc/c-common.c:5019:17: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 5019 | error ("%Jcan%'t set %qE attribute after definition", decl, name); | ^~~~~~ ../../gcc/c-common.c:5019:14: warning: too many arguments for format [-Wformat-extra-args] 5019 | error ("%Jcan%'t set %qE attribute after definition", decl, name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'handle_no_limit_stack_attribute': ../../gcc/c-common.c:5078:16: warning: unknown conversion type character 'J' in format [-Wformat=] 5078 | error ("%J%qE attribute applies only to functions", decl, name); | ^ ../../gcc/c-common.c:5078:14: warning: too many arguments for format [-Wformat-extra-args] 5078 | error ("%J%qE attribute applies only to functions", decl, name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:5083:16: warning: unknown conversion type character 'J' in format [-Wformat=] 5083 | error ("%Jcan%'t set %qE attribute after definition", decl, name); | ^ ../../gcc/c-common.c:5083:17: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 5083 | error ("%Jcan%'t set %qE attribute after definition", decl, name); | ^~~~~~ ../../gcc/c-common.c:5083:14: warning: too many arguments for format [-Wformat-extra-args] 5083 | error ("%Jcan%'t set %qE attribute after definition", decl, name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/c-common.c:23: ../../gcc/c-common.c: In function 'handle_novops_attribute': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:5119:3: note: in expansion of macro 'gcc_assert' 5119 | gcc_assert (TREE_CODE (*node) == FUNCTION_DECL); | ^~~~~~~~~~ ../../gcc/c-common.c: In function 'handle_nonnull_attribute': ../../gcc/c-common.c:5277:19: warning: unquoted keyword 'nonnull' in format [-Wformat-diag] 5277 | error ("nonnull attribute without arguments on a non-prototype"); | ^~~~~~~ ../../gcc/c-common.c:5292:19: warning: unquoted keyword 'nonnull' in format [-Wformat-diag] 5292 | error ("nonnull argument has invalid operand number (argument %lu)", | ^~~~~~~ ../../gcc/c-common.c:5311:23: warning: unquoted keyword 'nonnull' in format [-Wformat-diag] 5311 | error ("nonnull argument with out-of-range operand number (argument %lu, operand %lu)", | ^~~~~~~ ../../gcc/c-common.c:5319:23: warning: unquoted keyword 'nonnull' in format [-Wformat-diag] 5319 | error ("nonnull argument references non-pointer operand (argument %lu, operand %lu)", | ^~~~~~~ In file included from ../../gcc/c-common.c:23: ../../gcc/c-common.c: In function 'nonnull_check_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:5444:7: note: in expansion of macro 'gcc_assert' 5444 | gcc_assert (found); | ^~~~~~~~~~ ../../gcc/c-common.c: In function 'check_function_arguments_recurse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:5677:13: note: in expansion of macro 'gcc_assert' 5677 | gcc_assert (TREE_CODE (format_num_expr) == INTEGER_CST | ^~~~~~~~~~ ../../gcc/c-common.c: In function 'c_warn_unused_result': ../../gcc/c-common.c:5910:27: warning: unknown conversion type character 'H' in format [-Wformat=] 5910 | warning (0, "%Hignoring return value of %qD, " | ^ ../../gcc/c-common.c:5910:55: warning: format '%D' expects argument of type 'union tree_node *', but argument 3 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 5910 | warning (0, "%Hignoring return value of %qD, " | ~~^ | | | union tree_node * ../../gcc/c-common.c:5910:25: warning: unquoted identifier or keyword 'warn_unused_result' in format [-Wformat-diag] 5910 | warning (0, "%Hignoring return value of %qD, " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:5911:47: note: format string is defined here 5911 | "declared with attribute warn_unused_result", | ^~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:5910:25: warning: too many arguments for format [-Wformat-extra-args] 5910 | warning (0, "%Hignoring return value of %qD, " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:5914:27: warning: unknown conversion type character 'H' in format [-Wformat=] 5914 | warning (0, "%Hignoring return value of function " | ^ ../../gcc/c-common.c:5914:25: warning: unquoted identifier or keyword 'warn_unused_result' in format [-Wformat-diag] 5914 | warning (0, "%Hignoring return value of function " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:5915:47: note: format string is defined here 5915 | "declared with attribute warn_unused_result", | ^~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c:5914:25: warning: too many arguments for format [-Wformat-extra-args] 5914 | warning (0, "%Hignoring return value of function " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/c-common.c:23: ../../gcc/c-common.c: In function 'fold_offsetof_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:6003:7: note: in expansion of macro 'gcc_unreachable' 6003 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'lvalue_error': ../../gcc/c-common.c:6037:33: warning: unquoted keyword 'asm' in format [-Wformat-diag] 6037 | error ("invalid lvalue in asm statement"); | ^~~ In file included from ../../gcc/c-common.c:23: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:6040:7: note: in expansion of macro 'gcc_unreachable' 6040 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'same_scalar_type_ignoring_signedness': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-common.c:6326:3: note: in expansion of macro 'gcc_assert' 6326 | gcc_assert ((c1 == INTEGER_TYPE || c1 == REAL_TYPE) | ^~~~~~~~~~ ../../gcc/c-opts.c: In function 'c_common_handle_option': ../../gcc/c-opts.c:323:21: warning: unquoted option name '-I-' in format [-Wformat-diag] 323 | error ("-I- specified twice"); | ^~~ ../../gcc/c-opts.c:326:36: warning: unquoted option name '-I-' in format [-Wformat-diag] 326 | inform ("obsolete option -I- used, please use -iquote instead"); | ^~~ ../../gcc/c-opts.c:326:57: warning: unquoted option name '-iquote' in format [-Wformat-diag] 326 | inform ("obsolete option -I- used, please use -iquote instead"); | ^~~~~~~ ../../gcc/c-opts.c:690:20: warning: unquoted option name '-fhandle-exceptions' in format [-Wformat-diag] 690 | warning (0, "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/c-opts.c:690:57: warning: unquoted option name '-fexceptions' in format [-Wformat-diag] 690 | warning (0, "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"); | ^~~~~~~~~~~~ ../../gcc/c-opts.c: In function 'c_common_post_options': ../../gcc/c-opts.c:1021:17: warning: unquoted option name '-Wformat-y2k' in format [-Wformat-diag] 1021 | "-Wformat-y2k ignored without -Wformat"); | ^~~~~~~~~~~~ ../../gcc/c-opts.c:1021:46: warning: unquoted option name '-Wformat' in format [-Wformat-diag] 1021 | "-Wformat-y2k ignored without -Wformat"); | ^~~~~~~~ ../../gcc/c-opts.c:1023:17: warning: unquoted option name '-Wformat-extra-args' in format [-Wformat-diag] 1023 | "-Wformat-extra-args ignored without -Wformat"); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/c-opts.c:1023:53: warning: unquoted option name '-Wformat' in format [-Wformat-diag] 1023 | "-Wformat-extra-args ignored without -Wformat"); | ^~~~~~~~ ../../gcc/c-opts.c:1025:17: warning: unquoted option name '-Wformat-zero-length' in format [-Wformat-diag] 1025 | "-Wformat-zero-length ignored without -Wformat"); | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/c-opts.c:1025:54: warning: unquoted option name '-Wformat' in format [-Wformat-diag] 1025 | "-Wformat-zero-length ignored without -Wformat"); | ^~~~~~~~ ../../gcc/c-opts.c:1027:17: warning: unquoted option name '-Wformat-nonliteral' in format [-Wformat-diag] 1027 | "-Wformat-nonliteral ignored without -Wformat"); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/c-opts.c:1027:53: warning: unquoted option name '-Wformat' in format [-Wformat-diag] 1027 | "-Wformat-nonliteral ignored without -Wformat"); | ^~~~~~~~ ../../gcc/c-opts.c:1029:17: warning: unquoted option name '-Wformat-security' in format [-Wformat-diag] 1029 | "-Wformat-security ignored without -Wformat"); | ^~~~~~~~~~~~~~~~~ ../../gcc/c-opts.c:1029:51: warning: unquoted option name '-Wformat' in format [-Wformat-diag] 1029 | "-Wformat-security ignored without -Wformat"); | ^~~~~~~~ ../../gcc/c-opts.c:1054:52: warning: unquoted option name '--help' in format [-Wformat-diag] 1054 | error ("too many filenames given. Type %s --help for usage", | ^~~~~~ ../../gcc/c-opts.c: In function 'sanitize_cpp_opts': ../../gcc/c-opts.c:1279:62: warning: unquoted option name '-M' in format [-Wformat-diag] 1279 | error ("to generate dependencies you must specify either -M or -MM"); | ^~ ../../gcc/c-opts.c:1279:68: warning: unquoted option name '-MM' in format [-Wformat-diag] 1279 | error ("to generate dependencies you must specify either -M or -MM"); | ^~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-format.c -o c-format.o In file included from ../../gcc/c-format.c:23: ../../gcc/c-format.c: In function 'get_constant': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:159:7: note: in expansion of macro 'gcc_assert' 159 | gcc_assert (!validated_p); | ^~~~~~~~~~ ../../gcc/c-format.c: In function 'decode_format_attr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:185:7: note: in expansion of macro 'gcc_assert' 185 | gcc_assert (!validated_p); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:197:11: note: in expansion of macro 'gcc_assert' 197 | gcc_assert (!validated_p); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:218:7: note: in expansion of macro 'gcc_assert' 218 | gcc_assert (!validated_p); | ^~~~~~~~~~ ../../gcc/c-format.c:219:50: warning: misspelled term 'args' in format; use 'arguments' instead [-Wformat-diag] 219 | error ("format string argument follows the args to be formatted"); | ^~~ In file included from ../../gcc/c-format.c:23: ../../gcc/c-format.c: In function 'maybe_read_dollar_number': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:1064:7: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert (*param_ptr); | ^~~~~~~~~~ ../../gcc/c-format.c: In function 'avoid_dollar_number': ../../gcc/c-format.c:1083:30: warning: spurious leading punctuation sequence '$' in format [-Wformat-diag] 1083 | warning (OPT_Wformat, "$ operand number used after format without operand number"); | ^ ../../gcc/c-format.c: In function 'finish_dollar_format_checking': ../../gcc/c-format.c:1114:76: warning: unquoted sequence of 2 consecutive punctuation characters '$-' in format [-Wformat-diag] 1114 | "format argument %d unused before used argument %d in $-style format", | ^~ In file included from ../../gcc/c-format.c:23: ../../gcc/c-format.c: In function 'get_flag_spec': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:1153:3: note: in expansion of macro 'gcc_assert' 1153 | gcc_assert (predicates); | ^~~~~~~~~~ ../../gcc/c-format.c: In function 'check_format_info': ../../gcc/c-format.c:1246:59: warning: unquoted sequence of 2 consecutive punctuation characters '$-' in format [-Wformat-diag] 1246 | warning (OPT_Wformat_extra_args, "unused arguments in $-style format"); | ^~ In file included from ../../gcc/c-format.c:23: ../../gcc/c-format.c: In function 'check_format_arg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:1363:7: note: in expansion of macro 'gcc_assert' 1363 | gcc_assert (TREE_CODE (array_size) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/c-format.c: In function 'check_format_types': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:2126:7: note: in expansion of macro 'gcc_assert' 2126 | gcc_assert (wanted_type); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:2127:7: note: in expansion of macro 'gcc_assert' 2127 | gcc_assert (wanted_type != void_type_node || types->pointer_count); | ^~~~~~~~~~ ../../gcc/c-format.c: In function 'find_char_info_specifier_index': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:2337:3: note: in expansion of macro 'gcc_unreachable' 2337 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-format.c: In function 'find_length_info_modifier_index': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:2353:3: note: in expansion of macro 'gcc_unreachable' 2353 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-format.c: In function 'init_dynamic_asm_fprintf_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:2386:7: note: in expansion of macro 'gcc_assert' 2386 | gcc_assert (hwi); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:2407:9: note: in expansion of macro 'gcc_unreachable' 2407 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-format.c: In function 'init_dynamic_diag_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:2538:19: note: in expansion of macro 'gcc_assert' 2538 | gcc_assert (hwi); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:2571:13: note: in expansion of macro 'gcc_unreachable' 2571 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-format.c: In function 'handle_format_attribute': ../../gcc/c-format.c:2724:25: warning: misspelled term 'args' in format; use 'arguments' instead [-Wformat-diag] 2724 | error ("args to be formatted is not %<...%>"); | ^~~ In file included from ../../gcc/c-format.c:23: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-format.c:2770:9: note: in expansion of macro 'gcc_unreachable' 2770 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-semantics.c -o c-semantics.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-incpath.c -o c-incpath.o cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include \ -DGCC_INCLUDE_DIR=\"/usr/pkg/lib/gcc/x86_64-redhat-linux/4.1.2/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/pkg/lib/gcc/x86_64-redhat-linux/4.1.2/../../../..`echo /usr/pkg | sed -e 's|^/usr/pkg||' -e 's|/[^/]*|/..|g'`/include/c++/4.1.2\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/pkg/lib/gcc/x86_64-redhat-linux/4.1.2/../../../..`echo /usr/pkg | sed -e 's|^/usr/pkg||' -e 's|/[^/]*|/..|g'`/include/c++/4.1.2/x86_64-redhat-linux\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/pkg/lib/gcc/x86_64-redhat-linux/4.1.2/../../../..`echo /usr/pkg | sed -e 's|^/usr/pkg||' -e 's|/[^/]*|/..|g'`/include/c++/4.1.2/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/pkg/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../x86_64-redhat-linux/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/pkg/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../x86_64-redhat-linux/include\" \ -c ../../gcc/cppdefault.c -o cppdefault.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-ppoutput.c -o c-ppoutput.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-cppbuiltin.c -o c-cppbuiltin.o In file included from ../../gcc/c-cppbuiltin.c:22: ../../gcc/c-cppbuiltin.c: In function 'define__GNUC__': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-cppbuiltin.c:269:3: note: in expansion of macro 'gcc_assert' 269 | gcc_assert (*v && (v <= version_string || v[-1] == '-')); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-cppbuiltin.c:278:3: note: in expansion of macro 'gcc_assert' 278 | gcc_assert (*v == '.' && ISDIGIT (v[1])); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-cppbuiltin.c:287:7: note: in expansion of macro 'gcc_assert' 287 | gcc_assert (ISDIGIT (v[1])); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-cppbuiltin.c:296:3: note: in expansion of macro 'gcc_assert' 296 | gcc_assert (!*v || *v == ' ' || *v == '-'); | ^~~~~~~~~~ ../../gcc/c-cppbuiltin.c: In function 'builtin_define_stdint_macros': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-cppbuiltin.c:312:5: note: in expansion of macro 'gcc_unreachable' 312 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-cppbuiltin.c: In function 'builtin_define_type_max': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-cppbuiltin.c:630:17: note: in expansion of macro 'gcc_unreachable' 630 | default: gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include \ -DPREFIX=\"/usr/pkg\" -DBASEVER="\"4.1.2\"" \ -c ../../gcc/prefix.c -o prefix.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-objc-common.c -o c-objc-common.o ../../gcc/c-objc-common.c: In function 'c_cannot_inline_tree_fn': ../../gcc/c-objc-common.c:81:31: warning: unquoted option name '-fno-inline' in format [-Wformat-diag] 81 | warning (OPT_Winline, "function %q+F can never be inlined because it " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-objc-common.c:82:39: note: format string is defined here 82 | "is suppressed using -fno-inline", fn); | ^~~~~~~~~~~ In file included from ../../gcc/c-objc-common.c:22: ../../gcc/c-objc-common.c: In function 'c_tree_printer': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-objc-common.c:199:7: note: in expansion of macro 'gcc_assert' 199 | gcc_assert (TYPE_P (t)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-dump.c -o c-dump.o In file included from /usr/include/string.h:519, from ../../gcc/system.h:195, from ../../gcc/c-common.c:23: In function 'strncpy', inlined from 'catenate_strings' at ../../gcc/c-common.c:5794:3, inlined from 'c_parse_error' at ../../gcc/c-common.c:5837:17: /usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'c_parse_error': ../../gcc/c-common.c:5792:24: note: length computed here 5792 | const int lhs_size = strlen (lhs); | ^~~~~~~~~~~~ In file included from /usr/include/string.h:519, from ../../gcc/system.h:195, from ../../gcc/c-common.c:23: In function 'strncpy', inlined from 'catenate_strings' at ../../gcc/c-common.c:5794:3, inlined from 'c_parse_error' at ../../gcc/c-common.c:5830:17: /usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'c_parse_error': ../../gcc/c-common.c:5792:24: note: length computed here 5792 | const int lhs_size = strlen (lhs); | ^~~~~~~~~~~~ In file included from /usr/include/string.h:519, from ../../gcc/system.h:195, from ../../gcc/c-common.c:23: In function 'strncpy', inlined from 'catenate_strings' at ../../gcc/c-common.c:5794:3, inlined from 'c_parse_error' at ../../gcc/c-common.c:5827:15: /usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'c_parse_error': ../../gcc/c-common.c:5792:24: note: length computed here 5792 | const int lhs_size = strlen (lhs); | ^~~~~~~~~~~~ In file included from /usr/include/string.h:519, from ../../gcc/system.h:195, from ../../gcc/c-common.c:23: In function 'strncpy', inlined from 'catenate_strings' at ../../gcc/c-common.c:5794:3, inlined from 'c_parse_error' at ../../gcc/c-common.c:5825:15: /usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'c_parse_error': ../../gcc/c-common.c:5792:24: note: length computed here 5792 | const int lhs_size = strlen (lhs); | ^~~~~~~~~~~~ In file included from /usr/include/string.h:519, from ../../gcc/system.h:195, from ../../gcc/c-common.c:23: In function 'strncpy', inlined from 'catenate_strings' at ../../gcc/c-common.c:5794:3, inlined from 'c_parse_error' at ../../gcc/c-common.c:5816:19: /usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'c_parse_error': ../../gcc/c-common.c:5792:24: note: length computed here 5792 | const int lhs_size = strlen (lhs); | ^~~~~~~~~~~~ In file included from /usr/include/string.h:519, from ../../gcc/system.h:195, from ../../gcc/c-common.c:23: In function 'strncpy', inlined from 'catenate_strings' at ../../gcc/c-common.c:5794:3, inlined from 'c_parse_error' at ../../gcc/c-common.c:5818:19: /usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'c_parse_error': ../../gcc/c-common.c:5792:24: note: length computed here 5792 | const int lhs_size = strlen (lhs); | ^~~~~~~~~~~~ In file included from /usr/include/string.h:519, from ../../gcc/system.h:195, from ../../gcc/c-common.c:23: In function 'strncpy', inlined from 'catenate_strings' at ../../gcc/c-common.c:5794:3, inlined from 'c_parse_error' at ../../gcc/c-common.c:5810:15: /usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-common.c: In function 'c_parse_error': ../../gcc/c-common.c:5792:24: note: length computed here 5792 | const int lhs_size = strlen (lhs); | ^~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include \ -DHOST_MACHINE=\"x86_64-redhat-linux-gnu\" -DTARGET_MACHINE=\"x86_64-redhat-linux-gnu\" \ ../../gcc/c-pch.c -o c-pch.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-parser.c -o c-parser.o ../../gcc/c-pch.c: In function 'pch_init': ../../gcc/c-pch.c:132:19: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 132 | fatal_error ("can%'t create precompiled header %s: %m", pch_file); | ^~~~~~ In file included from ../../gcc/c-pch.c:22: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-pch.c:135:3: note: in expansion of macro 'gcc_assert' 135 | gcc_assert (memcmp (executable_checksum, no_checksum, 16) != 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-pch.c:143:9: note: in expansion of macro 'gcc_assert' 143 | gcc_assert (v.match[i] == *pch_matching[i].flag_var); | ^~~~~~~~~~ ../../gcc/c-pch.c:153:19: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 153 | fatal_error ("can%'t write to %s: %m", pch_file); | ^~~~~~ ../../gcc/c-pch.c: In function 'c_common_write_pch': ../../gcc/c-pch.c:188:19: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 188 | fatal_error ("can%'t write %s: %m", pch_file); | ^~~~~~ ../../gcc/c-pch.c:193:19: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 193 | fatal_error ("can%'t seek in %s: %m", asm_file_name); | ^~~~~~ ../../gcc/c-pch.c:201:23: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 201 | fatal_error ("can%'t read %s: %m", asm_file_name); | ^~~~~~ ../../gcc/c-pch.c:203:23: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 203 | fatal_error ("can%'t write %s: %m", pch_file); | ^~~~~~ ../../gcc/c-pch.c:210:19: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 210 | fatal_error ("can%'t seek in %s: %m", asm_file_name); | ^~~~~~ ../../gcc/c-pch.c:217:19: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 217 | fatal_error ("can%'t write %s: %m", pch_file); | ^~~~~~ In file included from ../../gcc/c-pch.c:22: ../../gcc/c-pch.c: In function 'c_common_valid_pch': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-pch.c:239:3: note: in expansion of macro 'gcc_assert' 239 | gcc_assert (memcmp (executable_checksum, no_checksum, 16) != 0); | ^~~~~~~~~~ ../../gcc/c-pch.c:243:19: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 243 | fatal_error ("can%'t read %s: %m", name); | ^~~~~~ ../../gcc/c-pch.c:283:19: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 283 | fatal_error ("can%'t read %s: %m", name); | ^~~~~~ ../../gcc/c-pch.c:334:21: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 334 | fatal_error ("can%'t read %s: %m", name); | ^~~~~~ ../../gcc/c-pch.c: In function 'c_common_pch_pragma': ../../gcc/c-pch.c:452:25: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 452 | error ("malformed #pragma GCC pch_preprocess, ignored"); | ^~~~~~~ ../../gcc/c-pch.c:452:37: warning: unquoted identifier or keyword 'pch_preprocess' in format [-Wformat-diag] 452 | error ("malformed #pragma GCC pch_preprocess, ignored"); | ^~~~~~~~~~~~~~ ../../gcc/c-pch.c:458:15: warning: unquoted identifier or keyword 'pch_preprocess' in format [-Wformat-diag] 458 | error ("pch_preprocess pragma should only be used with -fpreprocessed"); | ^~~~~~~~~~~~~~ ../../gcc/c-pch.c:458:62: warning: unquoted option name '-fpreprocessed' in format [-Wformat-diag] 458 | error ("pch_preprocess pragma should only be used with -fpreprocessed"); | ^~~~~~~~~~~~~~ ../../gcc/c-pch.c:459:20: warning: unquoted preprocessing directive '#include' in format [-Wformat-diag] 459 | inform ("use #include instead"); | ^~~~~~~~ ../../gcc/c-pch.c:472:22: warning: unquoted option name '-Winvalid-pch' in format [-Wformat-diag] 472 | inform ("use -Winvalid-pch for more information"); | ^~~~~~~~~~~~~ In file included from ../../gcc/c-parser.c:41: ../../gcc/c-parser.c: In function 'c_token_starts_typename': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:446:11: note: in expansion of macro 'gcc_assert' 446 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:449:11: note: in expansion of macro 'gcc_unreachable' 449 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-parser.c:451:5: warning: case value '72' not in enumerated type 'enum cpp_ttype' [-Wswitch] 451 | case CPP_KEYWORD: | ^~~~ In file included from ../../gcc/c-parser.c:41: ../../gcc/c-parser.c: In function 'c_token_starts_declspecs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:510:11: note: in expansion of macro 'gcc_assert' 510 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:513:11: note: in expansion of macro 'gcc_unreachable' 513 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-parser.c:515:5: warning: case value '72' not in enumerated type 'enum cpp_ttype' [-Wswitch] 515 | case CPP_KEYWORD: | ^~~~ In file included from ../../gcc/c-parser.c:41: ../../gcc/c-parser.c: In function 'c_parser_peek_2nd_token': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:574:3: note: in expansion of macro 'gcc_assert' 574 | gcc_assert (parser->tokens_avail == 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:575:3: note: in expansion of macro 'gcc_assert' 575 | gcc_assert (parser->tokens[0].type != CPP_EOF); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_consume_token': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:590:7: note: in expansion of macro 'gcc_assert' 590 | gcc_assert (parser->tokens_avail == 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:591:7: note: in expansion of macro 'gcc_assert' 591 | gcc_assert (parser->tokens[0].type != CPP_EOF); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_external_declaration': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:1028:11: note: in expansion of macro 'gcc_assert' 1028 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:1032:11: note: in expansion of macro 'gcc_assert' 1032 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:1036:11: note: in expansion of macro 'gcc_assert' 1036 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:1040:11: note: in expansion of macro 'gcc_assert' 1040 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:1044:11: note: in expansion of macro 'gcc_assert' 1044 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/c-parser.c:1014:5: warning: case value '72' not in enumerated type 'enum cpp_ttype' [-Wswitch] 1014 | case CPP_KEYWORD: | ^~~~ In file included from ../../gcc/c-parser.c:41: ../../gcc/c-parser.c: In function 'c_parser_declspecs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:1445:15: note: in expansion of macro 'gcc_assert' 1445 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:1459:11: note: in expansion of macro 'gcc_assert' 1459 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:1468:7: note: in expansion of macro 'gcc_assert' 1468 | gcc_assert (c_parser_next_token_is (parser, CPP_KEYWORD)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_enum_specifier': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:1584:3: note: in expansion of macro 'gcc_assert' 1584 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_ENUM)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_struct_or_union_specifier': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:1723:7: note: in expansion of macro 'gcc_unreachable' 1723 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:1755:11: note: in expansion of macro 'gcc_assert' 1755 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_typeof_specifier': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:1995:3: note: in expansion of macro 'gcc_assert' 1995 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_TYPEOF)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_simple_asm_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:2611:3: note: in expansion of macro 'gcc_assert' 2611 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_ASM)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_initializer': ../../gcc/c-parser.c:2883:36: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] 2883 | && TREE_CODE (ret.value) != COMPOUND_LITERAL_EXPR) | ^~ In file included from ../../gcc/c-parser.c:41: ../../gcc/c-parser.c: In function 'c_parser_braced_init': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:2898:3: note: in expansion of macro 'gcc_assert' 2898 | gcc_assert (c_parser_next_token_is (parser, CPP_OPEN_BRACE)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_initval': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:3125:3: note: in expansion of macro 'gcc_assert' 3125 | gcc_assert (!after || c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/c-parser.c:3133:37: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] 3133 | && TREE_CODE (init.value) != COMPOUND_LITERAL_EXPR) | ^~ ../../gcc/c-parser.c: In function 'c_parser_compound_statement_nostart': ../../gcc/c-parser.c:3275:28: warning: unknown conversion type character 'H' in format [-Wformat=] 3275 | pedwarn_c90 ("%HISO C90 forbids mixed declarations and code", | ^ ../../gcc/c-parser.c:3275:26: warning: too many arguments for format [-Wformat-extra-args] 3275 | pedwarn_c90 ("%HISO C90 forbids mixed declarations and code", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-parser.c:3303:32: warning: unknown conversion type character 'H' in format [-Wformat=] 3303 | pedwarn_c90 ("%HISO C90 forbids mixed declarations and code", | ^ ../../gcc/c-parser.c:3303:30: warning: too many arguments for format [-Wformat-extra-args] 3303 | pedwarn_c90 ("%HISO C90 forbids mixed declarations and code", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/c-parser.c:41: ../../gcc/c-parser.c: In function 'c_parser_label': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:3378:7: note: in expansion of macro 'gcc_assert' 3378 | gcc_assert (c_parser_next_token_is (parser, CPP_NAME)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:3380:7: note: in expansion of macro 'gcc_assert' 3380 | gcc_assert (c_parser_next_token_is (parser, CPP_COLON)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_statement_after_labels': cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-gimplify.c -o c-gimplify.o ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:3527:11: note: in expansion of macro 'gcc_assert' 3527 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:3542:11: note: in expansion of macro 'gcc_assert' 3542 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:3546:11: note: in expansion of macro 'gcc_assert' 3546 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/c-parser.c:3469:5: warning: case value '72' not in enumerated type 'enum cpp_ttype' [-Wswitch] 3469 | case CPP_KEYWORD: | ^~~~ In file included from ../../gcc/c-parser.c:41: ../../gcc/c-parser.c: In function 'c_parser_if_statement': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:3654:3: note: in expansion of macro 'gcc_assert' 3654 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_IF)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_switch_statement': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:3681:3: note: in expansion of macro 'gcc_assert' 3681 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_SWITCH)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_while_statement': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:3713:3: note: in expansion of macro 'gcc_assert' 3713 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_WHILE)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_do_statement': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:3740:3: note: in expansion of macro 'gcc_assert' 3740 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_DO)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_for_statement': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:3782:3: note: in expansion of macro 'gcc_assert' 3782 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_FOR)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_asm_statement': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:3886:3: note: in expansion of macro 'gcc_assert' 3886 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_ASM)); | ^~~~~~~~~~ ../../gcc/c-parser.c:3896:44: warning: unquoted keyword 'asm' in format [-Wformat-diag] 3896 | warning (0, "%E qualifier ignored on asm", | ^~~ In file included from ../../gcc/c-parser.c:41: ../../gcc/c-parser.c: In function 'c_parser_expr_no_commas': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:4095:3: note: in expansion of macro 'gcc_assert' 4095 | gcc_assert (!after || c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_conditional_expression': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:4167:3: note: in expansion of macro 'gcc_assert' 4167 | gcc_assert (!after || c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/c-parser.c:4176:63: warning: unquoted operator '?:' in format [-Wformat-diag] 4176 | pedwarn ("ISO C forbids omitting the middle term of a ?: expression"); | ^~ In file included from ../../gcc/c-parser.c:41: ../../gcc/c-parser.c: In function 'c_parser_binary_expression': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:4333:3: note: in expansion of macro 'gcc_assert' 4333 | gcc_assert (!after || c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_cast_expression': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:4468:3: note: in expansion of macro 'gcc_assert' 4468 | gcc_assert (!after || c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_unary_expression': ../../gcc/c-parser.c:4597:5: warning: case value '72' not in enumerated type 'enum cpp_ttype' [-Wswitch] 4597 | case CPP_KEYWORD: | ^~~~ In file included from ../../gcc/c-parser.c:41: ../../gcc/c-parser.c: In function 'c_parser_sizeof_expression': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:4634:3: note: in expansion of macro 'gcc_assert' 4634 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_SIZEOF)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_alignof_expression': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:4686:3: note: in expansion of macro 'gcc_assert' 4686 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_ALIGNOF)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_postfix_expression': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:4809:7: note: in expansion of macro 'gcc_assert' 4809 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:5090:11: note: in expansion of macro 'gcc_assert' 5090 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:5107:11: note: in expansion of macro 'gcc_assert' 5107 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:5134:11: note: in expansion of macro 'gcc_assert' 5134 | gcc_assert (c_dialect_objc ()); | ^~~~~~~~~~ ../../gcc/c-parser.c:4894:5: warning: case value '72' not in enumerated type 'enum cpp_ttype' [-Wswitch] 4894 | case CPP_KEYWORD: | ^~~~ In file included from ../../gcc/c-parser.c:41: ../../gcc/c-parser.c: In function 'c_parser_objc_class_definition': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:5408:5: note: in expansion of macro 'gcc_unreachable' 5408 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_objc_class_instance_variables': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:5507:3: note: in expansion of macro 'gcc_assert' 5507 | gcc_assert (c_parser_next_token_is (parser, CPP_OPEN_BRACE)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_objc_class_declaration': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:5568:3: note: in expansion of macro 'gcc_assert' 5568 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_AT_CLASS)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_objc_alias_declaration': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:5602:3: note: in expansion of macro 'gcc_assert' 5602 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_AT_ALIAS)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_objc_protocol_definition': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:5638:3: note: in expansion of macro 'gcc_assert' 5638 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_AT_PROTOCOL)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_objc_method_type': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:5705:7: note: in expansion of macro 'gcc_unreachable' 5705 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_objc_protocol_refs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:5959:3: note: in expansion of macro 'gcc_assert' 5959 | gcc_assert (c_parser_next_token_is (parser, CPP_LESS)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_objc_try_catch_statement': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:5999:3: note: in expansion of macro 'gcc_assert' 5999 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_AT_TRY)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_objc_synchronized_statement': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-parser.c:6045:3: note: in expansion of macro 'gcc_assert' 6045 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_AT_SYNCHRONIZED)); | ^~~~~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_external_declaration': ../../gcc/c-parser.c:1059:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 1059 | if (c_dialect_objc ()) | ^ ../../gcc/c-parser.c:1066:5: note: here 1066 | default: | ^~~~~~~ ../../gcc/c-parser.c: In function 'c_parser_postfix_expression': ../../gcc/c-parser.c:5166:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 5166 | if (c_dialect_objc ()) | ^ ../../gcc/c-parser.c:5180:5: note: here 5180 | default: | ^~~~~~~ In file included from ../../gcc/c-gimplify.c:28: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/c-gimplify.c:38: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/c-gimplify.c:28: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/c-gimplify.c: In function 'c_gimplify_expr': ../../gcc/c-gimplify.c:220:5: warning: case value '159' not in enumerated type 'enum tree_code' [-Wswitch] 220 | case COMPOUND_LITERAL_EXPR: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-mudflap.c -o tree-mudflap.o In file included from ../../gcc/tree-mudflap.c:25: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-mudflap.c:37: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-mudflap.c:25: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-mudflap.c: In function 'mf_varname_tree': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-mudflap.c:105:3: note: in expansion of macro 'gcc_assert' 105 | gcc_assert (decl); | ^~~~~~~~~~ ../../gcc/tree-mudflap.c: In function 'mf_xform_derefs_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-mudflap.c:778:17: note: in expansion of macro 'gcc_assert' 778 | gcc_assert (TREE_CODE (var) == VAR_DECL | ^~~~~~~~~~ ../../gcc/tree-mudflap.c:847:61: warning: unquoted identifier or keyword 'ARRAY_RANGE_REF' in format [-Wformat-diag] 847 | warning (0, "mudflap checking not yet implemented for ARRAY_RANGE_REF"); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/tree-mudflap.c:25: ../../gcc/tree-mudflap.c: In function 'mudflap_finish_file': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-mudflap.c:1255:11: note: in expansion of macro 'gcc_assert' 1255 | gcc_assert (DECL_P (obj)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-pretty-print.c -o c-pretty-print.o In file included from ../../gcc/c-pretty-print.h:27, from ../../gcc/c-pretty-print.c:27: ../../gcc/c-pretty-print.c: In function 'pp_c_pointer': ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:272:7: note: in expansion of macro 'pp_unsupported_tree' 272 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:272:7: note: in expansion of macro 'pp_unsupported_tree' 272 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:272:7: note: in expansion of macro 'pp_unsupported_tree' 272 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ In file included from ../../gcc/c-pretty-print.c:23: ../../gcc/c-pretty-print.c: In function 'pp_c_type_specifier': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:348:19: note: in expansion of macro 'gcc_unreachable' 348 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/c-pretty-print.h:27, from ../../gcc/c-pretty-print.c:27: ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:382:7: note: in expansion of macro 'pp_unsupported_tree' 382 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:382:7: note: in expansion of macro 'pp_unsupported_tree' 382 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:382:7: note: in expansion of macro 'pp_unsupported_tree' 382 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/c-pretty-print.c: In function 'pp_c_direct_abstract_declarator': ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:553:7: note: in expansion of macro 'pp_unsupported_tree' 553 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:553:7: note: in expansion of macro 'pp_unsupported_tree' 553 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:553:7: note: in expansion of macro 'pp_unsupported_tree' 553 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/c-pretty-print.c: In function 'pp_c_direct_declarator': ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:667:7: note: in expansion of macro 'pp_unsupported_tree' 667 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:667:7: note: in expansion of macro 'pp_unsupported_tree' 667 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:667:7: note: in expansion of macro 'pp_unsupported_tree' 667 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/c-pretty-print.c: In function 'pp_c_declarator': ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:700:7: note: in expansion of macro 'pp_unsupported_tree' 700 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:700:7: note: in expansion of macro 'pp_unsupported_tree' 700 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:700:7: note: in expansion of macro 'pp_unsupported_tree' 700 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/c-pretty-print.c: In function 'pp_c_bool_constant': ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:864:9: note: in expansion of macro 'pp_unsupported_tree' 864 | pp_unsupported_tree (pp, b); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:864:9: note: in expansion of macro 'pp_unsupported_tree' 864 | pp_unsupported_tree (pp, b); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:864:9: note: in expansion of macro 'pp_unsupported_tree' 864 | pp_unsupported_tree (pp, b); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:873:9: note: in expansion of macro 'pp_unsupported_tree' 873 | pp_unsupported_tree (pp, b); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:873:9: note: in expansion of macro 'pp_unsupported_tree' 873 | pp_unsupported_tree (pp, b); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:873:9: note: in expansion of macro 'pp_unsupported_tree' 873 | pp_unsupported_tree (pp, b); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:878:5: note: in expansion of macro 'pp_unsupported_tree' 878 | pp_unsupported_tree (pp, b); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:878:5: note: in expansion of macro 'pp_unsupported_tree' 878 | pp_unsupported_tree (pp, b); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:878:5: note: in expansion of macro 'pp_unsupported_tree' 878 | pp_unsupported_tree (pp, b); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/c-pretty-print.c: In function 'pp_c_compound_literal': ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:945:7: note: in expansion of macro 'pp_unsupported_tree' 945 | pp_unsupported_tree (pp, e); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:945:7: note: in expansion of macro 'pp_unsupported_tree' 945 | pp_unsupported_tree (pp, e); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:945:7: note: in expansion of macro 'pp_unsupported_tree' 945 | pp_unsupported_tree (pp, e); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/c-pretty-print.c: In function 'pp_c_constant': ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:987:7: note: in expansion of macro 'pp_unsupported_tree' 987 | pp_unsupported_tree (pp, e); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:987:7: note: in expansion of macro 'pp_unsupported_tree' 987 | pp_unsupported_tree (pp, e); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:987:7: note: in expansion of macro 'pp_unsupported_tree' 987 | pp_unsupported_tree (pp, e); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/c-pretty-print.c: In function 'pp_c_initializer_list': ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:1193:3: note: in expansion of macro 'pp_unsupported_tree' 1193 | pp_unsupported_tree (pp, type); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:1193:3: note: in expansion of macro 'pp_unsupported_tree' 1193 | pp_unsupported_tree (pp, type); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:1193:3: note: in expansion of macro 'pp_unsupported_tree' 1193 | pp_unsupported_tree (pp, type); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/c-pretty-print.c: In function 'pp_c_id_expression': ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:1233:7: note: in expansion of macro 'pp_unsupported_tree' 1233 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:1233:7: note: in expansion of macro 'pp_unsupported_tree' 1233 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:1233:7: note: in expansion of macro 'pp_unsupported_tree' 1233 | pp_unsupported_tree (pp, t); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/c-pretty-print.c: In function 'pp_c_postfix_expression': ../../gcc/c-pretty-print.c:1359:5: warning: case value '159' not in enumerated type 'enum tree_code' [-Wswitch] 1359 | case COMPOUND_LITERAL_EXPR: | ^~~~ In file included from ../../gcc/c-pretty-print.h:27, from ../../gcc/c-pretty-print.c:27: ../../gcc/c-pretty-print.c: In function 'pp_c_expression': ../../gcc/pretty-print.h:283:53: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 283 | tree_code_name[(int) TREE_CODE (T)], __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:1961:7: note: in expansion of macro 'pp_unsupported_tree' 1961 | pp_unsupported_tree (pp, e); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:30: warning: spurious leading punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:1961:7: note: in expansion of macro 'pp_unsupported_tree' 1961 | pp_unsupported_tree (pp, e); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:31: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/pretty-print.h:282:30: warning: spurious trailing punctuation sequence '#' in format [-Wformat-diag] 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pretty-print.c:1961:7: note: in expansion of macro 'pp_unsupported_tree' 1961 | pp_unsupported_tree (pp, e); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/pretty-print.h:282:55: note: format string is defined here 282 | pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \ | ^ ../../gcc/c-pretty-print.c:1861:5: warning: case value '159' not in enumerated type 'enum tree_code' [-Wswitch] 1861 | case COMPOUND_LITERAL_EXPR: | ^~~~ In file included from ../../gcc/c-pretty-print.c:23: ../../gcc/c-pretty-print.c: In function 'pp_c_tree_decl_identifier': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-pretty-print.c:2059:3: note: in expansion of macro 'gcc_assert' 2059 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/main.c -o main.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-chrec.c -o tree-chrec.o In file included from ../../gcc/tree-chrec.c:28: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-chrec.c:37: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-chrec.c:28: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-chrec.c: In function 'chrec_fold_poly_cst': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-chrec.c:63:3: note: in expansion of macro 'gcc_assert' 63 | gcc_assert (poly); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-chrec.c:64:3: note: in expansion of macro 'gcc_assert' 64 | gcc_assert (cst); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-chrec.c:65:3: note: in expansion of macro 'gcc_assert' 65 | gcc_assert (TREE_CODE (poly) == POLYNOMIAL_CHREC); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-chrec.c:66:3: note: in expansion of macro 'gcc_assert' 66 | gcc_assert (!is_not_constant_evolution (cst)); | ^~~~~~~~~~ ../../gcc/tree-chrec.c: In function 'chrec_fold_plus_poly_poly': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-chrec.c:103:3: note: in expansion of macro 'gcc_assert' 103 | gcc_assert (poly0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-chrec.c:104:3: note: in expansion of macro 'gcc_assert' 104 | gcc_assert (poly1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-chrec.c:105:3: note: in expansion of macro 'gcc_assert' 105 | gcc_assert (TREE_CODE (poly0) == POLYNOMIAL_CHREC); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-chrec.c:106:3: note: in expansion of macro 'gcc_assert' 106 | gcc_assert (TREE_CODE (poly1) == POLYNOMIAL_CHREC); | ^~~~~~~~~~ ../../gcc/tree-chrec.c: In function 'chrec_fold_multiply_poly_poly': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-chrec.c:177:3: note: in expansion of macro 'gcc_assert' 177 | gcc_assert (poly0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-chrec.c:178:3: note: in expansion of macro 'gcc_assert' 178 | gcc_assert (poly1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-chrec.c:179:3: note: in expansion of macro 'gcc_assert' 179 | gcc_assert (TREE_CODE (poly0) == POLYNOMIAL_CHREC); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-chrec.c:180:3: note: in expansion of macro 'gcc_assert' 180 | gcc_assert (TREE_CODE (poly1) == POLYNOMIAL_CHREC); | ^~~~~~~~~~ ../../gcc/tree-chrec.c: In function 'chrec_contains_symbols': ../../gcc/tree-chrec.c:839:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 839 | if (chrec_contains_symbols (TREE_OPERAND (chrec, 2))) | ^ ../../gcc/tree-chrec.c:842:5: note: here 842 | case 2: | ^~~~ ../../gcc/tree-chrec.c:843:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 843 | if (chrec_contains_symbols (TREE_OPERAND (chrec, 1))) | ^ ../../gcc/tree-chrec.c:846:5: note: here 846 | case 1: | ^~~~ ../../gcc/tree-chrec.c:847:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 847 | if (chrec_contains_symbols (TREE_OPERAND (chrec, 0))) | ^ ../../gcc/tree-chrec.c:850:5: note: here 850 | default: | ^~~~~~~ ../../gcc/tree-chrec.c: In function 'chrec_contains_undetermined': ../../gcc/tree-chrec.c:868:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 868 | if (chrec_contains_undetermined (TREE_OPERAND (chrec, 2))) | ^ ../../gcc/tree-chrec.c:871:5: note: here 871 | case 2: | ^~~~ ../../gcc/tree-chrec.c:872:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 872 | if (chrec_contains_undetermined (TREE_OPERAND (chrec, 1))) | ^ ../../gcc/tree-chrec.c:875:5: note: here 875 | case 1: | ^~~~ ../../gcc/tree-chrec.c:876:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 876 | if (chrec_contains_undetermined (TREE_OPERAND (chrec, 0))) | ^ ../../gcc/tree-chrec.c:879:5: note: here 879 | default: | ^~~~~~~ ../../gcc/tree-chrec.c: In function 'tree_contains_chrecs': ../../gcc/tree-chrec.c:903:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 903 | if (tree_contains_chrecs (TREE_OPERAND (expr, 2), size)) | ^ ../../gcc/tree-chrec.c:906:5: note: here 906 | case 2: | ^~~~ ../../gcc/tree-chrec.c:907:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 907 | if (tree_contains_chrecs (TREE_OPERAND (expr, 1), size)) | ^ ../../gcc/tree-chrec.c:910:5: note: here 910 | case 1: | ^~~~ ../../gcc/tree-chrec.c:911:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 911 | if (tree_contains_chrecs (TREE_OPERAND (expr, 0), size)) | ^ ../../gcc/tree-chrec.c:914:5: note: here 914 | default: | ^~~~~~~ ../../gcc/tree-chrec.c: In function 'evolution_function_is_invariant_rec_p': ../../gcc/tree-chrec.c:946:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 946 | if (!evolution_function_is_invariant_rec_p (TREE_OPERAND (chrec, 1), | ^ ../../gcc/tree-chrec.c:950:5: note: here 950 | case 1: | ^~~~ ../../gcc/tree-chrec.c: In function 'evolution_function_is_univariate_p': ../../gcc/tree-chrec.c:1047:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 1047 | switch (TREE_CODE (CHREC_RIGHT (chrec))) | ^~~~~~ ../../gcc/tree-chrec.c:1060:5: note: here 1060 | default: | ^~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-scalar-evolution.c -o tree-scalar-evolution.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-data-ref.c -o tree-data-ref.o In file included from ../../gcc/tree-scalar-evolution.c:235: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ In file included from ../../gcc/tree-data-ref.c:78: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-scalar-evolution.c:246: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-scalar-evolution.c:235: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-data-ref.c:88: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-data-ref.c:78: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/lambda.h: In function 'lambda_vector_min_nz': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:331:3: note: in expansion of macro 'gcc_assert' 331 | gcc_assert (start <= n); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:338:3: note: in expansion of macro 'gcc_assert' 338 | gcc_assert (min >= 0); | ^~~~~~~~~~ ../../gcc/tree-data-ref.c: In function 'ptr_decl_may_alias_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:115:3: note: in expansion of macro 'gcc_assert' 115 | gcc_assert (TREE_CODE (ptr) == SSA_NAME && DECL_P (decl)); | ^~~~~~~~~~ ../../gcc/tree-data-ref.c: In function 'base_addr_differ_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:417:3: note: in expansion of macro 'gcc_assert' 417 | gcc_assert (POINTER_TYPE_P (type_a) && POINTER_TYPE_P (type_b)); | ^~~~~~~~~~ ../../gcc/tree-scalar-evolution.c: In function 'scev_const_prop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-scalar-evolution.c:2737:11: note: in expansion of macro 'gcc_assert' 2737 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-scalar-evolution.c: In function 'chrec_contains_symbols_defined_in_loop': ../../gcc/tree-scalar-evolution.c:392:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 392 | if (chrec_contains_symbols_defined_in_loop (TREE_OPERAND (chrec, 2), | ^ ../../gcc/tree-scalar-evolution.c:396:5: note: here 396 | case 2: | ^~~~ ../../gcc/tree-scalar-evolution.c:397:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 397 | if (chrec_contains_symbols_defined_in_loop (TREE_OPERAND (chrec, 1), | ^ ../../gcc/tree-scalar-evolution.c:401:5: note: here 401 | case 1: | ^~~~ ../../gcc/tree-scalar-evolution.c:402:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 402 | if (chrec_contains_symbols_defined_in_loop (TREE_OPERAND (chrec, 0), | ^ ../../gcc/tree-scalar-evolution.c:406:5: note: here 406 | default: | ^~~~~~~ ../../gcc/tree-data-ref.c: In function 'analyze_offset_expr': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:1263:7: note: in expansion of macro 'gcc_unreachable' 1263 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-data-ref.c: In function 'initialize_matrix_A': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:2364:3: note: in expansion of macro 'gcc_assert' 2364 | gcc_assert (chrec); | ^~~~~~~~~~ ../../gcc/tree-data-ref.c: In function 'build_classic_dist_vector': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:3180:11: note: in expansion of macro 'gcc_assert' 3180 | gcc_assert (loop_depth >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:3181:11: note: in expansion of macro 'gcc_assert' 3181 | gcc_assert (loop_depth < nb_loops); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:3256:5: note: in expansion of macro 'gcc_assert' 3256 | gcc_assert (lca_depth >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:3257:5: note: in expansion of macro 'gcc_assert' 3257 | gcc_assert (lca_depth < nb_loops); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:3268:9: note: in expansion of macro 'gcc_assert' 3268 | gcc_assert (lca_depth < nb_loops); | ^~~~~~~~~~ ../../gcc/tree-data-ref.c: In function 'build_classic_dir_vector': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:3408:11: note: in expansion of macro 'gcc_assert' 3408 | gcc_assert (loop_depth >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:3409:11: note: in expansion of macro 'gcc_assert' 3409 | gcc_assert (loop_depth < nb_loops); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:3475:5: note: in expansion of macro 'gcc_assert' 3475 | gcc_assert (lca_depth >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:3476:5: note: in expansion of macro 'gcc_assert' 3476 | gcc_assert (lca_depth < nb_loops); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-data-ref.c:3485:9: note: in expansion of macro 'gcc_assert' 3485 | gcc_assert (lca_depth < nb_loops); | ^~~~~~~~~~ ../../gcc/tree-data-ref.c: In function 'siv_subscript_p': ../../gcc/tree-data-ref.c:2101:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 2101 | if (CHREC_VARIABLE (chrec_a) != CHREC_VARIABLE (chrec_b)) | ^ ../../gcc/tree-data-ref.c:2104:13: note: here 2104 | default: | ^~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-cfg.c -o tree-cfg.o In file included from ../../gcc/tree-cfg.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-cfg.c:38: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-cfg.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'create_bb': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:366:3: note: in expansion of macro 'gcc_assert' 366 | gcc_assert (!e); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'make_ctrl_stmt_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:477:3: note: in expansion of macro 'gcc_assert' 477 | gcc_assert (last); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:504:7: note: in expansion of macro 'gcc_unreachable' 504 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'make_exit_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:518:3: note: in expansion of macro 'gcc_assert' 518 | gcc_assert (last); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:566:7: note: in expansion of macro 'gcc_unreachable' 566 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'make_cond_expr_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:582:3: note: in expansion of macro 'gcc_assert' 582 | gcc_assert (entry); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:583:3: note: in expansion of macro 'gcc_assert' 583 | gcc_assert (TREE_CODE (entry) == COND_EXPR); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'start_recording_case_labels': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:657:3: note: in expansion of macro 'gcc_assert' 657 | gcc_assert (edge_to_cases == NULL); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'group_case_labels': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:1104:15: note: in expansion of macro 'gcc_assert' 1104 | gcc_assert (base_case); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'replace_uses_by': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:1252:15: note: in expansion of macro 'gcc_assert' 1252 | gcc_assert (!is_gimple_reg (name)); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'tree_merge_blocks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:1328:11: note: in expansion of macro 'gcc_assert' 1328 | gcc_assert (is_gimple_reg (def)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:1348:3: note: in expansion of macro 'gcc_assert' 1348 | gcc_assert (single_succ_edge (a)->flags & EDGE_FALLTHRU); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:1349:3: note: in expansion of macro 'gcc_assert' 1349 | gcc_assert (!last_stmt (a) || !stmt_ends_bb_p (last_stmt (a))); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'remove_useless_stmts_warn_notreached': ../../gcc/tree-cfg.c:1445:25: warning: unknown conversion type character 'H' in format [-Wformat=] 1445 | warning (0, "%Hwill never be executed", &loc); | ^ ../../gcc/tree-cfg.c:1445:23: warning: too many arguments for format [-Wformat-extra-args] 1445 | warning (0, "%Hwill never be executed", &loc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'remove_bb': ../../gcc/tree-cfg.c:2086:39: warning: unknown conversion type character 'H' in format [-Wformat=] 2086 | warning (OPT_Wunreachable_code, "%Hwill never be executed", loc); | ^ ../../gcc/tree-cfg.c:2086:37: warning: too many arguments for format [-Wformat-extra-args] 2086 | warning (OPT_Wunreachable_code, "%Hwill never be executed", loc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-cfg.c:23: ../../gcc/tree-cfg.c: In function 'find_taken_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2104:3: note: in expansion of macro 'gcc_assert' 2104 | gcc_assert (stmt); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2105:3: note: in expansion of macro 'gcc_assert' 2105 | gcc_assert (is_ctrl_stmt (stmt)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2106:3: note: in expansion of macro 'gcc_assert' 2106 | gcc_assert (val); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2120:3: note: in expansion of macro 'gcc_unreachable' 2120 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'find_taken_edge_computed_goto': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2137:7: note: in expansion of macro 'gcc_assert' 2137 | gcc_assert (e != NULL); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'find_taken_edge_cond_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2154:3: note: in expansion of macro 'gcc_assert' 2154 | gcc_assert (TREE_CODE (val) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'find_taken_edge_switch_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2174:3: note: in expansion of macro 'gcc_assert' 2174 | gcc_assert (e); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'is_ctrl_altering_stmt': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2470:3: note: in expansion of macro 'gcc_assert' 2470 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'disband_implicit_edges': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2587:17: note: in expansion of macro 'gcc_unreachable' 2587 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2598:11: note: in expansion of macro 'gcc_assert' 2598 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2599:11: note: in expansion of macro 'gcc_assert' 2599 | gcc_assert (single_succ (bb) == EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2623:7: note: in expansion of macro 'gcc_assert' 2623 | gcc_assert (e->dest != EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'set_bb_for_stmt': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2744:13: note: in expansion of macro 'gcc_assert' 2744 | gcc_assert (!bb || !VARRAY_BB (label_to_block_map, uid)); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'bsi_for_stmt': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2761:3: note: in expansion of macro 'gcc_unreachable' 2761 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'bsi_insert_before': ../../gcc/tree-cfg.c:2791:32: warning: implicit conversion from 'enum bsi_iterator_update' to 'enum tsi_iterator_update' [-Wenum-conversion] 2791 | tsi_link_before (&i->tsi, t, m); | ^ ../../gcc/tree-cfg.c: In function 'bsi_insert_after': ../../gcc/tree-cfg.c:2804:31: warning: implicit conversion from 'enum bsi_iterator_update' to 'enum tsi_iterator_update' [-Wenum-conversion] 2804 | tsi_link_after (&i->tsi, t, m); | ^ In file included from ../../gcc/tree-cfg.c:23: ../../gcc/tree-cfg.c: In function 'tree_find_edge_insert_loc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:2965:15: note: in expansion of macro 'gcc_assert' 2965 | gcc_assert (TREE_CODE (op) == MODIFY_EXPR); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'bsi_insert_on_edge_immediate': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:3042:3: note: in expansion of macro 'gcc_assert' 3042 | gcc_assert (!PENDING_STMT (e)); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'reinstall_phi_args': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:3073:7: note: in expansion of macro 'gcc_assert' 3073 | gcc_assert (result == PHI_RESULT (phi)); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'tree_split_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:3107:3: note: in expansion of macro 'gcc_assert' 3107 | gcc_assert (!(edge_in->flags & EDGE_ABNORMAL)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:3122:3: note: in expansion of macro 'gcc_assert' 3122 | gcc_assert (e); | ^~~~~~~~~~ ../../gcc/tree-cfg.c:3103:39: warning: variable 'src' set but not used [-Wunused-but-set-variable] 3103 | basic_block new_bb, after_bb, dest, src; | ^~~ ../../gcc/tree-cfg.c: In function 'verify_expr': ../../gcc/tree-cfg.c:3181:19: warning: unquoted identifier or keyword 'ASSERT_EXPR' in format [-Wformat-diag] 3181 | error ("ASSERT_EXPR with an always-false condition"); | ^~~~~~~~~~~ ../../gcc/tree-cfg.c:3191:49: warning: unquoted identifier or keyword 'BIT_FIELD_REF' in format [-Wformat-diag] 3191 | error ("GIMPLE register modified with BIT_FIELD_REF"); | ^~~~~~~~~~~~~ ../../gcc/tree-cfg.c:3226:51: warning: unquoted identifier or keyword 'ADDR_EXPR' in format [-Wformat-diag] 3226 | error ("invariant not recomputed when ADDR_EXPR changed"); | ^~~~~~~~~ ../../gcc/tree-cfg.c:3232:50: warning: unquoted identifier or keyword 'ADDR_EXPR' in format [-Wformat-diag] 3232 | error ("constant not recomputed when ADDR_EXPR changed"); | ^~~~~~~~~ ../../gcc/tree-cfg.c:3237:54: warning: unquoted identifier or keyword 'ADDR_EXPR' in format [-Wformat-diag] 3237 | error ("side effects not recomputed when ADDR_EXPR changed"); | ^~~~~~~~~ ../../gcc/tree-cfg.c:3302:26: warning: unquoted identifier or keyword 'COMPONENT_REF' in format [-Wformat-diag] 3302 | CHECK_OP (2, "invalid COMPONENT_REF offset operator"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-cfg.c:3165:17: note: in definition of macro 'CHECK_OP' 3165 | { error (MSG); return TREE_OPERAND (t, N); }} while (0) | ^~~ ../../gcc/tree-cfg.c:3302:35: note: format string is defined here 3302 | CHECK_OP (2, "invalid COMPONENT_REF offset operator"); | ^~~~~~~~~~~~~ ../../gcc/tree-cfg.c:3314:28: warning: unquoted identifier or keyword 'BIT_FIELD_REF' in format [-Wformat-diag] 3314 | CHECK_OP (1, "invalid operand to BIT_FIELD_REF"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-cfg.c:3165:17: note: in definition of macro 'CHECK_OP' 3165 | { error (MSG); return TREE_OPERAND (t, N); }} while (0) | ^~~ ../../gcc/tree-cfg.c:3314:48: note: format string is defined here 3314 | CHECK_OP (1, "invalid operand to BIT_FIELD_REF"); | ^~~~~~~~~~~~~ ../../gcc/tree-cfg.c:3315:28: warning: unquoted identifier or keyword 'BIT_FIELD_REF' in format [-Wformat-diag] 3315 | CHECK_OP (2, "invalid operand to BIT_FIELD_REF"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-cfg.c:3165:17: note: in definition of macro 'CHECK_OP' 3165 | { error (MSG); return TREE_OPERAND (t, N); }} while (0) | ^~~ ../../gcc/tree-cfg.c:3315:48: note: format string is defined here 3315 | CHECK_OP (2, "invalid operand to BIT_FIELD_REF"); | ^~~~~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'verify_stmts': ../../gcc/tree-cfg.c:3508:23: warning: unquoted identifier or keyword 'bb_for_stmt' in format [-Wformat-diag] 3508 | error ("bb_for_stmt (phi) is set to a wrong basic block"); | ^~~~~~~~~~~ ../../gcc/tree-cfg.c:3553:23: warning: unquoted identifier or keyword 'bb_for_stmt' in format [-Wformat-diag] 3553 | error ("bb_for_stmt (stmt) is set to a wrong basic block"); | ^~~~~~~~~~~ ../../gcc/tree-cfg.c:3553:36: warning: misspelled term 'stmt' in format; use 'statement' instead [-Wformat-diag] 3553 | error ("bb_for_stmt (stmt) is set to a wrong basic block"); | ^~~~ ../../gcc/tree-cfg.c:3571:22: warning: unquoted identifier or keyword 'verify_stmts' in format [-Wformat-diag] 3571 | internal_error ("verify_stmts failed"); | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'tree_verify_flow_info': ../../gcc/tree-cfg.c:3592:15: warning: unquoted identifier or keyword 'ENTRY_BLOCK' in format [-Wformat-diag] 3592 | error ("ENTRY_BLOCK has a statement list associated with it"); | ^~~~~~~~~~~ ../../gcc/tree-cfg.c:3598:15: warning: unquoted identifier or keyword 'EXIT_BLOCK' in format [-Wformat-diag] 3598 | error ("EXIT_BLOCK has a statement list associated with it"); | ^~~~~~~~~~ ../../gcc/tree-cfg.c:3701:53: warning: unquoted identifier or keyword 'COND_EXPR' in format [-Wformat-diag] 3701 | error ("true/false edge after a non-COND_EXPR in bb %d", | ^~~~~~~~~ ../../gcc/tree-cfg.c:3716:36: warning: unquoted identifier or keyword 'COND_EXPR' in format [-Wformat-diag] 3716 | error ("structured COND_EXPR at the end of bb %d", bb->index); | ^~~~~~~~~ In file included from ../../gcc/tree-cfg.c:23: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:3807:17: note: in expansion of macro 'gcc_assert' 3807 | gcc_assert (!label_bb->aux || label_bb->aux == (void *)1); | ^~~~~~~~~~ ../../gcc/tree-cfg.c:3843:51: warning: unquoted operator '->' in format [-Wformat-diag] 3843 | error ("extra outgoing edge %d->%d", | ^~ ../../gcc/tree-cfg.c:3865:44: warning: unquoted operator '->' in format [-Wformat-diag] 3865 | error ("missing edge %i->%i", | ^~ In file included from ../../gcc/tree-cfg.c:23: ../../gcc/tree-cfg.c: In function 'tree_redirect_edge_and_branch': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:4036:7: note: in expansion of macro 'gcc_unreachable' 4036 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:4092:7: note: in expansion of macro 'gcc_assert' 4092 | gcc_assert (e->flags & EDGE_FALLTHRU); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'tree_redirect_edge_and_branch_force': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:4111:3: note: in expansion of macro 'gcc_assert' 4111 | gcc_assert (e); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'add_phi_args_after_copy_bb': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:4283:11: note: in expansion of macro 'gcc_assert' 4283 | gcc_assert (e != NULL); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'tree_duplicate_sese_region': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:4438:3: note: in expansion of macro 'gcc_assert' 4438 | gcc_assert (redirected != NULL); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'tree_lv_adjust_loop_header_phi': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfg.c:4930:3: note: in expansion of macro 'gcc_assert' 4930 | gcc_assert (e2 != NULL); | ^~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'execute_warn_function_return': ../../gcc/tree-cfg.c:5160:21: warning: unknown conversion type character 'H' in format [-Wformat=] 5160 | warning (0, "%H%<noreturn%> function does return", locus); | ^ ../../gcc/tree-cfg.c:5160:19: warning: too many arguments for format [-Wformat-extra-args] 5160 | warning (0, "%H%<noreturn%> function does return", locus); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-cfg.c:5187:29: warning: unknown conversion type character 'H' in format [-Wformat=] 5187 | warning (0, "%Hcontrol reaches end of non-void function", locus); | ^ ../../gcc/tree-cfg.c:5187:27: warning: too many arguments for format [-Wformat-extra-args] 5187 | warning (0, "%Hcontrol reaches end of non-void function", locus); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-cfg.c: In function 'execute_warn_function_noreturn': ../../gcc/tree-cfg.c:5247:39: warning: unknown conversion type character 'J' in format [-Wformat=] 5247 | warning (OPT_Wmissing_noreturn, "%Jfunction might be possible candidate " | ^ ../../gcc/tree-cfg.c:5247:37: warning: too many arguments for format [-Wformat-extra-args] 5247 | warning (OPT_Wmissing_noreturn, "%Jfunction might be possible candidate " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-dfa.c -o tree-dfa.o In file included from ../../gcc/tree-dfa.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-dfa.c:43: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-dfa.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-dfa.c: In function 'create_var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:135:3: note: in expansion of macro 'gcc_assert' 135 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:136:3: note: in expansion of macro 'gcc_assert' 136 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:137:3: note: in expansion of macro 'gcc_assert' 137 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-dfa.c: In function 'create_stmt_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:157:3: note: in expansion of macro 'gcc_assert' 157 | gcc_assert (is_gimple_stmt (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:158:3: note: in expansion of macro 'gcc_assert' 158 | gcc_assert (!t->common.ann || t->common.ann->common.type == STMT_ANN); | ^~~~~~~~~~ ../../gcc/tree-dfa.c: In function 'create_tree_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:180:3: note: in expansion of macro 'gcc_assert' 180 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:181:3: note: in expansion of macro 'gcc_assert' 181 | gcc_assert (!t->common.ann || t->common.ann->common.type == TREE_ANN_COMMON); | ^~~~~~~~~~ ../../gcc/tree-dfa.c: In function 'collect_dfa_stats': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:465:3: note: in expansion of macro 'gcc_assert' 465 | gcc_assert (dfa_stats_p); | ^~~~~~~~~~ ../../gcc/tree-dfa.c: In function 'referenced_var_lookup': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:578:3: note: in expansion of macro 'gcc_assert' 578 | gcc_assert (h || uid == 0); | ^~~~~~~~~~ ../../gcc/tree-dfa.c: In function 'referenced_var_insert': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:598:3: note: in expansion of macro 'gcc_assert' 598 | gcc_assert ((*(struct int_tree_map **)loc) == NULL); | ^~~~~~~~~~ ../../gcc/tree-dfa.c: In function 'add_referenced_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:616:3: note: in expansion of macro 'gcc_assert' 616 | gcc_assert (DECL_P (var)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:622:3: note: in expansion of macro 'gcc_assert' 622 | gcc_assert (!ref || ref == var); | ^~~~~~~~~~ ../../gcc/tree-dfa.c:612:13: warning: variable 'v_ann' set but not used [-Wunused-but-set-variable] 612 | var_ann_t v_ann; | ^~~~~ In file included from ../../gcc/tree-dfa.c:23: ../../gcc/tree-dfa.c: In function 'get_virtual_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:669:3: note: in expansion of macro 'gcc_assert' 669 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:670:3: note: in expansion of macro 'gcc_assert' 670 | gcc_assert (!is_gimple_reg (var)); | ^~~~~~~~~~ ../../gcc/tree-dfa.c: In function 'okay_component_ref_for_subvars': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-dfa.c:799:3: note: in expansion of macro 'gcc_assert' 799 | gcc_assert (!SSA_VAR_P (ref)); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-cfg.c:38: ../../gcc/tree-cfg.c: In function 'bsi_remove': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-cfg.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-cfg.c:38: ../../gcc/tree-cfg.c: In function 'bsi_replace': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-cfg.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-eh.c -o tree-eh.o In file included from ../../gcc/tree-eh.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-eh.c:31: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-eh.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-eh.c: In function 'add_stmt_to_eh_region_fn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-eh.c:100:3: note: in expansion of macro 'gcc_assert' 100 | gcc_assert (num >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-eh.c:101:3: note: in expansion of macro 'gcc_assert' 101 | gcc_assert (TREE_CODE (t) != RESX_EXPR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-eh.c:113:3: note: in expansion of macro 'gcc_assert' 113 | gcc_assert (!*slot); | ^~~~~~~~~~ ../../gcc/tree-eh.c: In function 'record_in_finally_tree': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-eh.c:210:3: note: in expansion of macro 'gcc_assert' 210 | gcc_assert (!*slot); | ^~~~~~~~~~ ../../gcc/tree-eh.c: In function 'replace_goto_queue_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-eh.c:445:7: note: in expansion of macro 'gcc_unreachable' 445 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-eh.c: In function 'maybe_record_in_goto_queue': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-eh.c:530:7: note: in expansion of macro 'gcc_unreachable' 530 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-eh.c: In function 'do_return_redirection': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-eh.c:621:13: note: in expansion of macro 'gcc_assert' 621 | gcc_assert (*return_value_p == ret_expr); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-eh.c:658:11: note: in expansion of macro 'gcc_unreachable' 658 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-eh.c: In function 'lower_try_finally_switch': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-eh.c:1273:7: note: in expansion of macro 'gcc_assert' 1273 | gcc_assert (last_case); | ^~~~~~~~~~ ../../gcc/tree-eh.c: In function 'mark_eh_edge': ../../gcc/tree-eh.c:1767:25: warning: unquoted operator '->' in format [-Wformat-diag] 1767 | error ("EH edge %i->%i is missing", src->index, dst->index); | ^~ ../../gcc/tree-eh.c:1772:25: warning: unquoted operator '->' in format [-Wformat-diag] 1772 | error ("EH edge %i->%i miss EH flag", src->index, dst->index); | ^~ ../../gcc/tree-eh.c:1778:25: warning: unquoted operator '->' in format [-Wformat-diag] 1778 | error ("EH edge %i->%i has duplicated regions", src->index, dst->index); | ^~ In file included from ../../gcc/tree-eh.c:22: ../../gcc/tree-eh.c: In function 'verify_eh_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-eh.c:1797:5: note: in expansion of macro 'gcc_assert' 1797 | gcc_assert (!e->aux); | ^~~~~~~~~~ ../../gcc/tree-eh.c:1812:31: warning: misspelled term 'can not' in format; use 'cannot' instead [-Wformat-diag] 1812 | error ("BB %i can not throw but has EH edges", bb->index); | ^~~~~~~ ../../gcc/tree-eh.c:1830:41: warning: unquoted operator '->' in format [-Wformat-diag] 1830 | error ("unnecessary EH edge %i->%i", bb->index, e->dest->index); | ^~ ../../gcc/tree-eh.c: In function 'do_return_redirection': ../../gcc/tree-eh.c:654:26: warning: this statement may fall through [-Wimplicit-fallthrough=] 654 | q->cont_stmt = build1 (RETURN_EXPR, void_type_node, x); ../../gcc/tree-eh.c:657:9: note: here 657 | default: | ^~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa.c -o tree-ssa.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-optimize.c -o tree-optimize.o In file included from ../../gcc/tree-ssa.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa.c:39: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa.c: In function 'verify_ssa_name': ../../gcc/tree-ssa.c:111:27: warning: unquoted identifier or keyword 'SSA_NAME' in format [-Wformat-diag] 111 | error ("expected an SSA_NAME object"); | ^~~~~~~~ ../../gcc/tree-ssa.c:117:40: warning: unquoted identifier or keyword 'SSA_NAME' in format [-Wformat-diag] 117 | error ("type mismatch between an SSA_NAME and its symbol"); | ^~~~~~~~ ../../gcc/tree-ssa.c:123:24: warning: unquoted identifier or keyword 'SSA_NAME' in format [-Wformat-diag] 123 | error ("found an SSA_NAME that had been released into the free pool"); | ^~~~~~~~ ../../gcc/tree-ssa.c: In function 'verify_def': ../../gcc/tree-ssa.c:171:15: warning: unquoted identifier or keyword 'SSA_NAME' in format [-Wformat-diag] 171 | error ("SSA_NAME created in two different blocks %i and %i", | ^~~~~~~~ ../../gcc/tree-ssa.c:180:15: warning: unquoted identifier or keyword 'SSA_NAME_DEF_STMT' in format [-Wformat-diag] 180 | error ("SSA_NAME_DEF_STMT is wrong"); | ^~~~~~~~~~~~~~~~~ ../../gcc/tree-ssa.c: In function 'verify_use': ../../gcc/tree-ssa.c:259:15: warning: unquoted identifier or keyword 'SSA_NAME_OCCURS_IN_ABNORMAL_PHI' in format [-Wformat-diag] 259 | error ("SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-ssa.c:267:18: warning: unquoted identifier or keyword 'immediate_use' in format [-Wformat-diag] 267 | error ("no immediate_use list"); | ^~~~~~~~~~~~~ ../../gcc/tree-ssa.c: In function 'verify_phi_args': ../../gcc/tree-ssa.c:327:54: warning: unquoted operator '->' in format [-Wformat-diag] 327 | error ("PHI argument is missing for edge %d->%d", | ^~ ../../gcc/tree-ssa.c:336:39: warning: unquoted identifier or keyword 'SSA_NAME' in format [-Wformat-diag] 336 | error ("PHI argument is not SSA_NAME, or invariant"); | ^~~~~~~~ ../../gcc/tree-ssa.c:348:32: warning: unquoted operator '->' in format [-Wformat-diag] 348 | error ("wrong edge %d->%d for PHI argument", | ^~ ../../gcc/tree-ssa.c: In function 'verify_flow_insensitive_alias_info': ../../gcc/tree-ssa.c:423:20: warning: unquoted identifier or keyword 'verify_flow_insensitive_alias_info' in format [-Wformat-diag] 423 | internal_error ("verify_flow_insensitive_alias_info failed"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-ssa.c: In function 'verify_flow_sensitive_alias_info': ../../gcc/tree-ssa.c:489:20: warning: unquoted identifier or keyword 'verify_flow_sensitive_alias_info' in format [-Wformat-diag] 489 | internal_error ("verify_flow_sensitive_alias_info failed"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-ssa.c: In function 'verify_name_tags': ../../gcc/tree-ssa.c:566:45: warning: bare apostrophe ''' in format [-Wformat-diag] 566 | error ("alias set of a pointer's type tag should be a superset of the corresponding name tag"); | ^ ../../gcc/tree-ssa.c:566:22: note: if avoiding the apostrophe is not feasible, enclose it in a pair of '%<' and '%>' directives instead 566 | error ("alias set of a pointer's type tag should be a superset of the corresponding name tag"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-ssa.c:614:20: warning: unquoted identifier or keyword 'verify_name_tags' in format [-Wformat-diag] 614 | internal_error ("verify_name_tags failed"); | ^~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa.c:22: ../../gcc/tree-ssa.c: In function 'verify_ssa': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa.c:643:3: note: in expansion of macro 'gcc_assert' 643 | gcc_assert (!need_ssa_update_p ()); | ^~~~~~~~~~ ../../gcc/tree-ssa.c:685:58: warning: unquoted operator '->' in format [-Wformat-diag] 685 | error ("AUX pointer initialized for edge %d->%d", e->src->index, | ^~ ../../gcc/tree-ssa.c:708:23: warning: misspelled term 'stmt' in format; use 'statement' instead [-Wformat-diag] 708 | error ("stmt (%p) marked modified after optimization pass : ", | ^~~~ ../../gcc/tree-ssa.c:708:72: warning: space followed by punctuation character ':' [-Wformat-diag] 708 | error ("stmt (%p) marked modified after optimization pass : ", | ^ ../../gcc/tree-ssa.c:708:74: warning: spurious trailing space in format [-Wformat-diag] 708 | error ("stmt (%p) marked modified after optimization pass : ", | ^ ../../gcc/tree-ssa.c:726:26: warning: unquoted identifier or keyword 'V_MAY_DEFS' in format [-Wformat-diag] 726 | error ("statement makes a memory store, but has no " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-ssa.c:727:27: note: format string is defined here 727 | "V_MAY_DEFS nor V_MUST_DEFS"); | ^~~~~~~~~~ ../../gcc/tree-ssa.c:726:26: warning: unquoted identifier or keyword 'V_MUST_DEFS' in format [-Wformat-diag] 726 | error ("statement makes a memory store, but has no " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-ssa.c:727:42: note: format string is defined here 727 | "V_MAY_DEFS nor V_MUST_DEFS"); | ^~~~~~~~~~~ ../../gcc/tree-ssa.c:737:66: warning: unquoted identifier or keyword 'V_MAY_DEFS' in format [-Wformat-diag] 737 | error ("statement makes aliased stores, but has no V_MAY_DEFS"); | ^~~~~~~~~~ ../../gcc/tree-ssa.c:776:20: warning: unquoted identifier or keyword 'verify_ssa' in format [-Wformat-diag] 776 | internal_error ("verify_ssa failed"); | ^~~~~~~~~~ In file included from ../../gcc/tree-ssa.c:22: ../../gcc/tree-ssa.c: In function 'delete_tree_ssa': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa.c:872:3: note: in expansion of macro 'gcc_assert' 872 | gcc_assert (!need_ssa_update_p ()); | ^~~~~~~~~~ ../../gcc/tree-ssa.c: In function 'walk_use_def_chains': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa.c:1082:3: note: in expansion of macro 'gcc_assert' 1082 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ In file included from ../../gcc/tree-optimize.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-optimize.c:36: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-optimize.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-optimize.c: In function 'tree_rest_of_compilation': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-optimize.c:349:3: note: in expansion of macro 'gcc_assert' 349 | gcc_assert (!flag_unit_at_a_time || cgraph_global_info_ready); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa.c:39: ../../gcc/tree-ssa.c: In function 'verify_ssa': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa.c:25: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-gimple.c -o tree-gimple.o In file included from ../../gcc/tree-gimple.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-gimple.c:30: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-gimple.c:24: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-gimple.c: In function 'recalculate_side_effects': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-gimple.c:501:7: note: in expansion of macro 'gcc_unreachable' 501 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/gimplify.c -o gimplify.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-pretty-print.c -o tree-pretty-print.o In file included from ../../gcc/gimplify.c:25: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/gimplify.c:36: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/gimplify.c:25: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimple_tree_eq': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:109:3: note: in expansion of macro 'gcc_assert' 109 | gcc_assert (gimple_tree_hash (p1) == gimple_tree_hash (p2)); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'push_gimplify_context': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:119:3: note: in expansion of macro 'gcc_assert' 119 | gcc_assert (!gimplify_ctxp); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'pop_gimplify_context': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:138:3: note: in expansion of macro 'gcc_assert' 138 | gcc_assert (gimplify_ctxp && !gimplify_ctxp->current_bind_expr); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimple_pop_condition': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:209:3: note: in expansion of macro 'gcc_assert' 209 | gcc_assert (conds >= 0); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'create_tmp_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:408:3: note: in expansion of macro 'gcc_assert' 408 | gcc_assert (!TREE_ADDRESSABLE (type) | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'internal_get_tmp_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:524:13: note: in expansion of macro 'gcc_assert' 524 | gcc_assert (u == DECL_GET_RESTRICT_BASE (t)); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'declare_tmp_vars': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:584:7: note: in expansion of macro 'gcc_assert' 584 | gcc_assert (TREE_CODE (scope) == BIND_EXPR); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimple_add_tmp_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:595:3: note: in expansion of macro 'gcc_assert' 595 | gcc_assert (!TREE_CHAIN (tmp) && !DECL_SEEN_IN_BIND_EXPR_P (tmp)); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'annotate_all_with_locus': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:650:7: note: in expansion of macro 'gcc_assert' 650 | gcc_assert (TREE_CODE (t) != STATEMENT_LIST | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'mostly_copy_tree_r': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:678:7: note: in expansion of macro 'gcc_assert' 678 | gcc_assert (code != BIND_EXPR); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_return_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:998:7: note: in expansion of macro 'gcc_assert' 998 | gcc_assert ((TREE_CODE (ret_expr) == MODIFY_EXPR | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_switch_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:1223:7: note: in expansion of macro 'gcc_assert' 1223 | gcc_assert (!SWITCH_LABELS (switch_expr)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:1276:5: note: in expansion of macro 'gcc_assert' 1276 | gcc_assert (SWITCH_LABELS (switch_expr)); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_case_label_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:1286:3: note: in expansion of macro 'gcc_assert' 1286 | gcc_assert (gimplify_ctxp->case_labels); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'canonicalize_component_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert (TREE_CODE (expr) == COMPONENT_REF); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_conversion': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:1440:3: note: in expansion of macro 'gcc_assert' 1440 | gcc_assert (TREE_CODE (*expr_p) == NOP_EXPR | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_var_or_parm_decl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:1490:7: note: in expansion of macro 'gcc_assert' 1490 | gcc_assert (errorcount || sorrycount); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_compound_lval': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:1561:3: note: in expansion of macro 'gcc_assert' 1561 | gcc_assert (VEC_length (tree, stack)); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_self_mod_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:1727:3: note: in expansion of macro 'gcc_assert' 1727 | gcc_assert (code == POSTINCREMENT_EXPR || code == POSTDECREMENT_EXPR | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_call_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:1849:3: note: in expansion of macro 'gcc_assert' 1849 | gcc_assert (TREE_CODE (*expr_p) == CALL_EXPR); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_init_ctor_eval': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:2679:7: note: in expansion of macro 'gcc_assert' 2679 | gcc_assert (purpose); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:2715:11: note: in expansion of macro 'gcc_assert' 2715 | gcc_assert (TREE_CODE (purpose) == FIELD_DECL); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_init_constructor': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:2923:9: note: in expansion of macro 'gcc_assert' 2923 | gcc_assert (VEC_length (constructor_elt, elts) == 2); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:2996:7: note: in expansion of macro 'gcc_unreachable' 2996 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_modify_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:3299:3: note: in expansion of macro 'gcc_assert' 3299 | gcc_assert (TREE_CODE (*expr_p) == MODIFY_EXPR | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:3372:7: note: in expansion of macro 'gcc_assert' 3372 | gcc_assert (TREE_CODE (*to_p) != SSA_NAME); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_save_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:3520:3: note: in expansion of macro 'gcc_assert' 3520 | gcc_assert (TREE_CODE (*expr_p) == SAVE_EXPR); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_asm_expr': ../../gcc/gimplify.c:3689:37: warning: unquoted keyword 'asm' in format [-Wformat-diag] 3689 | error ("invalid lvalue in asm output %d", i); | ^~~ In file included from ../../gcc/gimplify.c:25: ../../gcc/gimplify.c: In function 'gimplify_target_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:4014:5: note: in expansion of macro 'gcc_assert' 4014 | gcc_assert (DECL_SEEN_IN_BIND_EXPR_P (temp)); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_expr': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:4191:11: note: in expansion of macro 'gcc_unreachable' 4191 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:4330:11: note: in expansion of macro 'gcc_assert' 4330 | gcc_assert (decl_function_context (LABEL_EXPR_LABEL (*expr_p)) | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:4401:11: note: in expansion of macro 'gcc_unreachable' 4401 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:4517:15: note: in expansion of macro 'gcc_assert' 4517 | gcc_assert (TREE_CODE (*expr_p) == TRUTH_AND_EXPR | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:4545:3: note: in expansion of macro 'gcc_assert' 4545 | gcc_assert (ret != GS_UNHANDLED); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:4578:15: note: in expansion of macro 'gcc_unreachable' 4578 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:4658:7: note: in expansion of macro 'gcc_assert' 4658 | gcc_assert (!VOID_TYPE_P (TREE_TYPE (*expr_p))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:4685:7: note: in expansion of macro 'gcc_assert' 4685 | gcc_assert (fallback & fb_mayfail); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:4694:3: note: in expansion of macro 'gcc_assert' 4694 | gcc_assert ((*gimple_test_f) (*expr_p)); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'force_gimple_operand': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimplify.c:5072:3: note: in expansion of macro 'gcc_assert' 5072 | gcc_assert (ret != GS_ERROR); | ^~~~~~~~~~ In file included from ../../gcc/tree-pretty-print.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-pretty-print.c:30: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-pretty-print.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-pretty-print.c: In function 'dump_generic_node': ../../gcc/tree-pretty-print.c:276:25: warning: spurious leading punctuation sequence '<&' in format [-Wformat-diag] 276 | pp_printf (buffer, "<&%p> ", (void *)node); | ^~ ../../gcc/tree-pretty-print.c:276:30: warning: spurious trailing space in format [-Wformat-diag] 276 | pp_printf (buffer, "<&%p> ", (void *)node); | ^ ../../gcc/tree-pretty-print.c:414:33: warning: spurious leading punctuation sequence '<' in format [-Wformat-diag] 414 | pp_printf (buffer, "<T%x>", TYPE_UID (node)); | ^ ../../gcc/tree-pretty-print.c:414:37: warning: spurious trailing punctuation sequence '>' in format [-Wformat-diag] 414 | pp_printf (buffer, "<T%x>", TYPE_UID (node)); | ^ ../../gcc/tree-pretty-print.c:666:29: warning: spurious leading punctuation sequence '<' in format [-Wformat-diag] 666 | pp_printf (buffer, "<L" HOST_WIDE_INT_PRINT_DEC ">", | ^ ../../gcc/tree-pretty-print.c:666:28: warning: spurious trailing punctuation sequence '>' in format [-Wformat-diag] 666 | pp_printf (buffer, "<L" HOST_WIDE_INT_PRINT_DEC ">", | ^~~~ ../../gcc/tree-pretty-print.c:666:58: note: format string is defined here 666 | pp_printf (buffer, "<L" HOST_WIDE_INT_PRINT_DEC ">", | ^ ../../gcc/tree-pretty-print.c:669:29: warning: spurious leading punctuation sequence '<' in format [-Wformat-diag] 669 | pp_printf (buffer, "<D%u>", DECL_UID (node)); | ^ ../../gcc/tree-pretty-print.c:669:33: warning: spurious trailing punctuation sequence '>' in format [-Wformat-diag] 669 | pp_printf (buffer, "<D%u>", DECL_UID (node)); | ^ In file included from ../../gcc/tree-pretty-print.c:23: ../../gcc/tree-pretty-print.c: In function 'op_symbol': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-pretty-print.c:1859:3: note: in expansion of macro 'gcc_assert' 1859 | gcc_assert (op); | ^~~~~~~~~~ ../../gcc/tree-pretty-print.c: In function 'print_call_name': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-pretty-print.c:2011:3: note: in expansion of macro 'gcc_assert' 2011 | gcc_assert (TREE_CODE (node) == CALL_EXPR); | ^~~~~~~~~~ ../../gcc/tree-pretty-print.c: In function 'dump_generic_node': ../../gcc/tree-pretty-print.c:322:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 322 | dump_generic_node (buffer, BINFO_TYPE (node), spc, flags, false); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-pretty-print.c:324:5: note: here 324 | case TREE_VEC: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-into-ssa.c -o tree-into-ssa.o In file included from ../../gcc/tree-into-ssa.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-into-ssa.c:38: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-into-ssa.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-into-ssa.c: In function 'symbol_marked_for_renaming': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:456:3: note: in expansion of macro 'gcc_assert' 456 | gcc_assert (DECL_P (sym)); | ^~~~~~~~~~ ../../gcc/tree-into-ssa.c: In function 'add_new_name_mapping': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:558:3: note: in expansion of macro 'gcc_assert' 558 | gcc_assert (new != old && SSA_NAME_VAR (new) == SSA_NAME_VAR (old)); | ^~~~~~~~~~ ../../gcc/tree-into-ssa.c: In function 'mark_def_sites': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:652:7: note: in expansion of macro 'gcc_assert' 652 | gcc_assert (DECL_P (sym)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:666:7: note: in expansion of macro 'gcc_assert' 666 | gcc_assert (DECL_P (sym)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:676:7: note: in expansion of macro 'gcc_assert' 676 | gcc_assert (DECL_P (def)); | ^~~~~~~~~~ ../../gcc/tree-into-ssa.c: In function 'find_idf': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:731:7: note: in expansion of macro 'gcc_assert' 731 | gcc_assert (bb_index < (unsigned) last_basic_block); | ^~~~~~~~~~ ../../gcc/tree-into-ssa.c: In function 'insert_phi_nodes_for': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:802:3: note: in expansion of macro 'gcc_assert' 802 | gcc_assert (def_map); | ^~~~~~~~~~ ../../gcc/tree-into-ssa.c: In function 'rewrite_stmt': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:1041:9: note: in expansion of macro 'gcc_assert' 1041 | gcc_assert (DECL_P (var)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:1050:9: note: in expansion of macro 'gcc_assert' 1050 | gcc_assert (DECL_P (var)); | ^~~~~~~~~~ ../../gcc/tree-into-ssa.c: In function 'rewrite_update_stmt': ../../gcc/tree-into-ssa.c:1440:14: warning: variable 'ann' set but not used [-Wunused-but-set-variable] 1440 | stmt_ann_t ann; | ^~~ In file included from ../../gcc/tree-into-ssa.c:23: ../../gcc/tree-into-ssa.c: In function 'rewrite_blocks': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:1593:5: note: in expansion of macro 'gcc_unreachable' 1593 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:1600:5: note: in expansion of macro 'gcc_unreachable' 1600 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:1607:5: note: in expansion of macro 'gcc_unreachable' 1607 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-into-ssa.c: In function 'prepare_def_site_for': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:2012:3: note: in expansion of macro 'gcc_assert' 2012 | gcc_assert (names_to_release == NULL | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:2019:7: note: in expansion of macro 'gcc_assert' 2019 | gcc_assert (bb->index < last_basic_block); | ^~~~~~~~~~ ../../gcc/tree-into-ssa.c: In function 'release_ssa_name_after_update_ssa': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:2366:3: note: in expansion of macro 'gcc_assert' 2366 | gcc_assert (!need_to_initialize_update_ssa_p); | ^~~~~~~~~~ ../../gcc/tree-into-ssa.c: In function 'insert_updated_phi_nodes_for': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:2445:11: note: in expansion of macro 'gcc_assert' 2445 | gcc_assert (update_flags == TODO_update_ssa_full_phi); | ^~~~~~~~~~ ../../gcc/tree-into-ssa.c: In function 'update_ssa': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:2634:3: note: in expansion of macro 'gcc_assert' 2634 | gcc_assert (update_flags == TODO_update_ssa | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-into-ssa.c:2689:11: note: in expansion of macro 'gcc_assert' 2689 | gcc_assert (!stmt_modified_p (stmt)); | ^~~~~~~~~~ ../../gcc/gimplify.c: In function 'gimplify_asm_expr.isra': ../../gcc/gimplify.c:3709:32: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 3709 | sprintf (buf, "%d", i); | ^ In file included from /usr/include/stdio.h:900, from ../../gcc/system.h:42, from ../../gcc/gimplify.c:25: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 10 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-into-ssa.c:38: ../../gcc/tree-into-ssa.c: In function 'mark_def_sites': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-into-ssa.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-outof-ssa.c -o tree-outof-ssa.o In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-into-ssa.c:38: ../../gcc/tree-into-ssa.c: In function 'prepare_block_for_update': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-into-ssa.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-into-ssa.c:38: ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-into-ssa.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ In file included from ../../gcc/tree-outof-ssa.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-outof-ssa.c:39: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-outof-ssa.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'version_ref_count': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:97:3: note: in expansion of macro 'gcc_assert' 97 | gcc_assert (map->ref_count); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'partition_is_global': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:266:3: note: in expansion of macro 'gcc_assert' 266 | gcc_assert (live->global); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'live_entry_blocks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:277:3: note: in expansion of macro 'gcc_assert' 277 | gcc_assert (live->livein); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'live_on_exit': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:288:3: note: in expansion of macro 'gcc_assert' 288 | gcc_assert (live->liveout); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:289:3: note: in expansion of macro 'gcc_assert' 289 | gcc_assert (bb != ENTRY_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:290:3: note: in expansion of macro 'gcc_assert' 290 | gcc_assert (bb != EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'tpa_find_tree': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:413:7: note: in expansion of macro 'gcc_assert' 413 | gcc_assert (tpa->uncompressed_num != -1); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'tpa_decompact': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:426:3: note: in expansion of macro 'gcc_assert' 426 | gcc_assert (tpa->uncompressed_num != -1); | ^~~~~~~~~~ ../../gcc/tree-outof-ssa.c: In function 'create_temp': In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-into-ssa.c:38: ../../gcc/tree-into-ssa.c: In function 'rewrite_update_stmt': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:150:3: note: in expansion of macro 'gcc_assert' 150 | gcc_assert (TREE_CODE (t) == VAR_DECL || TREE_CODE (t) == PARM_DECL); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-into-ssa.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-into-ssa.c:38: ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-into-ssa.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ ../../gcc/tree-outof-ssa.c: In function 'eliminate_phi': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:502:3: note: in expansion of macro 'gcc_assert' 502 | gcc_assert (VEC_length (tree, g->const_copies) == 0); | ^~~~~~~~~~ ../../gcc/tree-outof-ssa.c: In function 'coalesce_abnormal_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:617:13: note: in expansion of macro 'gcc_assert' 617 | gcc_assert (phi_ssa_name_p (tmp)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:620:13: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (x != NO_PARTITION); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:621:13: note: in expansion of macro 'gcc_assert' 621 | gcc_assert (y != NO_PARTITION); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:632:13: note: in expansion of macro 'gcc_assert' 632 | gcc_assert (root_var_find (rv, x) == root_var_find (rv, y)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:646:17: note: in expansion of macro 'gcc_assert' 646 | gcc_assert (!conflict_graph_conflict_p (graph, x, y)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:668:17: note: in expansion of macro 'gcc_assert' 668 | gcc_assert (z != NO_PARTITION); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:670:17: note: in expansion of macro 'gcc_assert' 670 | gcc_assert (z == x || z == y); | ^~~~~~~~~~ ../../gcc/tree-outof-ssa.c: In function 'coalesce_ssa_name': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:896:11: note: in expansion of macro 'gcc_assert' 896 | gcc_assert (!ann->out_of_ssa_tag); | ^~~~~~~~~~ ../../gcc/tree-outof-ssa.c: In function 'add_dependance': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:1533:7: note: in expansion of macro 'gcc_assert' 1533 | gcc_assert (i != NO_PARTITION); | ^~~~~~~~~~ ../../gcc/tree-outof-ssa.c: In function 'finish_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:1620:7: note: in expansion of macro 'gcc_assert' 1620 | gcc_assert (tab->partition_dep_list[partition]); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:1623:7: note: in expansion of macro 'gcc_assert' 1623 | gcc_assert (tmp); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:1641:7: note: in expansion of macro 'gcc_assert' 1641 | gcc_assert (!bitmap_bit_p (tab->replaceable, version)); | ^~~~~~~~~~ ../../gcc/tree-outof-ssa.c: In function 'dump_replaceable_exprs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:1819:9: note: in expansion of macro 'gcc_assert' 1819 | gcc_assert (var != NULL_TREE); | ^~~~~~~~~~ ../../gcc/tree-outof-ssa.c: In function 'rewrite_trees': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:1930:23: note: in expansion of macro 'gcc_assert' 1930 | gcc_assert (copy_use_p != NULL_USE_OPERAND_P); | ^~~~~~~~~~ ../../gcc/tree-outof-ssa.c:1892:22: warning: variable 'ann' set but not used [-Wunused-but-set-variable] 1892 | stmt_ann_t ann; | ^~~ ../../gcc/tree-outof-ssa.c:1843:8: warning: variable 'changed' set but not used [-Wunused-but-set-variable] 1843 | bool changed; | ^~~~~~~ In file included from ../../gcc/tree-outof-ssa.c:23: ../../gcc/tree-outof-ssa.c: In function 'identical_stmt_lists_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:2014:3: note: in expansion of macro 'gcc_assert' 2014 | gcc_assert (TREE_CODE (t1) == STATEMENT_LIST); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:2015:3: note: in expansion of macro 'gcc_assert' 2015 | gcc_assert (TREE_CODE (t2) == STATEMENT_LIST); | ^~~~~~~~~~ ../../gcc/tree-outof-ssa.c: In function 'analyze_edges_for_bb': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:2098:11: note: in expansion of macro 'gcc_assert' 2098 | gcc_assert (!(e->flags & EDGE_ABNORMAL)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-outof-ssa.c:2106:19: note: in expansion of macro 'gcc_assert' 2106 | gcc_assert (stmt != NULL_TREE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-into-ssa.c:38: ../../gcc/tree-into-ssa.c: In function 'rewrite_stmt': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-into-ssa.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-outof-ssa.c:39: ../../gcc/tree-outof-ssa.c: In function 'rewrite_out_of_ssa': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-outof-ssa.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ In file included from ../../gcc/tree-ssa-ccp.c:192: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-ccp.c:207: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-ccp.c:192: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-ccp.c: In function 'dump_lattice_value': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c:259:7: note: in expansion of macro 'gcc_unreachable' 259 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c: In function 'set_lattice_value': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c:427:3: note: in expansion of macro 'gcc_assert' 427 | gcc_assert (old_val->lattice_val <= new_val.lattice_val | ^~~~~~~~~~ ../../gcc/tree-ssa-ccp.c: In function 'likely_value': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c:516:11: note: in expansion of macro 'gcc_assert' 516 | gcc_assert (do_store_ccp); | ^~~~~~~~~~ ../../gcc/tree-ssa-ccp.c: In function 'ccp_lattice_meet': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c:671:7: note: in expansion of macro 'gcc_assert' 671 | gcc_assert (do_store_ccp); | ^~~~~~~~~~ ../../gcc/tree-ssa-ccp.c: In function 'ccp_visit_phi_node': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c:746:7: note: in expansion of macro 'gcc_assert' 746 | gcc_assert (do_store_ccp); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c:758:7: note: in expansion of macro 'gcc_unreachable' 758 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c: In function 'widen_bitfield': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c:1471:3: note: in expansion of macro 'gcc_assert' 1471 | gcc_assert (var_size >= field_size); | ^~~~~~~~~~ ../../gcc/tree-ssa-ccp.c: In function 'ccp_fold_builtin': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c:2275:7: note: in expansion of macro 'gcc_unreachable' 2275 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c: In function 'fold_stmt_inplace': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c:2380:3: note: in expansion of macro 'gcc_assert' 2380 | gcc_assert (stmt == old_stmt); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c:2392:3: note: in expansion of macro 'gcc_assert' 2392 | gcc_assert (stmt == old_stmt); | ^~~~~~~~~~ ../../gcc/tree-ssa-ccp.c: In function 'execute_fold_all_builtins': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-ccp.c:2490:19: note: in expansion of macro 'gcc_assert' 2490 | gcc_assert (ok); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-vn.c -o tree-vn.o In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-ccp.c:207: ../../gcc/tree-ssa-ccp.c: In function 'ccp_fold': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa-ccp.c:195: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-uncprop.c -o tree-ssa-uncprop.o In file included from ../../gcc/tree-vn.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-vn.c:29: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-vn.c:24: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-vn.c: In function 'vn_compute': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vn.c:92:3: note: in expansion of macro 'gcc_assert' 92 | gcc_assert (expr); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vn.c:93:3: note: in expansion of macro 'gcc_assert' 93 | gcc_assert (!expr->common.ann | ^~~~~~~~~~ ../../gcc/tree-vn.c: In function 'set_value_handle': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vn.c:190:5: note: in expansion of macro 'gcc_assert' 190 | gcc_assert (is_gimple_min_invariant (e)); | ^~~~~~~~~~ ../../gcc/tree-vn.c: In function 'get_value_handle': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vn.c:298:5: note: in expansion of macro 'gcc_unreachable' 298 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa-uncprop.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-uncprop.c:37: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-uncprop.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-dce.c -o tree-ssa-dce.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-copy.c -o tree-ssa-copy.o In file included from ../../gcc/tree-ssa-dce.c:47: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ In file included from ../../gcc/tree-ssa-copy.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-copy.c:37: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-copy.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/tree-ssa-copy.c: In function 'merge_alias_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-copy.c:191:3: note: in expansion of macro 'gcc_assert' 191 | gcc_assert (POINTER_TYPE_P (TREE_TYPE (orig))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-copy.c:192:3: note: in expansion of macro 'gcc_assert' 192 | gcc_assert (POINTER_TYPE_P (TREE_TYPE (new))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-copy.c:214:5: note: in expansion of macro 'gcc_assert' 214 | gcc_assert (new_ann->type_mem_tag == orig_ann->type_mem_tag); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-copy.c:249:9: note: in expansion of macro 'gcc_assert' 249 | gcc_assert (bitmap_intersect_p (new_ptr_info->pt_vars, | ^~~~~~~~~~ ../../gcc/tree-ssa-copy.c: In function 'stmt_may_generate_copy': ../../gcc/tree-ssa-copy.c:367:8: warning: variable 'lhs' set but not used [-Wunused-but-set-variable] 367 | tree lhs, rhs; | ^~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ In file included from ../../gcc/tree-ssa-copy.c:22: ../../gcc/tree-ssa-copy.c: In function 'copy_prop_visit_assignment': ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-copy.c:557:3: note: in expansion of macro 'gcc_assert' 557 | gcc_assert (TREE_CODE (rhs) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-copy.c:589:7: note: in expansion of macro 'gcc_assert' 589 | gcc_assert (do_store_copy_prop); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-dce.c:61: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-dce.c:47: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-dce.c: In function 'set_control_dependence_map_bit': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dce.c:150:3: note: in expansion of macro 'gcc_assert' 150 | gcc_assert (bb != EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/tree-ssa-dce.c: In function 'find_control_dependence': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dce.c:182:3: note: in expansion of macro 'gcc_assert' 182 | gcc_assert (INDEX_EDGE_PRED_BB (el, edge_index) != EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/tree-ssa-dce.c: In function 'find_pdom': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dce.c:211:3: note: in expansion of macro 'gcc_assert' 211 | gcc_assert (block != ENTRY_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/tree-ssa-dce.c: In function 'mark_stmt_necessary': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dce.c:231:3: note: in expansion of macro 'gcc_assert' 231 | gcc_assert (stmt); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dce.c:232:3: note: in expansion of macro 'gcc_assert' 232 | gcc_assert (!DECL_P (stmt)); | ^~~~~~~~~~ ../../gcc/tree-ssa-dce.c: In function 'mark_operand_necessary': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dce.c:258:3: note: in expansion of macro 'gcc_assert' 258 | gcc_assert (op); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dce.c:266:3: note: in expansion of macro 'gcc_assert' 266 | gcc_assert (stmt); | ^~~~~~~~~~ ../../gcc/tree-ssa-dce.c: In function 'mark_stmt_if_obviously_necessary': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dce.c:347:7: note: in expansion of macro 'gcc_assert' 347 | gcc_assert (!simple_goto_p (stmt)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dce.c:352:7: note: in expansion of macro 'gcc_assert' 352 | gcc_assert (EDGE_COUNT (bb_for_stmt (stmt)->succs) == 2); | ^~~~~~~~~~ ../../gcc/tree-ssa-dce.c: In function 'mark_control_dependent_edges_necessary': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dce.c:457:3: note: in expansion of macro 'gcc_assert' 457 | gcc_assert (bb != EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/tree-ssa-dce.c: In function 'remove_dead_stmt': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dce.c:743:7: note: in expansion of macro 'gcc_assert' 743 | gcc_assert (dom_computed[CDI_POST_DOMINATORS] == DOM_OK); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-dce.c:61: ../../gcc/tree-ssa-dce.c: In function 'perform_tree_ssa_dce': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa-dce.c:59: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-nrv.c -o tree-nrv.o In file included from ../../gcc/tree-nrv.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-nrv.c:31: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-nrv.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-nrv.c: In function 'tree_nrv': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-nrv.c:134:17: note: in expansion of macro 'gcc_assert' 134 | gcc_assert (ret_expr == result); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-copyrename.c -o tree-ssa-copyrename.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-pre.c -o tree-ssa-pre.o In file included from ../../gcc/tree-ssa-copyrename.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-copyrename.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-copyrename.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'version_ref_count': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:97:3: note: in expansion of macro 'gcc_assert' 97 | gcc_assert (map->ref_count); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'partition_is_global': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:266:3: note: in expansion of macro 'gcc_assert' 266 | gcc_assert (live->global); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'live_entry_blocks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:277:3: note: in expansion of macro 'gcc_assert' 277 | gcc_assert (live->livein); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'live_on_exit': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:288:3: note: in expansion of macro 'gcc_assert' 288 | gcc_assert (live->liveout); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:289:3: note: in expansion of macro 'gcc_assert' 289 | gcc_assert (bb != ENTRY_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:290:3: note: in expansion of macro 'gcc_assert' 290 | gcc_assert (bb != EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'tpa_find_tree': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:413:7: note: in expansion of macro 'gcc_assert' 413 | gcc_assert (tpa->uncompressed_num != -1); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'tpa_decompact': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:426:3: note: in expansion of macro 'gcc_assert' 426 | gcc_assert (tpa->uncompressed_num != -1); | ^~~~~~~~~~ ../../gcc/tree-ssa-copyrename.c: In function 'copy_rename_partition_coalesce': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-copyrename.c:121:3: note: in expansion of macro 'gcc_assert' 121 | gcc_assert (TREE_CODE (var1) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-copyrename.c:122:3: note: in expansion of macro 'gcc_assert' 122 | gcc_assert (TREE_CODE (var2) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-copyrename.c:139:3: note: in expansion of macro 'gcc_assert' 139 | gcc_assert (p1 != NO_PARTITION); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-copyrename.c:140:3: note: in expansion of macro 'gcc_assert' 140 | gcc_assert (p2 != NO_PARTITION); | ^~~~~~~~~~ In file included from ../../gcc/tree-ssa-pre.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-pre.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-pre.c:24: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'value_remove_from_set_bitmap': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:450:3: note: in expansion of macro 'gcc_assert' 450 | gcc_assert (set->indexed); | ^~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'value_insert_into_set_bitmap': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:465:3: note: in expansion of macro 'gcc_assert' 465 | gcc_assert (set->indexed); | ^~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'bitmap_insert_into_set': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:506:3: note: in expansion of macro 'gcc_assert' 506 | gcc_assert (TREE_CODE (expr) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:509:3: note: in expansion of macro 'gcc_assert' 509 | gcc_assert (val); | ^~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'insert_into_set': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:524:3: note: in expansion of macro 'gcc_assert' 524 | gcc_assert (val); | ^~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'phi_translate': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:1080:9: note: in expansion of macro 'gcc_assert' 1080 | gcc_assert (TREE_CODE (expr) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:1098:7: note: in expansion of macro 'gcc_unreachable' 1098 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'valid_in_set': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:1256:7: note: in expansion of macro 'gcc_assert' 1256 | gcc_assert (TREE_CODE (expr) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:1265:7: note: in expansion of macro 'gcc_unreachable' 1265 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'find_or_generate_expression': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:1468:7: note: in expansion of macro 'gcc_assert' 1468 | gcc_assert (UNARY_CLASS_P (genop) | ^~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'create_expression_by_pieces': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:1511:9: note: in expansion of macro 'gcc_assert' 1511 | gcc_assert (TREE_CODE (expr) == CALL_EXPR); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:1561:7: note: in expansion of macro 'gcc_unreachable' 1561 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'insert_aux': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:1858:27: note: in expansion of macro 'gcc_assert' 1858 | gcc_assert (vprime); | ^~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'create_value_expr_from': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:2000:3: note: in expansion of macro 'gcc_assert' 2000 | gcc_assert (TREE_CODE_CLASS (code) == tcc_unary | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:2017:7: note: in expansion of macro 'gcc_assert' 2017 | gcc_assert (code == TREE_LIST); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:2022:7: note: in expansion of macro 'gcc_assert' 2022 | gcc_assert (code == CALL_EXPR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:2096:11: note: in expansion of macro 'gcc_assert' 2096 | gcc_assert (TREE_CODE (expr) == CALL_EXPR); | ^~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'try_look_through_load': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:2155:7: note: in expansion of macro 'gcc_assert' 2155 | gcc_assert (TREE_CODE (vuse) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'eliminate': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:2404:19: note: in expansion of macro 'gcc_assert' 2404 | gcc_assert (sprime != *rhs_p); | ^~~~~~~~~~ ../../gcc/tree-ssa-pre.c: In function 'mark_operand_necessary': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:2458:3: note: in expansion of macro 'gcc_assert' 2458 | gcc_assert (op); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-pre.c:2461:3: note: in expansion of macro 'gcc_assert' 2461 | gcc_assert (stmt); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-live.c -o tree-ssa-live.o In file included from ../../gcc/tree-ssa-live.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-live.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-live.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'version_ref_count': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:97:3: note: in expansion of macro 'gcc_assert' 97 | gcc_assert (map->ref_count); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'partition_is_global': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:266:3: note: in expansion of macro 'gcc_assert' 266 | gcc_assert (live->global); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'live_entry_blocks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:277:3: note: in expansion of macro 'gcc_assert' 277 | gcc_assert (live->livein); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'live_on_exit': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:288:3: note: in expansion of macro 'gcc_assert' 288 | gcc_assert (live->liveout); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:289:3: note: in expansion of macro 'gcc_assert' 289 | gcc_assert (bb != ENTRY_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:290:3: note: in expansion of macro 'gcc_assert' 290 | gcc_assert (bb != EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'tpa_find_tree': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:413:7: note: in expansion of macro 'gcc_assert' 413 | gcc_assert (tpa->uncompressed_num != -1); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.h: In function 'tpa_decompact': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.h:426:3: note: in expansion of macro 'gcc_assert' 426 | gcc_assert (tpa->uncompressed_num != -1); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.c: In function 'var_union': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.c:147:3: note: in expansion of macro 'gcc_assert' 147 | gcc_assert (p1 != NO_PARTITION); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.c:148:3: note: in expansion of macro 'gcc_assert' 148 | gcc_assert (p2 != NO_PARTITION); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.c: In function 'change_partition_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.c:280:3: note: in expansion of macro 'gcc_assert' 280 | gcc_assert (TREE_CODE (var) != SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.c: In function 'root_var_init': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.c:962:7: note: in expansion of macro 'gcc_assert' 962 | gcc_assert (p != NO_PARTITION); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.c: In function 'type_var_init': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.c:1035:7: note: in expansion of macro 'gcc_assert' 1035 | gcc_assert (p != NO_PARTITION); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.c: In function 'add_coalesce': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.c:1175:3: note: in expansion of macro 'gcc_assert' 1175 | gcc_assert (cl->add_mode); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.c: In function 'sort_coalesce_list': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.c:1206:3: note: in expansion of macro 'gcc_assert' 1206 | gcc_assert (cl->add_mode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.c:1232:7: note: in expansion of macro 'gcc_assert' 1232 | gcc_assert (count == num); | ^~~~~~~~~~ ../../gcc/tree-ssa-live.c: In function 'pop_best_coalesce': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-live.c:1273:3: note: in expansion of macro 'gcc_assert' 1273 | gcc_assert (!cl->add_mode); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-operands.c -o tree-ssa-operands.o In file included from ../../gcc/tree-ssa-operands.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-operands.c:29: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-operands.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'init_ssa_operands': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:238:3: note: in expansion of macro 'gcc_assert' 238 | gcc_assert (operand_memory == NULL); | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'finalize_ssa_defs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:373:3: note: in expansion of macro 'gcc_assert' 373 | gcc_assert ((stmt && TREE_CODE (stmt) != MODIFY_EXPR) || num <= 1); | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'start_ssa_stmt_operands': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:626:3: note: in expansion of macro 'gcc_assert' 626 | gcc_assert (VEC_length (tree, build_defs) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:627:3: note: in expansion of macro 'gcc_assert' 627 | gcc_assert (VEC_length (tree, build_uses) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:628:3: note: in expansion of macro 'gcc_assert' 628 | gcc_assert (VEC_length (tree, build_vuses) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:629:3: note: in expansion of macro 'gcc_assert' 629 | gcc_assert (VEC_length (tree, build_v_may_defs) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (VEC_length (tree, build_v_must_defs) == 0); | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'update_stmt_operands': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:867:3: note: in expansion of macro 'gcc_assert' 867 | gcc_assert (!SSA_VAR_P (stmt)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:869:3: note: in expansion of macro 'gcc_assert' 869 | gcc_assert (ann->modified); | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'copy_virtual_operands': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:920:7: note: in expansion of macro 'gcc_assert' 920 | gcc_assert (!op_iter_done (&old_iter)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:924:3: note: in expansion of macro 'gcc_assert' 924 | gcc_assert (op_iter_done (&old_iter)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:929:7: note: in expansion of macro 'gcc_assert' 929 | gcc_assert (!op_iter_done (&old_iter)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:934:3: note: in expansion of macro 'gcc_assert' 934 | gcc_assert (op_iter_done (&old_iter)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:939:7: note: in expansion of macro 'gcc_assert' 939 | gcc_assert (!op_iter_done (&old_iter)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:944:3: note: in expansion of macro 'gcc_assert' 944 | gcc_assert (op_iter_done (&old_iter)); | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'create_ssa_artficial_load_stmt': ../../gcc/tree-ssa-operands.c:958:14: warning: variable 'ann' set but not used [-Wunused-but-set-variable] 958 | stmt_ann_t ann; | ^~~ In file included from ../../gcc/tree-ssa-operands.c:22: ../../gcc/tree-ssa-operands.c: In function 'get_expr_operands': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1330:3: note: in expansion of macro 'gcc_unreachable' 1330 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'get_asm_expr_operands': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1356:7: note: in expansion of macro 'gcc_assert' 1356 | gcc_assert (!allows_reg || !is_inout); | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'get_indirect_ref_operands': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1515:5: note: in expansion of macro 'gcc_unreachable' 1515 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'get_tmr_operands': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1558:3: note: in expansion of macro 'gcc_assert' 1558 | gcc_assert (ref != NULL_TREE); | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'add_stmt_operand': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1673:7: note: in expansion of macro 'gcc_assert' 1673 | gcc_assert (!is_real_op); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1707:19: note: in expansion of macro 'gcc_assert' 1707 | gcc_assert (v_ann->mem_tag_kind == NOT_A_TAG | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1733:11: note: in expansion of macro 'gcc_assert' 1733 | gcc_assert (VARRAY_ACTIVE_SIZE (aliases) != 0); | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'add_to_addressable_set': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1781:3: note: in expansion of macro 'gcc_assert' 1781 | gcc_assert (addresses_taken); | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'add_call_clobber_ops': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1859:11: note: in expansion of macro 'gcc_assert' 1859 | gcc_assert (TREE_CODE (t) != SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1866:11: note: in expansion of macro 'gcc_assert' 1866 | gcc_assert (TREE_CODE (t) != SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1927:7: note: in expansion of macro 'gcc_assert' 1927 | gcc_assert (VEC_length (tree, build_vuses) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1934:7: note: in expansion of macro 'gcc_assert' 1934 | gcc_assert (VEC_length (tree, build_v_may_defs) | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'add_call_read_ops': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1969:11: note: in expansion of macro 'gcc_assert' 1969 | gcc_assert (TREE_CODE (t) != SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:1999:3: note: in expansion of macro 'gcc_assert' 1999 | gcc_assert (VEC_length (tree, build_vuses) | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'verify_imm_links': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:2015:3: note: in expansion of macro 'gcc_assert' 2015 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:2018:3: note: in expansion of macro 'gcc_assert' 2018 | gcc_assert (list->use == NULL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:2022:7: note: in expansion of macro 'gcc_assert' 2022 | gcc_assert (list->next == NULL); | ^~~~~~~~~~ ../../gcc/tree-ssa-operands.c: In function 'dump_immediate_uses_for': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-operands.c:2084:3: note: in expansion of macro 'gcc_assert' 2084 | gcc_assert (var && TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-alias.c -o tree-ssa-alias.o In file included from ../../gcc/tree-ssa-alias.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-alias.c:40: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-alias.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-alias.c: In function 'count_uses_and_derefs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-alias.c:445:3: note: in expansion of macro 'gcc_assert' 445 | gcc_assert (*num_uses_p >= *num_derefs_p); | ^~~~~~~~~~ ../../gcc/tree-ssa-alias.c: In function 'compute_flow_insensitive_aliasing': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-alias.c:818:15: note: in expansion of macro 'gcc_assert' 818 | gcc_assert (!var_can_have_subvars (var) | ^~~~~~~~~~ ../../gcc/tree-ssa-alias.c: In function 'group_aliases': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-alias.c:1135:15: note: in expansion of macro 'gcc_assert' 1135 | gcc_assert (VARRAY_ACTIVE_SIZE (ann->may_aliases) == 1); | ^~~~~~~~~~ ../../gcc/tree-ssa-alias.c: In function 'setup_pointers_and_addressables': ../../gcc/tree-ssa-alias.c:1174:10: warning: variable 'n_vars' set but not used [-Wunused-but-set-variable] 1174 | size_t n_vars, num_addressable_vars, num_pointers; | ^~~~~~ In file included from ../../gcc/tree-ssa-alias.c:23: ../../gcc/tree-ssa-alias.c: In function 'may_alias_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-alias.c:1510:3: note: in expansion of macro 'gcc_assert' 1510 | gcc_assert (m_ann->mem_tag_kind == TYPE_TAG); | ^~~~~~~~~~ ../../gcc/tree-ssa-alias.c: In function 'add_may_alias': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-alias.c:1595:3: note: in expansion of macro 'gcc_assert' 1595 | gcc_assert (var != alias); | ^~~~~~~~~~ ../../gcc/tree-ssa-alias.c: In function 'get_tmt_for': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-alias.c:1856:3: note: in expansion of macro 'gcc_assert' 1856 | gcc_assert (tag_set == get_alias_set (tag)); | ^~~~~~~~~~ ../../gcc/tree-ssa-alias.c: In function 'get_ptr_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-alias.c:2000:3: note: in expansion of macro 'gcc_assert' 2000 | gcc_assert (POINTER_TYPE_P (TREE_TYPE (t))); | ^~~~~~~~~~ ../../gcc/tree-ssa-alias.c: In function 'add_type_alias': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-alias.c:2285:3: note: in expansion of macro 'gcc_assert' 2285 | gcc_assert (var_ann (var)->type_mem_tag == NOT_A_TAG); | ^~~~~~~~~~ ../../gcc/tree-ssa-alias.c: In function 'new_type_alias': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-alias.c:2337:3: note: in expansion of macro 'gcc_assert' 2337 | gcc_assert (p_ann->type_mem_tag == NULL_TREE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-alias.c:2338:3: note: in expansion of macro 'gcc_assert' 2338 | gcc_assert (v_ann->mem_tag_kind == NOT_A_TAG); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-operands.c:29: ../../gcc/tree-ssa-operands.c: In function 'copy_virtual_operands': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa-operands.c:25: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-operands.c:29: ../../gcc/tree-ssa-operands.c: In function 'create_ssa_artficial_load_stmt': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa-operands.c:25: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-phiopt.c -o tree-ssa-phiopt.o In file included from ../../gcc/tree-ssa-phiopt.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-phiopt.c:33: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-phiopt.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-phiopt.c: In function 'tree_ssa_phiopt': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-phiopt.c:226:7: note: in expansion of macro 'gcc_assert' 226 | gcc_assert (arg0 != NULL && arg1 != NULL); | ^~~~~~~~~~ ../../gcc/tree-ssa-phiopt.c: In function 'blocks_in_phiopt_order': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-phiopt.c:282:7: note: in expansion of macro 'gcc_assert' 282 | gcc_assert (i == n - 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-phiopt.c:287:3: note: in expansion of macro 'gcc_assert' 287 | gcc_assert (n == 0); | ^~~~~~~~~~ ../../gcc/tree-ssa-phiopt.c: In function 'conditional_replacement': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-phiopt.c:505:11: note: in expansion of macro 'gcc_assert' 505 | gcc_assert (TREE_CODE (cond) == NOP_EXPR | ^~~~~~~~~~ ../../gcc/tree-ssa-phiopt.c: In function 'minmax_replacement': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-phiopt.c:665:7: note: in expansion of macro 'gcc_assert' 665 | gcc_assert (false_edge == e1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-phiopt.c:671:7: note: in expansion of macro 'gcc_assert' 671 | gcc_assert (false_edge == e0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-phiopt.c:672:7: note: in expansion of macro 'gcc_assert' 672 | gcc_assert (true_edge == e1); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-forwprop.c -o tree-ssa-forwprop.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-nested.c -o tree-nested.o In file included from ../../gcc/tree-ssa-forwprop.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-forwprop.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-forwprop.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-forwprop.c: In function 'forward_propagate_into_cond': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-forwprop.c:407:3: note: in expansion of macro 'gcc_assert' 407 | gcc_assert (TREE_CODE (cond_expr) == COND_EXPR); | ^~~~~~~~~~ In file included from ../../gcc/tree-nested.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-nested.c:33: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-nested.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-nested.c: In function 'create_tmp_var_for': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-nested.c:138:3: note: in expansion of macro 'gcc_assert' 138 | gcc_assert (!TREE_ADDRESSABLE (type)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-nested.c:139:3: note: in expansion of macro 'gcc_assert' 139 | gcc_assert (!TYPE_SIZE_UNIT (type) | ^~~~~~~~~~ ../../gcc/tree-nested.c: In function 'lookup_field_for_decl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-nested.c:273:7: note: in expansion of macro 'gcc_assert' 273 | gcc_assert (insert != INSERT); | ^~~~~~~~~~ ../../gcc/tree-nested.c: In function 'lookup_tramp_for_decl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-nested.c:474:7: note: in expansion of macro 'gcc_assert' 474 | gcc_assert (insert != INSERT); | ^~~~~~~~~~ ../../gcc/tree-nested.c: In function 'convert_all_function_calls': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-nested.c:1324:9: note: in expansion of macro 'gcc_assert' 1324 | gcc_assert (!DECL_NO_STATIC_CHAIN (root->context)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-dse.c -o tree-ssa-dse.o In file included from ../../gcc/tree-ssa-dse.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-dse.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-dse.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-dse.c: In function 'dse_optimize_stmt': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dse.c:280:11: note: in expansion of macro 'gcc_assert' 280 | gcc_assert (use_p != NULL_USE_OPERAND_P); | ^~~~~~~~~~ ../../gcc/tree-ssa-dse.c:252:12: warning: variable 'use' set but not used [-Wunused-but-set-variable] 252 | tree use, use_stmt, temp; | ^~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-dom.c -o tree-ssa-dom.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/domwalk.c -o domwalk.o In file included from ../../gcc/tree-ssa-dom.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ In file included from ../../gcc/domwalk.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-dom.c:39: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ In file included from ../../gcc/tree-ssa-dom.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/domwalk.c:28: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/domwalk.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-ssa-dom.c: In function 'simplify_cond_and_lookup_avail_expr': ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dom.c:2111:17: note: in expansion of macro 'gcc_unreachable' 2111 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dom.c:2113:17: note: in expansion of macro 'gcc_assert' 2113 | gcc_assert (dummy == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-dom.c: In function 'avail_expr_eq': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-dom.c:3402:7: note: in expansion of macro 'gcc_assert' 3402 | gcc_assert (!ret || ((struct expr_hash_elt *)p1)->hash | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-tailcall.c -o tree-tailcall.o In file included from ../../gcc/tree-tailcall.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-tailcall.c:31: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-tailcall.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-tailcall.c: In function 'independent_of_stmt_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-tailcall.c:249:7: note: in expansion of macro 'gcc_assert' 249 | gcc_assert (e); | ^~~~~~~~~~ ../../gcc/tree-tailcall.c: In function 'adjust_return_value': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-tailcall.c:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (ret_stmt) == RETURN_EXPR); | ^~~~~~~~~~ ../../gcc/tree-tailcall.c: In function 'decrease_profile': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-tailcall.c:685:7: note: in expansion of macro 'gcc_assert' 685 | gcc_assert (!EDGE_COUNT (bb->succs)); | ^~~~~~~~~~ ../../gcc/tree-tailcall.c: In function 'eliminate_tail_call': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-tailcall.c:752:3: note: in expansion of macro 'gcc_assert' 752 | gcc_assert (e); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-tailcall.c:810:11: note: in expansion of macro 'gcc_assert' 810 | gcc_assert (EDGE_COUNT (first->preds) <= 2); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-dom.c:39: ../../gcc/tree-ssa-dom.c: In function 'thread_across_edge': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa-dom.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-dom.c:39: ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa-dom.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/gimple-low.c -o gimple-low.o In file included from ../../gcc/gimple-low.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/gimple-low.c:34: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/gimple-low.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/gimple-low.c: In function 'lower_function_body': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimple-low.c:71:3: note: in expansion of macro 'gcc_assert' 71 | gcc_assert (TREE_CODE (bind) == BIND_EXPR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimple-low.c:118:3: note: in expansion of macro 'gcc_assert' 118 | gcc_assert (data.block == DECL_INITIAL (current_function_decl)); | ^~~~~~~~~~ ../../gcc/gimple-low.c: In function 'lower_stmt': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gimple-low.c:205:7: note: in expansion of macro 'gcc_unreachable' 205 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/gimple-low.c: In function 'lower_bind_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimple-low.c:227:11: note: in expansion of macro 'gcc_assert' 227 | gcc_assert (new_block == DECL_INITIAL (current_function_decl)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimple-low.c:233:11: note: in expansion of macro 'gcc_assert' 233 | gcc_assert (!TREE_ASM_WRITTEN (new_block)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gimple-low.c:253:7: note: in expansion of macro 'gcc_assert' 253 | gcc_assert (data->block == new_block); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-phinodes.c -o tree-phinodes.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssanames.c -o tree-ssanames.o In file included from ../../gcc/tree-phinodes.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-phinodes.c:30: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-phinodes.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-phinodes.c: In function 'resize_phi_node': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-phinodes.c:271:3: note: in expansion of macro 'gcc_assert' 271 | gcc_assert (len > PHI_ARG_CAPACITY (*phi)); | ^~~~~~~~~~ ../../gcc/tree-phinodes.c: In function 'add_phi_arg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-phinodes.c:376:3: note: in expansion of macro 'gcc_assert' 376 | gcc_assert (bb == bb_for_stmt (phi)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-phinodes.c:380:3: note: in expansion of macro 'gcc_assert' 380 | gcc_assert (PHI_NUM_ARGS (phi) <= PHI_ARG_CAPACITY (phi)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-phinodes.c:384:3: note: in expansion of macro 'gcc_assert' 384 | gcc_assert (e->dest_idx < (unsigned int) PHI_NUM_ARGS (phi)); | ^~~~~~~~~~ ../../gcc/tree-phinodes.c: In function 'remove_phi_arg_num': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-phinodes.c:408:3: note: in expansion of macro 'gcc_assert' 408 | gcc_assert (i < num_elem); | ^~~~~~~~~~ In file included from ../../gcc/tree-ssanames.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssanames.c:28: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssanames.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssanames.c: In function 'make_ssa_name': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssanames.c:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (DECL_P (var) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssanames.c:129:3: note: in expansion of macro 'gcc_assert' 129 | gcc_assert (!stmt || EXPR_P (stmt) || TREE_CODE (stmt) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssanames.c:142:7: note: in expansion of macro 'gcc_assert' 142 | gcc_assert (ssa_name (SSA_NAME_VERSION (t)) == NULL); | ^~~~~~~~~~ ../../gcc/tree-ssanames.c: In function 'duplicate_ssa_name_ptr_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssanames.c:265:3: note: in expansion of macro 'gcc_assert' 265 | gcc_assert (POINTER_TYPE_P (TREE_TYPE (name))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssanames.c:266:3: note: in expansion of macro 'gcc_assert' 266 | gcc_assert (!SSA_NAME_PTR_INFO (name)); | ^~~~~~~~~~ ../../gcc/tree-ssanames.c: In function 'release_defs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssanames.c:294:3: note: in expansion of macro 'gcc_assert' 294 | gcc_assert (in_ssa_p); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-sra.c -o tree-sra.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-complex.c -o tree-complex.o In file included from ../../gcc/tree-sra.c:25: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ In file included from ../../gcc/tree-complex.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-complex.c:29: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-complex.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-sra.c:39: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-sra.c:25: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-complex.c: In function 'find_lattice_value': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:133:7: note: in expansion of macro 'gcc_unreachable' 133 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-complex.c: In function 'complex_visit_stmt': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:278:3: note: in expansion of macro 'gcc_assert' 278 | gcc_assert (TREE_CODE (lhs) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:279:3: note: in expansion of macro 'gcc_assert' 279 | gcc_assert (TREE_CODE (TREE_TYPE (lhs)) == COMPLEX_TYPE); | ^~~~~~~~~~ ../../gcc/tree-complex.c: In function 'complex_visit_phi': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:366:3: note: in expansion of macro 'gcc_assert' 366 | gcc_assert (TREE_CODE (TREE_TYPE (lhs)) == COMPLEX_TYPE); | ^~~~~~~~~~ ../../gcc/tree-complex.c: In function 'create_one_component_var': ../../gcc/tree-complex.c:398:12: warning: variable 'inner_type' set but not used [-Wunused-but-set-variable] 398 | tree inner_type; | ^~~~~~~~~~ In file included from ../../gcc/tree-complex.c:22: ../../gcc/tree-complex.c: In function 'set_component_ssa_name': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:538:3: note: in expansion of macro 'gcc_assert' 538 | gcc_assert (SSA_NAME_DEF_STMT (comp) == NULL); | ^~~~~~~~~~ ../../gcc/tree-complex.c: In function 'extract_component': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:582:7: note: in expansion of macro 'gcc_unreachable' 582 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-complex.c: In function 'expand_complex_move': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:747:11: note: in expansion of macro 'gcc_unreachable' 747 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:793:11: note: in expansion of macro 'gcc_assert' 793 | gcc_assert (TREE_CODE (stmt) == RETURN_EXPR); | ^~~~~~~~~~ ../../gcc/tree-complex.c: In function 'expand_complex_addition': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:874:7: note: in expansion of macro 'gcc_unreachable' 874 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-complex.c: In function 'expand_complex_libcall': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:900:3: note: in expansion of macro 'gcc_assert' 900 | gcc_assert (GET_MODE_CLASS (mode) == MODE_COMPLEX_FLOAT); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:906:5: note: in expansion of macro 'gcc_unreachable' 906 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-complex.c: In function 'expand_complex_multiplication': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:1002:7: note: in expansion of macro 'gcc_unreachable' 1002 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-sra.c: In function 'type_can_instantiate_all_elements': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:338:7: note: in expansion of macro 'gcc_unreachable' 338 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-sra.c: In function 'sra_hash_tree': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:388:7: note: in expansion of macro 'gcc_unreachable' 388 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-sra.c: In function 'sra_elt_eq': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:455:7: note: in expansion of macro 'gcc_unreachable' 455 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-complex.c: In function 'expand_complex_division': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:1247:11: note: in expansion of macro 'gcc_unreachable' 1247 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:1252:7: note: in expansion of macro 'gcc_unreachable' 1252 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-complex.c: In function 'expand_complex_comparison': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:1318:7: note: in expansion of macro 'gcc_unreachable' 1318 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-sra.c: In function 'sra_walk_function': ../../gcc/tree-sra.c:895:20: warning: variable 'ann' set but not used [-Wunused-but-set-variable] 895 | stmt_ann_t ann; | ^~~ ../../gcc/tree-complex.c: In function 'expand_complex_operations_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-complex.c:1478:7: note: in expansion of macro 'gcc_unreachable' 1478 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/tree-sra.c:25: ../../gcc/tree-sra.c: In function 'instantiate_missing_elements': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:1279:7: note: in expansion of macro 'gcc_unreachable' 1279 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-sra.c: In function 'generate_one_element_ref': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:1527:7: note: in expansion of macro 'gcc_unreachable' 1527 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-sra.c: In function 'generate_element_copy': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:1599:7: note: in expansion of macro 'gcc_assert' 1599 | gcc_assert (sc); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:1607:7: note: in expansion of macro 'gcc_assert' 1607 | gcc_assert (src->replacement); | ^~~~~~~~~~ ../../gcc/tree-sra.c: In function 'generate_element_zero': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:1638:7: note: in expansion of macro 'gcc_assert' 1638 | gcc_assert (elt->is_scalar); | ^~~~~~~~~~ ../../gcc/tree-sra.c: In function 'scalarize_copy': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:1900:7: note: in expansion of macro 'gcc_assert' 1900 | gcc_assert (TREE_CODE (stmt) == MODIFY_EXPR); | ^~~~~~~~~~ ../../gcc/tree-complex.c: In function 'expand_complex_division': ../../gcc/tree-complex.c:1221:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 1221 | ri = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, ri); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-complex.c:1223:5: note: here 1223 | case PAIR (ONLY_REAL, VARYING): | ^~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:1945:7: note: in expansion of macro 'gcc_assert' 1945 | gcc_assert (list); | ^~~~~~~~~~ ../../gcc/tree-sra.c: In function 'scalarize_init': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:2004:7: note: in expansion of macro 'gcc_assert' 2004 | gcc_assert (list); | ^~~~~~~~~~ ../../gcc/tree-sra.c: In function 'scalarize_ldst': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:2039:3: note: in expansion of macro 'gcc_assert' 2039 | gcc_assert (!elt->replacement); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-sra.c:2058:7: note: in expansion of macro 'gcc_assert' 2058 | gcc_assert (list); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-loop.c -o tree-ssa-loop.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-loop-niter.c -o tree-ssa-loop-niter.o In file included from ../../gcc/tree-ssa-loop.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-loop.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-loop.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-loop-manip.c -o tree-ssa-loop-manip.o In file included from ../../gcc/tree-ssa-loop-niter.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ In file included from ../../gcc/tree-ssa-loop-manip.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-loop-niter.c:33: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': In file included from ../../gcc/tree-ssa-loop-niter.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-loop-manip.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-loop-manip.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-manip.c: In function 'check_loop_closed_ssa_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-manip.c:397:3: note: in expansion of macro 'gcc_assert' 397 | gcc_assert (!def_bb | ^~~~~~~~~~ ../../gcc/lambda.h: In function 'lambda_vector_min_nz': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:331:3: note: in expansion of macro 'gcc_assert' 331 | gcc_assert (start <= n); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:338:3: note: in expansion of macro 'gcc_assert' 338 | gcc_assert (min >= 0); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-niter.c: In function 'inverse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-niter.c:100:7: note: in expansion of macro 'gcc_assert' 100 | gcc_assert (cst_and_fits_in_hwi (x)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-niter.c:101:7: note: in expansion of macro 'gcc_assert' 101 | gcc_assert (cst_and_fits_in_hwi (mask)); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-niter.c: In function 'number_of_iterations_cond': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-niter.c:641:7: note: in expansion of macro 'gcc_assert' 641 | gcc_assert (zero_p (iv1->step)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-niter.c:648:7: note: in expansion of macro 'gcc_unreachable' 648 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-niter.c: In function 'number_of_iterations_exit': ../../gcc/tree-ssa-loop-niter.c:1118:52: warning: unknown conversion type character 'H' in format [-Wformat=] 1118 | warning (OPT_Wunsafe_loop_optimizations, "%H%s", &loc, gettext (wording)); | ^ ../../gcc/tree-ssa-loop-niter.c:1118:54: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 1118 | warning (OPT_Wunsafe_loop_optimizations, "%H%s", &loc, gettext (wording)); | ~^ ~~~~ | | | | | location_t * {aka struct location_s *} | char * ../../gcc/tree-ssa-loop-niter.c:1118:50: warning: too many arguments for format [-Wformat-extra-args] 1118 | warning (OPT_Wunsafe_loop_optimizations, "%H%s", &loc, gettext (wording)); | ^~~~~~ In file included from ../../gcc/tree-ssa-loop-niter.c:22: ../../gcc/tree-ssa-loop-niter.c: In function 'get_val_for': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-niter.c:1297:3: note: in expansion of macro 'gcc_assert' 1297 | gcc_assert (is_gimple_min_invariant (base)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-niter.c:1318:3: note: in expansion of macro 'gcc_unreachable' 1318 | gcc_unreachable(); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-threadupdate.c -o tree-ssa-threadupdate.o In file included from ../../gcc/tree-ssa-threadupdate.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-threadupdate.c:35: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-threadupdate.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-vectorizer.c -o tree-vectorizer.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-vect-analyze.c -o tree-vect-analyze.o In file included from ../../gcc/tree-vectorizer.c:124: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-vectorizer.c:133: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-vectorizer.c:124: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ In file included from ../../gcc/tree-vect-analyze.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/lambda.h: In function 'lambda_vector_min_nz': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:331:3: note: in expansion of macro 'gcc_assert' 331 | gcc_assert (start <= n); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:338:3: note: in expansion of macro 'gcc_assert' 338 | gcc_assert (min >= 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/tree-vectorizer.c: In function 'slpeel_update_phis_for_duplicate_loop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vectorizer.c:342:11: note: in expansion of macro 'gcc_assert' 342 | gcc_assert (new_loop_exit_e == orig_entry_e); | ^~~~~~~~~~ ../../gcc/tree-vectorizer.c: In function 'slpeel_update_phi_nodes_for_guard1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vectorizer.c:554:7: note: in expansion of macro 'gcc_assert' 554 | gcc_assert (PHI_ARG_DEF_FROM_EDGE (update_phi, e) == loop_arg | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vectorizer.c:570:7: note: in expansion of macro 'gcc_assert' 570 | gcc_assert (PHI_ARG_DEF_FROM_EDGE (update_phi2, new_exit_e) == loop_arg); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vectorizer.c:595:7: note: in expansion of macro 'gcc_assert' 595 | gcc_assert (get_current_def (current_new_name) == NULL_TREE); | ^~~~~~~~~~ ../../gcc/tree-vectorizer.c: In function 'slpeel_update_phi_nodes_for_guard2': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vectorizer.c:701:7: note: in expansion of macro 'gcc_assert' 701 | gcc_assert (PHI_ARG_DEF_FROM_EDGE (update_phi, e) == orig_def); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vectorizer.c:716:7: note: in expansion of macro 'gcc_assert' 716 | gcc_assert (PHI_ARG_DEF_FROM_EDGE (update_phi2, new_exit_e) == loop_arg); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vectorizer.c:747:7: note: in expansion of macro 'gcc_assert' 747 | gcc_assert (EDGE_COUNT (guard_edge->src->preds) == 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vectorizer.c:751:7: note: in expansion of macro 'gcc_assert' 751 | gcc_assert (PHI_ARG_DEF_FROM_EDGE (update_phi2, guard_edge) | ^~~~~~~~~~ ../../gcc/tree-vectorizer.c: In function 'slpeel_make_loop_iterate_ntimes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vectorizer.c:783:3: note: in expansion of macro 'gcc_assert' 783 | gcc_assert (orig_cond); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-vect-analyze.c:30: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-vect-analyze.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-vectorizer.c: In function 'vect_set_dump_settings': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vectorizer.c:1316:3: note: in expansion of macro 'gcc_assert' 1316 | gcc_assert (dump_file || vect_verbosity_level == REPORT_NONE); | ^~~~~~~~~~ ../../gcc/tree-vectorizer.c: In function 'vect_is_simple_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vectorizer.c:1708:7: note: in expansion of macro 'gcc_assert' 1708 | gcc_assert (*dt == vect_induction_def || *dt == vect_reduction_def | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vectorizer.c:1714:7: note: in expansion of macro 'gcc_assert' 1714 | gcc_assert (*dt == vect_loop_def || *dt == vect_invariant_def); | ^~~~~~~~~~ ../../gcc/lambda.h: In function 'lambda_vector_min_nz': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:331:3: note: in expansion of macro 'gcc_assert' 331 | gcc_assert (start <= n); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:338:3: note: in expansion of macro 'gcc_assert' 338 | gcc_assert (min >= 0); | ^~~~~~~~~~ ../../gcc/tree-vect-analyze.c: In function 'vect_determine_vectorization_factor': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:125:11: note: in expansion of macro 'gcc_assert' 125 | gcc_assert (stmt_info); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:193:11: note: in expansion of macro 'gcc_assert' 193 | gcc_assert (GET_MODE_SIZE (TYPE_MODE (scalar_type)) | ^~~~~~~~~~ ../../gcc/tree-vect-analyze.c: In function 'vect_analyze_operations': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:233:3: note: in expansion of macro 'gcc_assert' 233 | gcc_assert (LOOP_VINFO_VECT_FACTOR (loop_vinfo)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:249:11: note: in expansion of macro 'gcc_assert' 249 | gcc_assert (stmt_info); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:280:11: note: in expansion of macro 'gcc_assert' 280 | gcc_assert (stmt_info); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:299:15: note: in expansion of macro 'gcc_assert' 299 | gcc_assert (!VECTOR_MODE_P (TYPE_MODE (TREE_TYPE (stmt)))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:300:15: note: in expansion of macro 'gcc_assert' 300 | gcc_assert (STMT_VINFO_VECTYPE (stmt_info)); | ^~~~~~~~~~ ../../gcc/tree-vect-analyze.c: In function 'vect_compute_data_ref_alignment': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:775:3: note: in expansion of macro 'gcc_assert' 775 | gcc_assert (base_aligned | ^~~~~~~~~~ ../../gcc/tree-vect-analyze.c: In function 'vect_update_misalignment_for_peel': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:856:7: note: in expansion of macro 'gcc_assert' 856 | gcc_assert (DR_MISALIGNMENT (dr) == DR_MISALIGNMENT (dr_peel)); | ^~~~~~~~~~ ../../gcc/tree-vect-analyze.c: In function 'vect_enhance_data_refs_alignment': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:1132:11: note: in expansion of macro 'gcc_assert' 1132 | gcc_assert (stat); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:1178:15: note: in expansion of macro 'gcc_assert' 1178 | gcc_assert (vectype); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:1191:15: note: in expansion of macro 'gcc_assert' 1191 | gcc_assert (!LOOP_VINFO_PTR_MASK (loop_vinfo) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:1229:7: note: in expansion of macro 'gcc_assert' 1229 | gcc_assert (! (do_peeling && do_versioning)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:1232:7: note: in expansion of macro 'gcc_assert' 1232 | gcc_assert (stat); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:1237:3: note: in expansion of macro 'gcc_assert' 1237 | gcc_assert (! (do_peeling || do_versioning)); | ^~~~~~~~~~ ../../gcc/tree-vect-analyze.c: In function 'vect_stmt_relevant_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:1513:15: note: in expansion of macro 'gcc_assert' 1513 | gcc_assert (TREE_CODE (USE_STMT (use_p)) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:1514:15: note: in expansion of macro 'gcc_assert' 1514 | gcc_assert (bb == loop->single_exit->dest); | ^~~~~~~~~~ ../../gcc/tree-vect-analyze.c: In function 'vect_mark_stmts_to_be_vectorized': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:1617:7: note: in expansion of macro 'gcc_assert' 1617 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-analyze.c:1661:11: note: in expansion of macro 'gcc_assert' 1661 | gcc_assert (!relevant_p && live_p); | ^~~~~~~~~~ ../../gcc/tree-vect-analyze.c:1550:14: warning: variable 'ann' set but not used [-Wunused-but-set-variable] 1550 | stmt_ann_t ann; | ^~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-vectorizer.c:133: ../../gcc/tree-vectorizer.c: In function 'slpeel_tree_peel_loop_to_edge': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-vectorizer.c:128: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-vect-transform.c -o tree-vect-transform.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-loop-ivcanon.c -o tree-ssa-loop-ivcanon.o In file included from ../../gcc/tree-vect-transform.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-vect-transform.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-vect-transform.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/lambda.h: In function 'lambda_vector_min_nz': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:331:3: note: in expansion of macro 'gcc_assert' 331 | gcc_assert (start <= n); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:338:3: note: in expansion of macro 'gcc_assert' 338 | gcc_assert (min >= 0); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_get_new_vect_var': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:103:5: note: in expansion of macro 'gcc_unreachable' 103 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_align_data_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:208:3: note: in expansion of macro 'gcc_assert' 208 | gcc_assert (aligned_access_p (dr)); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_create_data_ref_ptr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:300:3: note: in expansion of macro 'gcc_assert' 300 | gcc_assert (tag); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:319:3: note: in expansion of macro 'gcc_assert' 319 | gcc_assert (!new_bb); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:328:3: note: in expansion of macro 'gcc_assert' 328 | gcc_assert (!new_bb); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_create_destination_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:385:3: note: in expansion of macro 'gcc_assert' 385 | gcc_assert (TREE_CODE (scalar_dest) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c:380:22: warning: variable 'kind' set but not used [-Wunused-but-set-variable] 380 | enum vect_var_kind kind; | ^~~~ In file included from ../../gcc/tree-vect-transform.c:23: ../../gcc/tree-vect-transform.c: In function 'vect_init_vector': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:426:3: note: in expansion of macro 'gcc_assert' 426 | gcc_assert (!new_bb); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_get_vec_def_for_operand': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:477:3: note: in expansion of macro 'gcc_assert' 477 | gcc_assert (is_simple_use); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:541:9: note: in expansion of macro 'gcc_assert' 541 | gcc_assert (vec_stmt); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:549:9: note: in expansion of macro 'gcc_assert' 549 | gcc_assert (TREE_CODE (def_stmt) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:565:7: note: in expansion of macro 'gcc_unreachable' 565 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_finish_stmt_generation': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:586:3: note: in expansion of macro 'gcc_assert' 586 | gcc_assert (stmt == bsi_stmt (*bsi)); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'get_initial_def_for_reduction': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:655:3: note: in expansion of macro 'gcc_assert' 655 | gcc_assert (INTEGRAL_TYPE_P (type) || SCALAR_FLOAT_TYPE_P (type)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:686:5: note: in expansion of macro 'gcc_unreachable' 686 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:698:3: note: in expansion of macro 'gcc_assert' 698 | gcc_assert (nelements == nunits); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_create_epilog_for_reduction': ../../gcc/tree-vect-transform.c:781:25: warning: variable 'bytesize' set but not used [-Wunused-but-set-variable] 781 | tree bitsize, bitpos, bytesize; | ^~~~~~~~ In file included from ../../gcc/tree-vect-transform.c:23: ../../gcc/tree-vect-transform.c: In function 'vectorizable_reduction': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1102:3: note: in expansion of macro 'gcc_assert' 1102 | gcc_assert (TREE_CODE (stmt) == MODIFY_EXPR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1122:3: note: in expansion of macro 'gcc_assert' 1122 | gcc_assert (is_simple_use0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1123:3: note: in expansion of macro 'gcc_assert' 1123 | gcc_assert (is_simple_use1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1124:3: note: in expansion of macro 'gcc_assert' 1124 | gcc_assert (dt0 == vect_loop_def); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1125:3: note: in expansion of macro 'gcc_assert' 1125 | gcc_assert (dt1 == vect_reduction_def); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1126:3: note: in expansion of macro 'gcc_assert' 1126 | gcc_assert (TREE_CODE (def_stmt1) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1127:3: note: in expansion of macro 'gcc_assert' 1127 | gcc_assert (stmt == vect_is_simple_reduction (loop, def_stmt1)); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c:1085:8: warning: variable 'scalar_type' set but not used [-Wunused-but-set-variable] 1085 | tree scalar_type; | ^~~~~~~~~~~ In file included from ../../gcc/tree-vect-transform.c:23: ../../gcc/tree-vect-transform.c: In function 'vectorizable_assignment': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1244:3: note: in expansion of macro 'gcc_assert' 1244 | gcc_assert (STMT_VINFO_DEF_TYPE (stmt_info) == vect_loop_def); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vectorizable_operation': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1349:3: note: in expansion of macro 'gcc_assert' 1349 | gcc_assert (STMT_VINFO_DEF_TYPE (stmt_info) == vect_loop_def); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vectorizable_store': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1564:3: note: in expansion of macro 'gcc_assert' 1564 | gcc_assert (alignment_support_cheme); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1565:3: note: in expansion of macro 'gcc_assert' 1565 | gcc_assert (alignment_support_cheme == dr_aligned); /* FORNOW */ | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vectorizable_load': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1633:3: note: in expansion of macro 'gcc_assert' 1633 | gcc_assert (STMT_VINFO_DEF_TYPE (stmt_info) == vect_loop_def); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1680:3: note: in expansion of macro 'gcc_assert' 1680 | gcc_assert (alignment_support_cheme); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1745:7: note: in expansion of macro 'gcc_assert' 1745 | gcc_assert (!new_bb); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1777:11: note: in expansion of macro 'gcc_assert' 1777 | gcc_assert (!new_bb); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1785:11: note: in expansion of macro 'gcc_assert' 1785 | gcc_assert (TREE_READONLY (builtin_decl)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1813:5: note: in expansion of macro 'gcc_unreachable' 1813 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vectorizable_condition': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:1949:3: note: in expansion of macro 'gcc_assert' 1949 | gcc_assert (STMT_VINFO_DEF_TYPE (stmt_info) == vect_loop_def); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_transform_stmt': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2056:9: note: in expansion of macro 'gcc_assert' 2056 | gcc_assert (done); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2061:9: note: in expansion of macro 'gcc_assert' 2061 | gcc_assert (done); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2066:9: note: in expansion of macro 'gcc_assert' 2066 | gcc_assert (done); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2071:9: note: in expansion of macro 'gcc_assert' 2071 | gcc_assert (done); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2077:9: note: in expansion of macro 'gcc_assert' 2077 | gcc_assert (done); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2083:9: note: in expansion of macro 'gcc_unreachable' 2083 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2095:9: note: in expansion of macro 'gcc_assert' 2095 | gcc_assert (done); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2100:9: note: in expansion of macro 'gcc_assert' 2100 | gcc_assert (done); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2105:11: note: in expansion of macro 'gcc_assert' 2105 | gcc_assert (!STMT_VINFO_VEC_STMT (stmt_info)); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_build_loop_niters': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2133:7: note: in expansion of macro 'gcc_assert' 2133 | gcc_assert (!new_bb); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_generate_tmps_on_preheader': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2185:3: note: in expansion of macro 'gcc_assert' 2185 | gcc_assert (!new_bb); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2198:3: note: in expansion of macro 'gcc_assert' 2198 | gcc_assert (!new_bb); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'update_vuses_to_preheader': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2278:11: note: in expansion of macro 'gcc_assert' 2278 | gcc_assert (updated); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_update_ivs_after_vectorizer': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2337:3: note: in expansion of macro 'gcc_assert' 2337 | gcc_assert (single_pred_p (exit_bb)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2373:7: note: in expansion of macro 'gcc_assert' 2373 | gcc_assert (access_fn); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2376:7: note: in expansion of macro 'gcc_assert' 2376 | gcc_assert (evolution_part != NULL_TREE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2380:7: note: in expansion of macro 'gcc_assert' 2380 | gcc_assert (!tree_is_chrec (evolution_part)); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_do_peeling_for_loop_bound': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2443:3: note: in expansion of macro 'gcc_assert' 2443 | gcc_assert (new_loop); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2444:3: note: in expansion of macro 'gcc_assert' 2444 | gcc_assert (loop_num == loop->num); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_gen_niters_for_prolog_loop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2537:7: note: in expansion of macro 'gcc_assert' 2537 | gcc_assert (!new_bb); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2574:7: note: in expansion of macro 'gcc_assert' 2574 | gcc_assert (!new_bb); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_do_peeling_for_alignment': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2652:3: note: in expansion of macro 'gcc_assert' 2652 | gcc_assert (new_loop); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_create_cond_for_align_checks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2714:3: note: in expansion of macro 'gcc_assert' 2714 | gcc_assert ((mask != 0) && ((mask & (mask+1)) == 0)); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c: In function 'vect_transform_loop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2850:7: note: in expansion of macro 'gcc_assert' 2850 | gcc_assert (EDGE_COUNT (merge_bb->preds) == 2); | ^~~~~~~~~~ ../../gcc/tree-vect-transform.c:2825:20: warning: variable 'nloop' set but not used [-Wunused-but-set-variable] 2825 | struct loop *nloop; | ^~~~~ In file included from ../../gcc/tree-vect-transform.c:23: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2902:3: note: in expansion of macro 'gcc_assert' 2902 | gcc_assert (EDGE_COUNT (loop->header->preds) == 2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2928:11: note: in expansion of macro 'gcc_assert' 2928 | gcc_assert (stmt_info); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-transform.c:2937:11: note: in expansion of macro 'gcc_assert' 2937 | gcc_assert | ^~~~~~~~~~ In file included from ../../gcc/tree-ssa-loop-ivcanon.c:37: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-loop-ivcanon.c:47: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-loop-ivcanon.c:37: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivcanon.c: In function 'empty_loop_p': ../../gcc/tree-ssa-loop-ivcanon.c:459:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 459 | if (!stmt) | ^ ../../gcc/tree-ssa-loop-ivcanon.c:462:13: note: here 462 | case CALL_EXPR: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-propagate.c -o tree-ssa-propagate.o In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-vect-transform.c:32: ../../gcc/tree-vect-transform.c: In function 'vectorizable_load': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-vect-transform.c:27: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ In file included from ../../gcc/tree-ssa-propagate.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-propagate.c:38: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-propagate.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-propagate.c: In function 'cfg_blocks_add': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-propagate.c:179:3: note: in expansion of macro 'gcc_assert' 179 | gcc_assert (bb != ENTRY_BLOCK_PTR && bb != EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-propagate.c:180:3: note: in expansion of macro 'gcc_assert' 180 | gcc_assert (!TEST_BIT (bb_in_list, bb->index)); | ^~~~~~~~~~ ../../gcc/tree-ssa-propagate.c: In function 'cfg_blocks_get': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-propagate.c:216:3: note: in expansion of macro 'gcc_assert' 216 | gcc_assert (!cfg_blocks_empty_p ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-propagate.c:217:3: note: in expansion of macro 'gcc_assert' 217 | gcc_assert (bb); | ^~~~~~~~~~ ../../gcc/tree-ssa-propagate.c: In function 'first_vdef': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-propagate.c:696:3: note: in expansion of macro 'gcc_unreachable' 696 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-address.c -o tree-ssa-address.o In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-propagate.c:38: ../../gcc/tree-ssa-propagate.c: In function 'replace_uses_in': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa-propagate.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-propagate.c:38: ../../gcc/tree-ssa-propagate.c: In function 'substitute_and_fold': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa-propagate.c:26: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-math-opts.c -o tree-ssa-math-opts.o In file included from ../../gcc/tree-ssa-address.c:25: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-address.c:35: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-address.c:25: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-address.c: In function 'create_mem_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-address.c:510:7: note: in expansion of macro 'gcc_assert' 510 | gcc_assert (parts.index); | ^~~~~~~~~~ ../../gcc/tree-ssa-address.c:577:35: warning: right-hand operand of comma expression has no effect [-Wunused-value] 577 | parts.index = parts.offset, bsi; | ^ In file included from ../../gcc/tree-ssa-address.c:25: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-address.c:589:3: note: in expansion of macro 'gcc_assert' 589 | gcc_assert (parts.symbol == NULL_TREE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-address.c:590:3: note: in expansion of macro 'gcc_assert' 590 | gcc_assert (parts.base == NULL_TREE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-address.c:591:3: note: in expansion of macro 'gcc_assert' 591 | gcc_assert (!parts.step || integer_onep (parts.step)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-address.c:592:3: note: in expansion of macro 'gcc_assert' 592 | gcc_assert (!parts.offset || integer_zerop (parts.offset)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-address.c:593:3: note: in expansion of macro 'gcc_unreachable' 593 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa-math-opts.c:89: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-math-opts.c:94: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-math-opts.c:89: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-math-opts.c: In function 'insert_bb': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-math-opts.c:201:11: note: in expansion of macro 'gcc_assert' 201 | gcc_assert (!dom->aux); | ^~~~~~~~~~ ../../gcc/tree-ssa-math-opts.c: In function 'get_constant_one': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-math-opts.c:289:3: note: in expansion of macro 'gcc_assert' 289 | gcc_assert (FLOAT_TYPE_P (type)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-math-opts.c:307:7: note: in expansion of macro 'gcc_unreachable' 307 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-math-opts.c: In function 'execute_cse_reciprocals_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-math-opts.c:433:3: note: in expansion of macro 'gcc_assert' 433 | gcc_assert (FLOAT_TYPE_P (TREE_TYPE (def)) && is_gimple_reg (def)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-loop-ivopts.c -o tree-ssa-loop-ivopts.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-if-conv.c -o tree-if-conv.o In file included from ../../gcc/tree-ssa-loop-ivopts.c:66: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-loop-ivopts.c:76: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-loop-ivopts.c:66: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'dump_use': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:447:7: note: in expansion of macro 'gcc_unreachable' 447 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'divide': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:584:3: note: in expansion of macro 'gcc_assert' 584 | gcc_assert (((val * b) & mask) == a); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'stmt_after_ip_normal_pos': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:602:3: note: in expansion of macro 'gcc_assert' 602 | gcc_assert (bb); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'stmt_after_increment': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:658:7: note: in expansion of macro 'gcc_unreachable' 658 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'contains_abnormal_ssa_name_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:736:7: note: in expansion of macro 'gcc_unreachable' 736 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'set_iv': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:936:3: note: in expansion of macro 'gcc_assert' 936 | gcc_assert (!info->iv); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'find_interesting_uses_outer_or_nonlin': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:1232:7: note: in expansion of macro 'gcc_assert' 1232 | gcc_assert (use->type == USE_NONLINEAR_EXPR | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:1251:3: note: in expansion of macro 'gcc_assert' 1251 | gcc_assert (TREE_CODE (stmt) == PHI_NODE | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'find_interesting_uses_address': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:1590:7: note: in expansion of macro 'gcc_assert' 1590 | gcc_assert (TREE_CODE (base) != ALIGN_INDIRECT_REF); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:1591:7: note: in expansion of macro 'gcc_assert' 1591 | gcc_assert (TREE_CODE (base) != MISALIGNED_INDIRECT_REF); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'add_derived_ivs_candidates': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:2255:11: note: in expansion of macro 'gcc_unreachable' 2255 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'set_use_iv_cost': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:2386:3: note: in expansion of macro 'gcc_unreachable' 2386 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'produce_memory_decl_rtl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:2455:3: note: in expansion of macro 'gcc_assert' 2455 | gcc_assert (obj); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'aff_combination_add_elt': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:2758:13: note: in expansion of macro 'gcc_assert' 2758 | gcc_assert (comb->n == MAX_AFF_ELTS - 1); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'aff_combination_to_tree': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:2948:3: note: in expansion of macro 'gcc_assert' 2948 | gcc_assert (comb->n == MAX_AFF_ELTS || comb->rest == NULL_TREE); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'get_computation_aff': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:3109:3: note: in expansion of macro 'gcc_assert' 3109 | gcc_assert (ratioi); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'force_expr_to_var_cost': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:3541:7: note: in expansion of macro 'gcc_unreachable' 3541 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'ptr_difference_cost': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:3629:3: note: in expansion of macro 'gcc_assert' 3629 | gcc_assert (TREE_CODE (e1) == ADDR_EXPR); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'iv_period': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:3967:3: note: in expansion of macro 'gcc_assert' 3967 | gcc_assert (step && TREE_CODE (step) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'may_replace_final_value': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:4122:3: note: in expansion of macro 'gcc_assert' 4122 | gcc_assert (dominated_by_p (CDI_DOMINATORS, exit->src, | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'determine_use_iv_cost': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:4217:7: note: in expansion of macro 'gcc_unreachable' 4217 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'iv_ca_add_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:4609:3: note: in expansion of macro 'gcc_assert' 4609 | gcc_assert (ivs->upto >= use->id); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'iv_ca_delta_commit': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:4741:7: note: in expansion of macro 'gcc_assert' 4741 | gcc_assert (iv_ca_cand_for_use (ivs, act->use) == from); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'try_improve_iv_set': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:5185:3: note: in expansion of macro 'gcc_assert' 5185 | gcc_assert (best_cost == iv_ca_cost (ivs)); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'rewrite_use_nonlinear_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:5341:7: note: in expansion of macro 'gcc_assert' 5341 | gcc_assert (TREE_CODE (use->stmt) == MODIFY_EXPR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:5342:7: note: in expansion of macro 'gcc_assert' 5342 | gcc_assert (TREE_OPERAND (use->stmt, 0) == cand->var_after); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:5412:7: note: in expansion of macro 'gcc_unreachable' 5412 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'get_ref_tag': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:5513:7: note: in expansion of macro 'gcc_assert' 5513 | gcc_assert (tag != NULL_TREE); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'rewrite_use_outer': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:5736:7: note: in expansion of macro 'gcc_unreachable' 5736 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/tree-if-conv.c:84: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/tree-ssa-loop-ivopts.c: In function 'rewrite_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:5811:9: note: in expansion of macro 'gcc_unreachable' 5811 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c: In function 'rewrite_uses': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ivopts.c:5829:7: note: in expansion of macro 'gcc_assert' 5829 | gcc_assert (cand); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-if-conv.c:95: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-if-conv.c:84: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/lambda.h: In function 'lambda_vector_min_nz': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:331:3: note: in expansion of macro 'gcc_assert' 331 | gcc_assert (start <= n); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:338:3: note: in expansion of macro 'gcc_assert' 338 | gcc_assert (min >= 0); | ^~~~~~~~~~ ../../gcc/tree-if-conv.c: In function 'tree_if_convert_stmt': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-if-conv.c:251:7: note: in expansion of macro 'gcc_unreachable' 251 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-if-conv.c: In function 'tree_if_convert_cond_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-if-conv.c:268:3: note: in expansion of macro 'gcc_assert' 268 | gcc_assert (TREE_CODE (stmt) == COND_EXPR); | ^~~~~~~~~~ ../../gcc/tree-if-conv.c: In function 'find_phi_replacement_condition': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-if-conv.c:671:3: note: in expansion of macro 'gcc_assert' 671 | gcc_assert (EDGE_COUNT (bb->preds) == 2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-if-conv.c:747:3: note: in expansion of macro 'gcc_assert' 747 | gcc_assert (*cond); | ^~~~~~~~~~ ../../gcc/tree-if-conv.c: In function 'replace_phi_with_cond_modify_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-if-conv.c:772:3: note: in expansion of macro 'gcc_assert' 772 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-if-conv.c:775:3: note: in expansion of macro 'gcc_assert' 775 | gcc_assert (PHI_NUM_ARGS (phi) == 2); | ^~~~~~~~~~ ../../gcc/tree-if-conv.c: In function 'combine_blocks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-if-conv.c:887:3: note: in expansion of macro 'gcc_assert' 887 | gcc_assert (exit_bb != loop->latch); | ^~~~~~~~~~ ../../gcc/tree-if-conv.c: In function 'get_loop_body_in_if_conv_order': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-if-conv.c:1036:3: note: in expansion of macro 'gcc_assert' 1036 | gcc_assert (loop->num_nodes); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-if-conv.c:1037:3: note: in expansion of macro 'gcc_assert' 1037 | gcc_assert (loop->latch != EXIT_BLOCK_PTR); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-loop-unswitch.c -o tree-ssa-loop-unswitch.o In file included from ../../gcc/tree-ssa-loop-unswitch.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-loop-unswitch.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-loop-unswitch.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-unswitch.c: In function 'tree_unswitch_loop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-unswitch.c:283:3: note: in expansion of macro 'gcc_assert' 283 | gcc_assert (flow_bb_inside_loop_p (loop, unswitch_on)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-unswitch.c:284:3: note: in expansion of macro 'gcc_assert' 284 | gcc_assert (EDGE_COUNT (unswitch_on->succs) == 2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-unswitch.c:285:3: note: in expansion of macro 'gcc_assert' 285 | gcc_assert (loop->inner == NULL); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-loop-ivopts.c:76: ../../gcc/tree-ssa-loop-ivopts.c: In function 'protect_loop_closed_ssa_form': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa-loop-ivopts.c:69: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/alias.c -o alias.o In file included from ../../gcc/alias.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/alias.c: In function 'mems_in_disjoint_alias_sets_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/alias.c:287:3: note: in expansion of macro 'gcc_assert' 287 | gcc_assert (flag_strict_aliasing | ^~~~~~~~~~ ../../gcc/alias.c: In function 'record_alias_subset': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/alias.c:677:3: note: in expansion of macro 'gcc_assert' 677 | gcc_assert (superset); | ^~~~~~~~~~ ../../gcc/alias.c: In function 'record_set': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/alias.c:982:3: note: in expansion of macro 'gcc_assert' 982 | gcc_assert (regno < VARRAY_SIZE (reg_base_value)); | ^~~~~~~~~~ ../../gcc/alias.c: In function 'rtx_equal_for_memref_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/alias.c:1358:11: note: in expansion of macro 'gcc_unreachable' 1358 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/alias.c: In function 'init_alias_analysis': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/alias.c:2629:7: note: in expansion of macro 'gcc_assert' 2629 | gcc_assert (maxreg == (unsigned int) max_reg_num()); | ^~~~~~~~~~ At top level: ../../gcc/alias.c:1368:1: warning: 'find_symbolic_term' defined but not used [-Wunused-function] 1368 | find_symbolic_term (rtx x) | ^~~~~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/bb-reorder.c -o bb-reorder.o In file included from ../../gcc/bb-reorder.c:69: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/bb-reorder.c: In function 'find_traces_1_round': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bb-reorder.c:499:15: note: in expansion of macro 'gcc_assert' 499 | gcc_assert (!(e->flags & EDGE_FAKE)); | ^~~~~~~~~~ ../../gcc/bb-reorder.c: In function 'copy_bb': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bb-reorder.c:764:3: note: in expansion of macro 'gcc_assert' 764 | gcc_assert (e->dest == new_bb); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bb-reorder.c:765:3: note: in expansion of macro 'gcc_assert' 765 | gcc_assert (!e->dest->il.rtl->visited); | ^~~~~~~~~~ ../../gcc/bb-reorder.c: In function 'connect_traces': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bb-reorder.c:935:11: note: in expansion of macro 'gcc_assert' 935 | gcc_assert (two_passes && current_pass == 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bb-reorder.c:149:18: note: in expansion of macro 'gcc_assert' 149 | #define FREE(P) (gcc_assert (P), free (P), P = 0) | ^~~~~~~~~~ ../../gcc/bb-reorder.c:1151:3: note: in expansion of macro 'FREE' 1151 | FREE (connected); | ^~~~ ../../gcc/bb-reorder.c: In function 'find_rarely_executed_basic_blocks_and_crossing_edges': ../../gcc/bb-reorder.c:1225:8: warning: variable 'has_hot_blocks' set but not used [-Wunused-but-set-variable] 1225 | bool has_hot_blocks = false; | ^~~~~~~~~~~~~~ In file included from ../../gcc/bb-reorder.c:69: ../../gcc/bb-reorder.c: In function 'add_labels_and_missing_jumps': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bb-reorder.c:1303:23: note: in expansion of macro 'gcc_assert' 1303 | gcc_assert (single_succ_p (src)); | ^~~~~~~~~~ ../../gcc/bb-reorder.c: In function 'fix_crossing_conditional_branches': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bb-reorder.c:1634:23: note: in expansion of macro 'gcc_assert' 1634 | gcc_assert (HAVE_return | ^~~~~~~~~~ ../../gcc/bb-reorder.c: In function 'fix_crossing_unconditional_branches': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bb-reorder.c:1709:11: note: in expansion of macro 'gcc_assert' 1709 | gcc_assert (!any_condjump_p (last_insn)); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/bb-reorder.c:72: ../../gcc/bb-reorder.c: In function 'add_reg_crossing_jump_notes': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/bb-reorder.c:1776:39: note: in expansion of macro 'gen_rtx_EXPR_LIST' 1776 | REG_NOTES (BB_END (e->src)) = gen_rtx_EXPR_LIST (REG_CROSSING_JUMP, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/bb-reorder.c:69: ../../gcc/bb-reorder.c: In function 'verify_hot_cold_block_grouping': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bb-reorder.c:1884:3: note: in expansion of macro 'gcc_assert' 1884 | gcc_assert(!err); | ^~~~~~~~~~ ../../gcc/bb-reorder.c: In function 'reorder_basic_blocks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bb-reorder.c:149:18: note: in expansion of macro 'gcc_assert' 149 | #define FREE(P) (gcc_assert (P), free (P), P = 0) | ^~~~~~~~~~ ../../gcc/bb-reorder.c:1929:3: note: in expansion of macro 'FREE' 1929 | FREE (traces); | ^~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bb-reorder.c:149:18: note: in expansion of macro 'gcc_assert' 149 | #define FREE(P) (gcc_assert (P), free (P), P = 0) | ^~~~~~~~~~ ../../gcc/bb-reorder.c:1930:3: note: in expansion of macro 'FREE' 1930 | FREE (bbd); | ^~~~ ../../gcc/bb-reorder.c: In function 'insert_section_boundary_note': ../../gcc/bb-reorder.c:1952:7: warning: variable 'new_note' set but not used [-Wunused-but-set-variable] 1952 | rtx new_note; | ^~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/bitmap.c -o bitmap.o In file included from ../../gcc/bitmap.c:23: ../../gcc/bitmap.c: In function 'bitmap_elt_insert_after': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:370:7: note: in expansion of macro 'gcc_assert' 370 | gcc_assert (head->current); | ^~~~~~~~~~ ../../gcc/bitmap.c: In function 'bitmap_first_set_bit': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:535:3: note: in expansion of macro 'gcc_assert' 535 | gcc_assert (elt); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:543:3: note: in expansion of macro 'gcc_unreachable' 543 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:548:3: note: in expansion of macro 'gcc_assert' 548 | gcc_assert (sizeof(long) == sizeof (word)); | ^~~~~~~~~~ ../../gcc/bitmap.c: In function 'bitmap_and': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:586:3: note: in expansion of macro 'gcc_assert' 586 | gcc_assert (dst != a && dst != b); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:627:3: note: in expansion of macro 'gcc_assert' 627 | gcc_assert (!dst->current == !dst->first); | ^~~~~~~~~~ ../../gcc/bitmap.c: In function 'bitmap_and_into': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:675:3: note: in expansion of macro 'gcc_assert' 675 | gcc_assert (!a->current == !a->first); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:676:3: note: in expansion of macro 'gcc_assert' 676 | gcc_assert (!a->current || a->indx == a->current->indx); | ^~~~~~~~~~ ../../gcc/bitmap.c: In function 'bitmap_and_compl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:689:3: note: in expansion of macro 'gcc_assert' 689 | gcc_assert (dst != a && dst != b); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:740:3: note: in expansion of macro 'gcc_assert' 740 | gcc_assert (!dst->current == !dst->first); | ^~~~~~~~~~ ../../gcc/bitmap.c: In function 'bitmap_and_compl_into': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:794:3: note: in expansion of macro 'gcc_assert' 794 | gcc_assert (!a->current == !a->first); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:795:3: note: in expansion of macro 'gcc_assert' 795 | gcc_assert (!a->current || a->indx == a->current->indx); | ^~~~~~~~~~ ../../gcc/bitmap.c: In function 'bitmap_ior': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:810:3: note: in expansion of macro 'gcc_assert' 810 | gcc_assert (dst != a && dst != b); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:896:3: note: in expansion of macro 'gcc_assert' 896 | gcc_assert (!dst->current == !dst->first); | ^~~~~~~~~~ ../../gcc/bitmap.c: In function 'bitmap_ior_into': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:961:3: note: in expansion of macro 'gcc_assert' 961 | gcc_assert (!a->current == !a->first); | ^~~~~~~~~~ ../../gcc/bitmap.c: In function 'bitmap_xor': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:977:3: note: in expansion of macro 'gcc_assert' 977 | gcc_assert (dst != a && dst != b); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:1037:3: note: in expansion of macro 'gcc_assert' 1037 | gcc_assert (!dst->current == !dst->first); | ^~~~~~~~~~ ../../gcc/bitmap.c: In function 'bitmap_xor_into': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bitmap.c:1096:3: note: in expansion of macro 'gcc_assert' 1096 | gcc_assert (!a->current == !a->first); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/builtins.c -o builtins.o In file included from ../../gcc/builtins.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'c_readstr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:464:3: note: in expansion of macro 'gcc_assert' 464 | gcc_assert (GET_MODE_CLASS (mode) == MODE_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:478:7: note: in expansion of macro 'gcc_assert' 478 | gcc_assert (j <= 2 * HOST_BITS_PER_WIDE_INT); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_longjmp': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:817:3: note: in expansion of macro 'gcc_assert' 817 | gcc_assert (value == const1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:872:7: note: in expansion of macro 'gcc_assert' 872 | gcc_assert (insn != last); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'get_memory_rtx': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:1130:11: note: in expansion of macro 'gcc_assert' 1130 | gcc_assert (TREE_CODE (inner) == COMPONENT_REF); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:1142:15: note: in expansion of macro 'gcc_assert' 1142 | gcc_assert (! DECL_BIT_FIELD (field)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:1143:15: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (mem_expr) == COMPONENT_REF); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:1144:15: note: in expansion of macro 'gcc_assert' 1144 | gcc_assert (field == TREE_OPERAND (mem_expr, 1)); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'apply_args_size': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:1240:13: note: in expansion of macro 'gcc_assert' 1240 | gcc_assert (mode != VOIDmode); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'apply_result_size': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:1278:13: note: in expansion of macro 'gcc_assert' 1278 | gcc_assert (mode != VOIDmode); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_apply': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:1550:13: note: in expansion of macro 'gcc_assert' 1550 | gcc_assert (!valreg); /* HAVE_untyped_call required. */ | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:1563:5: note: in expansion of macro 'gcc_unreachable' 1563 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_mathfn': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:1946:7: note: in expansion of macro 'gcc_unreachable' 1946 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_mathfn_2': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:2097:7: note: in expansion of macro 'gcc_unreachable' 2097 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_mathfn_3': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:2199:7: note: in expansion of macro 'gcc_unreachable' 2199 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:2222:9: note: in expansion of macro 'gcc_unreachable' 2222 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:2265:15: note: in expansion of macro 'gcc_unreachable' 2265 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:2267:11: note: in expansion of macro 'gcc_assert' 2267 | gcc_assert (result); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_int_roundingfn': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:2316:5: note: in expansion of macro 'gcc_unreachable' 2316 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:2343:7: note: in expansion of macro 'gcc_unreachable' 2343 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:2391:3: note: in expansion of macro 'gcc_assert' 2391 | gcc_assert (fallback_fndecl != NULL_TREE); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_powi': ../../gcc/builtins.c:2587:26: warning: variable 'val' set but not used [-Wunused-but-set-variable] 2587 | unsigned HOST_WIDE_INT val; | ^~~ In file included from ../../gcc/builtins.c:23: ../../gcc/builtins.c: In function 'builtin_memcpy_read_str': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:2907:3: note: in expansion of macro 'gcc_assert' 2907 | gcc_assert (offset >= 0 | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_movstr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:3222:3: note: in expansion of macro 'gcc_assert' 3222 | gcc_assert (insn); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_stpcpy': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:3331:19: note: in expansion of macro 'gcc_assert' 3331 | gcc_assert (ret); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_memset': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:3568:7: note: in expansion of macro 'gcc_assert' 3568 | gcc_assert (fcode == BUILT_IN_MEMSET || fcode == BUILT_IN_BZERO); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_memcmp': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:3687:7: note: in expansion of macro 'gcc_unreachable' 3687 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_args_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:4161:3: note: in expansion of macro 'gcc_assert' 4161 | gcc_assert (sizeof (CUMULATIVE_ARGS) % sizeof (int) == 0); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_unop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:4662:3: note: in expansion of macro 'gcc_assert' 4662 | gcc_assert (target); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_profile_func': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:5232:3: note: in expansion of macro 'gcc_assert' 5232 | gcc_assert (MEM_P (this)); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_fork_or_exec': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:5478:7: note: in expansion of macro 'gcc_unreachable' 5478 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/caller-save.c -o caller-save.o ../../gcc/builtins.c: In function 'fold_builtin_int_roundingfn': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:7511:15: note: in expansion of macro 'gcc_unreachable' 7511 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/builtins.c: In function 'fold_builtin_bitop': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:7619:11: note: in expansion of macro 'gcc_unreachable' 7619 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/builtins.c: In function 'fold_builtin_classify': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:8699:7: note: in expansion of macro 'gcc_unreachable' 8699 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/builtins.c: In function 'fold_builtin_fputs': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:9834:7: note: in expansion of macro 'gcc_unreachable' 9834 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/builtins.c: In function 'fold_builtin_next_arg': ../../gcc/builtins.c:9859:56: warning: misspelled term 'args' in format; use 'arguments' instead [-Wformat-diag] 9859 | error ("%<va_start%> used in function with fixed args"); | ^~~ In file included from ../../gcc/caller-save.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_object_size': ../../gcc/builtins.c:10013:16: warning: unknown conversion type character 'H' in format [-Wformat=] 10013 | error ("%Hfirst argument of %D must be a pointer, second integer constant", | ^ ../../gcc/builtins.c:10013:36: warning: 'D' conversion used unquoted [-Wformat=] 10013 | error ("%Hfirst argument of %D must be a pointer, second integer constant", | ^ ../../gcc/builtins.c:10013:36: warning: format '%D' expects argument of type 'union tree_node *', but argument 2 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 10013 | error ("%Hfirst argument of %D must be a pointer, second integer constant", | ~^ | | | union tree_node * 10014 | &locus, fndecl); | ~~~~~~ | | | location_t * {aka struct location_s *} ../../gcc/builtins.c:10013:14: warning: too many arguments for format [-Wformat-extra-args] 10013 | error ("%Hfirst argument of %D must be a pointer, second integer constant", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/builtins.c:10026:16: warning: unknown conversion type character 'H' in format [-Wformat=] 10026 | error ("%Hlast argument of %D is not integer constant between 0 and 3", | ^ ../../gcc/builtins.c:10026:35: warning: 'D' conversion used unquoted [-Wformat=] 10026 | error ("%Hlast argument of %D is not integer constant between 0 and 3", | ^ ../../gcc/builtins.c:10026:35: warning: format '%D' expects argument of type 'union tree_node *', but argument 2 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 10026 | error ("%Hlast argument of %D is not integer constant between 0 and 3", | ~^ | | | union tree_node * 10027 | &locus, fndecl); | ~~~~~~ | | | location_t * {aka struct location_s *} ../../gcc/builtins.c:10026:14: warning: too many arguments for format [-Wformat-extra-args] 10026 | error ("%Hlast argument of %D is not integer constant between 0 and 3", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/builtins.c: In function 'expand_builtin_memory_chk': ../../gcc/builtins.c:10072:25: warning: unknown conversion type character 'H' in format [-Wformat=] 10072 | warning (0, "%Hcall to %D will always overflow destination buffer", | ^ ../../gcc/builtins.c:10072:35: warning: 'D' conversion used unquoted [-Wformat=] 10072 | warning (0, "%Hcall to %D will always overflow destination buffer", | ^ ../../gcc/builtins.c:10072:35: warning: format '%D' expects argument of type 'union tree_node *', but argument 3 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 10072 | warning (0, "%Hcall to %D will always overflow destination buffer", | ~^ | | | union tree_node * 10073 | &locus, get_callee_fndecl (exp)); | ~~~~~~ | | | location_t * {aka struct location_s *} ../../gcc/builtins.c:10072:23: warning: too many arguments for format [-Wformat-extra-args] 10072 | warning (0, "%Hcall to %D will always overflow destination buffer", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/builtins.c:23: ../../gcc/builtins.c: In function 'maybe_emit_chk_warning': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/builtins.c:10192:7: note: in expansion of macro 'gcc_unreachable' 10192 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/builtins.c:10225:17: warning: unknown conversion type character 'H' in format [-Wformat=] 10225 | warning (0, "%Hcall to %D will always overflow destination buffer", | ^ ../../gcc/builtins.c:10225:27: warning: 'D' conversion used unquoted [-Wformat=] 10225 | warning (0, "%Hcall to %D will always overflow destination buffer", | ^ ../../gcc/caller-save.c: In function 'init_caller_save': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/caller-save.c:159:3: note: in expansion of macro 'gcc_assert' 159 | gcc_assert (i < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/caller-save.c: In function 'save_call_clobbered_regs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/caller-save.c:383:7: note: in expansion of macro 'gcc_assert' 383 | gcc_assert (!chain->is_caller_save_insn); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/caller-save.c:435:19: note: in expansion of macro 'gcc_assert' 435 | gcc_assert (r >= 0); | ^~~~~~~~~~ ../../gcc/builtins.c:10225:27: warning: format '%D' expects argument of type 'union tree_node *', but argument 3 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 10225 | warning (0, "%Hcall to %D will always overflow destination buffer", | ~^ | | | union tree_node * 10226 | &locus, get_callee_fndecl (exp)); | ~~~~~~ | | | location_t * {aka struct location_s *} ../../gcc/builtins.c:10225:15: warning: too many arguments for format [-Wformat-extra-args] 10225 | warning (0, "%Hcall to %D will always overflow destination buffer", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/builtins.c: In function 'maybe_emit_sprintf_chk_warning': ../../gcc/builtins.c:10293:21: warning: unknown conversion type character 'H' in format [-Wformat=] 10293 | warning (0, "%Hcall to %D will always overflow destination buffer", | ^ ../../gcc/builtins.c:10293:31: warning: 'D' conversion used unquoted [-Wformat=] 10293 | warning (0, "%Hcall to %D will always overflow destination buffer", | ^ ../../gcc/caller-save.c: In function 'insert_restore': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/caller-save.c:652:3: note: in expansion of macro 'gcc_assert' 652 | gcc_assert (regno_save_mem[regno][1]); | ^~~~~~~~~~ ../../gcc/caller-save.c: In function 'insert_save': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/caller-save.c:725:3: note: in expansion of macro 'gcc_assert' 725 | gcc_assert (regno_save_mem[regno][1]); | ^~~~~~~~~~ ../../gcc/caller-save.c: In function 'insert_one_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/caller-save.c:822:15: note: in expansion of macro 'gcc_assert' 822 | gcc_assert (REG_P (reg)); | ^~~~~~~~~~ ../../gcc/builtins.c:10293:31: warning: format '%D' expects argument of type 'union tree_node *', but argument 3 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 10293 | warning (0, "%Hcall to %D will always overflow destination buffer", | ~^ | | | union tree_node * 10294 | &locus, get_callee_fndecl (exp)); | ~~~~~~ | | | location_t * {aka struct location_s *} ../../gcc/builtins.c:10293:19: warning: too many arguments for format [-Wformat-extra-args] 10293 | warning (0, "%Hcall to %D will always overflow destination buffer", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/builtins.c:10236:30: warning: variable 'flag' set but not used [-Wunused-but-set-variable] 10236 | tree dest, size, len, fmt, flag; | ^~~~ ../../gcc/builtins.c:10236:8: warning: variable 'dest' set but not used [-Wunused-but-set-variable] 10236 | tree dest, size, len, fmt, flag; | ^~~~ ../../gcc/builtins.c: In function 'expand_builtin': ../../gcc/builtins.c:5799:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 5799 | if (! flag_unsafe_math_optimizations) | ^ ../../gcc/builtins.c:5801:5: note: here 5801 | case BUILT_IN_SQRT: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/calls.c -o calls.o In file included from ../../gcc/calls.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/calls.c: In function 'emit_call_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/calls.c:357:5: note: in expansion of macro 'gcc_unreachable' 357 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/calls.c:27: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/calls.c:381:29: note: in expansion of macro 'gen_rtx_EXPR_LIST' 381 | REG_NOTES (call_insn) = gen_rtx_EXPR_LIST (REG_EH_REGION, const0_rtx, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/calls.c:390:33: note: in expansion of macro 'gen_rtx_EXPR_LIST' 390 | REG_NOTES (call_insn) = gen_rtx_EXPR_LIST (REG_EH_REGION, GEN_INT (rn), | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/calls.c:396:29: note: in expansion of macro 'gen_rtx_EXPR_LIST' 396 | REG_NOTES (call_insn) = gen_rtx_EXPR_LIST (REG_NORETURN, const0_rtx, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/calls.c:401:31: note: in expansion of macro 'gen_rtx_EXPR_LIST' 401 | REG_NOTES (call_insn) = gen_rtx_EXPR_LIST (REG_SETJMP, const0_rtx, | ^~~~~~~~~~~~~~~~~ ../../gcc/calls.c:253:7: warning: variable 'struct_value_size_rtx' set but not used [-Wunused-but-set-variable] 253 | rtx struct_value_size_rtx; | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/calls.c:24: ../../gcc/calls.c: In function 'store_unaligned_arguments_into_pseudos': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:837:13: note: in expansion of macro 'gcc_assert' 837 | gcc_assert (args[i].partial % UNITS_PER_WORD == 0); | ^~~~~~~~~~ ../../gcc/calls.c: In function 'compute_argument_block_size': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:1184:11: note: in expansion of macro 'gcc_assert' 1184 | gcc_assert (!(stack_pointer_delta & (preferred_stack_boundary - 1))); | ^~~~~~~~~~ ../../gcc/calls.c: In function 'precompute_arguments': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:1250:7: note: in expansion of macro 'gcc_assert' 1250 | gcc_assert (!TREE_ADDRESSABLE (TREE_TYPE (args[i].tree_value))); | ^~~~~~~~~~ ../../gcc/calls.c: In function 'load_register_parameters': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:1543:15: note: in expansion of macro 'gcc_assert' 1543 | gcc_assert (partial % UNITS_PER_WORD == 0); | ^~~~~~~~~~ ../../gcc/calls.c: In function 'shift_return_value': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:1798:3: note: in expansion of macro 'gcc_assert' 1798 | gcc_assert (REG_P (value) && HARD_REGISTER_P (value)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/calls.c:1808:5: note: in expansion of macro 'gcc_unreachable' 1808 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/calls.c: In function 'expand_call': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:2039:3: note: in expansion of macro 'gcc_assert' 2039 | gcc_assert (POINTER_TYPE_P (funtype)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:2697:7: note: in expansion of macro 'gcc_assert' 2697 | gcc_assert (!pass | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/calls.c:27: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/calls.c:2800:13: note: in expansion of macro 'gen_rtx_EXPR_LIST' 2800 | gen_rtx_EXPR_LIST (REG_NOALIAS, temp, REG_NOTES (last)); | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/calls.c:24: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:2824:15: note: in expansion of macro 'gcc_assert' 2824 | gcc_assert (last != before_call); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:2959:15: note: in expansion of macro 'gcc_assert' 2959 | gcc_assert (GET_MODE (target) == pmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:3062:11: note: in expansion of macro 'gcc_assert' 3062 | gcc_assert ((flags & ECF_NORETURN) | ^~~~~~~~~~ ../../gcc/calls.c: In function 'emit_library_call_value_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:3414:7: note: in expansion of macro 'gcc_assert' 3414 | gcc_assert (targetm.calls.arg_partial_bytes (&args_so_far, Pmode, | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:3441:7: note: in expansion of macro 'gcc_assert' 3441 | gcc_assert (mode != BLKmode | ^~~~~~~~~~ ../../gcc/calls.c:3473:30: warning: comparison between 'enum machine_mode' and 'enum rtx_code' [-Wenum-compare] 3473 | if (GET_MODE (val) == MEM && !must_copy) | ^~ In file included from ../../gcc/calls.c:24: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:3512:7: note: in expansion of macro 'gcc_assert' 3512 | gcc_assert (!argvec[count].locate.size.var); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:3799:3: note: in expansion of macro 'gcc_assert' 3799 | gcc_assert (!(stack_pointer_delta | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:3835:11: note: in expansion of macro 'gcc_assert' 3835 | gcc_assert (last != before_call); | ^~~~~~~~~~ ../../gcc/calls.c: In function 'store_one_arg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:4116:3: note: in expansion of macro 'gcc_assert' 4116 | gcc_assert (reg == 0 || partial != 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/calls.c:4285:15: note: in expansion of macro 'gcc_assert' 4285 | gcc_assert (!arg->locate.offset.var | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cfg.c -o cfg.o In file included from ../../gcc/cfg.c:50: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'clear_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (!n_edges); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'compact_blocks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:174:3: note: in expansion of macro 'gcc_assert' 174 | gcc_assert (i == n_basic_blocks); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'disconnect_src': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:235:3: note: in expansion of macro 'gcc_unreachable' 235 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/cfg.c: In function 'alloc_aux_for_block': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:639:3: note: in expansion of macro 'gcc_assert' 639 | gcc_assert (!bb->aux && first_block_aux_obj); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'alloc_aux_for_blocks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:659:5: note: in expansion of macro 'gcc_assert' 659 | gcc_assert (!first_block_aux_obj); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'free_aux_for_blocks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:688:3: note: in expansion of macro 'gcc_assert' 688 | gcc_assert (first_block_aux_obj); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'alloc_aux_for_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:702:3: note: in expansion of macro 'gcc_assert' 702 | gcc_assert (!e->aux && first_edge_aux_obj); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'alloc_aux_for_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:722:5: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (!first_edge_aux_obj); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'free_aux_for_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:762:3: note: in expansion of macro 'gcc_assert' 762 | gcc_assert (first_edge_aux_obj); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'update_bb_profile_for_threading': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:906:3: note: in expansion of macro 'gcc_assert' 906 | gcc_assert (bb == taken_edge->src); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'scale_bbs_frequencies_int': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:930:3: note: in expansion of macro 'gcc_assert' 930 | gcc_assert (num < 65536); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'scale_bbs_frequencies_gcov_type': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:956:3: note: in expansion of macro 'gcc_assert' 956 | gcc_assert (fraction >= 0); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'initialize_original_copy_tables': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:1025:3: note: in expansion of macro 'gcc_assert' 1025 | gcc_assert (!original_copy_bb_pool); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'free_original_copy_tables': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:1039:3: note: in expansion of macro 'gcc_assert' 1039 | gcc_assert (original_copy_bb_pool); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'get_bb_original': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:1080:3: note: in expansion of macro 'gcc_assert' 1080 | gcc_assert (original_copy_bb_pool); | ^~~~~~~~~~ ../../gcc/cfg.c: In function 'get_bb_copy': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfg.c:1122:3: note: in expansion of macro 'gcc_assert' 1122 | gcc_assert (original_copy_bb_pool); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cfganal.c -o cfganal.o In file included from ../../gcc/cfganal.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/cfganal.c: In function 'flow_depth_first_order_compute': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfganal.c:790:3: note: in expansion of macro 'gcc_assert' 790 | gcc_assert (dfsnum == n_basic_blocks); | ^~~~~~~~~~ ../../gcc/cfganal.c: In function 'dfs_enumerate_from': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfganal.c:954:17: note: in expansion of macro 'gcc_assert' 954 | gcc_assert (tv != rslt_max); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfganal.c:964:17: note: in expansion of macro 'gcc_assert' 964 | gcc_assert (tv != rslt_max); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cfgbuild.c -o cfgbuild.o In file included from ../../gcc/cfgbuild.c:34: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/cfgbuild.c: In function 'inside_basic_block_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cfgbuild.c:84:7: note: in expansion of macro 'gcc_unreachable' 84 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/cfgbuild.c: In function 'control_flow_insn_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cfgbuild.c:132:7: note: in expansion of macro 'gcc_unreachable' 132 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/cfgbuild.c: In function 'make_label_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgbuild.c:184:3: note: in expansion of macro 'gcc_assert' 184 | gcc_assert (LABEL_P (label)); | ^~~~~~~~~~ ../../gcc/cfgbuild.c: In function 'make_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgbuild.c:350:15: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (JUMP_LABEL (insn)); | ^~~~~~~~~~ ../../gcc/cfgbuild.c: In function 'find_basic_blocks_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cfgbuild.c:492:11: note: in expansion of macro 'gcc_unreachable' 492 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgbuild.c:501:3: note: in expansion of macro 'gcc_assert' 501 | gcc_assert (last_basic_block == n_basic_blocks); | ^~~~~~~~~~ ../../gcc/cfgbuild.c: In function 'mark_tablejump_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgbuild.c:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (LABEL_P (label)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cfgcleanup.c -o cfgcleanup.o In file included from ../../gcc/cfgcleanup.c:35: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/cfgcleanup.c: In function 'try_forward_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgcleanup.c:509:19: note: in expansion of macro 'gcc_assert' 509 | gcc_assert (nthreaded_edges < n_basic_blocks); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgcleanup.c:607:19: note: in expansion of macro 'gcc_assert' 607 | gcc_assert (n < nthreaded_edges); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgcleanup.c:609:19: note: in expansion of macro 'gcc_assert' 609 | gcc_assert (t->src == first); | ^~~~~~~~~~ ../../gcc/cfgcleanup.c: In function 'merge_blocks_move_predecessor_nojumps': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgcleanup.c:675:3: note: in expansion of macro 'gcc_assert' 675 | gcc_assert (BARRIER_P (barrier)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgcleanup.c:686:3: note: in expansion of macro 'gcc_assert' 686 | gcc_assert (!only_notes); | ^~~~~~~~~~ ../../gcc/cfgcleanup.c: In function 'merge_blocks_move_successor_nojumps': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgcleanup.c:753:3: note: in expansion of macro 'gcc_assert' 753 | gcc_assert (!only_notes); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cfglayout.c -o cfglayout.o In file included from ../../gcc/cfglayout.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/cfglayout.c: In function 'record_effective_endpoints': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:199:3: note: in expansion of macro 'gcc_assert' 199 | gcc_assert (insn); | ^~~~~~~~~~ ../../gcc/cfglayout.c: In function 'insn_locators_initialize': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:276:11: note: in expansion of macro 'gcc_assert' 276 | gcc_assert (NOTE_LINE_NUMBER (insn) != NOTE_INSN_BLOCK_BEG | ^~~~~~~~~~ ../../gcc/cfglayout.c: In function 'change_scope': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:391:7: note: in expansion of macro 'gcc_assert' 391 | gcc_assert (ts1 && ts2); | ^~~~~~~~~~ ../../gcc/cfglayout.c: In function 'fixup_reorder_chain': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:634:3: note: in expansion of macro 'gcc_assert' 634 | gcc_assert (index == n_basic_blocks); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:700:19: note: in expansion of macro 'gcc_assert' 700 | gcc_assert (redirected); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:771:15: note: in expansion of macro 'gcc_assert' 771 | gcc_assert (returnjump_p (bb_end_insn) || !e_fall); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/cfglayout.c:26: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/cfglayout.c:811:39: note: in expansion of macro 'gen_rtx_EXPR_LIST' 811 | REG_NOTES (BB_END (bb)) = gen_rtx_EXPR_LIST | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/cfglayout.c:22: ../../gcc/cfglayout.c: In function 'verify_insn_chain': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:883:5: note: in expansion of macro 'gcc_assert' 883 | gcc_assert (PREV_INSN (x) == prevx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:885:3: note: in expansion of macro 'gcc_assert' 885 | gcc_assert (prevx == get_last_insn ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:890:5: note: in expansion of macro 'gcc_assert' 890 | gcc_assert (NEXT_INSN (x) == nextx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:892:3: note: in expansion of macro 'gcc_assert' 892 | gcc_assert (insn_cnt1 == insn_cnt2); | ^~~~~~~~~~ ../../gcc/cfglayout.c: In function 'fixup_fallthru_exit_predecessor': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:908:3: note: in expansion of macro 'gcc_assert' 908 | gcc_assert (reload_completed); | ^~~~~~~~~~ ../../gcc/cfglayout.c: In function 'duplicate_insn_chain': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:1042:15: note: in expansion of macro 'gcc_assert' 1042 | gcc_assert (NOTE_LINE_NUMBER (insn) >= 0); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cfglayout.c:1050:11: note: in expansion of macro 'gcc_unreachable' 1050 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cfgloop.c -o cfgloop.o In file included from ../../gcc/cfgloop.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/cfgloop.c:34: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/cfgloop.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/cfgloop.c: In function 'superloop_at_depth': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:108:3: note: in expansion of macro 'gcc_assert' 108 | gcc_assert (depth <= (unsigned) loop->depth); | ^~~~~~~~~~ ../../gcc/cfgloop.c: In function 'flow_loops_free': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:197:7: note: in expansion of macro 'gcc_assert' 197 | gcc_assert (loops->num); | ^~~~~~~~~~ ../../gcc/cfgloop.c: In function 'flow_loops_find': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:650:11: note: in expansion of macro 'gcc_assert' 650 | gcc_assert (!(e->flags & EDGE_ABNORMAL)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:661:15: note: in expansion of macro 'gcc_assert' 661 | gcc_assert (!more_latches); | ^~~~~~~~~~ ../../gcc/cfgloop.c: In function 'flow_loop_outside_edge_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:779:3: note: in expansion of macro 'gcc_assert' 779 | gcc_assert (e->dest == loop->header); | ^~~~~~~~~~ ../../gcc/cfgloop.c: In function 'get_loop_body': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:799:3: note: in expansion of macro 'gcc_assert' 799 | gcc_assert (loop->num_nodes); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:807:7: note: in expansion of macro 'gcc_assert' 807 | gcc_assert (loop->num_nodes == (unsigned) n_basic_blocks + 2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:819:3: note: in expansion of macro 'gcc_assert' 819 | gcc_assert (tv == loop->num_nodes); | ^~~~~~~~~~ ../../gcc/cfgloop.c: In function 'get_loop_body_in_dom_order': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:862:3: note: in expansion of macro 'gcc_assert' 862 | gcc_assert (loop->num_nodes); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:866:3: note: in expansion of macro 'gcc_assert' 866 | gcc_assert (loop->latch != EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:871:3: note: in expansion of macro 'gcc_assert' 871 | gcc_assert (tv == (int) loop->num_nodes); | ^~~~~~~~~~ ../../gcc/cfgloop.c: In function 'get_loop_body_in_bfs_order': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:887:3: note: in expansion of macro 'gcc_assert' 887 | gcc_assert (loop->num_nodes); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:888:3: note: in expansion of macro 'gcc_assert' 888 | gcc_assert (loop->latch != EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:918:7: note: in expansion of macro 'gcc_assert' 918 | gcc_assert (i >= vc); | ^~~~~~~~~~ ../../gcc/cfgloop.c: In function 'get_loop_exit_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:936:3: note: in expansion of macro 'gcc_assert' 936 | gcc_assert (loop->latch != EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/cfgloop.c: In function 'num_loop_branches': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:964:3: note: in expansion of macro 'gcc_assert' 964 | gcc_assert (loop->latch != EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/cfgloop.c: In function 'cancel_loop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:1030:3: note: in expansion of macro 'gcc_assert' 1030 | gcc_assert (!loop->inner); | ^~~~~~~~~~ ../../gcc/cfgloop.c: In function 'verify_loop_structure': ../../gcc/cfgloop.c:1122:26: warning: bare apostrophe ''' in format [-Wformat-diag] 1122 | error ("loop %d's header does not have exactly 2 entries", i); | ^ ../../gcc/cfgloop.c:1122:18: note: if avoiding the apostrophe is not feasible, enclose it in a pair of '%<' and '%>' directives instead 1122 | error ("loop %d's header does not have exactly 2 entries", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfgloop.c:1129:30: warning: bare apostrophe ''' in format [-Wformat-diag] 1129 | error ("loop %d's latch does not have exactly 1 successor", i); | ^ ../../gcc/cfgloop.c:1129:22: note: if avoiding the apostrophe is not feasible, enclose it in a pair of '%<' and '%>' directives instead 1129 | error ("loop %d's latch does not have exactly 1 successor", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfgloop.c:1134:30: warning: bare apostrophe ''' in format [-Wformat-diag] 1134 | error ("loop %d's latch does not have header as successor", i); | ^ ../../gcc/cfgloop.c:1134:22: note: if avoiding the apostrophe is not feasible, enclose it in a pair of '%<' and '%>' directives instead 1134 | error ("loop %d's latch does not have header as successor", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfgloop.c:1139:30: warning: bare apostrophe ''' in format [-Wformat-diag] 1139 | error ("loop %d's latch does not belong directly to it", i); | ^ ../../gcc/cfgloop.c:1139:22: note: if avoiding the apostrophe is not feasible, enclose it in a pair of '%<' and '%>' directives instead 1139 | error ("loop %d's latch does not belong directly to it", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfgloop.c:1145:26: warning: bare apostrophe ''' in format [-Wformat-diag] 1145 | error ("loop %d's header does not belong directly to it", i); | ^ ../../gcc/cfgloop.c:1145:18: note: if avoiding the apostrophe is not feasible, enclose it in a pair of '%<' and '%>' directives instead 1145 | error ("loop %d's header does not belong directly to it", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfgloop.c:1151:26: warning: bare apostrophe ''' in format [-Wformat-diag] 1151 | error ("loop %d's latch is marked as part of irreducible region", i); | ^ ../../gcc/cfgloop.c:1151:18: note: if avoiding the apostrophe is not feasible, enclose it in a pair of '%<' and '%>' directives instead 1151 | error ("loop %d's latch is marked as part of irreducible region", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfgloop.c:1240:51: warning: unquoted operator '->' in format [-Wformat-diag] 1240 | error ("wrong single exit %d->%d recorded for loop %d", | ^~ ../../gcc/cfgloop.c:1244:47: warning: unquoted operator '->' in format [-Wformat-diag] 1244 | error ("right exit is %d->%d", | ^~ ../../gcc/cfgloop.c:1268:63: warning: unquoted operator '->' in format [-Wformat-diag] 1268 | error ("loop %d should not have single exit (%d -> %d)", | ^~ In file included from ../../gcc/cfgloop.c:22: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloop.c:1277:3: note: in expansion of macro 'gcc_assert' 1277 | gcc_assert (!err); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cfgloopanal.c -o cfgloopanal.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cfgloopmanip.c -o cfgloopmanip.o In file included from ../../gcc/cfgloopanal.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/cfgloopanal.c: In function 'check_irred': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopanal.c:212:3: note: in expansion of macro 'gcc_assert' 212 | gcc_assert (g->vertices[e->src].component >= g->vertices[e->dest].component); | ^~~~~~~~~~ In file included from ../../gcc/cfgloopmanip.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/cfgloopmanip.c: In function 'find_path': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:101:3: note: in expansion of macro 'gcc_assert' 101 | gcc_assert (EDGE_COUNT (e->dest->preds) <= 1); | ^~~~~~~~~~ ../../gcc/cfgloopmanip.c: In function 'remove_path': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:372:3: note: in expansion of macro 'gcc_assert' 372 | gcc_assert (deleted); | ^~~~~~~~~~ ../../gcc/cfgloopmanip.c: In function 'loop_delete_branch_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:764:3: note: in expansion of macro 'gcc_assert' 764 | gcc_assert (EDGE_COUNT (src->succs) > 1); | ^~~~~~~~~~ ../../gcc/cfgloopmanip.c: In function 'duplicate_loop_to_header_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:865:3: note: in expansion of macro 'gcc_assert' 865 | gcc_assert (e->dest == loop->header); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:866:3: note: in expansion of macro 'gcc_assert' 866 | gcc_assert (ndupl > 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:871:7: note: in expansion of macro 'gcc_assert' 871 | gcc_assert (flow_bb_inside_loop_p (loop, orig->src)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:872:7: note: in expansion of macro 'gcc_assert' 872 | gcc_assert (!flow_bb_inside_loop_p (loop, orig->dest)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:877:3: note: in expansion of macro 'gcc_assert' 877 | gcc_assert (bbs[0] == loop->header); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:878:3: note: in expansion of macro 'gcc_assert' 878 | gcc_assert (bbs[n - 1] == loop->latch); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:891:3: note: in expansion of macro 'gcc_assert' 891 | gcc_assert (!is_latch || !add_irreducible_flag); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:929:11: note: in expansion of macro 'gcc_assert' 929 | gcc_assert (!is_latch); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:964:9: note: in expansion of macro 'gcc_assert' 964 | gcc_assert (scale_step[i] >= 0 && scale_step[i] <= REG_BR_PROB_BASE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:965:7: note: in expansion of macro 'gcc_assert' 965 | gcc_assert (scale_main >= 0 && scale_main <= REG_BR_PROB_BASE | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:1014:13: note: in expansion of macro 'gcc_assert' 1014 | gcc_assert (!new_bbs[i]->aux); | ^~~~~~~~~~ ../../gcc/cfgloopmanip.c: In function 'create_preheader': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:1172:3: note: in expansion of macro 'gcc_assert' 1172 | gcc_assert (nentry); | ^~~~~~~~~~ ../../gcc/cfgloopmanip.c: In function 'create_loop_notes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:1356:23: note: in expansion of macro 'gcc_assert' 1356 | gcc_assert (pbb && single_succ_p (pbb)); | ^~~~~~~~~~ ../../gcc/cfgloopmanip.c: In function 'lv_adjust_loop_entry_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgloopmanip.c:1412:3: note: in expansion of macro 'gcc_assert' 1412 | gcc_assert (e->dest == second_head); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/loop-init.c -o loop-init.o In file included from ../../gcc/loop-init.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/loop-unswitch.c -o loop-unswitch.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/loop-unroll.c -o loop-unroll.o In file included from ../../gcc/loop-unswitch.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/loop-unswitch.c: In function 'compare_and_jump_seq': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unswitch.c:107:7: note: in expansion of macro 'gcc_assert' 107 | gcc_assert (cinsn); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unswitch.c:109:7: note: in expansion of macro 'gcc_assert' 109 | gcc_assert (GET_CODE (cond) == comp); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unswitch.c:110:7: note: in expansion of macro 'gcc_assert' 110 | gcc_assert (rtx_equal_p (op0, XEXP (cond, 0))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unswitch.c:111:7: note: in expansion of macro 'gcc_assert' 111 | gcc_assert (rtx_equal_p (op1, XEXP (cond, 1))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unswitch.c:120:7: note: in expansion of macro 'gcc_assert' 120 | gcc_assert (!cinsn); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/loop-unswitch.c:25: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/loop-unswitch.c:130:22: note: in expansion of macro 'gen_rtx_EXPR_LIST' 130 | REG_NOTES (jump) = gen_rtx_EXPR_LIST (REG_BR_PROB, GEN_INT (prob), | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/loop-unswitch.c:22: ../../gcc/loop-unswitch.c: In function 'unswitch_single_loop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unswitch.c:381:3: note: in expansion of macro 'gcc_assert' 381 | gcc_assert (nloop); | ^~~~~~~~~~ ../../gcc/loop-unswitch.c: In function 'unswitch_loop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unswitch.c:413:3: note: in expansion of macro 'gcc_assert' 413 | gcc_assert (flow_bb_inside_loop_p (loop, unswitch_on)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unswitch.c:414:3: note: in expansion of macro 'gcc_assert' 414 | gcc_assert (EDGE_COUNT (unswitch_on->succs) == 2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unswitch.c:415:3: note: in expansion of macro 'gcc_assert' 415 | gcc_assert (just_once_each_iteration_p (loop, unswitch_on)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unswitch.c:416:3: note: in expansion of macro 'gcc_assert' 416 | gcc_assert (!loop->inner); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unswitch.c:417:3: note: in expansion of macro 'gcc_assert' 417 | gcc_assert (flow_bb_inside_loop_p (loop, EDGE_SUCC (unswitch_on, 0)->dest)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unswitch.c:418:3: note: in expansion of macro 'gcc_assert' 418 | gcc_assert (flow_bb_inside_loop_p (loop, EDGE_SUCC (unswitch_on, 1)->dest)); | ^~~~~~~~~~ In file included from ../../gcc/loop-unroll.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/loop-unroll.c: In function 'unroll_and_peel_loops': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:183:11: note: in expansion of macro 'gcc_unreachable' 183 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:200:11: note: in expansion of macro 'gcc_unreachable' 200 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/loop-unroll.c: In function 'peel_loop_completely': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:518:7: note: in expansion of macro 'gcc_assert' 518 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/loop-unroll.c: In function 'unroll_loop_constant_iterations': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:681:3: note: in expansion of macro 'gcc_assert' 681 | gcc_assert (niter > max_unroll + 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:719:11: note: in expansion of macro 'gcc_assert' 719 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:758:11: note: in expansion of macro 'gcc_assert' 758 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:785:3: note: in expansion of macro 'gcc_assert' 785 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/loop-unroll.c: In function 'unroll_loop_runtime_iterations': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:1037:3: note: in expansion of macro 'gcc_assert' 1037 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:1054:7: note: in expansion of macro 'gcc_assert' 1054 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:1108:3: note: in expansion of macro 'gcc_assert' 1108 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:1145:3: note: in expansion of macro 'gcc_assert' 1145 | gcc_assert (!desc->const_iter); | ^~~~~~~~~~ ../../gcc/loop-unroll.c: In function 'peel_loop_simple': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:1288:3: note: in expansion of macro 'gcc_assert' 1288 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/loop-unroll.c: In function 'unroll_loop_stupid': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:1439:3: note: in expansion of macro 'gcc_assert' 1439 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/loop-unroll.c: In function 'analyze_iv_to_split_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:1666:3: note: in expansion of macro 'gcc_assert' 1666 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/loop-unroll.c: In function 'split_iv': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:1895:3: note: in expansion of macro 'gcc_assert' 1895 | gcc_assert (set); | ^~~~~~~~~~ ../../gcc/loop-unroll.c: In function 'expand_var_during_unrolling': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:1943:3: note: in expansion of macro 'gcc_assert' 1943 | gcc_assert (set); | ^~~~~~~~~~ ../../gcc/loop-unroll.c: In function 'apply_opt_in_copies': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:2077:3: note: in expansion of macro 'gcc_assert' 2077 | gcc_assert (!unrolling || rewrite_original_loop); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:2113:19: note: in expansion of macro 'gcc_assert' 2113 | gcc_assert (GET_CODE (PATTERN (insn)) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-unroll.c:2127:19: note: in expansion of macro 'gcc_assert' 2127 | gcc_assert (GET_CODE (PATTERN (insn)) | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cfgrtl.c -o cfgrtl.o In file included from ../../gcc/cfgrtl.c:41: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'delete_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:136:7: note: in expansion of macro 'gcc_assert' 136 | gcc_assert (!INSN_DELETED_P (insn)); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'try_redirect_by_replacing_jump': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:772:11: note: in expansion of macro 'gcc_assert' 772 | gcc_assert (target == EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:835:3: note: in expansion of macro 'gcc_assert' 835 | gcc_assert (single_succ_p (src)); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'redirect_branch_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:942:7: note: in expansion of macro 'gcc_assert' 942 | gcc_assert (JUMP_LABEL (insn) == old_label); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:949:11: note: in expansion of macro 'gcc_assert' 949 | gcc_assert (target == EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'force_nonfallthru_and_redirect': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:1026:7: note: in expansion of macro 'gcc_assert' 1026 | gcc_assert (redirected); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:1051:7: note: in expansion of macro 'gcc_assert' 1051 | gcc_assert (e->dest == target); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:1057:7: note: in expansion of macro 'gcc_assert' 1057 | gcc_assert (e->flags & EDGE_FALLTHRU); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:1084:11: note: in expansion of macro 'gcc_assert' 1084 | gcc_assert (found); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/cfgrtl.c:45: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/cfgrtl.c:1128:43: note: in expansion of macro 'gen_rtx_EXPR_LIST' 1128 | REG_NOTES (BB_END (jump_block)) = gen_rtx_EXPR_LIST (REG_CROSSING_JUMP, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/cfgrtl.c:41: ../../gcc/cfgrtl.c: In function 'rtl_split_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:1311:3: note: in expansion of macro 'gcc_assert' 1311 | gcc_assert (!(edge_in->flags & EDGE_ABNORMAL)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:1395:7: note: in expansion of macro 'gcc_assert' 1395 | gcc_assert (redirected); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'insert_insn_on_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:1412:3: note: in expansion of macro 'gcc_assert' 1412 | gcc_assert (!((e->flags & EDGE_ABNORMAL) && EDGE_CRITICAL_P (e))); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'commit_one_edge_insertion': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:1605:15: note: in expansion of macro 'gcc_assert' 1605 | gcc_assert (e->flags & EDGE_FALLTHRU); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/cfgrtl.c:45: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/cfgrtl.c:1637:43: note: in expansion of macro 'gen_rtx_EXPR_LIST' 1637 | REG_NOTES (BB_END (bb)) = gen_rtx_EXPR_LIST | ^~~~~~~~~~~~~~~~~ ../../gcc/cfgrtl.c:1622:19: warning: variable 'bb_note' set but not used [-Wunused-but-set-variable] 1622 | rtx bb_note, cur_insn; | ^~~~~~~ In file included from ../../gcc/cfgrtl.c:41: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:1661:7: note: in expansion of macro 'gcc_assert' 1661 | gcc_assert (e->dest == EXIT_BLOCK_PTR | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:1671:5: note: in expansion of macro 'gcc_assert' 1671 | gcc_assert (!JUMP_P (last)); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'commit_edge_insertions': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:1714:9: note: in expansion of macro 'gcc_assert' 1714 | gcc_assert (bb->aux == &bb->aux); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'commit_edge_insertions_watch_calls': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:1759:9: note: in expansion of macro 'gcc_assert' 1759 | gcc_assert (bb->aux == &bb->aux); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'rtl_verify_flow_info_1': ../../gcc/cfgrtl.c:1931:19: warning: unquoted identifier or keyword 'BB_RTL' in format [-Wformat-diag] 1931 | error ("BB_RTL flag not set for block %d", bb->index); | ^~~~~~ ../../gcc/cfgrtl.c:1987:23: warning: unquoted identifier or keyword 'verify_flow_info' in format [-Wformat-diag] 1987 | error ("verify_flow_info: REG_BR_PROB does not match cfg %wi %i", | ^~~~~~~~~~~~~~~~ ../../gcc/cfgrtl.c:1987:41: warning: unquoted identifier or keyword 'REG_BR_PROB' in format [-Wformat-diag] 1987 | error ("verify_flow_info: REG_BR_PROB does not match cfg %wi %i", | ^~~~~~~~~~~ ../../gcc/cfgrtl.c:2027:27: warning: unquoted identifier or keyword 'REG_EH_REGION' in format [-Wformat-diag] 2027 | error ("missing REG_EH_REGION note in the end of bb %i", bb->index); | ^~~~~~~~~~~~~ ../../gcc/cfgrtl.c:2078:53: warning: unquoted identifier or keyword 'block_for_insn' in format [-Wformat-diag] 2078 | ("insn %d inside basic block %d but block_for_insn is NULL", | ^~~~~~~~~~~~~~ ../../gcc/cfgrtl.c:2082:53: warning: unquoted identifier or keyword 'block_for_insn' in format [-Wformat-diag] 2082 | ("insn %d inside basic block %d but block_for_insn is %i", | ^~~~~~~~~~~~~~ ../../gcc/cfgrtl.c:2096:23: warning: unquoted identifier or keyword 'NOTE_INSN_BASIC_BLOCK' in format [-Wformat-diag] 2096 | error ("NOTE_INSN_BASIC_BLOCK is missing for block %d", | ^~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfgrtl.c:2106:19: warning: unquoted identifier or keyword 'NOTE_INSN_BASIC_BLOCK' in format [-Wformat-diag] 2106 | error ("NOTE_INSN_BASIC_BLOCK is missing for block %d", | ^~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfgrtl.c:2119:25: warning: unquoted identifier or keyword 'NOTE_INSN_BASIC_BLOCK' in format [-Wformat-diag] 2119 | error ("NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d", | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/cfgrtl.c:53: ../../gcc/toplev.h:40:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2130:17: note: in expansion of macro 'fatal_insn' 2130 | fatal_insn ("flow control insn inside a basic block", x); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'rtl_verify_flow_info': ../../gcc/cfgrtl.c:2197:19: warning: unquoted identifier or keyword 'verify_flow_info' in format [-Wformat-diag] 2197 | ("verify_flow_info: Incorrect blocks for fallthru %i->%i", | ^~~~~~~~~~~~~~~~ ../../gcc/cfgrtl.c:2197:69: warning: unquoted operator '->' in format [-Wformat-diag] 2197 | ("verify_flow_info: Incorrect blocks for fallthru %i->%i", | ^~ ../../gcc/cfgrtl.c:2206:27: warning: unquoted identifier or keyword 'verify_flow_info' in format [-Wformat-diag] 2206 | error ("verify_flow_info: Incorrect fallthru %i->%i", | ^~~~~~~~~~~~~~~~ ../../gcc/cfgrtl.c:2206:66: warning: unquoted operator '->' in format [-Wformat-diag] 2206 | error ("verify_flow_info: Incorrect fallthru %i->%i", | ^~ In file included from ../../gcc/cfgrtl.c:53: ../../gcc/toplev.h:40:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2208:19: note: in expansion of macro 'fatal_insn' 2208 | fatal_insn ("wrong insn in the fallthru edge", insn); | ^~~~~~~~~~ ../../gcc/toplev.h:40:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2250:15: note: in expansion of macro 'fatal_insn' 2250 | fatal_insn ("insn outside basic block", x); | ^~~~~~~~~~ ../../gcc/toplev.h:40:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2257:13: note: in expansion of macro 'fatal_insn' 2257 | fatal_insn ("return not followed by barrier", x); | ^~~~~~~~~~ ../../gcc/cfgrtl.c:2264:47: warning: unquoted operator '!=' in format [-Wformat-diag] 2264 | ("number of bb notes in insn chain (%d) != n_basic_blocks (%d)", | ^~ ../../gcc/cfgrtl.c:2264:50: warning: unquoted identifier or keyword 'n_basic_blocks' in format [-Wformat-diag] 2264 | ("number of bb notes in insn chain (%d) != n_basic_blocks (%d)", | ^~~~~~~~~~~~~~ In file included from ../../gcc/cfgrtl.c:41: ../../gcc/cfgrtl.c: In function 'purge_dead_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2439:7: note: in expansion of macro 'gcc_assert' 2439 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2440:7: note: in expansion of macro 'gcc_assert' 2440 | gcc_assert (single_succ_edge (bb)->flags | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2477:3: note: in expansion of macro 'gcc_assert' 2477 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'cfg_layout_redirect_edge_and_branch': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2573:11: note: in expansion of macro 'gcc_assert' 2573 | gcc_assert (redirected); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2599:3: note: in expansion of macro 'gcc_assert' 2599 | gcc_assert (!simplejump_p (BB_END (src))); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'cfg_layout_redirect_edge_and_branch_force': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2611:3: note: in expansion of macro 'gcc_assert' 2611 | gcc_assert (redirected); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'cfg_layout_merge_blocks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2753:3: note: in expansion of macro 'gcc_assert' 2753 | gcc_assert (!JUMP_P (BB_END (a))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2774:7: note: in expansion of macro 'gcc_assert' 2774 | gcc_assert (NOTE_INSN_BASIC_BLOCK_P (first)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:2791:7: note: in expansion of macro 'gcc_assert' 2791 | gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); | ^~~~~~~~~~ ../../gcc/cfgrtl.c: In function 'init_rtl_bb_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgrtl.c:3089:3: note: in expansion of macro 'gcc_assert' 3089 | gcc_assert (!bb->il.rtl); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/conflict.c -o conflict.o In file included from ../../gcc/conflict.c:29: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/conflict.c: In function 'conflict_graph_add': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/conflict.c:192:3: note: in expansion of macro 'gcc_assert' 192 | gcc_assert (reg1 != reg2); | ^~~~~~~~~~ ../../gcc/conflict.c: In function 'print_conflict': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/conflict.c:327:7: note: in expansion of macro 'gcc_assert' 327 | gcc_assert (reg2 == context->reg); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/convert.c -o convert.o ../../gcc/convert.c: In function 'convert_to_real': ../../gcc/convert.c:306:42: warning: misspelled term 'floating point' in format; use 'floating-point' instead [-Wformat-diag] 306 | error ("pointer value used where a floating point value was expected"); | ^~~~~~~~~~~~~~ ../../gcc/convert.c:310:44: warning: unquoted keyword 'float' in format [-Wformat-diag] 310 | error ("aggregate value used where a float was expected"); | ^~~~~ ../../gcc/convert.c: In function 'convert_to_integer': ../../gcc/convert.c:704:22: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 704 | error ("can't convert between vector values of different size"); | ^ ../../gcc/convert.c: In function 'convert_to_vector': ../../gcc/convert.c:780:22: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 780 | error ("can't convert between vector values of different size"); | ^ ../../gcc/convert.c:786:18: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 786 | error ("can't convert value to a vector"); | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/gcov-iov.o ../../gcc/gcov-iov.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cse.c -o cse.o In file included from ../../gcc/cse.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/cse.c: In function 'make_new_qty': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cse.c:987:3: note: in expansion of macro 'gcc_assert' 987 | gcc_assert (next_qty < max_qty); | ^~~~~~~~~~ ../../gcc/cse.c: In function 'make_regs_eqv': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cse.c:1014:3: note: in expansion of macro 'gcc_assert' 1014 | gcc_assert (REGNO_QTY_VALID_P (old)); | ^~~~~~~~~~ ../../gcc/cse.c: In function 'insert_regs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cse.c:1246:19: note: in expansion of macro 'gcc_assert' 1246 | gcc_assert (REGNO_QTY_VALID_P (c_regno)); | ^~~~~~~~~~ ../../gcc/cse.c: In function 'insert': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cse.c:1503:3: note: in expansion of macro 'gcc_assert' 1503 | gcc_assert (!REG_P (x) || REGNO_QTY_VALID_P (REGNO (x))); | ^~~~~~~~~~ ../../gcc/cse.c: In function 'invalidate': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cse.c:1909:7: note: in expansion of macro 'gcc_unreachable' 1909 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/cse.c: In function 'hash_rtx': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cse.c:2446:11: note: in expansion of macro 'gcc_unreachable' 2446 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/cse.c: In function 'exp_equiv_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cse.c:2667:11: note: in expansion of macro 'gcc_unreachable' 2667 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/cse.c: In function 'cse_insn': ../../gcc/cse.c:5774:45: warning: left shift of negative value [-Wshift-negative-value] 5774 | & ((HOST_WIDE_INT) (-1) << INTVAL (width)))) | ^~ In file included from ../../gcc/cse.c:24: ../../gcc/cse.c: In function 'cse_basic_block': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cse.c:7176:3: note: in expansion of macro 'gcc_assert' 7176 | gcc_assert (next_qty <= max_qty); | ^~~~~~~~~~ ../../gcc/cse.c: In function 'count_reg_usage': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cse.c:7311:7: note: in expansion of macro 'gcc_unreachable' 7311 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/cse.c: In function 'cse_change_cc_mode_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cse.c:7562:3: note: in expansion of macro 'gcc_assert' 7562 | gcc_assert (success); | ^~~~~~~~~~ ../../gcc/cse.c: In function 'cse_cc_succs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cse.c:7689:27: note: in expansion of macro 'gcc_assert' 7689 | gcc_assert (can_change_mode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cse.c:7739:15: note: in expansion of macro 'gcc_assert' 7739 | gcc_assert (submode == mode); | ^~~~~~~~~~ ../../gcc/cse.c: In function 'cse_condition_code_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cse.c:7867:11: note: in expansion of macro 'gcc_assert' 7867 | gcc_assert (mode == GET_MODE (cc_src)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cselib.c -o cselib.o In file included from ../../gcc/cselib.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/cselib.c: In function 'entry_and_rtx_equal_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cselib.c:237:3: note: in expansion of macro 'gcc_assert' 237 | gcc_assert (GET_CODE (x) != CONST_INT | ^~~~~~~~~~ ../../gcc/cselib.c: In function 'remove_useless_values': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cselib.c:372:3: note: in expansion of macro 'gcc_assert' 372 | gcc_assert (!n_useless_values); | ^~~~~~~~~~ ../../gcc/cselib.c: In function 'rtx_equal_for_cselib_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cselib.c:539:11: note: in expansion of macro 'gcc_unreachable' 539 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/cselib.c: In function 'wrap_constant': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cselib.c:554:3: note: in expansion of macro 'gcc_assert' 554 | gcc_assert (mode != VOIDmode); | ^~~~~~~~~~ ../../gcc/cselib.c: In function 'cselib_hash_rtx': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cselib.c:728:11: note: in expansion of macro 'gcc_unreachable' 728 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/cselib.c: In function 'new_cselib_val': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cselib.c:743:3: note: in expansion of macro 'gcc_assert' 743 | gcc_assert (value); | ^~~~~~~~~~ ../../gcc/cselib.c: In function 'cselib_subst_to_values': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cselib.c:852:7: note: in expansion of macro 'gcc_unreachable' 852 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/cselib.c: In function 'cselib_invalidate_regno': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cselib.c:1016:3: note: in expansion of macro 'gcc_assert' 1016 | gcc_assert (!reload_completed || regno < FIRST_PSEUDO_REGISTER | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cselib.c:1025:7: note: in expansion of macro 'gcc_assert' 1025 | gcc_assert (mode != VOIDmode); | ^~~~~~~~~~ ../../gcc/cselib.c: In function 'cselib_record_set': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cselib.c:1247:11: note: in expansion of macro 'gcc_assert' 1247 | gcc_assert (REG_VALUES (dreg)->elt == 0); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/dbxout.c -o dbxout.o In file included from ../../gcc/dbxout.c:72: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/dbxout.c: In function 'dbxout_begin_complex_stabs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dbxout.c:617:3: note: in expansion of macro 'gcc_assert' 617 | gcc_assert (stabstr_last_contin_point == 0); | ^~~~~~~~~~ ../../gcc/dbxout.c: In function 'dbxout_begin_complex_stabs_noforcetext': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dbxout.c:627:3: note: in expansion of macro 'gcc_assert' 627 | gcc_assert (stabstr_last_contin_point == 0); | ^~~~~~~~~~ ../../gcc/dbxout.c: In function 'stabstr_O': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dbxout.c:753:11: note: in expansion of macro 'gcc_assert' 753 | gcc_assert (!(low & ~low_mask)); | ^~~~~~~~~~ ../../gcc/dbxout.c: In function 'dbxout_type': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dbxout.c:2240:7: note: in expansion of macro 'gcc_unreachable' 2240 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dbxout.c: In function 'dbxout_type_name': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dbxout.c:2286:3: note: in expansion of macro 'gcc_assert' 2286 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dbxout.c:2295:7: note: in expansion of macro 'gcc_unreachable' 2295 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dbxout.c: In function 'dbxout_symbol': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dbxout.c:2665:7: note: in expansion of macro 'gcc_unreachable' 2665 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/ddg.c -o ddg.o In file included from ../../gcc/ddg.c:25: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/ddg.c: In function 'create_ddg_dependence': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ddg.c:166:3: note: in expansion of macro 'gcc_assert' 166 | gcc_assert (link); | ^~~~~~~~~~ ../../gcc/ddg.c: In function 'add_deps_for_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ddg.c:243:11: note: in expansion of macro 'gcc_assert' 243 | gcc_assert (src_node && dest_node); | ^~~~~~~~~~ ../../gcc/ddg.c: In function 'add_deps_for_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ddg.c:298:3: note: in expansion of macro 'gcc_assert' 298 | gcc_assert (use_node && def_node); | ^~~~~~~~~~ ../../gcc/ddg.c: In function 'create_ddg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ddg.c:486:11: note: in expansion of macro 'gcc_assert' 486 | gcc_assert (!g->closing_branch); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ddg.c:507:3: note: in expansion of macro 'gcc_assert' 507 | gcc_assert (g->closing_branch); | ^~~~~~~~~~ ../../gcc/ddg.c: In function 'add_edge_to_ddg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ddg.c:648:3: note: in expansion of macro 'gcc_assert' 648 | gcc_assert (src->successors && dest->predecessors); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-loop-ch.c -o tree-ssa-loop-ch.o In file included from ../../gcc/tree-ssa-loop-ch.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-loop-ch.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-loop-ch.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ch.c: In function 'should_duplicate_loop_header_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ch.c:62:3: note: in expansion of macro 'gcc_assert' 62 | gcc_assert (EDGE_COUNT (header->succs) > 0); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-ch.c: In function 'copy_loop_headers': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-ch.c:187:11: note: in expansion of macro 'gcc_assert' 187 | gcc_assert (bbs_size > n_bbs); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/loop-invariant.c -o loop-invariant.o In file included from ../../gcc/loop-invariant.c:39: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/loop-invariant.c: In function 'record_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-invariant.c:367:3: note: in expansion of macro 'gcc_assert' 367 | gcc_assert (REG_P (*use)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-loop-im.c -o tree-ssa-loop-im.o In file included from ../../gcc/tree-ssa-loop-im.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-loop-im.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-loop-im.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-im.c: In function 'for_each_index': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-im.c:222:11: note: in expansion of macro 'gcc_unreachable' 222 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-im.c: In function 'set_level': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-im.c:526:3: note: in expansion of macro 'gcc_assert' 526 | gcc_assert (LIM_DATA (stmt)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-im.c:527:3: note: in expansion of macro 'gcc_assert' 527 | gcc_assert (level == LIM_DATA (stmt)->max_loop | ^~~~~~~~~~ ../../gcc/tree-ssa-loop-im.c: In function 'gen_lsm_tmp_name': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-loop-im.c:1019:7: note: in expansion of macro 'gcc_unreachable' 1019 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-im.c:991:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 991 | lsm_tmp_name_add (name); | ^~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-ssa-loop-im.c:993:5: note: here 993 | case ARRAY_REF: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/debug.c -o debug.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/df.c -o df.o In file included from ../../gcc/df.c:178: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_ref_unlink': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:656:11: note: in expansion of macro 'gcc_assert' 656 | gcc_assert (link->ref == ref); | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_ref_record': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:816:3: note: in expansion of macro 'gcc_assert' 816 | gcc_assert (REG_P (reg) || GET_CODE (reg) == SUBREG); | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_uses_record': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:1050:15: note: in expansion of macro 'gcc_assert' 1050 | gcc_assert (GET_CODE (dst) == SUBREG); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/df.c:1063:15: note: in expansion of macro 'gcc_unreachable' 1063 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/df.c: In function 'df_analyze': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:2305:3: note: in expansion of macro 'gcc_assert' 2305 | gcc_assert (!df->n_bbs || df->n_bbs == (unsigned int) last_basic_block); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:2327:11: note: in expansion of macro 'gcc_assert' 2327 | gcc_assert (df->n_bbs); | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_insn_delete': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:2636:3: note: in expansion of macro 'gcc_assert' 2636 | gcc_assert (insn != BB_HEAD (bb)); | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_refs_reg_replace': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:2814:7: note: in expansion of macro 'gcc_assert' 2814 | gcc_assert (bitmap_bit_p (blocks, DF_REF_BBNO (ref))); | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_ref_reg_replace': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:2855:3: note: in expansion of macro 'gcc_assert' 2855 | gcc_assert (!oldreg || oldreg == DF_REF_REG (ref)); | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_insns_modify': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:2921:7: note: in expansion of macro 'gcc_assert' 2921 | gcc_assert ((!CALL_P (insn) || CONST_OR_PURE_CALL_P (insn)) | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_pattern_emit_before': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:2945:3: note: in expansion of macro 'gcc_assert' 2945 | gcc_assert (insn != BB_HEAD (bb)); | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_bb_reg_live_start_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:3203:3: note: in expansion of macro 'gcc_assert' 3203 | gcc_assert (bb_info->lr_in); | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_bb_reg_live_end_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:3215:3: note: in expansion of macro 'gcc_assert' 3215 | gcc_assert (bb_info->lr_in); | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_bb_regs_lives_compare': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:3235:3: note: in expansion of macro 'gcc_assert' 3235 | gcc_assert (df_regno_bb (df, regno1) == bb | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_local_def_available_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:3269:3: note: in expansion of macro 'gcc_assert' 3269 | gcc_assert (DF_REF_BB (def) == DF_REF_BB (use)); | ^~~~~~~~~~ ../../gcc/df.c: In function 'df_bb_single_def_use_insn_find': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:3422:3: note: in expansion of macro 'gcc_assert' 3422 | gcc_assert (def); | ^~~~~~~~~~ ../../gcc/df.c: In function 'dataflow_set_a_op_b': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/df.c:3805:11: note: in expansion of macro 'gcc_unreachable' 3805 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/df.c:3821:11: note: in expansion of macro 'gcc_unreachable' 3821 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/df.c:3826:7: note: in expansion of macro 'gcc_unreachable' 3826 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/df.c: In function 'dataflow_set_copy': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/df.c:3844:7: note: in expansion of macro 'gcc_unreachable' 3844 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/df.c: In function 'hybrid_search': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/df.c:3861:3: note: in expansion of macro 'gcc_assert' 3861 | gcc_assert (TEST_BIT (pending, bb->index)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/diagnostic.c -o diagnostic.o In file included from ../../gcc/diagnostic.c:30: ../../gcc/diagnostic.c: In function 'diagnostic_build_prefix': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/diagnostic.c:153:3: note: in expansion of macro 'gcc_assert' 153 | gcc_assert (diagnostic->kind < DK_LAST_DIAGNOSTIC_KIND); | ^~~~~~~~~~ ../../gcc/diagnostic.c: In function 'diagnostic_count_diagnostic': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/diagnostic.c:174:7: note: in expansion of macro 'gcc_unreachable' 174 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/diagnostic.c:213:61: warning: unquoted whitespace character '\x0a' in format [-Wformat-diag] 213 | "%s: warnings being treated as errors\n", progname); | ^~ In file included from ../../gcc/diagnostic.c:30: ../../gcc/diagnostic.c: In function 'diagnostic_action_after_output': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/diagnostic.c:268:7: note: in expansion of macro 'gcc_unreachable' 268 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/diagnostic.c: In function 'diagnostic_report_current_module': ../../gcc/diagnostic.c:303:25: warning: spurious leading punctuation sequence ',' in format [-Wformat-diag] 303 | ",\n from %s:%d", | ^ ../../gcc/diagnostic.c:303:26: warning: unquoted whitespace character '\x0a' in format [-Wformat-diag] 303 | ",\n from %s:%d", | ^~~~~~~~~~~~~~~~~~~ ../../gcc/diagnostic.c:306:39: warning: spurious leading punctuation sequence ':' in format [-Wformat-diag] 306 | pp_verbatim (context->printer, ":"); | ^ In file included from ../../gcc/diagnostic.c:30: ../../gcc/diagnostic.c: In function 'fatal_error': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/diagnostic.c:533:3: note: in expansion of macro 'gcc_unreachable' 533 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/diagnostic.c: In function 'internal_error': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/diagnostic.c:551:3: note: in expansion of macro 'gcc_unreachable' 551 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/diagnostic.c: In function 'build_message_string': ../../gcc/diagnostic.c:74:3: warning: ignoring return value of 'vasprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | vasprintf (&str, msg, ap); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/diagnostic.c: In function 'diagnostic_count_diagnostic': ../../gcc/diagnostic.c:210:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 210 | else if (context->issue_warnings_are_errors_message) | ^ ../../gcc/diagnostic.c:218:5: note: here 218 | case DK_ERROR: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/dojump.c -o dojump.o In file included from ../../gcc/dojump.c:23: ../../gcc/dojump.c: In function 'do_jump': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dojump.c:313:7: note: in expansion of macro 'gcc_unreachable' 313 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dojump.c:349:9: note: in expansion of macro 'gcc_assert' 349 | gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type)) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dojump.c:351:9: note: in expansion of macro 'gcc_assert' 351 | gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type)) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dojump.c:374:9: note: in expansion of macro 'gcc_assert' 374 | gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type)) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dojump.c:376:9: note: in expansion of macro 'gcc_assert' 376 | gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type)) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dojump.c:604:11: note: in expansion of macro 'gcc_assert' 604 | gcc_assert (GET_MODE (temp) != VOIDmode); | ^~~~~~~~~~ ../../gcc/dojump.c:193:11: warning: this statement may fall through [-Wimplicit-fallthrough=] 193 | || TREE_CODE (TREE_OPERAND (exp, 0)) == ARRAY_RANGE_REF) ../../gcc/dojump.c:195:5: note: here 195 | case CONVERT_EXPR: | ^~~~ ../../gcc/dojump.c:198:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 198 | if ((TYPE_PRECISION (TREE_TYPE (exp)) | ^ ../../gcc/dojump.c:201:5: note: here 201 | case NON_LVALUE_EXPR: | ^~~~ ../../gcc/dojump.c:563:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 563 | { | ^ ../../gcc/dojump.c:585:5: note: here 585 | default: | ^~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/dominance.c -o dominance.o In file included from ../../gcc/dominance.c:37: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'calc_dfs_tree_nonrec': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:276:11: note: in expansion of macro 'gcc_assert' 276 | gcc_assert (bn != en_block); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'calc_dfs_tree': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:376:3: note: in expansion of macro 'gcc_assert' 376 | gcc_assert (di->nodes == (unsigned int) n_basic_blocks + 1); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'compute_dom_fast_query': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:596:3: note: in expansion of macro 'gcc_assert' 596 | gcc_assert (dom_info_available_p (dir)); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'calculate_dominance_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:624:7: note: in expansion of macro 'gcc_assert' 624 | gcc_assert (!n_bbs_in_dom_tree[dir]); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'get_immediate_dominator': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:677:3: note: in expansion of macro 'gcc_assert' 677 | gcc_assert (dom_computed[dir]); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'set_immediate_dominator': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:693:3: note: in expansion of macro 'gcc_assert' 693 | gcc_assert (dom_computed[dir]); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'get_dominated_by': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:717:3: note: in expansion of macro 'gcc_assert' 717 | gcc_assert (dom_computed[dir]); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'redirect_immediate_dominators': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:769:3: note: in expansion of macro 'gcc_assert' 769 | gcc_assert (dom_computed[dir]); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'nearest_common_dominator': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:790:3: note: in expansion of macro 'gcc_assert' 790 | gcc_assert (dom_computed[dir]); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'dominated_by_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:827:3: note: in expansion of macro 'gcc_assert' 827 | gcc_assert (dom_computed[dir]); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'verify_dominators': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:843:3: note: in expansion of macro 'gcc_assert' 843 | gcc_assert (dom_info_available_p (dir)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:875:3: note: in expansion of macro 'gcc_assert' 875 | gcc_assert (!err); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'recount_dominator': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:890:3: note: in expansion of macro 'gcc_assert' 890 | gcc_assert (dom_computed[dir]); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'iterate_fix_dominators': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:925:3: note: in expansion of macro 'gcc_assert' 925 | gcc_assert (dom_computed[dir]); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:946:5: note: in expansion of macro 'gcc_assert' 946 | gcc_assert (get_immediate_dominator (dir, bbs[i])); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'add_to_dominance_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:952:3: note: in expansion of macro 'gcc_assert' 952 | gcc_assert (dom_computed[dir]); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:953:3: note: in expansion of macro 'gcc_assert' 953 | gcc_assert (!bb->dom[dir]); | ^~~~~~~~~~ ../../gcc/dominance.c: In function 'delete_from_dominance_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dominance.c:966:3: note: in expansion of macro 'gcc_assert' 966 | gcc_assert (dom_computed[dir]); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/loop-doloop.c -o loop-doloop.o In file included from ../../gcc/loop-doloop.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/dwarf2asm.c -o dwarf2asm.o In file included from ../../gcc/dwarf2asm.c:23: ../../gcc/dwarf2asm.c: In function 'size_of_encoded_value': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2asm.c:340:7: note: in expansion of macro 'gcc_unreachable' 340 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2asm.c: In function 'eh_data_format_name': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2asm.c:493:3: note: in expansion of macro 'gcc_assert' 493 | gcc_assert (format >= 0 && format < 0x100 && format_names[format]); | ^~~~~~~~~~ ../../gcc/dwarf2asm.c: In function 'dw2_force_const_mem': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2asm.c:715:3: note: in expansion of macro 'gcc_assert' 715 | gcc_assert (GET_CODE (x) == SYMBOL_REF); | ^~~~~~~~~~ ../../gcc/dwarf2asm.c: In function 'dw2_asm_output_encoded_addr_rtx': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2asm.c:852:11: note: in expansion of macro 'gcc_assert' 852 | gcc_assert (GET_CODE (addr) == SYMBOL_REF); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2asm.c:863:11: note: in expansion of macro 'gcc_unreachable' 863 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/dwarf2out.c -o dwarf2out.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/emit-rtl.c -o emit-rtl.o In file included from ../../gcc/dwarf2out.c:38: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ In file included from ../../gcc/emit-rtl.c:37: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'def_cfa_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:809:11: note: in expansion of macro 'gcc_assert' 809 | gcc_assert (f_offset * DWARF_CIE_DATA_ALIGNMENT == loc.offset); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:842:11: note: in expansion of macro 'gcc_assert' 842 | gcc_assert (f_offset * DWARF_CIE_DATA_ALIGNMENT == loc.offset); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'initial_return_save': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1003:11: note: in expansion of macro 'gcc_assert' 1003 | gcc_assert (REGNO (rtl) == STACK_POINTER_REGNUM); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1008:11: note: in expansion of macro 'gcc_assert' 1008 | gcc_assert (REGNO (XEXP (rtl, 0)) == STACK_POINTER_REGNUM); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'immed_double_const': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:452:7: note: in expansion of macro 'gcc_assert' 452 | gcc_assert (GET_MODE_CLASS (mode) == MODE_INT | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1013:11: note: in expansion of macro 'gcc_assert' 1013 | gcc_assert (REGNO (XEXP (rtl, 0)) == STACK_POINTER_REGNUM); | ^~~~~~~~~~ ../../gcc/emit-rtl.c:463:43: warning: left shift of negative value [-Wshift-negative-value] 463 | && ((i0 & ((HOST_WIDE_INT) (-1) << (width - 1))) | ^~ ../../gcc/emit-rtl.c:464:40: warning: left shift of negative value [-Wshift-negative-value] 464 | != ((HOST_WIDE_INT) (-1) << (width - 1)))) | ^~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1018:11: note: in expansion of macro 'gcc_unreachable' 1018 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/emit-rtl.c:37: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:471:9: note: in expansion of macro 'gcc_assert' 471 | gcc_assert (width <= 2 * HOST_BITS_PER_WIDE_INT); | ^~~~~~~~~~ ../../gcc/emit-rtl.c:484:37: warning: left shift of negative value [-Wshift-negative-value] 484 | i0 |= ((HOST_WIDE_INT) (-1) << width); | ^~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1027:7: note: in expansion of macro 'gcc_assert' 1027 | gcc_assert (GET_CODE (XEXP (rtl, 1)) == CONST_INT); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1032:7: note: in expansion of macro 'gcc_unreachable' 1032 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'stack_adjust_offset': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1077:15: note: in expansion of macro 'gcc_assert' 1077 | gcc_assert (GET_CODE (XEXP (src, 1)) == PLUS | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'dwarf2out_stack_adjust': In file included from ../../gcc/emit-rtl.c:37: ../../gcc/emit-rtl.c: In function 'gen_rtx_SUBREG': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1142:11: note: in expansion of macro 'gcc_assert' 1142 | gcc_assert (GET_CODE (insn) == CALL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:729:3: note: in expansion of macro 'gcc_assert' 729 | gcc_assert (validate_subreg (mode, GET_MODE (reg), reg, offset)); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'gen_reg_rtx': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:807:3: note: in expansion of macro 'gcc_assert' 807 | gcc_assert (!no_new_pseudos); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'flush_queued_reg_saves': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1277:11: note: in expansion of macro 'gcc_assert' 1277 | gcc_assert (i != ARRAY_SIZE (regs_saved_in_regs)); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'dwarf2out_reg_save_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1335:7: note: in expansion of macro 'gcc_assert' 1335 | gcc_assert (i != ARRAY_SIZE (regs_saved_in_regs)); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'dwarf2out_frame_debug_expr': ../../gcc/emit-rtl.c: In function 'mark_user_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1069:7: note: in expansion of macro 'gcc_assert' 1069 | gcc_assert (REG_P (reg)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1562:3: note: in expansion of macro 'gcc_assert' 1562 | gcc_assert (GET_CODE (expr) == SET); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1598:15: note: in expansion of macro 'gcc_assert' 1598 | gcc_assert (!fixed_regs [REGNO (dest)] | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1619:19: note: in expansion of macro 'gcc_assert' 1619 | gcc_assert ((unsigned) REGNO (XEXP (src, 1)) | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'gen_lowpart_common': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1157:3: note: in expansion of macro 'gcc_assert' 1157 | gcc_assert (innermode != VOIDmode && innermode != BLKmode); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1624:19: note: in expansion of macro 'gcc_unreachable' 1624 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1630:19: note: in expansion of macro 'gcc_assert' 1630 | gcc_assert (cfa.reg == (unsigned) HARD_FRAME_POINTER_REGNUM); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1637:17: note: in expansion of macro 'gcc_assert' 1637 | gcc_assert (XEXP (src, 0) == stack_pointer_rtx); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'gen_highpart': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1209:3: note: in expansion of macro 'gcc_assert' 1209 | gcc_assert (msize <= UNITS_PER_WORD | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1214:3: note: in expansion of macro 'gcc_assert' 1214 | gcc_assert (result); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1651:15: note: in expansion of macro 'gcc_assert' 1651 | gcc_assert (frame_pointer_needed); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1222:7: note: in expansion of macro 'gcc_assert' 1222 | gcc_assert (result); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'gen_highpart_mode': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1235:7: note: in expansion of macro 'gcc_assert' 1235 | gcc_assert (GET_MODE (exp) == innermode); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'subreg_highpart_offset': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1270:3: note: in expansion of macro 'gcc_assert' 1270 | gcc_assert (GET_MODE_SIZE (innermode) >= GET_MODE_SIZE (outermode)); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'operand_subword': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1330:3: note: in expansion of macro 'gcc_assert' 1330 | gcc_assert (mode != VOIDmode); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'operand_subword_force': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1389:3: note: in expansion of macro 'gcc_assert' 1389 | gcc_assert (result); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'mem_expr_equal_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1454:3: note: in expansion of macro 'gcc_assert' 1454 | gcc_assert (DECL_P (expr1)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1653:15: note: in expansion of macro 'gcc_assert' 1653 | gcc_assert (REG_P (XEXP (src, 0)) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1664:15: note: in expansion of macro 'gcc_assert' 1664 | gcc_assert (GET_CODE (src) != MINUS); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'set_mem_attributes_minus_bitpos': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1491:3: note: in expansion of macro 'gcc_assert' 1491 | gcc_assert (!DECL_P (t) || ref != DECL_RTL_IF_SET (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1688:19: note: in expansion of macro 'gcc_assert' 1688 | gcc_assert (cfa.reg == STACK_POINTER_REGNUM); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1701:17: note: in expansion of macro 'gcc_unreachable' 1701 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1713:11: note: in expansion of macro 'gcc_assert' 1713 | gcc_assert (REG_P (XEXP (src, 0)) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1731:11: note: in expansion of macro 'gcc_assert' 1731 | gcc_assert (targetm.dwarf_handle_frame_unspec); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1736:11: note: in expansion of macro 'gcc_unreachable' 1736 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1568:11: note: in expansion of macro 'gcc_assert' 1568 | gcc_assert (!(base_type && TYPE_NEEDS_CONSTRUCTING (base_type)) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1743:7: note: in expansion of macro 'gcc_assert' 1743 | gcc_assert (REG_P (src)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1753:11: note: in expansion of macro 'gcc_assert' 1753 | gcc_assert (GET_CODE (XEXP (XEXP (XEXP (dest, 0), 1), 1)) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1757:11: note: in expansion of macro 'gcc_assert' 1757 | gcc_assert (REGNO (XEXP (XEXP (dest, 0), 0)) == STACK_POINTER_REGNUM | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1774:11: note: in expansion of macro 'gcc_assert' 1774 | gcc_assert (REGNO (XEXP (XEXP (dest, 0), 0)) == STACK_POINTER_REGNUM | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1792:13: note: in expansion of macro 'gcc_assert' 1792 | gcc_assert (GET_CODE (XEXP (XEXP (dest, 0), 1)) == CONST_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1803:17: note: in expansion of macro 'gcc_assert' 1803 | gcc_assert (cfa_temp.reg == (unsigned) regno); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'change_address_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1819:17: note: in expansion of macro 'gcc_assert' 1819 | gcc_assert (cfa_temp.reg == (unsigned) regno); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1807:3: note: in expansion of macro 'gcc_assert' 1807 | gcc_assert (MEM_P (memref)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1827:11: note: in expansion of macro 'gcc_assert' 1827 | gcc_assert (cfa_temp.reg | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1834:11: note: in expansion of macro 'gcc_unreachable' 1834 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:1819:9: note: in expansion of macro 'gcc_assert' 1819 | gcc_assert (memory_address_p (mode, addr)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1860:15: note: in expansion of macro 'gcc_assert' 1860 | gcc_assert (REG_P (x)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1875:7: note: in expansion of macro 'gcc_unreachable' 1875 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'dwarf2out_frame_debug': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1901:7: note: in expansion of macro 'gcc_assert' 1901 | gcc_assert (cfa.reg | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'dw_cfi_oprnd1_desc': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:1982:7: note: in expansion of macro 'gcc_unreachable' 1982 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'output_cfi': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:2134:11: note: in expansion of macro 'gcc_unreachable' 2134 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'output_call_frame_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:2289:11: note: in expansion of macro 'gcc_assert' 2289 | gcc_assert (size_of_uleb128 (augmentation_size) == 1); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'verify_rtx_sharing': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:2276:3: note: in expansion of macro 'gcc_assert' 2276 | gcc_assert (!RTX_FLAG (x, used)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:2435:19: note: in expansion of macro 'gcc_assert' 2435 | gcc_assert (size_of_uleb128 (size) == 1); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'size_of_loc_descr': ../../gcc/emit-rtl.c: In function 'set_first_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:2716:3: note: in expansion of macro 'gcc_assert' 2716 | gcc_assert (!PREV_INSN (insn)); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'set_last_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:2733:3: note: in expansion of macro 'gcc_assert' 2733 | gcc_assert (!NEXT_INSN (insn)); | ^~~~~~~~~~ ../../gcc/dwarf2out.c:3100:5: warning: case value '259' not in enumerated type 'enum dwarf_location_atom' [-Wswitch] 3100 | case INTERNAL_DW_OP_tls_addr: | ^~~~ In file included from ../../gcc/dwarf2out.c:38: ../../gcc/dwarf2out.c: In function 'output_loc_operands': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:3242:7: note: in expansion of macro 'gcc_assert' 3242 | gcc_assert (HOST_BITS_PER_LONG >= 64); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:3250:9: note: in expansion of macro 'gcc_assert' 3250 | gcc_assert (val1->val_class == dw_val_class_loc); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:3349:9: note: in expansion of macro 'gcc_unreachable' 3349 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c:3340:5: warning: case value '259' not in enumerated type 'enum dwarf_location_atom' [-Wswitch] 3340 | case INTERNAL_DW_OP_tls_addr: | ^~~~ ../../gcc/dwarf2out.c: In function 'get_cfa_from_loc_descr': ../../gcc/dwarf2out.c:3540:28: warning: unquoted identifier or keyword 'DW_LOC_OP' in format [-Wformat-diag] 3540 | internal_error ("DW_LOC_OP %s not implemented", | ^~~~~~~~~ In file included from ../../gcc/dwarf2out.c:38: ../../gcc/dwarf2out.c: In function 'dwarf2out_switch_text_section': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:3935:3: note: in expansion of macro 'gcc_assert' 3935 | gcc_assert (cfun); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'decl_ultimate_origin': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:4763:3: note: in expansion of macro 'gcc_assert' 4763 | gcc_assert (!DECL_FROM_INLINE (DECL_ORIGIN (decl))); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'try_split': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3200:15: note: in expansion of macro 'gcc_assert' 3200 | gcc_assert (njumps == 1); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/emit-rtl.c:41: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/emit-rtl.c:3202:19: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3202 | = gen_rtx_EXPR_LIST (REG_BR_PROB, | ^~~~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'AT_flag': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:4870:3: note: in expansion of macro 'gcc_assert' 4870 | gcc_assert (a && AT_class (a) == dw_val_class_flag); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'AT_int': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/emit-rtl.c:3237:21: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3237 | = gen_rtx_EXPR_LIST (REG_EH_REGION, | ^~~~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:4891:3: note: in expansion of macro 'gcc_assert' 4891 | gcc_assert (a && AT_class (a) == dw_val_class_const); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'AT_unsigned': ../../gcc/rtl.h:732:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 732 | #define REG_NOTE_KIND(LINK) ((enum reg_note) GET_MODE (LINK)) ./genrtl.h:103:31: note: in definition of macro 'gen_rtx_EXPR_LIST' 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~ ../../gcc/emit-rtl.c:3251:40: note: in expansion of macro 'REG_NOTE_KIND' 3251 | = gen_rtx_EXPR_LIST (REG_NOTE_KIND (note), | ^~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:4913:3: note: in expansion of macro 'gcc_assert' 4913 | gcc_assert (a && AT_class (a) == dw_val_class_unsigned_const); | ^~~~~~~~~~ ../../gcc/rtl.h:732:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 732 | #define REG_NOTE_KIND(LINK) ((enum reg_note) GET_MODE (LINK)) ./genrtl.h:103:31: note: in definition of macro 'gen_rtx_EXPR_LIST' 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~ ../../gcc/emit-rtl.c:3264:40: note: in expansion of macro 'REG_NOTE_KIND' 3264 | = gen_rtx_EXPR_LIST (REG_NOTE_KIND (note), | ^~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'AT_string': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:4996:3: note: in expansion of macro 'gcc_assert' 4996 | gcc_assert (a && AT_class (a) == dw_val_class_str); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'AT_string_form': In file included from ../../gcc/emit-rtl.c:37: ../../gcc/emit-rtl.c: In function 'add_insn_after': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:5010:3: note: in expansion of macro 'gcc_assert' 5010 | gcc_assert (a && AT_class (a) == dw_val_class_str); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3416:3: note: in expansion of macro 'gcc_assert' 3416 | gcc_assert (!optimize || !INSN_DELETED_P (after)); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'add_AT_specification': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3440:7: note: in expansion of macro 'gcc_assert' 3440 | gcc_assert (stack); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:5059:3: note: in expansion of macro 'gcc_assert' 5059 | gcc_assert (!targ_die->die_definition); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'AT_ref': ../../gcc/emit-rtl.c: In function 'add_insn_before': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3479:3: note: in expansion of macro 'gcc_assert' 3479 | gcc_assert (!optimize || !INSN_DELETED_P (before)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:5066:3: note: in expansion of macro 'gcc_assert' 5066 | gcc_assert (a && AT_class (a) == dw_val_class_die_ref); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'set_AT_ref_external': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3506:7: note: in expansion of macro 'gcc_assert' 3506 | gcc_assert (stack); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:5082:3: note: in expansion of macro 'gcc_assert' 5082 | gcc_assert (a && AT_class (a) == dw_val_class_die_ref); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'AT_loc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3518:7: note: in expansion of macro 'gcc_assert' 3518 | gcc_assert (BB_HEAD (bb) != insn | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:5117:3: note: in expansion of macro 'gcc_assert' 5117 | gcc_assert (a && AT_class (a) == dw_val_class_loc); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'remove_insn': ../../gcc/dwarf2out.c: In function 'AT_loc_list': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3561:7: note: in expansion of macro 'gcc_assert' 3561 | gcc_assert (stack); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:5137:3: note: in expansion of macro 'gcc_assert' 5137 | gcc_assert (a && AT_class (a) == dw_val_class_loc_list); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'AT_addr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3583:7: note: in expansion of macro 'gcc_assert' 3583 | gcc_assert (stack); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:5158:3: note: in expansion of macro 'gcc_assert' 5158 | gcc_assert (a && AT_class (a) == dw_val_class_addr); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'AT_lbl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3594:11: note: in expansion of macro 'gcc_assert' 3594 | gcc_assert (!NOTE_P (insn)); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'add_function_usage_to': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:5223:3: note: in expansion of macro 'gcc_assert' 5223 | gcc_assert (a && (AT_class (a) == dw_val_class_lbl_id | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3607:3: note: in expansion of macro 'gcc_assert' 3607 | gcc_assert (call_insn && CALL_P (call_insn)); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'add_child_die': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:5475:7: note: in expansion of macro 'gcc_assert' 5475 | gcc_assert (die != child_die); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'splice_child_die': ../../gcc/emit-rtl.c: In function 'remove_unnecessary_notes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:5501:3: note: in expansion of macro 'gcc_assert' 5501 | gcc_assert (child->die_parent == parent | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3753:11: note: in expansion of macro 'gcc_assert' 3753 | gcc_assert (eh_stack); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3755:11: note: in expansion of macro 'gcc_assert' 3755 | gcc_assert (NOTE_EH_HANDLER (XEXP (eh_stack, 0)) | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3765:11: note: in expansion of macro 'gcc_unreachable' 3765 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3773:3: note: in expansion of macro 'gcc_assert' 3773 | gcc_assert (!eh_stack); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'emit_insn_before_noloc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3827:3: note: in expansion of macro 'gcc_assert' 3827 | gcc_assert (before); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'emit_jump_insn_before_noloc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3873:3: note: in expansion of macro 'gcc_assert' 3873 | gcc_assert (before); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'emit_call_insn_before_noloc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:3916:3: note: in expansion of macro 'gcc_assert' 3916 | gcc_assert (before); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'emit_insn_after_noloc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:4046:3: note: in expansion of macro 'gcc_assert' 4046 | gcc_assert (after); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'attr_checksum': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:5935:7: note: in expansion of macro 'gcc_assert' 5935 | gcc_assert (GET_CODE (r) == SYMBOL_REF); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'same_dw_val_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:6036:7: note: in expansion of macro 'gcc_assert' 6036 | gcc_assert (GET_CODE (r1) == SYMBOL_REF); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'emit_jump_insn_after_noloc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:4102:3: note: in expansion of macro 'gcc_assert' 4102 | gcc_assert (after); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'emit_call_insn_after_noloc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:4138:3: note: in expansion of macro 'gcc_assert' 4138 | gcc_assert (after); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'build_abbrev_table': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:6495:9: note: in expansion of macro 'gcc_assert' 6495 | gcc_assert (AT_ref (d_attr)->die_symbol); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'size_of_die': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:6640:11: note: in expansion of macro 'gcc_unreachable' 6640 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'mark_dies': ../../gcc/emit-rtl.c: In function 'set_unique_reg_note': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:6678:3: note: in expansion of macro 'gcc_assert' 6678 | gcc_assert (!die->die_mark); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'unmark_dies': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:4683:11: note: in expansion of macro 'gcc_assert' 4683 | gcc_assert (!note); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:6692:3: note: in expansion of macro 'gcc_assert' 6692 | gcc_assert (die->die_mark); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/emit-rtl.c:41: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/emit-rtl.c:4703:22: note: in expansion of macro 'gen_rtx_EXPR_LIST' 4703 | REG_NOTES (insn) = gen_rtx_EXPR_LIST (kind, datum, REG_NOTES (insn)); | ^~~~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'value_format': In file included from ../../gcc/emit-rtl.c:37: ../../gcc/emit-rtl.c: In function 'emit': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:6775:11: note: in expansion of macro 'gcc_unreachable' 6775 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:4768:7: note: in expansion of macro 'gcc_unreachable' 4768 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:6789:11: note: in expansion of macro 'gcc_unreachable' 6789 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:6805:11: note: in expansion of macro 'gcc_unreachable' 6805 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:6828:7: note: in expansion of macro 'gcc_unreachable' 6828 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'copy_insn_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:5039:11: note: in expansion of macro 'gcc_unreachable' 5039 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'output_loc_list': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:5046:7: note: in expansion of macro 'gcc_assert' 5046 | gcc_assert (i < MAX_RECOG_OPERANDS); | ^~~~~~~~~~ ../../gcc/emit-rtl.c: In function 'gen_const_vector': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:5161:3: note: in expansion of macro 'gcc_assert' 5161 | gcc_assert (const_tiny_rtx[constant][(int) inner]); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:6971:7: note: in expansion of macro 'gcc_assert' 6971 | gcc_assert (size <= 0xffff); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'output_die': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:7106:13: note: in expansion of macro 'gcc_assert' 7106 | gcc_assert (sym); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:7116:15: note: in expansion of macro 'gcc_assert' 7116 | gcc_assert (sym); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:7121:15: note: in expansion of macro 'gcc_assert' 7121 | gcc_assert (AT_ref (a)->die_offset); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:7155:11: note: in expansion of macro 'gcc_unreachable' 7155 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'output_pubnames': ../../gcc/emit-rtl.c: In function 'emit_copy_of_insn_after': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:7298:7: note: in expansion of macro 'gcc_assert' 7298 | gcc_assert (pub->die->die_mark); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/emit-rtl.c:5431:7: note: in expansion of macro 'gcc_unreachable' 5431 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/emit-rtl.c:41: ../../gcc/rtl.h:732:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 732 | #define REG_NOTE_KIND(LINK) ((enum reg_note) GET_MODE (LINK)) ./genrtl.h:103:31: note: in definition of macro 'gen_rtx_EXPR_LIST' 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~ ../../gcc/emit-rtl.c:5451:47: note: in expansion of macro 'REG_NOTE_KIND' 5451 | = copy_insn_1 (gen_rtx_EXPR_LIST (REG_NOTE_KIND (link), | ^~~~~~~~~~~~~ ../../gcc/rtl.h:732:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 732 | #define REG_NOTE_KIND(LINK) ((enum reg_note) GET_MODE (LINK)) ./genrtl.h:105:31: note: in definition of macro 'gen_rtx_INSN_LIST' 105 | gen_rtx_fmt_ue (INSN_LIST, (MODE), (ARG0), (ARG1)) | ^~~~ ../../gcc/emit-rtl.c:5456:47: note: in expansion of macro 'REG_NOTE_KIND' 5456 | = copy_insn_1 (gen_rtx_INSN_LIST (REG_NOTE_KIND (link), | ^~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'output_aranges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:7378:7: note: in expansion of macro 'gcc_assert' 7378 | gcc_assert (die->die_mark); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:7395:11: note: in expansion of macro 'gcc_assert' 7395 | gcc_assert (a && AT_class (a) == dw_val_class_loc); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:7398:11: note: in expansion of macro 'gcc_assert' 7398 | gcc_assert (loc->dw_loc_opc == DW_OP_addr); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'base_type_die': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:8160:7: note: in expansion of macro 'gcc_unreachable' 8160 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'is_base_type': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:8236:7: note: in expansion of macro 'gcc_unreachable' 8236 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'modified_type_die': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:8474:11: note: in expansion of macro 'gcc_assert' 8474 | gcc_assert (mod_type_die); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'dbx_reg_number': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:8515:3: note: in expansion of macro 'gcc_assert' 8515 | gcc_assert (regno < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'multiple_reg_loc_descriptor': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:8599:3: note: in expansion of macro 'gcc_assert' 8599 | gcc_assert ((unsigned) DBX_REGISTER_NUMBER (reg) == dbx_reg_number (rtl)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:8622:3: note: in expansion of macro 'gcc_assert' 8622 | gcc_assert (GET_CODE (regs) == PARALLEL); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'based_loc_descr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:8700:11: note: in expansion of macro 'gcc_assert' 8700 | gcc_assert (elim == (frame_pointer_needed ? hard_frame_pointer_rtx | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'mem_loc_descriptor': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:8922:7: note: in expansion of macro 'gcc_unreachable' 8922 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'loc_descriptor': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:9022:7: note: in expansion of macro 'gcc_unreachable' 9022 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'field_byte_offset': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:9536:3: note: in expansion of macro 'gcc_assert' 9536 | gcc_assert (TREE_CODE (decl) == FIELD_DECL); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'add_data_member_location_attribute': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:9698:11: note: in expansion of macro 'gcc_assert' 9698 | gcc_assert (offset < 0); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'add_const_value_attribute': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:9833:13: note: in expansion of macro 'gcc_assert' 9833 | gcc_assert (HOST_BITS_PER_LONG == HOST_BITS_PER_WIDE_INT); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:9871:21: note: in expansion of macro 'gcc_unreachable' 9871 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:9881:21: note: in expansion of macro 'gcc_assert' 9881 | gcc_assert (elt_size == 2 * sizeof (HOST_WIDE_INT)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:9902:13: note: in expansion of macro 'gcc_unreachable' 9902 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:9936:7: note: in expansion of macro 'gcc_unreachable' 9936 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'rtl_for_decl_init': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:9980:7: note: in expansion of macro 'gcc_assert' 9980 | gcc_assert (!rtl || !MEM_P (rtl)); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'add_location_or_const_value_attribute': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:10244:3: note: in expansion of macro 'gcc_assert' 10244 | gcc_assert (TREE_CODE (decl) == VAR_DECL || TREE_CODE (decl) == PARM_DECL | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'convert_cfa_to_loc_list': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:10425:9: note: in expansion of macro 'gcc_unreachable' 10425 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'compute_frame_pointer_to_cfa_displacement': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:10468:3: note: in expansion of macro 'gcc_assert' 10468 | gcc_assert (elim == (frame_pointer_needed ? hard_frame_pointer_rtx | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'add_byte_size_attribute': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:10677:7: note: in expansion of macro 'gcc_unreachable' 10677 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'add_bit_offset_attribute': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:10714:3: note: in expansion of macro 'gcc_assert' 10714 | gcc_assert (type && TREE_CODE (decl) == FIELD_DECL); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'add_bit_size_attribute': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:10754:3: note: in expansion of macro 'gcc_assert' 10754 | gcc_assert (TREE_CODE (decl) == FIELD_DECL | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'scope_die_for': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:10917:3: note: in expansion of macro 'gcc_assert' 10917 | gcc_assert (TYPE_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:10949:11: note: in expansion of macro 'gcc_assert' 10949 | gcc_assert (debug_info_level <= DINFO_LEVEL_TERSE | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'gen_formal_parameter_die': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:11354:7: note: in expansion of macro 'gcc_unreachable' 11354 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'gen_type_die_for_member': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:11444:7: note: in expansion of macro 'gcc_assert' 11444 | gcc_assert (!decl_ultimate_origin (member)); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'gen_subprogram_die': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:11535:7: note: in expansion of macro 'gcc_assert' 11535 | gcc_assert (!old_die); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:11548:7: note: in expansion of macro 'gcc_assert' 11548 | gcc_assert (!declaration || local_scope_p (context_die)); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'gen_label_die': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:11969:11: note: in expansion of macro 'gcc_assert' 11969 | gcc_assert (!INSN_DELETED_P (insn)); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'gen_typedef_die': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:12445:11: note: in expansion of macro 'gcc_assert' 12445 | gcc_assert (type != TREE_TYPE (decl)); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'gen_type_die': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:12476:7: note: in expansion of macro 'gcc_assert' 12476 | gcc_assert (DECL_ORIGINAL_TYPE (TYPE_NAME (type)) != type); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:12614:7: note: in expansion of macro 'gcc_unreachable' 12614 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'gen_tagged_type_instantiation_die': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:12632:3: note: in expansion of macro 'gcc_assert' 12632 | gcc_assert (type == type_main_variant (type)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:12656:7: note: in expansion of macro 'gcc_unreachable' 12656 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'force_decl_die': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:12881:11: note: in expansion of macro 'gcc_unreachable' 12881 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:12887:7: note: in expansion of macro 'gcc_assert' 12887 | gcc_assert (decl_die); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'force_type_die': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:12919:7: note: in expansion of macro 'gcc_assert' 12919 | gcc_assert (type_die); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'gen_decl_die': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:13164:7: note: in expansion of macro 'gcc_assert' 13164 | gcc_assert ((int)TREE_CODE (decl) > NUM_TREE_CODES); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'dwarf2out_imported_module_or_decl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:13227:3: note: in expansion of macro 'gcc_assert' 13227 | gcc_assert (decl); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'prune_unused_types_prune': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:14017:3: note: in expansion of macro 'gcc_assert' 14017 | gcc_assert (die->die_mark); | ^~~~~~~~~~ ../../gcc/dwarf2out.c: In function 'dwarf2out_finish': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:14138:15: note: in expansion of macro 'gcc_assert' 14138 | gcc_assert (node->created_for); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/dwarf2out.c:14145:15: note: in expansion of macro 'gcc_assert' 14145 | gcc_assert (context && TREE_CODE (context) == FUNCTION_DECL); | ^~~~~~~~~~ At top level: ../../gcc/dwarf2out.c:8185:1: warning: 'root_type' defined but not used [-Wunused-function] 8185 | root_type (tree type) | ^~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/except.c -o except.o In file included from ../../gcc/except.c:51: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/except.c: In function 'doing_eh': ../../gcc/except.c:338:52: warning: unquoted option name '-fexceptions' in format [-Wformat-diag] 338 | error ("exception handling disabled, use -fexceptions to enable"); | ^~~~~~~~~~~~ In file included from ../../gcc/except.c:51: ../../gcc/except.c: In function 'expand_resx_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/except.c:573:3: note: in expansion of macro 'gcc_assert' 573 | gcc_assert (!reg->resume); | ^~~~~~~~~~ ../../gcc/except.c: In function 'remove_unreachable_regions': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/except.c:689:11: note: in expansion of macro 'gcc_assert' 689 | gcc_assert (!uid_region_num[INSN_UID (r->resume)]); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/except.c:694:11: note: in expansion of macro 'gcc_assert' 694 | gcc_assert (!uid_region_num[INSN_UID (r->label)]); | ^~~~~~~~~~ ../../gcc/except.c: In function 'add_ehl_entry': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/except.c:793:3: note: in expansion of macro 'gcc_assert' 793 | gcc_assert (!*slot || cfun->eh->built_landing_pads); | ^~~~~~~~~~ ../../gcc/except.c: In function 'duplicate_eh_region_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/except.c:870:3: note: in expansion of macro 'gcc_assert' 870 | gcc_assert (!o->aka); | ^~~~~~~~~~ ../../gcc/except.c: In function 'duplicate_eh_regions': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/except.c:972:3: note: in expansion of macro 'gcc_assert' 972 | gcc_assert (root->outer == NULL); | ^~~~~~~~~~ ../../gcc/except.c: In function 'build_post_landing_pads': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/except.c:1402:11: note: in expansion of macro 'gcc_unreachable' 1402 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/except.c: In function 'connect_post_landing_pads': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/except.c:1474:7: note: in expansion of macro 'gcc_assert' 1474 | gcc_assert (BARRIER_P (barrier)); | ^~~~~~~~~~ ../../gcc/except.c: In function 'sjlj_emit_function_exit': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/except.c:1866:7: note: in expansion of macro 'gcc_assert' 1866 | gcc_assert (e->src->next_bb == EXIT_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/except.c: In function 'remove_exception_handler_label': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/except.c:2079:3: note: in expansion of macro 'gcc_assert' 2079 | gcc_assert (slot); | ^~~~~~~~~~ ../../gcc/except.c: In function 'remove_eh_handler': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/except.c:2154:7: note: in expansion of macro 'gcc_assert' 2154 | gcc_assert (try->type == ERT_TRY); | ^~~~~~~~~~ ../../gcc/except.c: In function 'reachable_next_level': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/except.c:2471:7: note: in expansion of macro 'gcc_unreachable' 2471 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/except.c:2474:7: note: in expansion of macro 'gcc_unreachable' 2474 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/except.c: In function 'expand_eh_return': ../../gcc/except.c:2923:15: warning: unquoted name of built-in function '__builtin_eh_return' in format [-Wformat-diag] 2923 | error ("__builtin_eh_return not supported on this target"); | ^~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/except.c:51: ../../gcc/except.c: In function 'collect_one_action_chain': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/except.c:3121:7: note: in expansion of macro 'gcc_unreachable' 3121 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/except.c: In function 'output_ttype': ../../gcc/system.h:570:50: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 570 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/except.c:3499:9: note: in expansion of macro 'abort' 3499 | abort (); | ^~~~~ ../../gcc/except.c: In function 'verify_eh_tree': ../../gcc/except.c:3777:21: warning: unquoted identifier or keyword 'region_array' in format [-Wformat-diag] 3777 | error ("region_array is corrupted for region %i", i->region_number); | ^~~~~~~~~~~~ ../../gcc/except.c:3786:19: warning: unquoted identifier or keyword 'region_array' in format [-Wformat-diag] 3786 | error ("region_array is corrupted for region %i", i->region_number); | ^~~~~~~~~~~~ ../../gcc/except.c:3833:38: warning: unquoted identifier or keyword 'verify_eh_tree' in format [-Wformat-diag] 3833 | internal_error ("verify_eh_tree failed"); | ^~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/explow.c -o explow.o In file included from ../../gcc/explow.c:24: ../../gcc/explow.c: In function 'trunc_int_for_mode': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/explow.c:54:3: note: in expansion of macro 'gcc_assert' 54 | gcc_assert (SCALAR_INT_MODE_P (mode)); | ^~~~~~~~~~ ../../gcc/explow.c: In function 'convert_memory_address': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/explow.c:317:3: note: in expansion of macro 'gcc_assert' 317 | gcc_assert (GET_MODE (x) == to_mode || GET_MODE (x) == VOIDmode); | ^~~~~~~~~~ ../../gcc/explow.c: In function 'copy_to_mode_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/explow.c:577:3: note: in expansion of macro 'gcc_assert' 577 | gcc_assert (GET_MODE (x) == mode || GET_MODE (x) == VOIDmode); | ^~~~~~~~~~ ../../gcc/explow.c: In function 'allocate_dynamic_stack_space': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/explow.c:1146:3: note: in expansion of macro 'gcc_assert' 1146 | gcc_assert (!(stack_pointer_delta | ^~~~~~~~~~ ../../gcc/explow.c: In function 'probe_stack_range': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/explow.c:1388:7: note: in expansion of macro 'gcc_assert' 1388 | gcc_assert (temp == test_addr); | ^~~~~~~~~~ ../../gcc/explow.c: In function 'hard_function_value': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/explow.c:1437:7: note: in expansion of macro 'gcc_assert' 1437 | gcc_assert (tmpmode != VOIDmode); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/loop-iv.c -o loop-iv.o In file included from ../../gcc/loop-iv.c:51: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/loop-iv.c: In function 'get_biv_step_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:798:7: note: in expansion of macro 'gcc_assert' 798 | gcc_assert (GET_MODE (op0) == *inner_mode | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:806:7: note: in expansion of macro 'gcc_unreachable' 806 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/loop-iv.c: In function 'get_biv_step': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:830:3: note: in expansion of macro 'gcc_assert' 830 | gcc_assert ((*inner_mode == *outer_mode) != (*extend != UNKNOWN)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:831:3: note: in expansion of macro 'gcc_assert' 831 | gcc_assert (*inner_mode != *outer_mode || *outer_step == const0_rtx); | ^~~~~~~~~~ ../../gcc/loop-iv.c: In function 'iv_analyze': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:1080:15: note: in expansion of macro 'gcc_assert' 1080 | gcc_assert (CONSTANT_P (op0)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:1088:11: note: in expansion of macro 'gcc_assert' 1088 | gcc_assert (!CONSTANT_P (XEXP (rhs, 0))); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:1094:11: note: in expansion of macro 'gcc_unreachable' 1094 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/loop-iv.c: In function 'get_iv_value': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:1203:3: note: in expansion of macro 'gcc_assert' 1203 | gcc_assert (!iv->first_special); | ^~~~~~~~~~ ../../gcc/loop-iv.c: In function 'canon_condition': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:1539:3: note: in expansion of macro 'gcc_assert' 1539 | gcc_assert (mode != VOIDmode); | ^~~~~~~~~~ ../../gcc/loop-iv.c: In function 'eliminate_implied_condition': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:1683:7: note: in expansion of macro 'gcc_unreachable' 1683 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/loop-iv.c: In function 'simplify_using_initial_values': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:1738:11: note: in expansion of macro 'gcc_unreachable' 1738 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:1767:3: note: in expansion of macro 'gcc_assert' 1767 | gcc_assert (op == UNKNOWN); | ^~~~~~~~~~ ../../gcc/loop-iv.c: In function 'shorten_into_mode': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:1869:9: note: in expansion of macro 'gcc_unreachable' 1869 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/loop-iv.c: In function 'canonicalize_iv_subregs': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:1927:9: note: in expansion of macro 'gcc_unreachable' 1927 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/loop-iv.c: In function 'iv_number_of_iterations': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:2027:3: note: in expansion of macro 'gcc_assert' 2027 | gcc_assert (COMPARISON_P (condition)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop-iv.c:2033:3: note: in expansion of macro 'gcc_assert' 2033 | gcc_assert (mode != VOIDmode); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/expmed.c -o expmed.o In file included from ../../gcc/expmed.c:26: ../../gcc/expmed.c: In function 'mode_for_extraction': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:306:7: note: in expansion of macro 'gcc_unreachable' 306 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/expmed.c: In function 'store_bit_field': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:416:7: note: in expansion of macro 'gcc_assert' 416 | gcc_assert ((*insn_data[icode].operand[0].predicate) (dest, mode0) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:473:13: note: in expansion of macro 'gcc_assert' 473 | gcc_assert (imode != BLKmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:523:11: note: in expansion of macro 'gcc_assert' 523 | gcc_assert (GET_MODE (SUBREG_REG (op0)) == fieldmode | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:597:15: note: in expansion of macro 'gcc_assert' 597 | gcc_assert (GET_CODE (op0) == SUBREG | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:746:13: note: in expansion of macro 'gcc_assert' 746 | gcc_assert (CONSTANT_P (value)); | ^~~~~~~~~~ ../../gcc/expmed.c: In function 'store_fixed_bit_field': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:800:7: note: in expansion of macro 'gcc_assert' 800 | gcc_assert (!offset); | ^~~~~~~~~~ ../../gcc/expmed.c: In function 'extract_bit_field': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:1159:7: note: in expansion of macro 'gcc_assert' 1159 | gcc_assert ((*insn_data[icode].operand[0].predicate) (dest, mode0) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:1184:13: note: in expansion of macro 'gcc_assert' 1184 | gcc_assert (imode != BLKmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:1313:11: note: in expansion of macro 'gcc_assert' 1313 | gcc_assert (target_part); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:1360:3: note: in expansion of macro 'gcc_assert' 1360 | gcc_assert (int_mode != BLKmode); | ^~~~~~~~~~ ../../gcc/expmed.c: In function 'mask_rtx': ../../gcc/expmed.c:1825:34: warning: left shift of negative value [-Wshift-negative-value] 1825 | masklow = (HOST_WIDE_INT) -1 << bitpos; | ^~ ../../gcc/expmed.c:1836:35: warning: left shift of negative value [-Wshift-negative-value] 1836 | maskhigh = (HOST_WIDE_INT) -1 << (bitpos - HOST_BITS_PER_WIDE_INT); | ^~ ../../gcc/expmed.c: In function 'lshift_value': ../../gcc/expmed.c:1865:31: warning: left shift of negative value [-Wshift-negative-value] 1865 | v &= ~((HOST_WIDE_INT) -1 << bitsize); | ^~ In file included from ../../gcc/expmed.c:26: ../../gcc/expmed.c: In function 'expand_shift': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:2313:3: note: in expansion of macro 'gcc_assert' 2313 | gcc_assert (temp); | ^~~~~~~~~~ ../../gcc/expmed.c: In function 'synth_mult': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:2562:15: note: in expansion of macro 'gcc_unreachable' 2562 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/expmed.c: In function 'expand_mult_const': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:2969:5: note: in expansion of macro 'gcc_unreachable' 2969 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:3047:11: note: in expansion of macro 'gcc_unreachable' 3047 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:3082:3: note: in expansion of macro 'gcc_assert' 3082 | gcc_assert (val == val_so_far); | ^~~~~~~~~~ ../../gcc/expmed.c: In function 'expand_mult': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:3225:3: note: in expansion of macro 'gcc_assert' 3225 | gcc_assert (op0); | ^~~~~~~~~~ ../../gcc/expmed.c: In function 'choose_multiplier': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:3268:3: note: in expansion of macro 'gcc_assert' 3268 | gcc_assert (lgup <= n); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:3276:3: note: in expansion of macro 'gcc_assert' 3276 | gcc_assert (pow != 2 * HOST_BITS_PER_WIDE_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:3300:3: note: in expansion of macro 'gcc_assert' 3300 | gcc_assert (!mhigh_hi || nh - d < d); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:3301:3: note: in expansion of macro 'gcc_assert' 3301 | gcc_assert (mhigh_hi <= 1 && mlow_hi <= 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:3303:3: note: in expansion of macro 'gcc_assert' 3303 | gcc_assert (mlow_hi < mhigh_hi | ^~~~~~~~~~ ../../gcc/expmed.c: In function 'expand_mult_highpart': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:3541:3: note: in expansion of macro 'gcc_assert' 3541 | gcc_assert (GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT); | ^~~~~~~~~~ ../../gcc/expmed.c: In function 'expand_smod_pow2': ../../gcc/expmed.c:3657:37: warning: left shift of negative value [-Wshift-negative-value] 3657 | masklow |= (HOST_WIDE_INT) -1 << (GET_MODE_BITSIZE (mode) - 1); | ^~ ../../gcc/expmed.c:3662:18: warning: left shift of negative value [-Wshift-negative-value] 3662 | << (GET_MODE_BITSIZE (mode) - HOST_BITS_PER_WIDE_INT - 1); | ^~ ../../gcc/expmed.c:3675:32: warning: left shift of negative value [-Wshift-negative-value] 3675 | masklow = (HOST_WIDE_INT) -1 << logd; | ^~ In file included from ../../gcc/expmed.c:26: ../../gcc/expmed.c: In function 'expand_divmod': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:4059:29: note: in expansion of macro 'gcc_assert' 4059 | gcc_assert (!mh); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:4351:21: note: in expansion of macro 'gcc_assert' 4351 | gcc_assert (!mh); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:4809:9: note: in expansion of macro 'gcc_unreachable' 4809 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/expmed.c: In function 'emit_store_flag': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:5320:15: note: in expansion of macro 'gcc_unreachable' 5320 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:5399:15: note: in expansion of macro 'gcc_assert' 5399 | gcc_assert (STORE_FLAG_VALUE & 1); | ^~~~~~~~~~ ../../gcc/expmed.c: In function 'do_cmp_and_jump': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:5672:11: note: in expansion of macro 'gcc_assert' 5672 | gcc_assert (arg2 == const0_rtx && mode == GET_MODE(arg1)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:5677:11: note: in expansion of macro 'gcc_assert' 5677 | gcc_assert (arg2 == const0_rtx && mode == GET_MODE(arg1)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expmed.c:5682:11: note: in expansion of macro 'gcc_unreachable' 5682 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/expr.c -o expr.o In file included from ../../gcc/expr.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ In file included from ../../gcc/expmed.c:30: ../../gcc/expmed.c: In function 'init_expmed': ../../gcc/rtl.h:498:50: warning: array subscript 1 is above array bounds of 'rtunion[1]' {aka 'union rtunion_def[1]'} [-Warray-bounds] 498 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) | ~~~~~~~~~~~~~^~~~ ../../gcc/rtl.h:606:26: note: in expansion of macro 'RTL_CHECK2' 606 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) | ^~~~~~~~~~ ../../gcc/expmed.c:154:3: note: in expansion of macro 'XEXP' 154 | XEXP (&all.plus, 1) = &all.reg; | ^~~~ ../../gcc/rtl.h:251:13: note: while referencing 'fld' 251 | rtunion fld[1]; | ^~~ ../../gcc/rtl.h:498:50: warning: array subscript 1 is above array bounds of 'rtunion[1]' {aka 'union rtunion_def[1]'} [-Warray-bounds] 498 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) | ~~~~~~~~~~~~~^~~~ ../../gcc/rtl.h:606:26: note: in expansion of macro 'RTL_CHECK2' 606 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) | ^~~~~~~~~~ ../../gcc/expmed.c:161:3: note: in expansion of macro 'XEXP' 161 | XEXP (&all.udiv, 1) = &all.reg; | ^~~~ ../../gcc/rtl.h:251:13: note: while referencing 'fld' 251 | rtunion fld[1]; | ^~~ ../../gcc/rtl.h:498:50: warning: array subscript 1 is above array bounds of 'rtunion[1]' {aka 'union rtunion_def[1]'} [-Warray-bounds] 498 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) | ~~~~~~~~~~~~~^~~~ ../../gcc/rtl.h:606:26: note: in expansion of macro 'RTL_CHECK2' 606 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) | ^~~~~~~~~~ ../../gcc/expmed.c:165:3: note: in expansion of macro 'XEXP' 165 | XEXP (&all.mult, 1) = &all.reg; | ^~~~ ../../gcc/rtl.h:251:13: note: while referencing 'fld' 251 | rtunion fld[1]; | ^~~ ../../gcc/rtl.h:498:50: warning: array subscript 1 is above array bounds of 'rtunion[1]' {aka 'union rtunion_def[1]'} [-Warray-bounds] 498 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) | ~~~~~~~~~~~~~^~~~ ../../gcc/rtl.h:606:26: note: in expansion of macro 'RTL_CHECK2' 606 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) | ^~~~~~~~~~ ../../gcc/expmed.c:169:3: note: in expansion of macro 'XEXP' 169 | XEXP (&all.div, 1) = 32 < MAX_BITS_PER_WORD ? cint[32] : GEN_INT (32); | ^~~~ ../../gcc/rtl.h:251:13: note: while referencing 'fld' 251 | rtunion fld[1]; | ^~~ ../../gcc/rtl.h:498:50: warning: array subscript 1 is above array bounds of 'rtunion[1]' {aka 'union rtunion_def[1]'} [-Warray-bounds] 498 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) | ~~~~~~~~~~~~~^~~~ ../../gcc/rtl.h:606:26: note: in expansion of macro 'RTL_CHECK2' 606 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) | ^~~~~~~~~~ ../../gcc/expmed.c:173:3: note: in expansion of macro 'XEXP' 173 | XEXP (&all.mod, 1) = XEXP (&all.div, 1); | ^~~~ ../../gcc/rtl.h:251:13: note: while referencing 'fld' 251 | rtunion fld[1]; | ^~~ ../../gcc/rtl.h:498:50: warning: array subscript 1 is above array bounds of 'rtunion[1]' {aka 'union rtunion_def[1]'} [-Warray-bounds] 498 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) | ~~~~~~~~~~~~~^~~~ ../../gcc/rtl.h:606:26: note: in expansion of macro 'RTL_CHECK2' 606 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) | ^~~~~~~~~~ ../../gcc/expmed.c:180:3: note: in expansion of macro 'XEXP' 180 | XEXP (&all.wide_mult, 1) = &all.zext; | ^~~~ ../../gcc/rtl.h:251:13: note: while referencing 'fld' 251 | rtunion fld[1]; | ^~~ ../../gcc/rtl.h:498:50: warning: array subscript 1 is above array bounds of 'rtunion[1]' {aka 'union rtunion_def[1]'} [-Warray-bounds] 498 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) | ~~~~~~~~~~~~~^~~~ ../../gcc/rtl.h:606:26: note: in expansion of macro 'RTL_CHECK2' 606 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) | ^~~~~~~~~~ ../../gcc/expmed.c:196:3: note: in expansion of macro 'XEXP' 196 | XEXP (&all.shift_add, 1) = &all.reg; | ^~~~ ../../gcc/rtl.h:251:13: note: while referencing 'fld' 251 | rtunion fld[1]; | ^~~ ../../gcc/rtl.h:498:50: warning: array subscript 1 is above array bounds of 'rtunion[1]' {aka 'union rtunion_def[1]'} [-Warray-bounds] 498 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) | ~~~~~~~~~~~~~^~~~ ../../gcc/rtl.h:606:26: note: in expansion of macro 'RTL_CHECK2' 606 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) | ^~~~~~~~~~ ../../gcc/expmed.c:200:3: note: in expansion of macro 'XEXP' 200 | XEXP (&all.shift_sub, 1) = &all.reg; | ^~~~ ../../gcc/rtl.h:251:13: note: while referencing 'fld' 251 | rtunion fld[1]; | ^~~ ../../gcc/rtl.h:498:50: warning: array subscript 1 is above array bounds of 'rtunion[1]' {aka 'union rtunion_def[1]'} [-Warray-bounds] 498 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) | ~~~~~~~~~~~~~^~~~ ../../gcc/rtl.h:606:26: note: in expansion of macro 'RTL_CHECK2' 606 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) | ^~~~~~~~~~ ../../gcc/expmed.c:233:11: note: in expansion of macro 'XEXP' 233 | XEXP (&all.wide_lshr, 1) = GEN_INT (GET_MODE_BITSIZE (mode)); | ^~~~ ../../gcc/rtl.h:251:13: note: while referencing 'fld' 251 | rtunion fld[1]; | ^~~ ../../gcc/rtl.h:498:50: warning: array subscript 1 is above array bounds of 'rtunion[1]' {aka 'union rtunion_def[1]'} [-Warray-bounds] 498 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) | ~~~~~~~~~~~~~^~~~ ../../gcc/rtl.h:606:26: note: in expansion of macro 'RTL_CHECK2' 606 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) | ^~~~~~~~~~ ../../gcc/expmed.c:245:11: note: in expansion of macro 'XEXP' 245 | XEXP (&all.shift, 1) = cint[m]; | ^~~~ ../../gcc/rtl.h:251:13: note: while referencing 'fld' 251 | rtunion fld[1]; | ^~~ ../../gcc/rtl.h:498:50: warning: array subscript 1 is above array bounds of 'rtunion[1]' {aka 'union rtunion_def[1]'} [-Warray-bounds] 498 | #define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->u.fld[N]) | ~~~~~~~~~~~~~^~~~ ../../gcc/rtl.h:606:26: note: in expansion of macro 'RTL_CHECK2' 606 | #define XEXP(RTX, N) (RTL_CHECK2 (RTX, N, 'e', 'u').rt_rtx) | ^~~~~~~~~~ ../../gcc/expmed.c:246:11: note: in expansion of macro 'XEXP' 246 | XEXP (&all.shift_mult, 1) = pow2[m]; | ^~~~ ../../gcc/rtl.h:251:13: note: while referencing 'fld' 251 | rtunion fld[1]; | ^~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/expr.c:52: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/expr.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'convert_move': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:362:3: note: in expansion of macro 'gcc_assert' 362 | gcc_assert (to_real == from_real); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:379:3: note: in expansion of macro 'gcc_assert' 379 | gcc_assert (GET_CODE (to) != SUBREG || !SUBREG_PROMOTED_VAR_P (to)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:390:7: note: in expansion of macro 'gcc_assert' 390 | gcc_assert (GET_MODE_BITSIZE (from_mode) == GET_MODE_BITSIZE (to_mode)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:413:7: note: in expansion of macro 'gcc_assert' 413 | gcc_assert (GET_MODE_PRECISION (from_mode) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:435:7: note: in expansion of macro 'gcc_assert' 435 | gcc_assert (libcall); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:457:7: note: in expansion of macro 'gcc_assert' 457 | gcc_assert (trunc_optab->handlers[to_mode][full_mode].insn_code | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:472:7: note: in expansion of macro 'gcc_assert' 472 | gcc_assert (sext_optab->handlers[full_mode][from_mode].insn_code | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:587:11: note: in expansion of macro 'gcc_assert' 587 | gcc_assert (subword); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:709:3: note: in expansion of macro 'gcc_unreachable' 709 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/expr.c: In function 'convert_modes': ../../gcc/expr.c:811:41: warning: left shift of negative value [-Wshift-negative-value] 811 | val |= (HOST_WIDE_INT) (-1) << width; | ^~ In file included from ../../gcc/expr.c:23: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:823:7: note: in expansion of macro 'gcc_assert' 823 | gcc_assert (GET_MODE_BITSIZE (mode) == GET_MODE_BITSIZE (oldmode)); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'move_by_pieces': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:989:3: note: in expansion of macro 'gcc_assert' 989 | gcc_assert (!data.len); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:995:7: note: in expansion of macro 'gcc_assert' 995 | gcc_assert (!data.reverse); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'move_by_pieces_ninsns': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1068:3: note: in expansion of macro 'gcc_assert' 1068 | gcc_assert (!l); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'emit_block_move': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1172:7: note: in expansion of macro 'gcc_unreachable' 1172 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1177:3: note: in expansion of macro 'gcc_assert' 1177 | gcc_assert (MEM_P (x)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1178:3: note: in expansion of macro 'gcc_assert' 1178 | gcc_assert (MEM_P (y)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1179:3: note: in expansion of macro 'gcc_assert' 1179 | gcc_assert (size); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'move_block_from_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1553:7: note: in expansion of macro 'gcc_assert' 1553 | gcc_assert (tem); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'gen_group_rtx': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1571:3: note: in expansion of macro 'gcc_assert' 1571 | gcc_assert (GET_CODE (orig) == PARALLEL); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'emit_group_load_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1604:3: note: in expansion of macro 'gcc_assert' 1604 | gcc_assert (GET_CODE (dst) == PARALLEL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1656:11: note: in expansion of macro 'gcc_assert' 1656 | gcc_assert (bytelen > 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1714:15: note: in expansion of macro 'gcc_assert' 1714 | gcc_assert (!bytepos); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'emit_group_move': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1814:3: note: in expansion of macro 'gcc_assert' 1814 | gcc_assert (GET_CODE (src) == PARALLEL | ^~~~~~~~~~ ../../gcc/expr.c: In function 'emit_group_store': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1857:3: note: in expansion of macro 'gcc_assert' 1857 | gcc_assert (GET_CODE (src) == PARALLEL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:1961:15: note: in expansion of macro 'gcc_assert' 1961 | gcc_assert (bytepos == 0 && XVECLEN (src, 0)); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'use_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2076:3: note: in expansion of macro 'gcc_assert' 2076 | gcc_assert (REG_P (reg) && REGNO (reg) < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'use_regs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2091:3: note: in expansion of macro 'gcc_assert' 2091 | gcc_assert (regno + nregs <= FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'can_store_by_pieces': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2207:7: note: in expansion of macro 'gcc_assert' 2207 | gcc_assert (!l); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'store_by_pieces': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2230:7: note: in expansion of macro 'gcc_assert' 2230 | gcc_assert (endp != 2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2234:3: note: in expansion of macro 'gcc_assert' 2234 | gcc_assert (STORE_BY_PIECES_P (len, align)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2244:7: note: in expansion of macro 'gcc_assert' 2244 | gcc_assert (!data.reverse); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'store_by_pieces_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2393:3: note: in expansion of macro 'gcc_assert' 2393 | gcc_assert (!data->len); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'clear_storage': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2444:3: note: in expansion of macro 'gcc_assert' 2444 | gcc_assert (method == BLOCK_OP_NORMAL || method == BLOCK_OP_TAILCALL); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'write_complex_part': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2705:9: note: in expansion of macro 'gcc_assert' 2705 | gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'read_complex_part': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2767:9: note: in expansion of macro 'gcc_assert' 2767 | gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'emit_move_resolve_push': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2864:7: note: in expansion of macro 'gcc_assert' 2864 | gcc_assert (GET_CODE (expr) == PLUS || GET_CODE (expr) == MINUS); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2865:7: note: in expansion of macro 'gcc_assert' 2865 | gcc_assert (GET_CODE (XEXP (expr, 1)) == CONST_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2869:7: note: in expansion of macro 'gcc_assert' 2869 | gcc_assert (adjust == val || adjust == -val); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2894:7: note: in expansion of macro 'gcc_unreachable' 2894 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/expr.c: In function 'emit_move_complex_push': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:2935:7: note: in expansion of macro 'gcc_unreachable' 2935 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/expr.c: In function 'emit_move_ccmode': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:3032:3: note: in expansion of macro 'gcc_assert' 3032 | gcc_assert (ret != NULL); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'emit_move_multi_word': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:3049:3: note: in expansion of macro 'gcc_assert' 3049 | gcc_assert (GET_MODE_SIZE (mode) >= UNITS_PER_WORD); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:3086:7: note: in expansion of macro 'gcc_assert' 3086 | gcc_assert (xpart && ypart); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'emit_move_insn_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:3120:3: note: in expansion of macro 'gcc_assert' 3120 | gcc_assert ((unsigned int) mode < (unsigned int) MAX_MACHINE_MODE); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'emit_move_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:3161:3: note: in expansion of macro 'gcc_assert' 3161 | gcc_assert (mode != BLKmode | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:3200:3: note: in expansion of macro 'gcc_assert' 3200 | gcc_assert (mode != BLKmode); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'emit_push_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:3503:7: note: in expansion of macro 'gcc_assert' 3503 | gcc_assert (size); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:3722:11: note: in expansion of macro 'gcc_assert' 3722 | gcc_assert (partial % UNITS_PER_WORD == 0); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'expand_assignment': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:3950:15: note: in expansion of macro 'gcc_assert' 3950 | gcc_assert (TREE_CODE (offset) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:3988:15: note: in expansion of macro 'gcc_assert' 3988 | gcc_assert (bitpos == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:3993:15: note: in expansion of macro 'gcc_assert' 3993 | gcc_assert (bitpos == 0 || bitpos == GET_MODE_BITSIZE (mode1)); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'store_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:4159:7: note: in expansion of macro 'gcc_assert' 4159 | gcc_assert (!call_param_p); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'categorize_ctor_elements_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:4515:11: note: in expansion of macro 'gcc_assert' 4515 | gcc_assert (VEC_length (constructor_elt, CONSTRUCTOR_ELTS (ctor)) | ^~~~~~~~~~ ../../gcc/expr.c: In function 'count_type_elements': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:4647:7: note: in expansion of macro 'gcc_unreachable' 4647 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/expr.c: In function 'store_constructor': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:4857:17: note: in expansion of macro 'gcc_assert' 4857 | gcc_assert (MEM_P (to_rtx)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:5191:9: note: in expansion of macro 'gcc_assert' 5191 | gcc_assert (eltmode != BLKmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:5273:17: note: in expansion of macro 'gcc_assert' 5273 | gcc_assert (TREE_CODE (TREE_TYPE (value)) != VECTOR_TYPE); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:5298:7: note: in expansion of macro 'gcc_unreachable' 5298 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/expr.c: In function 'store_field': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:5365:7: note: in expansion of macro 'gcc_assert' 5365 | gcc_assert (!bitpos); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:5438:11: note: in expansion of macro 'gcc_assert' 5438 | gcc_assert (MEM_P (target) && MEM_P (temp) | ^~~~~~~~~~ ../../gcc/expr.c:5320:17: warning: variable 'width_mask' set but not used [-Wunused-but-set-variable] 5320 | HOST_WIDE_INT width_mask = 0; | ^~~~~~~~~~ In file included from ../../gcc/expr.c:23: ../../gcc/expr.c: In function 'safe_from_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:6063:11: note: in expansion of macro 'gcc_unreachable' 6063 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:6092:7: note: in expansion of macro 'gcc_unreachable' 6092 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/expr.c: In function 'expand_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:6234:9: note: in expansion of macro 'gcc_assert' 6234 | gcc_assert (TREE_CODE (var) == TYPE_DECL | ^~~~~~~~~~ ../../gcc/expr.c: In function 'expand_expr_addr_expr_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:6336:11: note: in expansion of macro 'gcc_assert' 6336 | gcc_assert (MEM_P (result)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:6363:3: note: in expansion of macro 'gcc_assert' 6363 | gcc_assert (inner != exp); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:6393:7: note: in expansion of macro 'gcc_assert' 6393 | gcc_assert ((bitpos % BITS_PER_UNIT) == 0); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'expand_expr_real_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:6690:7: note: in expansion of macro 'gcc_assert' 6690 | gcc_assert (DECL_RTL (exp)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:6707:7: note: in expansion of macro 'gcc_assert' 6707 | gcc_assert (!context | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:6763:11: note: in expansion of macro 'gcc_assert' 6763 | gcc_assert (GET_MODE (DECL_RTL (exp)) == pmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:6865:13: note: in expansion of macro 'gcc_assert' 6865 | gcc_assert (GET_MODE (ret) != BLKmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:7007:13: note: in expansion of macro 'gcc_assert' 7007 | gcc_assert (modifier == EXPAND_NORMAL | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:7012:13: note: in expansion of macro 'gcc_assert' 7012 | gcc_assert (icode != CODE_FOR_nothing); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:7220:9: note: in expansion of macro 'gcc_assert' 7220 | gcc_assert (tem != exp); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:7279:13: note: in expansion of macro 'gcc_assert' 7279 | gcc_assert (MEM_P (op0)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:7326:13: note: in expansion of macro 'gcc_assert' 7326 | gcc_assert (bitpos == 0 | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:7384:17: note: in expansion of macro 'gcc_assert' 7384 | gcc_assert (MEM_P (op0) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:7533:15: note: in expansion of macro 'gcc_assert' 7533 | gcc_assert (REG_P (target)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:7632:11: note: in expansion of macro 'gcc_assert' 7632 | gcc_assert (!TREE_ADDRESSABLE (exp)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:7665:15: note: in expansion of macro 'gcc_assert' 7665 | gcc_assert (!TREE_ADDRESSABLE (exp)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:7983:7: note: in expansion of macro 'gcc_unreachable' 7983 | gcc_unreachable (); /* Not used for C. */ | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8012:7: note: in expansion of macro 'gcc_assert' 8012 | gcc_assert (temp); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8021:7: note: in expansion of macro 'gcc_assert' 8021 | gcc_assert (GET_MODE_CLASS (mode) != MODE_COMPLEX_INT | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8168:7: note: in expansion of macro 'gcc_assert' 8168 | gcc_assert (temp); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8305:7: note: in expansion of macro 'gcc_assert' 8305 | gcc_assert (temp); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8312:9: note: in expansion of macro 'gcc_assert' 8312 | gcc_assert (ignore); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8323:7: note: in expansion of macro 'gcc_assert' 8323 | gcc_assert (!VOID_TYPE_P (TREE_TYPE (exp))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8330:9: note: in expansion of macro 'gcc_assert' 8330 | gcc_assert (!TREE_ADDRESSABLE (type) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8380:9: note: in expansion of macro 'gcc_assert' 8380 | gcc_assert (ignore); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8458:7: note: in expansion of macro 'gcc_unreachable' 8458 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8478:7: note: in expansion of macro 'gcc_unreachable' 8478 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8489:7: note: in expansion of macro 'gcc_unreachable' 8489 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8521:9: note: in expansion of macro 'gcc_assert' 8521 | gcc_assert (temp); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8532:9: note: in expansion of macro 'gcc_assert' 8532 | gcc_assert (temp); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8559:3: note: in expansion of macro 'gcc_assert' 8559 | gcc_assert (temp); | ^~~~~~~~~~ ../../gcc/expr.c: In function 'is_aligning_offset': ../../gcc/expr.c:8613:71: warning: comparison of constant '0' with boolean expression is always false [-Wbool-compare] 8613 | || !exact_log2 (tree_low_cst (TREE_OPERAND (offset, 1), 1) + 1) < 0) | ^ ../../gcc/expr.c:8613:71: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] ../../gcc/expr.c:8613:10: note: add parentheses around left hand side expression to silence this warning 8613 | || !exact_log2 (tree_low_cst (TREE_OPERAND (offset, 1), 1) + 1) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ( ) In file included from ../../gcc/expr.c:23: ../../gcc/expr.c: In function 'do_store_flag': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8881:7: note: in expansion of macro 'gcc_unreachable' 8881 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/expr.c:8976:3: note: in expansion of macro 'gcc_assert' 8976 | gcc_assert (bcc_gen_fctn[(int) code]); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/flow.c -o flow.o In file included from ../../gcc/flow.c:122: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/flow.c: In function 'first_insn_after_basic_block_note': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/flow.c:347:3: note: in expansion of macro 'gcc_assert' 347 | gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); | ^~~~~~~~~~ ../../gcc/flow.c: In function 'update_life_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/flow.c:587:3: note: in expansion of macro 'gcc_assert' 587 | gcc_assert (!(prop_flags & PROP_ALLOW_CFG_CHANGES) | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/flow.c:126: ../../gcc/flow.c: In function 'delete_noop_moves': ./genrtl.h:105:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 105 | gen_rtx_fmt_ue (INSN_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/flow.c:802:23: note: in expansion of macro 'gen_rtx_INSN_LIST' 802 | = gen_rtx_INSN_LIST (REG_LIBCALL, XEXP (note, 0), | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/flow.c:122: ../../gcc/flow.c: In function 'mark_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/flow.c:910:3: note: in expansion of macro 'gcc_assert' 910 | gcc_assert (GET_MODE (reg) != BLKmode); | ^~~~~~~~~~ ../../gcc/flow.c: In function 'calculate_global_regs_live': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/flow.c:1345:19: note: in expansion of macro 'gcc_assert' 1345 | gcc_assert (pbb_changed); | ^~~~~~~~~~ ../../gcc/flow.c: In function 'allocate_reg_life_data': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/flow.c:1574:3: note: in expansion of macro 'gcc_assert' 1574 | gcc_assert (!reg_deaths); | ^~~~~~~~~~ In file included from ../../gcc/flow.c:136: ../../gcc/flow.c: In function 'propagate_one_insn': ../../gcc/toplev.h:40:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/flow.c:1699:9: note: in expansion of macro 'fatal_insn' 1699 | fatal_insn ("Attempt to delete prologue/epilogue insn:", insn); | ^~~~~~~~~~ In file included from ../../gcc/flow.c:122: ../../gcc/flow.c: In function 'mark_set_regs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/flow.c:2633:17: note: in expansion of macro 'gcc_assert' 2633 | gcc_assert (!cond); | ^~~~~~~~~~ ../../gcc/flow.c: In function 'mark_set_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/flow.c:2700:7: note: in expansion of macro 'gcc_unreachable' 2700 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/flow.c: In function 'mark_used_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/flow.c:3743:13: note: in expansion of macro 'gcc_assert' 3743 | gcc_assert (!reg_deaths[i]); | ^~~~~~~~~~ ../../gcc/flow.c: In function 'mark_used_regs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/flow.c:4115:7: note: in expansion of macro 'gcc_assert' 4115 | gcc_assert (!cond); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/fold-const.c -o fold-const.o In file included from ../../gcc/fold-const.c:47: ../../gcc/fold-const.c: In function 'force_fit_type': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:206:3: note: in expansion of macro 'gcc_assert' 206 | gcc_assert (TREE_CODE (t) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/fold-const.c:226:36: warning: left shift of negative value [-Wshift-negative-value] 226 | high &= ~((HOST_WIDE_INT) (-1) << (prec - HOST_BITS_PER_WIDE_INT)); | ^~ ../../gcc/fold-const.c:231:39: warning: left shift of negative value [-Wshift-negative-value] 231 | low &= ~((HOST_WIDE_INT) (-1) << prec); | ^~ ../../gcc/fold-const.c:243:38: warning: left shift of negative value [-Wshift-negative-value] 243 | high |= (HOST_WIDE_INT) (-1) << (prec - HOST_BITS_PER_WIDE_INT); | ^~ ../../gcc/fold-const.c:256:38: warning: left shift of negative value [-Wshift-negative-value] 256 | low |= (HOST_WIDE_INT)(-1) << prec; | ^~ ../../gcc/fold-const.c: In function 'lshift_double': ../../gcc/fold-const.c:449:37: warning: left shift of negative value [-Wshift-negative-value] 449 | *hv &= ~((HOST_WIDE_INT) (-1) << (prec - HOST_BITS_PER_WIDE_INT)); | ^~ ../../gcc/fold-const.c: In function 'rshift_double': ../../gcc/fold-const.c:510:37: warning: left shift of negative value [-Wshift-negative-value] 510 | *hv &= ~((HOST_WIDE_INT) (-1) << (prec - count - HOST_BITS_PER_WIDE_INT)); | ^~ In file included from ../../gcc/fold-const.c:47: ../../gcc/fold-const.c: In function 'div_and_round_double': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:834:7: note: in expansion of macro 'gcc_unreachable' 834 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'may_negate_without_overflow_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:909:3: note: in expansion of macro 'gcc_assert' 909 | gcc_assert (TREE_CODE (t) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/fold-const.c: In function 'int_const_binop': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:1466:7: note: in expansion of macro 'gcc_unreachable' 1466 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'const_binop': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:1640:11: note: in expansion of macro 'gcc_unreachable' 1640 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'size_binop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:1672:3: note: in expansion of macro 'gcc_assert' 1672 | gcc_assert (TREE_CODE (type) == INTEGER_TYPE && TYPE_IS_SIZETYPE (type) | ^~~~~~~~~~ ../../gcc/fold-const.c: In function 'size_diffop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:1704:3: note: in expansion of macro 'gcc_assert' 1704 | gcc_assert (TREE_CODE (type) == INTEGER_TYPE && TYPE_IS_SIZETYPE (type) | ^~~~~~~~~~ ../../gcc/fold-const.c: In function 'fold_convert_const_int_from_real': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:1801:7: note: in expansion of macro 'gcc_unreachable' 1801 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'fold_convert': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:1954:7: note: in expansion of macro 'gcc_assert' 1954 | gcc_assert (TREE_CODE (orig) == VECTOR_TYPE | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:1988:11: note: in expansion of macro 'gcc_unreachable' 1988 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:2021:11: note: in expansion of macro 'gcc_unreachable' 2021 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:2027:7: note: in expansion of macro 'gcc_assert' 2027 | gcc_assert (tree_int_cst_equal (TYPE_SIZE (type), TYPE_SIZE (orig))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:2028:7: note: in expansion of macro 'gcc_assert' 2028 | gcc_assert (INTEGRAL_TYPE_P (orig) || POINTER_TYPE_P (orig) | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:2036:7: note: in expansion of macro 'gcc_unreachable' 2036 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'invert_tree_comparison': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:2165:7: note: in expansion of macro 'gcc_unreachable' 2165 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'swap_tree_comparison': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:2201:7: note: in expansion of macro 'gcc_unreachable' 2201 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'comparison_to_compcode': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:2244:7: note: in expansion of macro 'gcc_unreachable' 2244 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'compcode_to_comparison': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:2286:7: note: in expansion of macro 'gcc_unreachable' 2286 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'invert_truthvalue': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:3089:3: note: in expansion of macro 'gcc_assert' 3089 | gcc_assert (TREE_CODE (TREE_TYPE (arg)) == BOOLEAN_TYPE); | ^~~~~~~~~~ ../../gcc/fold-const.c: In function 'range_binop': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:3664:7: note: in expansion of macro 'gcc_unreachable' 3664 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'make_range': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:3753:15: note: in expansion of macro 'gcc_unreachable' 3753 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'fold_cond_expr_with_comparison': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:4378:9: note: in expansion of macro 'gcc_assert' 4378 | gcc_assert (TREE_CODE_CLASS (comp_code) == tcc_comparison); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:4488:11: note: in expansion of macro 'gcc_assert' 4488 | gcc_assert (TREE_CODE_CLASS (comp_code) == tcc_comparison); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:4559:9: note: in expansion of macro 'gcc_unreachable' 4559 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'fold_div_compare': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:6009:11: note: in expansion of macro 'gcc_unreachable' 6009 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:6036:11: note: in expansion of macro 'gcc_unreachable' 6036 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'fold_unary': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:6578:3: note: in expansion of macro 'gcc_assert' 6578 | gcc_assert (IS_EXPR_CODE_CLASS (kind) | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/function.c -o function.o ../../gcc/fold-const.c:6834:22: warning: left shift of negative value [-Wshift-negative-value] 6834 | << (TYPE_PRECISION (TREE_TYPE (and1)) - 1); | ^~ In file included from ../../gcc/fold-const.c:47: ../../gcc/fold-const.c: In function 'fold_binary': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:7044:3: note: in expansion of macro 'gcc_assert' 7044 | gcc_assert (IS_EXPR_CODE_CLASS (kind) | ^~~~~~~~~~ In file included from ../../gcc/function.c:38: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:9631:15: note: in expansion of macro 'gcc_unreachable' 9631 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:9905:7: note: in expansion of macro 'gcc_unreachable' 9905 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'fold_ternary': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:9954:3: note: in expansion of macro 'gcc_assert' 9954 | gcc_assert (IS_EXPR_CODE_CLASS (kind) | ^~~~~~~~~~ ../../gcc/function.c: In function 'find_function_data': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/function.c:234:3: note: in expansion of macro 'gcc_unreachable' 234 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/function.c: In function 'assign_stack_local_1': ../../gcc/function.c:491:16: warning: unknown conversion type character 'J' in format [-Wformat=] 491 | error ("%Jtotal size of local objects too large", function->decl); | ^ ../../gcc/function.c:491:14: warning: too many arguments for format [-Wformat-extra-args] 491 | error ("%Jtotal size of local objects too large", function->decl); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/function.c:38: ../../gcc/function.c: In function 'assign_stack_temp_for_type': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:610:3: note: in expansion of macro 'gcc_assert' 610 | gcc_assert (size != -1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:613:3: note: in expansion of macro 'gcc_assert' 613 | gcc_assert (keep <= 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:697:7: note: in expansion of macro 'gcc_assert' 697 | gcc_assert (mode != BLKmode || align == BIGGEST_ALIGNMENT); | ^~~~~~~~~~ In file included from ../../gcc/function.c:55: ../../gcc/function.c: In function 'instantiate_virtual_regs_in_insn': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/function.c:1562:9: note: in expansion of macro 'fatal_insn_not_found' 1562 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/function.c:38: ../../gcc/function.c: In function 'aggregate_value_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/function.c:1770:9: note: in expansion of macro 'gcc_unreachable' 1770 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/function.c: In function 'assign_parm_find_entry_rtl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:2222:11: note: in expansion of macro 'gcc_assert' 2222 | gcc_assert (!all->extra_pretend_bytes && !all->pretend_args_size); | ^~~~~~~~~~ ../../gcc/function.c: In function 'assign_parm_adjust_entry_rtl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:2348:11: note: in expansion of macro 'gcc_assert' 2348 | gcc_assert (data->partial % UNITS_PER_WORD == 0); | ^~~~~~~~~~ ../../gcc/function.c: In function 'assign_parm_setup_block': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:2540:9: note: in expansion of macro 'gcc_assert' 2540 | gcc_assert (!size || !(PARM_BOUNDARY % BITS_PER_WORD)); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/function.c:41: ../../gcc/function.c: In function 'assign_parm_setup_reg': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/function.c:2786:21: note: in expansion of macro 'gen_rtx_EXPR_LIST' 2786 | = gen_rtx_EXPR_LIST (REG_EQUIV, stacki, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/function.c:2790:21: note: in expansion of macro 'gen_rtx_EXPR_LIST' 2790 | = gen_rtx_EXPR_LIST (REG_EQUIV, stackr, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/function.c:2797:13: note: in expansion of macro 'gen_rtx_EXPR_LIST' 2797 | = gen_rtx_EXPR_LIST (REG_EQUIV, | ^~~~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'fold_negate_const': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:11362:7: note: in expansion of macro 'gcc_unreachable' 11362 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'fold_abs_const': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:11411:7: note: in expansion of macro 'gcc_unreachable' 11411 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/fold-const.c: In function 'fold_not_const': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:11425:3: note: in expansion of macro 'gcc_assert' 11425 | gcc_assert (TREE_CODE (arg0) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/fold-const.c: In function 'fold_relational_const': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:11485:15: note: in expansion of macro 'gcc_unreachable' 11485 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/function.c:38: ../../gcc/function.c: In function 'init_function_for_compilation': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:3941:3: note: in expansion of macro 'gcc_assert' 3941 | gcc_assert (VEC_length (int, prologue) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:3942:3: note: in expansion of macro 'gcc_assert' 3942 | gcc_assert (VEC_length (int, epilogue) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:3943:3: note: in expansion of macro 'gcc_assert' 3943 | gcc_assert (VEC_length (int, sibcall_epilogue) == 0); | ^~~~~~~~~~ ../../gcc/function.c: In function 'expand_function_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:4159:15: note: in expansion of macro 'gcc_assert' 4159 | gcc_assert (GET_CODE (hard_reg) == PARALLEL); | ^~~~~~~~~~ ../../gcc/function.c: In function 'expand_function_end': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:4440:11: note: in expansion of macro 'gcc_assert' 4440 | gcc_assert (REG_FUNCTION_VALUE_P (real_decl_rtl)); | ^~~~~~~~~~ ../../gcc/function.c: In function 'keep_stack_depressed': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:4823:15: note: in expansion of macro 'gcc_assert' 4823 | gcc_assert (MEM_P (retaddr)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:4834:19: note: in expansion of macro 'gcc_assert' 4834 | gcc_assert (GET_CODE (ret_ptr) == PLUS | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:4876:15: note: in expansion of macro 'gcc_assert' 4876 | gcc_assert (regno < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:4888:11: note: in expansion of macro 'gcc_assert' 4888 | gcc_assert (jump_set); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:4910:11: note: in expansion of macro 'gcc_assert' 4910 | gcc_assert (changed); | ^~~~~~~~~~ ../../gcc/function.c: In function 'handle_epilogue_set': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:4950:7: note: in expansion of macro 'gcc_assert' 4950 | gcc_assert (SET_DEST (set) == stack_pointer_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:4959:15: note: in expansion of macro 'gcc_assert' 4959 | gcc_assert (REG_P (XEXP (SET_SRC (set), 1)) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:4977:7: note: in expansion of macro 'gcc_assert' 4977 | gcc_assert (p->new_sp_equiv_reg && REG_P (p->new_sp_equiv_reg)); | ^~~~~~~~~~ ../../gcc/fold-const.c: In function 'round_up': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:4992:7: note: in expansion of macro 'gcc_assert' 4992 | gcc_assert (!p->equiv_reg_src | ^~~~~~~~~~ ../../gcc/function.c: In function 'thread_prologue_and_epilogue_insns': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:11751:3: note: in expansion of macro 'gcc_assert' 11751 | gcc_assert (divisor > 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/function.c:5114:7: note: in expansion of macro 'gcc_assert' 5114 | gcc_assert (single_succ_p (ENTRY_BLOCK_PTR)); | ^~~~~~~~~~ ../../gcc/fold-const.c: In function 'round_down': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/fold-const.c:11795:3: note: in expansion of macro 'gcc_assert' 11795 | gcc_assert (divisor > 0); | ^~~~~~~~~~ ../../gcc/fold-const.c: In function 'int_const_binop': ../../gcc/fold-const.c:1361:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 1361 | int2l = -int2l; | ~~~~~~^~~~~~~~ ../../gcc/fold-const.c:1362:5: note: here 1362 | case LSHIFT_EXPR: | ^~~~ ../../gcc/fold-const.c:1371:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 1371 | int2l = - int2l; | ~~~~~~^~~~~~~~~ ../../gcc/fold-const.c:1372:5: note: here 1372 | case LROTATE_EXPR: | ^~~~ ../../gcc/fold-const.c: In function 'invert_truthvalue': ../../gcc/fold-const.c:3065:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 3065 | if (TREE_CODE (TREE_TYPE (arg)) == BOOLEAN_TYPE) | ^ ../../gcc/fold-const.c:3068:5: note: here 3068 | case CONVERT_EXPR: | ^~~~ ../../gcc/fold-const.c: In function 'fold_binary': ../../gcc/fold-const.c:8667:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 8667 | if (integer_zerop (arg0)) | ^ ../../gcc/fold-const.c:8669:5: note: here 8669 | case TRUTH_AND_EXPR: | ^~~~ ../../gcc/fold-const.c:8780:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 8780 | if (TREE_CODE (arg0) == INTEGER_CST && ! integer_zerop (arg0)) | ^ ../../gcc/fold-const.c:8782:5: note: here 8782 | case TRUTH_OR_EXPR: | ^~~~ ../../gcc/fold-const.c: In function 'fold_widened_comparison': ../../gcc/fold-const.c:6345:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 6345 | else if (below) | ^ ../../gcc/fold-const.c:6348:5: note: here 6348 | case GT_EXPR: | ^~~~ ../../gcc/fold-const.c: In function 'contains_label_1': ../../gcc/fold-const.c:9926:22: warning: this statement may fall through [-Wimplicit-fallthrough=] 9926 | *walk_subtrees = 0; | ~~~~~~~~~~~~~~~^~~ ../../gcc/fold-const.c:9928:5: note: here 9928 | default: | ^~~~~~~ ../../gcc/fold-const.c: In function 'fold_cond_expr_with_comparison': ../../gcc/fold-const.c:4368:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 4368 | if (flag_trapping_math) | ^ ../../gcc/fold-const.c:4370:7: note: here 4370 | case LE_EXPR: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/gcse.c -o gcse.o In file included from ../../gcc/gcse.c:147: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/gcse.c: In function 'insert_set_in_table': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:1601:3: note: in expansion of macro 'gcc_assert' 1601 | gcc_assert (GET_CODE (x) == SET && REG_P (SET_DEST (x))); | ^~~~~~~~~~ ../../gcc/gcse.c: In function 'find_avail_set': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:2737:7: note: in expansion of macro 'gcc_assert' 2737 | gcc_assert (GET_CODE (set->expr) == SET); | ^~~~~~~~~~ ../../gcc/gcse.c: In function 'cprop_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:2953:7: note: in expansion of macro 'gcc_assert' 2953 | gcc_assert (GET_CODE (pat) == SET); | ^~~~~~~~~~ ../../gcc/gcse.c: In function 'do_local_cprop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:3098:11: note: in expansion of macro 'gcc_assert' 3098 | gcc_assert (adjusted); | ^~~~~~~~~~ ../../gcc/gcse.c: In function 'local_cprop_pass': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:3195:19: note: in expansion of macro 'gcc_assert' 3195 | gcc_assert (libcall_sp != libcall_stack); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:3229:7: note: in expansion of macro 'gcc_assert' 3229 | gcc_assert (libcall_sp == &libcall_stack[MAX_NESTED_LIBCALLS]); | ^~~~~~~~~~ ../../gcc/gcse.c: In function 'find_bypass_set': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:3476:7: note: in expansion of macro 'gcc_assert' 3476 | gcc_assert (GET_CODE (set->expr) == SET); | ^~~~~~~~~~ ../../gcc/gcse.c: In function 'process_insert_insn': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:3969:9: note: in expansion of macro 'gcc_unreachable' 3969 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/gcse.c: In function 'insert_insn_end_bb': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:3997:3: note: in expansion of macro 'gcc_assert' 3997 | gcc_assert (pat && INSN_P (pat)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:4018:7: note: in expansion of macro 'gcc_assert' 4018 | gcc_assert (!NONJUMP_INSN_P (insn) || !pre | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:4063:7: note: in expansion of macro 'gcc_assert' 4063 | gcc_assert (!pre | ^~~~~~~~~~ ../../gcc/gcse.c: In function 'pre_insert_copy_insn': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:4245:7: note: in expansion of macro 'gcc_unreachable' 4245 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/gcse.c:152: ../../gcc/gcse.c: In function 'add_label_notes': ./genrtl.h:105:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 105 | gen_rtx_fmt_ue (INSN_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/gcse.c:4590:26: note: in expansion of macro 'gen_rtx_INSN_LIST' 4590 | REG_NOTES (insn) = gen_rtx_INSN_LIST (REG_LABEL, XEXP (x, 0), | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/gcse.c:147: ../../gcc/gcse.c: In function 'hoist_code': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:4940:23: note: in expansion of macro 'gcc_assert' 4940 | gcc_assert (occr); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:4943:23: note: in expansion of macro 'gcc_assert' 4943 | gcc_assert (set); | ^~~~~~~~~~ ../../gcc/gcse.c: In function 'extract_mentioned_regs_helper': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:5547:7: note: in expansion of macro 'gcc_unreachable' 5547 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/gcse.c: In function 'insert_store': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:6178:9: note: in expansion of macro 'gcc_assert' 6178 | gcc_assert (index != EDGE_INDEX_NO_EDGE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcse.c:6198:3: note: in expansion of macro 'gcc_assert' 6198 | gcc_assert (!(e->flags & EDGE_ABNORMAL)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include genrtl.c -o genrtl.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/global.c -o global.o In file included from ../../gcc/global.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/global.c: In function 'global_alloc': ../../gcc/global.c:376:38: warning: unquoted keyword 'asm' in format [-Wformat-diag] 376 | error ("%s cannot be used in asm here", | ^~~ ../../gcc/global.c:389:34: warning: unquoted keyword 'asm' in format [-Wformat-diag] 389 | error ("%s cannot be used in asm here", | ^~~ In file included from ../../gcc/global.c:24: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/global.c:478:9: note: in expansion of macro 'gcc_assert' 478 | gcc_assert (REG_LIVE_LENGTH (i)); | ^~~~~~~~~~ ../../gcc/global.c: In function 'rest_of_handle_global_alloc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/global.c:2511:3: note: in expansion of macro 'gcc_assert' 2511 | gcc_assert (reload_completed || failure); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/graph.c -o graph.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include gtype-desc.c -o gtype-desc.o In file included from ../../gcc/graph.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/graph.c: In function 'clean_graph_dump_file': ../../gcc/graph.c:403:22: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 403 | fatal_error ("can't open %s: %m", buf); | ^ In file included from ../../gcc/graph.c:24: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/graph.c:405:3: note: in expansion of macro 'gcc_assert' 405 | gcc_assert (graph_dump_format == vcg); | ^~~~~~~~~~ ../../gcc/graph.c: In function 'finish_graph_dump_file': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/graph.c:427:7: note: in expansion of macro 'gcc_assert' 427 | gcc_assert (graph_dump_format == vcg); | ^~~~~~~~~~ In file included from gtype-desc.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from gtype-desc.c:46: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from gtype-desc.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ gtype-desc.c: In function 'gt_ggc_mx_varray_head_tag': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ gtype-desc.c:524:11: note: in expansion of macro 'gcc_unreachable' 524 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ gtype-desc.c: In function 'gt_pch_nx_varray_head_tag': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ gtype-desc.c:2089:11: note: in expansion of macro 'gcc_unreachable' 2089 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/haifa-sched.c -o haifa-sched.o gtype-desc.c: In function 'gt_pch_p_15varray_head_tag': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ gtype-desc.c:3704:7: note: in expansion of macro 'gcc_unreachable' 3704 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/haifa-sched.c:128: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/haifa-sched.c: In function 'fix_sched_param': ../../gcc/haifa-sched.c:182:18: warning: unquoted identifier or keyword 'fix_sched_param' in format [-Wformat-diag] 182 | warning (0, "fix_sched_param: unknown param: %s", param); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/haifa-sched.c:128: ../../gcc/haifa-sched.c: In function 'ready_lastpos': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/haifa-sched.c:756:3: note: in expansion of macro 'gcc_assert' 756 | gcc_assert (ready->n_ready); | ^~~~~~~~~~ ../../gcc/haifa-sched.c: In function 'ready_remove_first': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/haifa-sched.c:785:3: note: in expansion of macro 'gcc_assert' 785 | gcc_assert (ready->n_ready); | ^~~~~~~~~~ ../../gcc/haifa-sched.c: In function 'ready_element': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/haifa-sched.c:805:3: note: in expansion of macro 'gcc_assert' 805 | gcc_assert (ready->n_ready && index < ready->n_ready); | ^~~~~~~~~~ ../../gcc/haifa-sched.c: In function 'ready_remove': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/haifa-sched.c:822:3: note: in expansion of macro 'gcc_assert' 822 | gcc_assert (ready->n_ready && index < ready->n_ready); | ^~~~~~~~~~ ../../gcc/haifa-sched.c: In function 'rm_line_notes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/haifa-sched.c:1104:11: note: in expansion of macro 'gcc_assert' 1104 | gcc_assert (prev != tail && prev != head && insn != next_tail); | ^~~~~~~~~~ ../../gcc/haifa-sched.c: In function 'rm_other_notes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/haifa-sched.c:1283:11: note: in expansion of macro 'gcc_assert' 1283 | gcc_assert (prev != tail && prev != head && insn != next_tail); | ^~~~~~~~~~ ../../gcc/haifa-sched.c: In function 'schedule_block': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/haifa-sched.c:1857:3: note: in expansion of macro 'gcc_assert' 1857 | gcc_assert (head != tail || INSN_P (head)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/haifa-sched.c:1928:11: note: in expansion of macro 'gcc_assert' 1928 | gcc_assert (ready.n_ready); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/haifa-sched.c:2111:3: note: in expansion of macro 'gcc_assert' 2111 | gcc_assert (!current_sched_info->queue_must_finish_empty || !q_size); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/hooks.c -o hooks.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/ifcvt.c -o ifcvt.o In file included from ../../gcc/ifcvt.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/ifcvt.c: In function 'cond_exec_process_insns': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ifcvt.c:274:7: note: in expansion of macro 'gcc_assert' 274 | gcc_assert(NONJUMP_INSN_P (insn) || CALL_P (insn)); | ^~~~~~~~~~ ../../gcc/ifcvt.c: In function 'noce_emit_move_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ifcvt.c:723:23: note: in expansion of macro 'gcc_assert' 723 | gcc_assert (REG_P (op)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ifcvt.c:728:15: note: in expansion of macro 'gcc_assert' 728 | gcc_assert (start < (MEM_P (op) ? BITS_PER_UNIT : BITS_PER_WORD)); | ^~~~~~~~~~ ../../gcc/ifcvt.c: In function 'noce_process_if_block': ../../gcc/ifcvt.c:2242:24: warning: comparison between 'enum machine_mode' and 'enum rtx_code' [-Wenum-compare] 2242 | if (GET_MODE (x) == ZERO_EXTRACT | ^~ In file included from ../../gcc/ifcvt.c:23: ../../gcc/ifcvt.c: In function 'merge_if_block': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ifcvt.c:2477:9: note: in expansion of macro 'gcc_assert' 2477 | gcc_assert (find_reg_note (last, REG_NORETURN, NULL) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ifcvt.c:2486:9: note: in expansion of macro 'gcc_assert' 2486 | gcc_assert (JUMP_P (last) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ifcvt.c:2517:7: note: in expansion of macro 'gcc_assert' 2517 | gcc_assert (single_succ_p (combo_bb) | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genautomata.o ../../gcc/genautomata.c In file included from ../../gcc/genautomata.c:106: ../../gcc/genautomata.c: In function 'get_str_vect': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:1646:3: note: in expansion of macro 'gcc_assert' 1646 | gcc_assert (!trail); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'gen_presence_absence_set': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:1828:7: note: in expansion of macro 'gcc_assert' 1828 | gcc_assert (str_patterns [i]); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'automaton_decl_hash': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:2172:3: note: in expansion of macro 'gcc_assert' 2172 | gcc_assert (decl->mode != dm_automaton | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'automaton_decl_eq_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:2188:3: note: in expansion of macro 'gcc_assert' 2188 | gcc_assert (decl1->mode == dm_automaton | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'insn_decl_hash': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:2273:3: note: in expansion of macro 'gcc_assert' 2273 | gcc_assert (decl->mode == dm_insn_reserv | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'insn_decl_eq_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:2287:3: note: in expansion of macro 'gcc_assert' 2287 | gcc_assert (decl1->mode == dm_insn_reserv | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'decl_hash': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:2371:3: note: in expansion of macro 'gcc_assert' 2371 | gcc_assert ((d->mode == dm_unit && DECL_UNIT (d)->name) | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'decl_eq_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:2386:3: note: in expansion of macro 'gcc_assert' 2386 | gcc_assert ((d1->mode == dm_unit && DECL_UNIT (d1)->name) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:2388:3: note: in expansion of macro 'gcc_assert' 2388 | gcc_assert ((d2->mode == dm_unit && DECL_UNIT (d2)->name) | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'process_regexp': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3105:13: note: in expansion of macro 'gcc_unreachable' 3105 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3130:7: note: in expansion of macro 'gcc_unreachable' 3130 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genautomata.c: In function 'loop_in_regexp': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3246:7: note: in expansion of macro 'gcc_unreachable' 3246 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genautomata.c: In function 'check_loops_in_regexps': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3274:17: note: in expansion of macro 'gcc_assert' 3274 | gcc_assert (DECL_RESERV (decl)->regexp); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'process_regexp_cycles': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3377:7: note: in expansion of macro 'gcc_unreachable' 3377 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genautomata.c: In function 'reserv_sets_cmp': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3819:3: note: in expansion of macro 'gcc_assert' 3819 | gcc_assert (reservs_1 && reservs_2); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'set_unit_reserv': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3849:3: note: in expansion of macro 'gcc_assert' 3849 | gcc_assert (cycle_num < max_cycles_num); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'test_unit_reserv': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3859:3: note: in expansion of macro 'gcc_assert' 3859 | gcc_assert (cycle_num < max_cycles_num); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'it_is_empty_reserv_sets': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3872:3: note: in expansion of macro 'gcc_assert' 3872 | gcc_assert (operand); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'reserv_sets_are_intersected': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3893:3: note: in expansion of macro 'gcc_assert' 3893 | gcc_assert (operand_1 && operand_2); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'reserv_sets_shift': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3932:3: note: in expansion of macro 'gcc_assert' 3932 | gcc_assert (result && operand && result != operand); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'reserv_sets_or': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3946:3: note: in expansion of macro 'gcc_assert' 3946 | gcc_assert (result && operand_1 && operand_2); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'reserv_sets_and': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3962:3: note: in expansion of macro 'gcc_assert' 3962 | gcc_assert (result && operand_1 && operand_2); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'output_cycle_reservs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:3984:3: note: in expansion of macro 'gcc_assert' 3984 | gcc_assert (repetition_num > 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:4001:3: note: in expansion of macro 'gcc_assert' 4001 | gcc_assert (repetition_num > 0); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'get_free_state': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:4055:3: note: in expansion of macro 'gcc_assert' 4055 | gcc_assert (max_cycles_num > 0 && automaton); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'intersected_state_reservs_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:4181:3: note: in expansion of macro 'gcc_assert' 4181 | gcc_assert (state1->automaton == state2->automaton); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'states_union': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:4194:3: note: in expansion of macro 'gcc_assert' 4194 | gcc_assert (state1->automaton == state2->automaton); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'remove_arc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:4295:3: note: in expansion of macro 'gcc_assert' 4295 | gcc_assert (arc); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:4301:3: note: in expansion of macro 'gcc_assert' 4301 | gcc_assert (curr_arc); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'copy_insn_regexp': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:4852:7: note: in expansion of macro 'gcc_unreachable' 4852 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genautomata.c: In function 'transform_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:4874:7: note: in expansion of macro 'gcc_assert' 4874 | gcc_assert (repeat_num > 1); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'transform_2': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:4912:11: note: in expansion of macro 'gcc_assert' 4912 | gcc_assert (REGEXP_SEQUENCE (sequence)->regexps_num > 1 | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:4956:11: note: in expansion of macro 'gcc_assert' 4956 | gcc_assert (REGEXP_ALLOF (allof)->regexps_num > 1 | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:4999:11: note: in expansion of macro 'gcc_assert' 4999 | gcc_assert (REGEXP_ONEOF (oneof)->regexps_num > 1 | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'transform_3': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5054:11: note: in expansion of macro 'gcc_assert' 5054 | gcc_assert (REGEXP_ONEOF (oneof)->regexps_num > 1 | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5106:11: note: in expansion of macro 'gcc_assert' 5106 | gcc_assert (REGEXP_ONEOF (oneof)->regexps_num > 1 | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5161:11: note: in expansion of macro 'gcc_assert' 5161 | gcc_assert (max_seq_length != 1 | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'regexp_transform_func': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5280:7: note: in expansion of macro 'gcc_unreachable' 5280 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genautomata.c: In function 'store_alt_unit_usage': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5364:3: note: in expansion of macro 'gcc_assert' 5364 | gcc_assert (regexp && regexp->mode == rm_oneof | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'check_regexp_units_distribution': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5418:25: note: in expansion of macro 'gcc_assert' 5418 | gcc_assert (unit->mode == rm_nothing); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5430:19: note: in expansion of macro 'gcc_unreachable' 5430 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5449:19: note: in expansion of macro 'gcc_unreachable' 5449 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5462:11: note: in expansion of macro 'gcc_unreachable' 5462 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genautomata.c: In function 'process_seq_for_forming_states': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5593:7: note: in expansion of macro 'gcc_unreachable' 5593 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genautomata.c: In function 'process_alts_for_forming_states': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5643:7: note: in expansion of macro 'gcc_assert' 5643 | gcc_assert (!inside_oneof_p); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'make_automaton': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5844:7: note: in expansion of macro 'gcc_assert' 5844 | gcc_assert (advance_cycle_ainsn); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'form_arcs_marked_by_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5866:7: note: in expansion of macro 'gcc_assert' 5866 | gcc_assert (arc->insn); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'create_composed_state': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5898:7: note: in expansion of macro 'gcc_assert' 5898 | gcc_assert (ndfa_flag); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5920:15: note: in expansion of macro 'gcc_assert' 5920 | gcc_assert (!alt_state->state->component_states); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5937:15: note: in expansion of macro 'gcc_assert' 5937 | gcc_assert | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:5944:15: note: in expansion of macro 'gcc_assert' 5944 | gcc_assert (!state->it_was_placed_in_stack_for_DFA_forming); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'set_out_arc_insns_equiv_num': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:6077:7: note: in expansion of macro 'gcc_assert' 6077 | gcc_assert (!arc->insn->insn_reserv_decl->equiv_class_num | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:6085:7: note: in expansion of macro 'gcc_assert' 6085 | gcc_assert (arc->insn->insn_reserv_decl->equiv_class_num | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'partition_equiv_class': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:6217:3: note: in expansion of macro 'gcc_assert' 6217 | gcc_assert (*equiv_class_ptr); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'process_insn_equiv_class': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:6600:3: note: in expansion of macro 'gcc_assert' 6600 | gcc_assert (insn_arcs_array [ainsn->insn_reserv_decl->insn_num]); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'set_insn_equiv_classes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:6671:9: note: in expansion of macro 'gcc_assert' 6671 | gcc_assert (first_insn->first_insn_with_same_reservs); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'units_to_automata_heuristic_distr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:6782:7: note: in expansion of macro 'gcc_assert' 6782 | gcc_assert (automata_num - automaton_num - 1 <= rest_units_num); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:6796:3: note: in expansion of macro 'gcc_assert' 6796 | gcc_assert (automaton_num == automata_num - 1); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'form_regexp': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7043:7: note: in expansion of macro 'gcc_unreachable' 7043 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/genautomata.c: In function 'longest_path_length': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7115:7: note: in expansion of macro 'gcc_assert' 7115 | gcc_assert (state->longest_path_length != ON_THE_PATH); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'output_dfa_max_issue_rate': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7167:3: note: in expansion of macro 'gcc_assert' 7167 | gcc_assert (UNDEFINED_LONGEST_PATH_LENGTH != ON_THE_PATH && ON_THE_PATH < 0); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'add_vect': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7654:3: note: in expansion of macro 'gcc_assert' 7654 | gcc_assert (vect_length); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7656:3: note: in expansion of macro 'gcc_assert' 7656 | gcc_assert (vect [vect_length - 1] != undefined_vect_el_value); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7663:3: note: in expansion of macro 'gcc_assert' 7663 | gcc_assert (VLA_HWINT_LENGTH (tab->comb_vect) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7758:3: note: in expansion of macro 'gcc_assert' 7758 | gcc_assert (VLA_HWINT_LENGTH (tab->comb_vect) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7764:9: note: in expansion of macro 'gcc_assert' 7764 | gcc_assert (comb_vect_start [comb_vect_index + vect_index] | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7767:9: note: in expansion of macro 'gcc_assert' 7767 | gcc_assert (vect [vect_index] >= 0); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'out_state_arcs_num': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7795:7: note: in expansion of macro 'gcc_assert' 7795 | gcc_assert (arc->insn); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'add_vect_el': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7828:3: note: in expansion of macro 'gcc_assert' 7828 | gcc_assert (ainsn); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'output_trans_table': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7876:11: note: in expansion of macro 'gcc_assert' 7876 | gcc_assert (arc->insn); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'output_state_alts_table': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:7924:11: note: in expansion of macro 'gcc_assert' 7924 | gcc_assert (arc->insn); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'output_dead_lock_vect': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:8121:7: note: in expansion of macro 'gcc_assert' 8121 | gcc_assert (arc); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'output_max_insn_queue_index_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:8251:3: note: in expansion of macro 'gcc_assert' 8251 | gcc_assert (i >= 0); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'output_internal_insn_latency_func': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:8813:9: note: in expansion of macro 'gcc_assert' 8813 | gcc_assert (j++ == DECL_INSN_RESERV (decl)->insn_num); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:8817:3: note: in expansion of macro 'gcc_assert' 8817 | gcc_assert (j == DECL_INSN_RESERV (advance_cycle_insn_decl)->insn_num); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/varray.o ../../gcc/varray.c ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:8838:13: note: in expansion of macro 'gcc_assert' 8838 | gcc_assert (bypass->in_insn_reserv->insn_num | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'output_print_reservation_func': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:8910:11: note: in expansion of macro 'gcc_assert' 8910 | gcc_assert (j == DECL_INSN_RESERV (decl)->insn_num); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:8918:3: note: in expansion of macro 'gcc_assert' 8918 | gcc_assert (j == DECL_INSN_RESERV (advance_cycle_insn_decl)->insn_num); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'output_state_arcs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:9300:7: note: in expansion of macro 'gcc_assert' 9300 | gcc_assert (ainsn->first_insn_with_same_reservs); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'make_insn_alts_attr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:9574:3: note: in expansion of macro 'gcc_assert' 9574 | gcc_assert (description->insns_num == insn_num + 1); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'make_internal_dfa_insn_code_attr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:9609:3: note: in expansion of macro 'gcc_assert' 9609 | gcc_assert (description->insns_num == insn_num + 1); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'make_default_insn_latency_attr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:9643:3: note: in expansion of macro 'gcc_assert' 9643 | gcc_assert (description->insns_num == insn_num + 1); | ^~~~~~~~~~ ../../gcc/genautomata.c: In function 'form_important_insn_automata_lists': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/genautomata.c:9881:17: note: in expansion of macro 'gcc_assert' 9881 | gcc_assert (arc->insn->first_insn_with_same_reservs); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include insn-modes.c -o insn-modes.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -o build/genextract.o ../../gcc/genextract.c In file included from ../../gcc/genextract.c:25: ../../gcc/genextract.c: In function 'print_path': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genextract.c:330:9: note: in expansion of macro 'gcc_unreachable' 330 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/genextract.c:342:9: note: in expansion of macro 'gcc_unreachable' 342 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/integrate.c -o integrate.o In file included from ../../gcc/integrate.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/integrate.c: In function 'allocate_initial_values': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/integrate.c:344:19: note: in expansion of macro 'gcc_assert' 344 | gcc_assert (REG_P (x)); | ^~~~~~~~~~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include \ -DLOCALEDIR=\"/usr/pkg/share/locale\" \ -c ../../gcc/intl.c -o intl.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/jump.c -o jump.o In file included from ../../gcc/jump.c:39: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/jump.c: In function 'squeeze_notes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/jump.c:288:11: note: in expansion of macro 'gcc_assert' 288 | gcc_assert (NOTE_LINE_NUMBER (insn) != NOTE_INSN_BLOCK_BEG | ^~~~~~~~~~ ../../gcc/jump.c: In function 'reverse_condition': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/jump.c:551:7: note: in expansion of macro 'gcc_unreachable' 551 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/jump.c: In function 'reverse_condition_maybe_unordered': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/jump.c:594:7: note: in expansion of macro 'gcc_unreachable' 594 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/jump.c: In function 'swap_condition': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/jump.c:640:7: note: in expansion of macro 'gcc_unreachable' 640 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/jump.c: In function 'unsigned_condition': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/jump.c:671:7: note: in expansion of macro 'gcc_unreachable' 671 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/jump.c: In function 'signed_condition': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/jump.c:700:7: note: in expansion of macro 'gcc_unreachable' 700 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/jump.c: In function 'mark_jump_label': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/jump.c:1149:9: note: in expansion of macro 'gcc_assert' 1149 | gcc_assert (LABEL_P (label)); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/jump.c:42: ./genrtl.h:105:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 105 | gen_rtx_fmt_ue (INSN_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/jump.c:1170:38: note: in expansion of macro 'gen_rtx_INSN_LIST' 1170 | REG_NOTES (insn) = gen_rtx_INSN_LIST (REG_LABEL, label, | ^~~~~~~~~~~~~~~~~ ../../gcc/jump.c: In function 'delete_prior_computation': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/jump.c:1311:23: note: in expansion of macro 'gen_rtx_EXPR_LIST' 1311 | = gen_rtx_EXPR_LIST (REG_UNUSED, reg, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/jump.c:39: ../../gcc/jump.c: In function 'invert_jump_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/jump.c:1765:3: note: in expansion of macro 'gcc_assert' 1765 | gcc_assert (x); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/jump.c:1767:3: note: in expansion of macro 'gcc_assert' 1767 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/jump.c: In function 'rtx_renumbered_equal_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/jump.c:1974:11: note: in expansion of macro 'gcc_unreachable' 1974 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/jump.c: In function 'reg_or_subregno': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/jump.c:2015:3: note: in expansion of macro 'gcc_assert' 2015 | gcc_assert (REG_P (reg)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/langhooks.c -o langhooks.o In file included from ../../gcc/langhooks.c:23: ../../gcc/langhooks.c: In function 'lhd_set_decl_assembler_name': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/langhooks.c:161:3: note: in expansion of macro 'gcc_assert' 161 | gcc_assert (TREE_CODE (decl) == FUNCTION_DECL | ^~~~~~~~~~ ../../gcc/langhooks.c: In function 'lhd_type_promotes_to': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/langhooks.c:199:3: note: in expansion of macro 'gcc_unreachable' 199 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/langhooks.c: In function 'lhd_incomplete_type_error': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/langhooks.c:213:3: note: in expansion of macro 'gcc_assert' 213 | gcc_assert (TREE_CODE (type) == ERROR_MARK); | ^~~~~~~~~~ ../../gcc/langhooks.c: In function 'lhd_expand_expr': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/langhooks.c:243:3: note: in expansion of macro 'gcc_unreachable' 243 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/langhooks.c: In function 'lhd_decl_printable_name': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/langhooks.c:263:3: note: in expansion of macro 'gcc_assert' 263 | gcc_assert (decl && DECL_NAME (decl)); | ^~~~~~~~~~ ../../gcc/langhooks.c: In function 'lhd_tree_size': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/langhooks.c:439:3: note: in expansion of macro 'gcc_unreachable' 439 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/lcm.c -o lcm.o In file included from ../../gcc/lcm.c:54: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/lists.c -o lists.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/local-alloc.c -o local-alloc.o In file included from ../../gcc/local-alloc.c:63: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/local-alloc.c: In function 'update_equiv_regs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/local-alloc.c:860:15: note: in expansion of macro 'gcc_assert' 860 | gcc_assert (REG_P (dest)); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/local-alloc.c:67: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/local-alloc.c:955:39: note: in expansion of macro 'gen_rtx_EXPR_LIST' 955 | REG_NOTES (insn) = note = gen_rtx_EXPR_LIST (REG_EQUIV, SET_SRC (set), | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/local-alloc.c:1063:19: note: in expansion of macro 'gen_rtx_EXPR_LIST' 1063 | = gen_rtx_EXPR_LIST (REG_EQUIV, dest, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/local-alloc.c:63: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/local-alloc.c:1116:19: note: in expansion of macro 'gcc_assert' 1116 | gcc_assert (reg_equiv[regno].init_insns | ^~~~~~~~~~ ../../gcc/local-alloc.c: In function 'block_alloc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/local-alloc.c:1299:11: note: in expansion of macro 'gcc_assert' 1299 | gcc_assert (insn_count <= max_uid); | ^~~~~~~~~~ ../../gcc/local-alloc.c: In function 'find_free_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/local-alloc.c:2223:3: note: in expansion of macro 'gcc_assert' 2223 | gcc_assert (born_index >= 0 && born_index <= dead_index); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/loop.c -o loop.o In file included from ../../gcc/loop.c:47: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/loop.c: In function 'loop_optimize': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:874:3: note: in expansion of macro 'gcc_assert' 874 | gcc_assert (get_max_uid () <= max_uid_for_loop); | ^~~~~~~~~~ ../../gcc/loop.c: In function 'scan_loop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:746:7: note: in expansion of macro 'INSN_LUID' 746 | && INSN_LUID (INSN) >= INSN_LUID (START) \ | ^~~~~~~~~ ../../gcc/loop.c:1078:10: note: in expansion of macro 'INSN_IN_RANGE_P' 1078 | && INSN_IN_RANGE_P (JUMP_LABEL (p), loop_start, loop_end)) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:746:27: note: in expansion of macro 'INSN_LUID' 746 | && INSN_LUID (INSN) >= INSN_LUID (START) \ | ^~~~~~~~~ ../../gcc/loop.c:1078:10: note: in expansion of macro 'INSN_IN_RANGE_P' 1078 | && INSN_IN_RANGE_P (JUMP_LABEL (p), loop_start, loop_end)) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:747:7: note: in expansion of macro 'INSN_LUID' 747 | && INSN_LUID (INSN) <= INSN_LUID (END)) | ^~~~~~~~~ ../../gcc/loop.c:1078:10: note: in expansion of macro 'INSN_IN_RANGE_P' 1078 | && INSN_IN_RANGE_P (JUMP_LABEL (p), loop_start, loop_end)) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:747:27: note: in expansion of macro 'INSN_LUID' 747 | && INSN_LUID (INSN) <= INSN_LUID (END)) | ^~~~~~~~~ ../../gcc/loop.c:1078:10: note: in expansion of macro 'INSN_IN_RANGE_P' 1078 | && INSN_IN_RANGE_P (JUMP_LABEL (p), loop_start, loop_end)) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:510:29: note: in expansion of macro 'INSN_LUID' 510 | ((REGNO_LAST_LUID (REGNO) > INSN_LUID ((LOOP)->end) \ | ^~~~~~~~~ ../../gcc/loop.c:1354:32: note: in expansion of macro 'LOOP_REG_GLOBAL_P' 1354 | m->global = LOOP_REG_GLOBAL_P (loop, regno); | ^~~~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:511:32: note: in expansion of macro 'INSN_LUID' 511 | || REGNO_FIRST_LUID (REGNO) < INSN_LUID ((LOOP)->start))) | ^~~~~~~~~ ../../gcc/loop.c:1354:32: note: in expansion of macro 'LOOP_REG_GLOBAL_P' 1354 | m->global = LOOP_REG_GLOBAL_P (loop, regno); | ^~~~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:510:29: note: in expansion of macro 'INSN_LUID' 510 | ((REGNO_LAST_LUID (REGNO) > INSN_LUID ((LOOP)->end) \ | ^~~~~~~~~ ../../gcc/loop.c:1452:39: note: in expansion of macro 'LOOP_REG_GLOBAL_P' 1452 | || LOOP_REG_GLOBAL_P (loop, regno) | ^~~~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:511:32: note: in expansion of macro 'INSN_LUID' 511 | || REGNO_FIRST_LUID (REGNO) < INSN_LUID ((LOOP)->start))) | ^~~~~~~~~ ../../gcc/loop.c:1452:39: note: in expansion of macro 'LOOP_REG_GLOBAL_P' 1452 | || LOOP_REG_GLOBAL_P (loop, regno) | ^~~~~~~~~~~~~~~~~ ../../gcc/loop.c: In function 'rtx_equal_for_loop_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop.c:2128:11: note: in expansion of macro 'gcc_unreachable' 2128 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/loop.c:50: ../../gcc/loop.c: In function 'add_label_notes': ./genrtl.h:105:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 105 | gen_rtx_fmt_ue (INSN_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/loop.c:2156:32: note: in expansion of macro 'gen_rtx_INSN_LIST' 2156 | REG_NOTES (insn) = gen_rtx_INSN_LIST (REG_LABEL, XEXP (x, 0), | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/loop.c:47: ../../gcc/loop.c: In function 'move_movables': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:2326:27: note: in expansion of macro 'gcc_assert' 2326 | gcc_assert (!find_reg_note | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:2504:27: note: in expansion of macro 'gcc_assert' 2504 | gcc_assert (tem); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:2638:50: note: in expansion of macro 'INSN_LUID' 2638 | if (REGNO_FIRST_LUID (regno) > INSN_LUID (loop_start)) | ^~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:2643:49: note: in expansion of macro 'INSN_LUID' 2643 | if (REGNO_LAST_LUID (regno) < INSN_LUID (loop_end)) | ^~~~~~~~~ ../../gcc/loop.c: In function 'find_and_verify_loops': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:3089:13: note: in expansion of macro 'gcc_assert' 3089 | gcc_assert (current_loop); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:3304:25: note: in expansion of macro 'gcc_assert' 3304 | gcc_assert (!only_notes); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:3340:29: note: in expansion of macro 'gcc_assert' 3340 | gcc_assert (r); | ^~~~~~~~~~ ../../gcc/loop.c: In function 'labels_in_range_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:3528:18: note: in expansion of macro 'INSN_LUID' 3528 | while (insn && INSN_LUID (insn) <= end) | ^~~~~~~~~ ../../gcc/loop.c: In function 'rtx_equal_for_prefetch_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop.c:4055:11: note: in expansion of macro 'gcc_unreachable' 4055 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/loop.c: In function 'fold_rtx_mult_add': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:4989:3: note: in expansion of macro 'gcc_assert' 4989 | gcc_assert (GET_MODE (mult1) == mode || GET_MODE (mult1) == VOIDmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:4990:3: note: in expansion of macro 'gcc_assert' 4990 | gcc_assert (GET_MODE (mult2) == mode || GET_MODE (mult2) == VOIDmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:4991:3: note: in expansion of macro 'gcc_assert' 4991 | gcc_assert (GET_MODE (add1) == mode || GET_MODE (add1) == VOIDmode); | ^~~~~~~~~~ ../../gcc/loop.c: In function 'loop_biv_eliminable_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:5239:38: note: in expansion of macro 'INSN_LUID' 5239 | if ((REGNO_LAST_LUID (bl->regno) < INSN_LUID (loop->end) | ^~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:5242:43: note: in expansion of macro 'INSN_LUID' 5242 | && REGNO_FIRST_LUID (bl->regno) >= INSN_LUID (bl->init_insn) | ^~~~~~~~~ ../../gcc/loop.c: In function 'loop_iterations': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:5887:3: note: in expansion of macro 'gcc_assert' 5887 | gcc_assert ((unsigned) REGNO (iteration_var) < ivs->n_regs | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:5945:7: note: in expansion of macro 'gcc_assert' 5945 | gcc_assert (REGNO (iteration_var) < ivs->n_regs); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:5966:7: note: in expansion of macro 'gcc_assert' 5966 | gcc_assert (REGNO (v->src_reg) < ivs->n_regs); | ^~~~~~~~~~ ../../gcc/loop.c:6000:23: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 6000 | if (loop_dump_stream) | ^~ ../../gcc/loop.c:6004:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 6004 | return 0; | ^~~~~~ In file included from ../../gcc/loop.c:47: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop.c:6073:7: note: in expansion of macro 'gcc_unreachable' 6073 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:6325:3: note: in expansion of macro 'gcc_assert' 6325 | gcc_assert (inc); | ^~~~~~~~~~ ../../gcc/loop.c: In function 'record_giv': cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/mode-switching.c -o mode-switching.o ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:7056:3: note: in expansion of macro 'gcc_assert' 7056 | gcc_assert (bl); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:7086:13: note: in expansion of macro 'INSN_LUID' 7086 | < INSN_LUID (loop->end) | ^~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:7109:24: note: in expansion of macro 'INSN_LUID' 7109 | || ((INSN_LUID (b->insn) | ^~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:7111:27: note: in expansion of macro 'INSN_LUID' 7111 | && (INSN_LUID (b->insn) | ^~~~~~~~~ ../../gcc/loop.c: In function 'final_giv_value': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:7279:3: note: in expansion of macro 'gcc_assert' 7279 | gcc_assert (!v->replaceable); | ^~~~~~~~~~ ../../gcc/loop.c: In function 'general_induction_var': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop.c:7876:7: note: in expansion of macro 'gcc_unreachable' 7876 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/loop.c: In function 'simplify_giv_expr': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop.c:7995:13: note: in expansion of macro 'gcc_unreachable' 7995 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop.c:8136:11: note: in expansion of macro 'gcc_unreachable' 8136 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/loop.c: In function 'extension_within_bounds_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop.c:8951:7: note: in expansion of macro 'gcc_unreachable' 8951 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/loop.c:50: ../../gcc/loop.c: In function 'check_dbra_loop': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/loop.c:9562:17: note: in expansion of macro 'gen_rtx_EXPR_LIST' 9562 | = gen_rtx_EXPR_LIST (REG_NONNEG, bl->biv->dest_reg, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/mode-switching.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/loop.c:9589:21: note: in expansion of macro 'gen_rtx_EXPR_LIST' 9589 | = gen_rtx_EXPR_LIST (REG_NONNEG, bl->biv->dest_reg, | ^~~~~~~~~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/mode-switching.c: In function 'optimize_mode_switching': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/mode-switching.c:632:23: note: in expansion of macro 'gcc_assert' 632 | gcc_assert (NONJUMP_INSN_P (BB_END (src_bb))); | ^~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/loop.c:9986:41: note: in expansion of macro 'gen_rtx_EXPR_LIST' 9986 | REG_NOTES (tem) = gen_rtx_EXPR_LIST (REG_NONNEG, reg, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/loop.c:47: ../../gcc/loop.c: In function 'loop_insn_first_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:10152:16: note: in expansion of macro 'INSN_LUID' 10152 | return INSN_LUID (p) <= INSN_LUID (q); | ^~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:10152:33: note: in expansion of macro 'INSN_LUID' 10152 | return INSN_LUID (p) <= INSN_LUID (q); | ^~~~~~~~~ ../../gcc/loop.c: In function 'update_reg_last_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:10479:40: note: in expansion of macro 'INSN_LUID' 10479 | && REGNO_LAST_LUID (REGNO (x)) < INSN_LUID (insn)) | ^~~~~~~~~ ../../gcc/loop.c: In function 'load_mems': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:10805:26: note: in expansion of macro 'INSN_LUID' 10805 | || INSN_LUID (JUMP_LABEL (p)) < INSN_LUID (loop->start) | ^~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:10805:55: note: in expansion of macro 'INSN_LUID' 10805 | || INSN_LUID (JUMP_LABEL (p)) < INSN_LUID (loop->start) | ^~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:10806:26: note: in expansion of macro 'INSN_LUID' 10806 | || INSN_LUID (JUMP_LABEL (p)) > INSN_LUID (loop->end)))) | ^~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:88:4: note: in expansion of macro 'gcc_assert' 88 | (gcc_assert (INSN_UID (INSN) < max_uid_for_loop), uid_luid[INSN_UID (INSN)]) | ^~~~~~~~~~ ../../gcc/loop.c:10806:55: note: in expansion of macro 'INSN_LUID' 10806 | || INSN_LUID (JUMP_LABEL (p)) > INSN_LUID (loop->end)))) | ^~~~~~~~~ ../../gcc/loop.c: In function 'try_copy_prop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:11148:11: note: in expansion of macro 'gcc_assert' 11148 | gcc_assert (!init_insn); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/loop.c:11181:3: note: in expansion of macro 'gcc_assert' 11181 | gcc_assert (init_insn); | ^~~~~~~~~~ ../../gcc/loop.c: In function 'loop_giv_dump': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/loop.c:11682:11: note: in expansion of macro 'gcc_unreachable' 11682 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/loop.c: In function 'basic_induction_var': ../../gcc/loop.c:7713:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 7713 | if (loop_invariant_p (loop, x) != 1) | ^ ../../gcc/loop.c:7715:5: note: here 7715 | case CONST_INT: | ^~~~ ../../gcc/loop.c: In function 'simplify_giv_expr': ../../gcc/loop.c:8193:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 8193 | switch (REG_IV_TYPE (ivs, REGNO (x))) | ^~~~~~ ../../gcc/loop.c:8320:5: note: here 8320 | default: | ^~~~~~~ ../../gcc/loop.c: In function 'loop_iterations': ../../gcc/loop.c:6044:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 6044 | unsigned_p = 1; | ~~~~~~~~~~~^~~ ../../gcc/loop.c:6045:5: note: here 6045 | case LE: | ^~~~ ../../gcc/loop.c:6050:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 6050 | unsigned_p = 1; | ~~~~~~~~~~~^~~ ../../gcc/loop.c:6051:5: note: here 6051 | case GE: | ^~~~ ../../gcc/loop.c:6060:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 6060 | unsigned_p = 1; | ~~~~~~~~~~~^~~ ../../gcc/loop.c:6061:5: note: here 6061 | case LT: | ^~~~ ../../gcc/loop.c:6065:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 6065 | unsigned_p = 1; | ~~~~~~~~~~~^~~ ../../gcc/loop.c:6066:5: note: here 6066 | case GT: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/optabs.c -o optabs.o In file included from ../../gcc/optabs.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'add_equal_note': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:149:3: note: in expansion of macro 'gcc_assert' 149 | gcc_assert (insns && INSN_P (insns) && NEXT_INSN (insns)); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_ternary_op': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:363:3: note: in expansion of macro 'gcc_assert' 363 | gcc_assert (ternary_optab->handlers[(int) mode].insn_code | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_vec_shift_expr': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:481:9: note: in expansion of macro 'gcc_unreachable' 481 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:485:3: note: in expansion of macro 'gcc_assert' 485 | gcc_assert (icode != CODE_FOR_nothing); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:506:3: note: in expansion of macro 'gcc_assert' 506 | gcc_assert (pat); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_simple_binop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:1003:3: note: in expansion of macro 'gcc_assert' 1003 | gcc_assert (binop); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_twoval_unop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:1903:7: note: in expansion of macro 'gcc_assert' 1903 | gcc_assert (insn_data[icode].operand[0].predicate (targ0, mode)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:1904:7: note: in expansion of macro 'gcc_assert' 1904 | gcc_assert (insn_data[icode].operand[1].predicate (targ1, mode)); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_twoval_binop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:2025:7: note: in expansion of macro 'gcc_assert' 2025 | gcc_assert (insn_data[icode].operand[0].predicate (targ0, mode)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:2026:7: note: in expansion of macro 'gcc_assert' 2026 | gcc_assert (insn_data[icode].operand[3].predicate (targ1, mode)); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_twoval_binop_libfunc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:2089:3: note: in expansion of macro 'gcc_assert' 2089 | gcc_assert (!targ0 != !targ1); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_simple_unop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:2126:3: note: in expansion of macro 'gcc_assert' 2126 | gcc_assert (unop); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'lowpart_subreg_maybe_copy': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:2223:7: note: in expansion of macro 'gcc_assert' 2223 | gcc_assert (ret != NULL); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_copysign': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:2931:3: note: in expansion of macro 'gcc_assert' 2931 | gcc_assert (SCALAR_FLOAT_MODE_P (mode)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:2932:3: note: in expansion of macro 'gcc_assert' 2932 | gcc_assert (GET_MODE (op1) == mode); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/optabs.c:32: ../../gcc/optabs.c: In function 'emit_no_conflict_block': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/optabs.c:3133:28: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3133 | REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_NO_CONFLICT, op1, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/optabs.c:3137:28: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3137 | REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_NO_CONFLICT, op0, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:105:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 105 | gen_rtx_fmt_ue (INSN_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/optabs.c:3166:23: note: in expansion of macro 'gen_rtx_INSN_LIST' 3166 | REG_NOTES (first) = gen_rtx_INSN_LIST (REG_LIBCALL, last, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:105:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 105 | gen_rtx_fmt_ue (INSN_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/optabs.c:3168:22: note: in expansion of macro 'gen_rtx_INSN_LIST' 3168 | REG_NOTES (last) = gen_rtx_INSN_LIST (REG_RETVAL, first, REG_NOTES (last)); | ^~~~~~~~~~~~~~~~~ ../../gcc/optabs.c: In function 'emit_libcall_block': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/optabs.c:3235:32: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3235 | REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_EH_REGION, constm1_rtx, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:105:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 105 | gen_rtx_fmt_ue (INSN_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/optabs.c:3340:31: note: in expansion of macro 'gen_rtx_INSN_LIST' 3340 | REG_NOTES (first) = gen_rtx_INSN_LIST (REG_LIBCALL, last, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:105:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 105 | gen_rtx_fmt_ue (INSN_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/optabs.c:3342:30: note: in expansion of macro 'gen_rtx_INSN_LIST' 3342 | REG_NOTES (last) = gen_rtx_INSN_LIST (REG_RETVAL, first, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/optabs.c:24: ../../gcc/optabs.c: In function 'prepare_cmp_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:3450:7: note: in expansion of macro 'gcc_assert' 3450 | gcc_assert (size); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:3555:3: note: in expansion of macro 'gcc_assert' 3555 | gcc_assert (class == MODE_FLOAT); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'emit_cmp_and_jump_insn_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:3647:3: note: in expansion of macro 'gcc_unreachable' 3647 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/optabs.c: In function 'emit_cmp_and_jump_insns': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:3678:7: note: in expansion of macro 'gcc_assert' 3678 | gcc_assert (label); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'prepare_float_lib_cmp': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:3748:3: note: in expansion of macro 'gcc_assert' 3748 | gcc_assert (mode != VOIDmode); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:3806:15: note: in expansion of macro 'gcc_unreachable' 3806 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/optabs.c: In function 'gen_add2_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:4096:3: note: in expansion of macro 'gcc_assert' 4096 | gcc_assert (insn_data[icode].operand[0].predicate | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:4098:3: note: in expansion of macro 'gcc_assert' 4098 | gcc_assert (insn_data[icode].operand[1].predicate | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:4100:3: note: in expansion of macro 'gcc_assert' 4100 | gcc_assert (insn_data[icode].operand[2].predicate | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'have_add2_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:4130:3: note: in expansion of macro 'gcc_assert' 4130 | gcc_assert (GET_MODE (x) != VOIDmode); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'gen_sub2_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:4155:3: note: in expansion of macro 'gcc_assert' 4155 | gcc_assert (insn_data[icode].operand[0].predicate | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:4157:3: note: in expansion of macro 'gcc_assert' 4157 | gcc_assert (insn_data[icode].operand[1].predicate | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:4159:3: note: in expansion of macro 'gcc_assert' 4159 | gcc_assert (insn_data[icode].operand[2].predicate | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'have_sub2_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:4189:3: note: in expansion of macro 'gcc_assert' 4189 | gcc_assert (GET_MODE (x) != VOIDmode); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_float': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:4315:3: note: in expansion of macro 'gcc_assert' 4315 | gcc_assert (GET_MODE (from) != VOIDmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:4470:7: note: in expansion of macro 'gcc_assert' 4470 | gcc_assert (libfunc); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_fix': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:4650:7: note: in expansion of macro 'gcc_assert' 4650 | gcc_assert (libfunc); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'gen_cond_trap': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:5374:3: note: in expansion of macro 'gcc_assert' 5374 | gcc_assert (HAVE_conditional_trap); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:130:36: note: in expansion of macro 'gcc_unreachable' 130 | #define gen_conditional_trap(a,b) (gcc_unreachable (), NULL_RTX) | ^~~~~~~~~~~~~~~ ../../gcc/optabs.c:5375:10: note: in expansion of macro 'gen_conditional_trap' 5375 | insn = gen_conditional_trap (trap_rtx, tcode); | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/optabs.c: In function 'get_rtx_code': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:5440:7: note: in expansion of macro 'gcc_unreachable' 5440 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/optabs.c: In function 'vector_compare_rtx': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:5457:3: note: in expansion of macro 'gcc_assert' 5457 | gcc_assert (COMPARISON_CLASS_P (cond)); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_compare_and_swap_loop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:5732:11: note: in expansion of macro 'gcc_assert' 5732 | gcc_assert (subtarget == cmp_reg); | ^~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_sync_operation': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:5802:7: note: in expansion of macro 'gcc_unreachable' 5802 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/optabs.c: In function 'expand_sync_fetch_operation': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/optabs.c:5903:7: note: in expansion of macro 'gcc_unreachable' 5903 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include options.c -o options.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/opts.c -o opts.o ../../gcc/opts.c: In function 'complain_wrong_lang': ../../gcc/opts.c:261:16: warning: misspelled term 'command line option' in format; use 'command-line option' instead [-Wformat-diag] 261 | warning (0, "command line option \"%s\" is valid for %s but not for %s", | ^~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c:261:36: warning: quoted '%s' directive in format [-Wformat-diag] 261 | warning (0, "command line option \"%s\" is valid for %s but not for %s", | ^~~~~~ ../../gcc/opts.c:261:15: note: if using '%qs' is not feasible, use '"%-s"' instead 261 | warning (0, "command line option \"%s\" is valid for %s but not for %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c: In function 'handle_option': ../../gcc/opts.c:315:15: warning: misspelled term 'command line option' in format; use 'command-line option' instead [-Wformat-diag] 315 | error ("command line option %qs" | ^~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c:359:37: warning: quoted '%s' directive in format [-Wformat-diag] 359 | error ("missing argument to \"%s\"", opt); | ^~~~~~ ../../gcc/opts.c:359:16: note: if using '%qs' is not feasible, use '"%-s"' instead 359 | error ("missing argument to \"%s\"", opt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c:369:31: warning: quoted '%s' directive in format [-Wformat-diag] 369 | error ("argument to \"%s\" should be a non-negative integer", | ^~~~~~ ../../gcc/opts.c:369:18: note: if using '%qs' is not feasible, use '"%-s"' instead 369 | error ("argument to \"%s\" should be a non-negative integer", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c: In function 'handle_options': ../../gcc/opts.c:457:32: warning: misspelled term 'command line option' in format; use 'command-line option' instead [-Wformat-diag] 457 | error ("unrecognized command line option \"%s\"", opt); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c:457:52: warning: quoted '%s' directive in format [-Wformat-diag] 457 | error ("unrecognized command line option \"%s\"", opt); | ^~~~~~ ../../gcc/opts.c:457:18: note: if using '%qs' is not feasible, use '"%-s"' instead 457 | error ("unrecognized command line option \"%s\"", opt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c: In function 'decode_options': ../../gcc/opts.c:670:19: warning: unquoted option name '-Wuninitialized' in format [-Wformat-diag] 670 | "-Wuninitialized is not supported without -O"); | ^~~~~~~~~~~~~~~ ../../gcc/opts.c:670:60: warning: unquoted option name '-O' in format [-Wformat-diag] 670 | "-Wuninitialized is not supported without -O"); | ^~ ../../gcc/opts.c:685:15: warning: unquoted option name '-freorder-blocks-and-partition' in format [-Wformat-diag] 685 | ("-freorder-blocks-and-partition does not work with exceptions"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c:696:16: warning: unquoted option name '-freorder-blocks-and-partition' in format [-Wformat-diag] 696 | inform ("-freorder-blocks-and-partition does not support unwind info"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c:710:10: warning: unquoted option name '-freorder-blocks-and-partition' in format [-Wformat-diag] 710 | ("-freorder-blocks-and-partition does not work on this architecture"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c: In function 'common_handle_option': ../../gcc/opts.c:936:49: warning: quoted '%s' directive in format [-Wformat-diag] 936 | error ("unrecognized visibility value \"%s\"", arg); | ^~~~~~ ../../gcc/opts.c:936:18: note: if using '%qs' is not feasible, use '"%-s"' instead 936 | error ("unrecognized visibility value \"%s\"", arg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c:984:46: warning: quoted '%s' directive in format [-Wformat-diag] 984 | error ("unrecognized register name \"%s\"", arg); | ^~~~~~ ../../gcc/opts.c:984:18: note: if using '%qs' is not feasible, use '"%-s"' instead 984 | error ("unrecognized register name \"%s\"", arg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c:1008:40: warning: quoted '%s' directive in format [-Wformat-diag] 1008 | warning (0, "unknown tls-model \"%s\"", arg); | ^~~~~~ ../../gcc/opts.c:1008:21: note: if using '%qs' is not feasible, use '"%-s"' instead 1008 | warning (0, "unknown tls-model \"%s\"", arg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c:1058:20: warning: unquoted option name '-f' in format [-Wformat-diag] 1058 | warning (0, "-f[no-]force-mem is nop and option will be removed in 4.2"); | ^~ ../../gcc/opts.c:1058:25: warning: unquoted sequence of 2 consecutive punctuation characters '-]' in format [-Wformat-diag] 1058 | warning (0, "-f[no-]force-mem is nop and option will be removed in 4.2"); | ^~ In file included from ../../gcc/opts.c:23: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/opts.c:1064:7: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert (cl_options[scode].flag_var); | ^~~~~~~~~~ ../../gcc/opts.c: In function 'handle_param': ../../gcc/opts.c:1081:17: warning: unquoted option name '--param' in format [-Wformat-diag] 1081 | error ("%s: --param arguments should be of the form NAME=VALUE", arg); | ^~~~~~~ ../../gcc/opts.c:1086:25: warning: unquoted option name '--param' in format [-Wformat-diag] 1086 | error ("invalid --param value %qs", equal + 1); | ^~~~~~~ ../../gcc/opts.c: In function 'set_debug_level': ../../gcc/opts.c:1190:30: warning: quoted '%s' directive in format [-Wformat-diag] 1190 | error ("debug format \"%s\" conflicts with prior selection", | ^~~~~~ ../../gcc/opts.c:1190:16: note: if using '%qs' is not feasible, use '"%-s"' instead 1190 | error ("debug format \"%s\" conflicts with prior selection", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/opts.c:1206:49: warning: quoted '%s' directive in format [-Wformat-diag] 1206 | error ("unrecognised debug output level \"%s\"", arg); | ^~~~~~ ../../gcc/opts.c:1206:16: note: if using '%qs' is not feasible, use '"%-s"' instead 1206 | error ("unrecognised debug output level \"%s\"", arg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/params.c -o params.o In file included from ../../gcc/params.c:25: ../../gcc/params.c: In function 'set_param_value': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/params.c:64:3: note: in expansion of macro 'gcc_assert' 64 | gcc_assert (value != INVALID_PARAM_VAL); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/postreload.c -o postreload.o In file included from ../../gcc/postreload.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ In file included from ../../gcc/postreload.c:44: ../../gcc/postreload.c: In function 'reload_cse_simplify_operands': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/postreload.c:393:5: note: in expansion of macro 'fatal_insn_not_found' 393 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/postreload.c:407:25: warning: variable 'mode' set but not used [-Wunused-but-set-variable] 407 | enum machine_mode mode; | ^~~~ In file included from ../../gcc/postreload.c:23: ../../gcc/postreload.c: In function 'reload_combine_note_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/postreload.c:1074:11: note: in expansion of macro 'gcc_assert' 1074 | gcc_assert (REGNO (SET_DEST (x)) < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/postreload.c:1094:9: note: in expansion of macro 'gcc_assert' 1094 | gcc_assert (regno < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/postreload-gcse.c -o postreload-gcse.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include insn-preds.c -o insn-preds.o In file included from ../../gcc/postreload-gcse.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/postreload-gcse.c: In function 'expr_equiv_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/postreload-gcse.c:315:3: note: in expansion of macro 'gcc_assert' 315 | gcc_assert (!equiv_p || exp1->hash == exp2->hash); | ^~~~~~~~~~ ../../gcc/postreload-gcse.c: In function 'oprs_unchanged_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/postreload-gcse.c:494:7: note: in expansion of macro 'gcc_assert' 494 | gcc_assert (REGNO (x) < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/postreload-gcse.c: In function 'reg_set_between_after_reload_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/postreload-gcse.c:870:3: note: in expansion of macro 'gcc_assert' 870 | gcc_assert (REG_P (reg) && REGNO (reg) < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/postreload-gcse.c: In function 'reg_used_between_after_reload_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/postreload-gcse.c:904:3: note: in expansion of macro 'gcc_assert' 904 | gcc_assert (REG_P (reg) && REGNO (reg) < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/postreload-gcse.c: In function 'get_avail_load_store_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/postreload-gcse.c:960:7: note: in expansion of macro 'gcc_assert' 960 | gcc_assert (REG_P (SET_SRC (PATTERN (insn)))); | ^~~~~~~~~~ ../../gcc/postreload-gcse.c: In function 'eliminate_partially_redundant_load': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/postreload-gcse.c:1058:11: note: in expansion of macro 'gcc_assert' 1058 | gcc_assert (avail_reg); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/postreload-gcse.c:1147:7: note: in expansion of macro 'gcc_assert' 1147 | gcc_assert (avail_reg); | ^~~~~~~~~~ In file included from insn-preds.c:5: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/config/i386/predicates.md: In function 'x86_64_immediate_operand_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/predicates.md:204:9: note: in expansion of macro 'gcc_unreachable' 204 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/predicates.md: In function 'x86_64_zext_immediate_operand_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/predicates.md:291:7: note: in expansion of macro 'gcc_unreachable' 291 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/predicates.md: In function 'symbolic_operand_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/predicates.md:397:7: note: in expansion of macro 'gcc_unreachable' 397 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/predicates.md: In function 'no_seg_address_operand_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/predicates.md:689:3: note: in expansion of macro 'gcc_assert' 689 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/config/i386/predicates.md: In function 'aligned_operand_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/predicates.md:720:3: note: in expansion of macro 'gcc_assert' 720 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/config/i386/predicates.md: In function 'memory_displacement_operand_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/predicates.md:752:3: note: in expansion of macro 'gcc_assert' 752 | gcc_assert (ok); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/print-rtl.c -o print-rtl.o In file included from ../../gcc/print-rtl.c:31: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/print-rtl.c: In function 'print_rtx': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/print-rtl.c:558:9: note: in expansion of macro 'gcc_unreachable' 558 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/print-rtl.c:608:20: note: in expansion of macro 'gcc_unreachable' 608 | default: gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/print-tree.c -o print-tree.o In file included from ../../gcc/print-tree.c:24: ../../gcc/print-tree.c: In function 'print_node': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/print-tree.c:384:17: note: in expansion of macro 'gcc_unreachable' 384 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/print-tree.c:699:35: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 699 | sprintf (buf, "elt%d: ", i); | ^~ ../../gcc/print-tree.c:699:31: note: directive argument in the range [0, 2147483647] 699 | sprintf (buf, "elt%d: ", i); | ^~~~~~~~~ In file included from /usr/include/stdio.h:900, from ../../gcc/system.h:42, from ../../gcc/print-tree.c:24: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 7 and 16 bytes into a destination of size 10 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ../../gcc/print-tree.c:748:37: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] 748 | sprintf (temp, "elt %d", i); | ^~ ../../gcc/print-tree.c:748:32: note: directive argument in the range [0, 2147483646] 748 | sprintf (temp, "elt %d", i); | ^~~~~~~~ In file included from /usr/include/stdio.h:900, from ../../gcc/system.h:42, from ../../gcc/print-tree.c:24: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 6 and 15 bytes into a destination of size 10 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/var-tracking.c -o var-tracking.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/real.c -o real.o In file included from ../../gcc/var-tracking.c:90: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/var-tracking.c: In function 'stack_adjust_offset_pre_post': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:386:15: note: in expansion of macro 'gcc_assert' 386 | gcc_assert (GET_CODE (XEXP (src, 1)) == PLUS && | ^~~~~~~~~~ ../../gcc/var-tracking.c: In function 'variable_htab_free': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:607:3: note: in expansion of macro 'gcc_assert' 607 | gcc_assert (var->refcount > 0); | ^~~~~~~~~~ ../../gcc/var-tracking.c: In function 'variable_union': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:984:11: note: in expansion of macro 'gcc_assert' 984 | gcc_assert (!src->var_part[k].loc_chain | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:988:15: note: in expansion of macro 'gcc_assert' 988 | gcc_assert (src->var_part[k].cur_loc); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:1004:3: note: in expansion of macro 'gcc_assert' 1004 | gcc_assert (src->n_var_parts); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:1025:3: note: in expansion of macro 'gcc_assert' 1025 | gcc_assert (k <= MAX_VAR_PARTS); | ^~~~~~~~~~ ../../gcc/var-tracking.c: In function 'dataflow_set_different_2': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:1310:3: note: in expansion of macro 'gcc_assert' 1310 | gcc_assert (!variable_different_p (var1, var2, false)); | ^~~~~~~~~~ ../../gcc/var-tracking.c: In function 'count_uses': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:1465:7: note: in expansion of macro 'gcc_assert' 1465 | gcc_assert (REGNO (*loc) < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/var-tracking.c: In function 'variable_was_changed': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:1858:7: note: in expansion of macro 'gcc_assert' 1858 | gcc_assert (htab); | ^~~~~~~~~~ ../../gcc/var-tracking.c: In function 'set_variable_part': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:1944:11: note: in expansion of macro 'gcc_assert' 1944 | gcc_assert (var->n_var_parts < MAX_VAR_PARTS); | ^~~~~~~~~~ ../../gcc/var-tracking.c: In function 'emit_note_insn_var_location': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:2108:3: note: in expansion of macro 'gcc_assert' 2108 | gcc_assert (var->decl); | ^~~~~~~~~~ ../../gcc/var-tracking.c: In function 'vt_emit_notes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:2409:3: note: in expansion of macro 'gcc_assert' 2409 | gcc_assert (!htab_elements (changed_variables)); | ^~~~~~~~~~ ../../gcc/var-tracking.c: In function 'vt_add_function_parameters': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:2495:7: note: in expansion of macro 'gcc_assert' 2495 | gcc_assert (parm == decl); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/var-tracking.c:2501:11: note: in expansion of macro 'gcc_assert' 2501 | gcc_assert (REGNO (incoming) < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ In file included from ../../gcc/real.c:25: ../../gcc/real.c: In function 'do_add': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:580:7: note: in expansion of macro 'gcc_unreachable' 580 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'do_multiply': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:714:7: note: in expansion of macro 'gcc_unreachable' 714 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'do_divide': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:856:7: note: in expansion of macro 'gcc_unreachable' 856 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'do_compare': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:935:7: note: in expansion of macro 'gcc_unreachable' 935 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'do_fix_trunc': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:973:7: note: in expansion of macro 'gcc_unreachable' 973 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'real_arithmetic': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:1034:7: note: in expansion of macro 'gcc_unreachable' 1034 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'real_compare': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:1088:7: note: in expansion of macro 'gcc_unreachable' 1088 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'real_exponent': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:1107:7: note: in expansion of macro 'gcc_unreachable' 1107 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'real_ldexp': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:1135:7: note: in expansion of macro 'gcc_unreachable' 1135 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'real_identical': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:1203:7: note: in expansion of macro 'gcc_unreachable' 1203 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'real_to_integer': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:1285:11: note: in expansion of macro 'gcc_assert' 1285 | gcc_assert (HOST_BITS_PER_WIDE_INT == 2 * HOST_BITS_PER_LONG); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:1298:7: note: in expansion of macro 'gcc_unreachable' 1298 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'real_to_integer2': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:1351:11: note: in expansion of macro 'gcc_assert' 1351 | gcc_assert (HOST_BITS_PER_WIDE_INT == 2*HOST_BITS_PER_LONG); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:1371:7: note: in expansion of macro 'gcc_unreachable' 1371 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'real_to_decimal': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:1448:7: note: in expansion of macro 'gcc_unreachable' 1448 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:1465:3: note: in expansion of macro 'gcc_assert' 1465 | gcc_assert (max_digits <= buf_size); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:1608:7: note: in expansion of macro 'gcc_assert' 1608 | gcc_assert (digit != 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:1621:7: note: in expansion of macro 'gcc_assert' 1621 | gcc_assert (digit <= 10); | ^~~~~~~~~~ ../../gcc/real.c: In function 'real_to_hexadecimal': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:1714:7: note: in expansion of macro 'gcc_unreachable' 1714 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:1724:3: note: in expansion of macro 'gcc_assert' 1724 | gcc_assert (max_digits <= buf_size); | ^~~~~~~~~~ ../../gcc/real.c: In function 'real_from_integer': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:1992:11: note: in expansion of macro 'gcc_assert' 1992 | gcc_assert (HOST_BITS_PER_LONG*2 == HOST_BITS_PER_WIDE_INT); | ^~~~~~~~~~ ../../gcc/real.c: In function 'ten_to_ptwo': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:2013:3: note: in expansion of macro 'gcc_assert' 2013 | gcc_assert (n >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:2014:3: note: in expansion of macro 'gcc_assert' 2014 | gcc_assert (n < EXP_BITS); | ^~~~~~~~~~ ../../gcc/real.c: In function 'ten_to_mptwo': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:2045:3: note: in expansion of macro 'gcc_assert' 2045 | gcc_assert (n >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:2046:3: note: in expansion of macro 'gcc_assert' 2046 | gcc_assert (n < EXP_BITS); | ^~~~~~~~~~ ../../gcc/real.c: In function 'real_digit': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:2061:3: note: in expansion of macro 'gcc_assert' 2061 | gcc_assert (n >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:2062:3: note: in expansion of macro 'gcc_assert' 2062 | gcc_assert (n <= 9); | ^~~~~~~~~~ ../../gcc/real.c: In function 'real_nan': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:2116:3: note: in expansion of macro 'gcc_assert' 2116 | gcc_assert (fmt); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:2166:15: note: in expansion of macro 'gcc_unreachable' 2166 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'real_maxval': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:2204:3: note: in expansion of macro 'gcc_assert' 2204 | gcc_assert (fmt); | ^~~~~~~~~~ ../../gcc/real.c: In function 'round_for_format': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:2273:7: note: in expansion of macro 'gcc_unreachable' 2273 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'real_convert': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:2377:3: note: in expansion of macro 'gcc_assert' 2377 | gcc_assert (fmt); | ^~~~~~~~~~ ../../gcc/real.c: In function 'exact_real_truncate': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:2407:3: note: in expansion of macro 'gcc_assert' 2407 | gcc_assert (fmt); | ^~~~~~~~~~ ../../gcc/real.c: In function 'real_to_target': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:2450:3: note: in expansion of macro 'gcc_assert' 2450 | gcc_assert (fmt); | ^~~~~~~~~~ ../../gcc/real.c: In function 'real_from_target': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:2474:3: note: in expansion of macro 'gcc_assert' 2474 | gcc_assert (fmt); | ^~~~~~~~~~ ../../gcc/real.c: In function 'real_hash': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:2523:7: note: in expansion of macro 'gcc_unreachable' 2523 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'encode_ieee_single': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:2607:7: note: in expansion of macro 'gcc_unreachable' 2607 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'encode_ieee_double': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:2794:7: note: in expansion of macro 'gcc_unreachable' 2794 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'encode_ieee_extended': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/real.c:3019:13: note: in expansion of macro 'gcc_assert' 3019 | gcc_assert (exp >= 0); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:3038:7: note: in expansion of macro 'gcc_unreachable' 3038 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'encode_ieee_quad': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:3540:7: note: in expansion of macro 'gcc_unreachable' 3540 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'encode_vax_f': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:3759:7: note: in expansion of macro 'gcc_unreachable' 3759 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'encode_vax_d': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:3830:7: note: in expansion of macro 'gcc_unreachable' 3830 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'encode_vax_g': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:3930:7: note: in expansion of macro 'gcc_unreachable' 3930 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'encode_i370_single': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:4084:7: note: in expansion of macro 'gcc_unreachable' 4084 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'encode_i370_double': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:4153:7: note: in expansion of macro 'gcc_unreachable' 4153 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'encode_c4x_single': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:4298:7: note: in expansion of macro 'gcc_unreachable' 4298 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'encode_c4x_extended': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/real.c:4376:7: note: in expansion of macro 'gcc_unreachable' 4376 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/real.c: In function 'round_for_format': ../../gcc/real.c:2254:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 2254 | get_zero (r, r->sign); | ^~~~~~~~~~~~~~~~~~~~~ ../../gcc/real.c:2255:5: note: here 2255 | case rvc_zero: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/recog.c -o recog.o In file included from ../../gcc/recog.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/recog.c: In function 'validate_change': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:200:3: note: in expansion of macro 'gcc_assert' 200 | gcc_assert (in_group != 0 || num_changes == 0); | ^~~~~~~~~~ ../../gcc/recog.c: In function 'validate_change_maybe_volatile': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:271:3: note: in expansion of macro 'gcc_assert' 271 | gcc_assert (!insn_invalid_p (object)); | ^~~~~~~~~~ ../../gcc/recog.c: In function 'validate_replace_rtx_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:539:15: note: in expansion of macro 'gcc_assert' 539 | gcc_assert (ASM_OPERANDS_INPUT_VEC (SET_SRC (XVECEXP (x, 0, 0))) | ^~~~~~~~~~ ../../gcc/recog.c: In function 'asm_operand_ok': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:1619:3: note: in expansion of macro 'gcc_assert' 1619 | gcc_assert (!reload_completed); | ^~~~~~~~~~ In file included from ../../gcc/recog.c:38: ../../gcc/recog.c: In function 'extract_constrain_insn_cached': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/recog.c:2002:5: note: in expansion of macro 'fatal_insn_not_found' 2002 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/recog.c:24: ../../gcc/recog.c: In function 'extract_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:2059:11: note: in expansion of macro 'gcc_assert' 2059 | gcc_assert (noperands <= MAX_RECOG_OPERANDS); | ^~~~~~~~~~ In file included from ../../gcc/recog.c:38: ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/recog.c:2075:7: note: in expansion of macro 'fatal_insn_not_found' 2075 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/recog.c:2084:9: note: in expansion of macro 'fatal_insn_not_found' 2084 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/recog.c:24: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:2107:3: note: in expansion of macro 'gcc_assert' 2107 | gcc_assert (recog_data.n_alternatives <= MAX_RECOG_ALTERNATIVES); | ^~~~~~~~~~ ../../gcc/recog.c: In function 'peep2_next_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:2891:3: note: in expansion of macro 'gcc_assert' 2891 | gcc_assert (n <= peep2_current_count); | ^~~~~~~~~~ ../../gcc/recog.c: In function 'peep2_regno_dead_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:2906:3: note: in expansion of macro 'gcc_assert' 2906 | gcc_assert (ofs < MAX_INSNS_PER_PEEP2 + 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:2912:3: note: in expansion of macro 'gcc_assert' 2912 | gcc_assert (peep2_insn_data[ofs].insn != NULL_RTX); | ^~~~~~~~~~ ../../gcc/recog.c: In function 'peep2_reg_dead_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:2924:3: note: in expansion of macro 'gcc_assert' 2924 | gcc_assert (ofs < MAX_INSNS_PER_PEEP2 + 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:2930:3: note: in expansion of macro 'gcc_assert' 2930 | gcc_assert (peep2_insn_data[ofs].insn != NULL_RTX); | ^~~~~~~~~~ ../../gcc/recog.c: In function 'peep2_find_free_register': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:2960:3: note: in expansion of macro 'gcc_assert' 2960 | gcc_assert (from < MAX_INSNS_PER_PEEP2 + 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:2961:3: note: in expansion of macro 'gcc_assert' 2961 | gcc_assert (to < MAX_INSNS_PER_PEEP2 + 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:2970:3: note: in expansion of macro 'gcc_assert' 2970 | gcc_assert (peep2_insn_data[from].insn != NULL_RTX); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:2979:7: note: in expansion of macro 'gcc_assert' 2979 | gcc_assert (peep2_insn_data[from].insn != NULL_RTX); | ^~~~~~~~~~ ../../gcc/recog.c: In function 'peephole2_optimize': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:3159:23: note: in expansion of macro 'gcc_assert' 3159 | gcc_assert (new_insn != NULL_RTX); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/recog.c:27: ../../gcc/rtl.h:732:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 732 | #define REG_NOTE_KIND(LINK) ((enum reg_note) GET_MODE (LINK)) ./genrtl.h:103:31: note: in definition of macro 'gen_rtx_EXPR_LIST' 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~ ../../gcc/recog.c:3172:52: note: in expansion of macro 'REG_NOTE_KIND' 3172 | = gen_rtx_EXPR_LIST (REG_NOTE_KIND (note), | ^~~~~~~~~~~~~ In file included from ../../gcc/recog.c:24: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:3187:27: note: in expansion of macro 'gcc_assert' 3187 | gcc_assert (!CALL_P (old_insn)); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/recog.c:27: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/recog.c:3223:35: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3223 | = gen_rtx_EXPR_LIST (REG_EH_REGION, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/recog.c:24: ../../gcc/recog.c: In function 'store_data_bypass_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:3372:3: note: in expansion of macro 'gcc_assert' 3372 | gcc_assert (in_set); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:3389:7: note: in expansion of macro 'gcc_assert' 3389 | gcc_assert (GET_CODE (out_pat) == PARALLEL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:3398:11: note: in expansion of macro 'gcc_assert' 3398 | gcc_assert (GET_CODE (exp) == SET); | ^~~~~~~~~~ ../../gcc/recog.c: In function 'if_test_bypass_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:3421:7: note: in expansion of macro 'gcc_assert' 3421 | gcc_assert (JUMP_P (in_insn) || CALL_P (in_insn)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:3442:7: note: in expansion of macro 'gcc_assert' 3442 | gcc_assert (GET_CODE (out_pat) == PARALLEL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/recog.c:3451:11: note: in expansion of macro 'gcc_assert' 3451 | gcc_assert (GET_CODE (exp) == SET); | ^~~~~~~~~~ ../../gcc/recog.c: In function 'constrain_operands': ../../gcc/recog.c:2526:21: warning: this statement may fall through [-Wimplicit-fallthrough=] 2526 | || (GET_CODE (op) == CONST_DOUBLE ../../gcc/recog.c:2529:15: note: here 2529 | case 'i': | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/reg-stack.c -o reg-stack.o In file included from ../../gcc/reg-stack.c:155: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/reg-stack.c: In function 'check_asm_stack_operands': ../../gcc/reg-stack.c:536:96: warning: quoted '%s' directive in format [-Wformat-diag] 536 | error_for_asm (insn, "output constraint %d cannot be specified together with \"%s\" clobber", | ^~~~~~ ../../gcc/reg-stack.c:536:40: note: if using '%qs' is not feasible, use '"%-s"' instead 536 | error_for_asm (insn, "output constraint %d cannot be specified together with \"%s\" clobber", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/reg-stack.c:559:36: warning: misspelled term 'regs' in format; use 'registers' instead [-Wformat-diag] 559 | error_for_asm (insn, "output regs must be grouped at top of stack"); | ^~~ ../../gcc/reg-stack.c:596:41: warning: misspelled term 'regs' in format; use 'registers' instead [-Wformat-diag] 596 | "implicitly popped regs must be grouped at top of stack"); | ^~~ In file included from ../../gcc/reg-stack.c:155: ../../gcc/reg-stack.c: In function 'get_asm_operand_n_inputs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:642:7: note: in expansion of macro 'gcc_assert' 642 | gcc_assert (GET_CODE (SET_SRC (body)) == ASM_OPERANDS); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:652:7: note: in expansion of macro 'gcc_unreachable' 652 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/reg-stack.c: In function 'replace_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:689:3: note: in expansion of macro 'gcc_assert' 689 | gcc_assert (regno >= FIRST_STACK_REG); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:690:3: note: in expansion of macro 'gcc_assert' 690 | gcc_assert (regno <= LAST_STACK_REG); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:691:3: note: in expansion of macro 'gcc_assert' 691 | gcc_assert (STACK_REG_P (*reg)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:693:3: note: in expansion of macro 'gcc_assert' 693 | gcc_assert (GET_MODE_CLASS (GET_MODE (*reg)) == MODE_FLOAT | ^~~~~~~~~~ ../../gcc/reg-stack.c: In function 'remove_regno_note': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:718:3: note: in expansion of macro 'gcc_unreachable' 718 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/reg-stack.c: In function 'get_hard_regnum': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:730:3: note: in expansion of macro 'gcc_assert' 730 | gcc_assert (STACK_REG_P (reg)); | ^~~~~~~~~~ ../../gcc/reg-stack.c: In function 'emit_pop_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:764:7: note: in expansion of macro 'gcc_assert' 764 | gcc_assert (pop_insn); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:770:3: note: in expansion of macro 'gcc_assert' 770 | gcc_assert (hard_regno >= FIRST_STACK_REG); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/reg-stack.c:159: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/reg-stack.c:781:7: note: in expansion of macro 'gen_rtx_EXPR_LIST' 781 | = gen_rtx_EXPR_LIST (REG_DEAD, FP_MODE_REG (FIRST_STACK_REG, DFmode), | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/reg-stack.c:155: ../../gcc/reg-stack.c: In function 'emit_swap_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:810:3: note: in expansion of macro 'gcc_assert' 810 | gcc_assert (hard_regno >= FIRST_STACK_REG); | ^~~~~~~~~~ ../../gcc/reg-stack.c: In function 'swap_to_top': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:906:3: note: in expansion of macro 'gcc_assert' 906 | gcc_assert (regno >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:919:3: note: in expansion of macro 'gcc_assert' 919 | gcc_assert (regno >= 0); | ^~~~~~~~~~ ../../gcc/reg-stack.c: In function 'move_for_stack_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:959:11: note: in expansion of macro 'gcc_assert' 959 | gcc_assert (REGNO (src) != REGNO (dest)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:966:11: note: in expansion of macro 'gcc_assert' 966 | gcc_assert (get_hard_regnum (regstack, dest) < FIRST_STACK_REG); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1008:7: note: in expansion of macro 'gcc_assert' 1008 | gcc_assert (get_hard_regnum (regstack, dest) < FIRST_STACK_REG); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/reg-stack.c:159: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/reg-stack.c:1046:30: note: in expansion of macro 'gen_rtx_EXPR_LIST' 1046 | REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_DEAD, top_stack_reg, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/reg-stack.c:155: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1054:7: note: in expansion of macro 'gcc_assert' 1054 | gcc_assert (STACK_REG_P (dest)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1062:7: note: in expansion of macro 'gcc_assert' 1062 | gcc_assert (get_hard_regnum (regstack, dest) < FIRST_STACK_REG); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1064:7: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert (regstack->top < REG_STACK_SIZE); | ^~~~~~~~~~ ../../gcc/reg-stack.c: In function 'subst_stack_regs_pat': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1324:9: note: in expansion of macro 'gcc_assert' 1324 | gcc_assert (get_hard_regnum (regstack, *src) != -1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1350:21: note: in expansion of macro 'gcc_assert' 1350 | gcc_assert (note); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1422:13: note: in expansion of macro 'gcc_assert' 1422 | gcc_assert (*dest == cc0_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1497:17: note: in expansion of macro 'gcc_assert' 1497 | gcc_assert (src1_hard_regnum != -1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1498:17: note: in expansion of macro 'gcc_assert' 1498 | gcc_assert (src2_hard_regnum != -1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1629:17: note: in expansion of macro 'gcc_assert' 1629 | gcc_assert (!src1_note); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1685:17: note: in expansion of macro 'gcc_assert' 1685 | gcc_assert (!src1_note); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1686:17: note: in expansion of macro 'gcc_assert' 1686 | gcc_assert (!src2_note); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1716:17: note: in expansion of macro 'gcc_assert' 1716 | gcc_assert (!src1_note); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1717:17: note: in expansion of macro 'gcc_assert' 1717 | gcc_assert (!src2_note); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1746:17: note: in expansion of macro 'gcc_assert' 1746 | gcc_assert (!src1_note); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1772:17: note: in expansion of macro 'gcc_assert' 1772 | gcc_assert (!src1_note); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1792:17: note: in expansion of macro 'gcc_assert' 1792 | gcc_assert (GET_CODE (pat_src) == UNSPEC); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1793:17: note: in expansion of macro 'gcc_assert' 1793 | gcc_assert (XINT (pat_src, 1) == UNSPEC_FNSTSW); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1802:17: note: in expansion of macro 'gcc_assert' 1802 | gcc_assert (GET_CODE (pat_src) == COMPARE); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1808:17: note: in expansion of macro 'gcc_unreachable' 1808 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1878:21: note: in expansion of macro 'gcc_assert' 1878 | gcc_assert (regno != regstack->reg[regstack->top]); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1894:13: note: in expansion of macro 'gcc_unreachable' 1894 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/reg-stack.c: In function 'subst_asm_stack_regs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:1951:3: note: in expansion of macro 'gcc_assert' 1951 | gcc_assert (alt >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2044:9: note: in expansion of macro 'gcc_assert' 2044 | gcc_assert (regno >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2077:9: note: in expansion of macro 'gcc_assert' 2077 | gcc_assert (regnum >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2087:9: note: in expansion of macro 'gcc_assert' 2087 | gcc_assert (regnum >= 0); | ^~~~~~~~~~ ../../gcc/reg-stack.c: In function 'change_stack': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2452:7: note: in expansion of macro 'gcc_unreachable' 2452 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2454:7: note: in expansion of macro 'gcc_assert' 2454 | gcc_assert (old->top == new->top); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2477:17: note: in expansion of macro 'gcc_assert' 2477 | gcc_assert (reg != -1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2499:9: note: in expansion of macro 'gcc_assert' 2499 | gcc_assert (old->reg[reg] == new->reg[reg]); | ^~~~~~~~~~ ../../gcc/reg-stack.c: In function 'compensate_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2648:3: note: in expansion of macro 'gcc_assert' 2648 | gcc_assert (target_stack->top != -2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2679:7: note: in expansion of macro 'gcc_assert' 2679 | gcc_assert (source_stack->top == 0 || source_stack->top == 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2680:7: note: in expansion of macro 'gcc_assert' 2680 | gcc_assert (target_stack->top == -1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2689:7: note: in expansion of macro 'gcc_assert' 2689 | gcc_assert (target_stack->top == -1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2696:3: note: in expansion of macro 'gcc_assert' 2696 | gcc_assert (! (e->flags & EDGE_ABNORMAL)); | ^~~~~~~~~~ ../../gcc/reg-stack.c: In function 'convert_regs_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2843:7: note: in expansion of macro 'gcc_assert' 2843 | gcc_assert (next); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reg-stack.c:2922:3: note: in expansion of macro 'gcc_assert' 2922 | gcc_assert (any_malformed_asm); | ^~~~~~~~~~ ../../gcc/reg-stack.c: In function 'get_true_reg': ../../gcc/reg-stack.c:413:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 413 | { | ^ ../../gcc/reg-stack.c:427:7: note: here 427 | case FLOAT: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/regclass.c -o regclass.o In file included from ../../gcc/regclass.c:29: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/regclass.c: In function 'init_reg_sets': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/regclass.c:293:3: note: in expansion of macro 'gcc_assert' 293 | gcc_assert (sizeof fixed_regs == sizeof initial_fixed_regs); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/regclass.c:294:3: note: in expansion of macro 'gcc_assert' 294 | gcc_assert (sizeof call_used_regs == sizeof initial_call_used_regs); | ^~~~~~~~~~ ../../gcc/regclass.c: In function 'init_reg_sets_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/regclass.c:433:7: note: in expansion of macro 'gcc_assert' 433 | gcc_assert (!fixed_regs[i] || call_used_regs[i]); | ^~~~~~~~~~ ../../gcc/regclass.c: In function 'fix_register': ../../gcc/regclass.c:766:22: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 766 | error ("can't use '%s' as a %s register", name, | ^ ../../gcc/regclass.c: In function 'record_reg_classes': ../../gcc/regclass.c:1625:23: warning: this statement may fall through [-Wimplicit-fallthrough=] 1625 | || (GET_CODE (op) == CONST_DOUBLE ../../gcc/regclass.c:1628:17: note: here 1628 | case 'i': | ^~~~ ../../gcc/regclass.c:1663:33: warning: this statement may fall through [-Wimplicit-fallthrough=] 1663 | allows_mem[i] = 1; | ~~~~~~~~~~~~~~^~~ ../../gcc/regclass.c:1664:17: note: here 1664 | case 'r': | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/regmove.c -o regmove.o In file included from ../../gcc/regmove.c:29: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/regmove.c:32: ../../gcc/regmove.c: In function 'try_auto_increment': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/regmove.c:148:23: note: in expansion of macro 'gen_rtx_EXPR_LIST' 148 | = gen_rtx_EXPR_LIST (REG_INC, | ^~~~~~~~~~~~~~~~~ In file included from ./tm.h:6, from ../../gcc/regclass.c:31: In function 'init_reg_sets_1', inlined from 'init_regs' at ../../gcc/regclass.c:589:3: ../../gcc/config/i386/i386.h:775:45: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 775 | fixed_regs[PIC_OFFSET_TABLE_REGNUM] = 1; \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ../../gcc/regclass.c:319:3: note: in expansion of macro 'CONDITIONAL_REGISTER_USAGE' 319 | CONDITIONAL_REGISTER_USAGE; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/regclass.c: In function 'init_regs': ../../gcc/regclass.c:70:6: note: at offset 4294967295 into destination object 'fixed_regs' of size 53 70 | char fixed_regs[FIRST_PSEUDO_REGISTER]; | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/regrename.c -o regrename.o In file included from ../../gcc/regrename.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/regrename.c: In function 'note_sets': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/regrename.c:113:3: note: in expansion of macro 'gcc_assert' 113 | gcc_assert (regno + nregs <= FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/regrename.c: In function 'clear_dead_regs': ../../gcc/regrename.c:127:30: warning: comparison between 'enum reg_note' and 'enum machine_mode' [-Wenum-compare] 127 | if (REG_NOTE_KIND (note) == kind && REG_P (XEXP (note, 0))) | ^~ In file included from ../../gcc/regrename.c:23: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/regrename.c:134:9: note: in expansion of macro 'gcc_assert' 134 | gcc_assert (regno + nregs <= FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/regrename.c: In function 'merge_overlapping_regs': ../../gcc/regrename.c:162:39: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 162 | clear_dead_regs (&live, REG_DEAD, REG_NOTES (insn)); | ^~~~~~~~ ../../gcc/regrename.c:168:39: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 168 | clear_dead_regs (&live, REG_UNUSED, REG_NOTES (insn)); | ^~~~~~~~~~ ../../gcc/regrename.c: In function 'regrename_optimize': ../../gcc/regrename.c:204:20: warning: variable 'regs_seen' set but not used [-Wunused-but-set-variable] 204 | HARD_REG_SET regs_seen; | ^~~~~~~~~ In file included from ../../gcc/regrename.c:23: ../../gcc/regrename.c: In function 'scan_rtx_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/regrename.c:447:15: note: in expansion of macro 'gcc_assert' 447 | gcc_assert (exact_match); | ^~~~~~~~~~ ../../gcc/regrename.c: In function 'scan_rtx': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/regrename.c:701:7: note: in expansion of macro 'gcc_unreachable' 701 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/regrename.c:37: ../../gcc/regrename.c: In function 'build_def_use': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/regrename.c:769:13: note: in expansion of macro 'fatal_insn_not_found' 769 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/regrename.c: In function 'copyprop_hardreg_forward_1': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/regrename.c:1592:9: note: in expansion of macro 'fatal_insn_not_found' 1592 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/reload.c -o reload.o In file included from ../../gcc/reload.c:91: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/reload.c: In function 'push_secondary_reload': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:394:11: note: in expansion of macro 'gcc_assert' 394 | gcc_assert (insn_class != NO_REGS); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:395:11: note: in expansion of macro 'gcc_assert' 395 | gcc_assert (!in_p | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:401:7: note: in expansion of macro 'gcc_assert' 401 | gcc_assert (insn_data[(int) icode].operand[2].constraint[0] == '=' | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:435:3: note: in expansion of macro 'gcc_assert' 435 | gcc_assert (!in_p || class != reload_class || icode != CODE_FOR_nothing | ^~~~~~~~~~ ../../gcc/reload.c: In function 'find_valid_class': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:719:3: note: in expansion of macro 'gcc_assert' 719 | gcc_assert (best_size != 0); | ^~~~~~~~~~ ../../gcc/reload.c: In function 'push_reload': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:1083:9: note: in expansion of macro 'gcc_assert' 1083 | gcc_assert (GET_MODE_SIZE (GET_MODE (in)) <= GET_MODE_SIZE (inmode)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:1177:7: note: in expansion of macro 'gcc_assert' 1177 | gcc_assert (!MEM_P (out) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:1302:3: note: in expansion of macro 'gcc_assert' 1302 | gcc_assert (class != NO_REGS | ^~~~~~~~~~ ../../gcc/reload.c: In function 'operands_match_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reload.c:2289:11: note: in expansion of macro 'gcc_unreachable' 2289 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/reload.c: In function 'decompose': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:2395:9: note: in expansion of macro 'gcc_assert' 2395 | gcc_assert (GET_CODE (offset) == CONST_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:2436:7: note: in expansion of macro 'gcc_assert' 2436 | gcc_assert (CONSTANT_P (x)); | ^~~~~~~~~~ ../../gcc/reload.c: In function 'immune_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:2456:3: note: in expansion of macro 'gcc_assert' 2456 | gcc_assert (MEM_P (y)); | ^~~~~~~~~~ ../../gcc/reload.c: In function 'find_reloads': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:2671:17: note: in expansion of macro 'gcc_assert' 2671 | gcc_assert (i != noperands - 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:2683:19: note: in expansion of macro 'gcc_assert' 2683 | gcc_assert (this_insn_is_asm); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:2698:17: note: in expansion of macro 'gcc_assert' 2698 | gcc_assert (c != i); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:3561:13: note: in expansion of macro 'gcc_assert' 3561 | gcc_assert (modified[i] != RELOAD_READ); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:3566:17: note: in expansion of macro 'gcc_assert' 3566 | gcc_assert (this_insn_is_asm); | ^~~~~~~~~~ In file included from ../../gcc/reload.c:107: ../../gcc/toplev.h:40:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/reload.c:3738:9: note: in expansion of macro 'fatal_insn' 3738 | fatal_insn ("unable to generate reloads for:", insn); | ^~~~~~~~~~ In file included from ../../gcc/reload.c:91: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:3970:13: note: in expansion of macro 'gcc_assert' 3970 | gcc_assert (insn_code_number < 0); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/reload.c:94: ./genrtl.h:105:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 105 | gen_rtx_fmt_ue (INSN_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/reload.c:4108:32: note: in expansion of macro 'gen_rtx_INSN_LIST' 4108 | REG_NOTES (insn) = gen_rtx_INSN_LIST (REG_LABEL, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/reload.c:91: ../../gcc/reload.c: In function 'find_reloads_toplev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:4607:11: note: in expansion of macro 'gcc_assert' 4607 | gcc_assert (tem); | ^~~~~~~~~~ ../../gcc/reload.c: In function 'find_reloads_address_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:5493:9: note: in expansion of macro 'gcc_assert' 5493 | gcc_assert (op0 == XEXP (op1, 0)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:5504:9: note: in expansion of macro 'gcc_assert' 5504 | gcc_assert (REG_P (XEXP (op1, 0))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:5509:9: note: in expansion of macro 'gcc_assert' 5509 | gcc_assert (regno < FIRST_PSEUDO_REGISTER | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:5574:11: note: in expansion of macro 'gcc_assert' 5574 | gcc_assert (regno < FIRST_PSEUDO_REGISTER | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/reload.c:94: ../../gcc/reload.c: In function 'subst_reloads': ./genrtl.h:105:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 105 | gen_rtx_fmt_ue (INSN_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/reload.c:6067:34: note: in expansion of macro 'gen_rtx_INSN_LIST' 6067 | REG_NOTES (insn) = gen_rtx_INSN_LIST (REG_LABEL, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/reload.c:91: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:6110:9: note: in expansion of macro 'gcc_assert' 6110 | gcc_assert (rld[r->what].optional); | ^~~~~~~~~~ ../../gcc/reload.c: In function 'copy_replacements': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:6122:3: note: in expansion of macro 'gcc_assert' 6122 | gcc_assert (GET_CODE (x) != SUBREG); | ^~~~~~~~~~ ../../gcc/reload.c: In function 'refers_to_regno_for_reload_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:6291:11: note: in expansion of macro 'gcc_assert' 6291 | gcc_assert (reg_equiv_constant[r] | ^~~~~~~~~~ ../../gcc/reload.c: In function 'reg_overlap_mentioned_for_reload_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:6418:11: note: in expansion of macro 'gcc_assert' 6418 | gcc_assert (reg_equiv_constant[regno]); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:6429:7: note: in expansion of macro 'gcc_assert' 6429 | gcc_assert (GET_CODE (x) == PLUS); | ^~~~~~~~~~ ../../gcc/reload.c: In function 'regno_clobbered_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload.c:7050:3: note: in expansion of macro 'gcc_assert' 7050 | gcc_assert (regno < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/reload.c: In function 'find_reloads': ../../gcc/reload.c:3290:21: warning: this statement may fall through [-Wimplicit-fallthrough=] 3290 | || (GET_CODE (operand) == CONST_DOUBLE ../../gcc/reload.c:3293:15: note: here 3293 | case 'i': | ^~~~ ../../gcc/reload.c:3324:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 3324 | if (! force_reload | ^ ../../gcc/reload.c:3340:15: note: here 3340 | case 'r': | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/reload1.c -o reload1.o In file included from ../../gcc/reload1.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/reload1.c: In function 'compute_use_by_pseudos': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:546:11: note: in expansion of macro 'gcc_assert' 546 | gcc_assert (reload_completed); | ^~~~~~~~~~ ../../gcc/reload1.c: In function 'replace_pseudos_in': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:595:11: note: in expansion of macro 'gcc_assert' 595 | gcc_assert (!REG_P (regno_reg_rtx[regno]) | ^~~~~~~~~~ ../../gcc/reload1.c: In function 'reload': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:1077:7: note: in expansion of macro 'gcc_assert' 1077 | gcc_assert (old_frame_size == get_frame_size ()); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:1079:7: note: in expansion of macro 'gcc_assert' 1079 | gcc_assert (verify_initial_elim_offsets ()); | ^~~~~~~~~~ ../../gcc/reload1.c: In function 'count_pseudo': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:1599:3: note: in expansion of macro 'gcc_assert' 1599 | gcc_assert (r >= 0); | ^~~~~~~~~~ ../../gcc/reload1.c: In function 'find_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:1774:7: note: in expansion of macro 'gcc_assert' 1774 | gcc_assert (spill_cost[best_reg + i] == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:1775:7: note: in expansion of macro 'gcc_assert' 1775 | gcc_assert (spill_add_cost[best_reg + i] == 0); | ^~~~~~~~~~ ../../gcc/reload1.c: In function 'spill_failure': ../../gcc/reload1.c:1896:30: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 1896 | error_for_asm (insn, "can't find a register in class %qs while " | ^ In file included from ../../gcc/reload1.c:43: ../../gcc/toplev.h:40:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/reload1.c:1903:7: note: in expansion of macro 'fatal_insn' 1903 | fatal_insn ("this is the insn:", insn); | ^~~~~~~~~~ ../../gcc/reload1.c: In function 'eliminate_regs_1': ../../gcc/reload1.c:2475:32: warning: comparison between 'enum machine_mode' and 'enum reg_note' [-Wenum-compare] 2475 | if (GET_MODE (x) == REG_DEAD) | ^~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/reload1.c:29: ../../gcc/rtl.h:732:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 732 | #define REG_NOTE_KIND(LINK) ((enum reg_note) GET_MODE (LINK)) ./genrtl.h:103:31: note: in definition of macro 'gen_rtx_EXPR_LIST' 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~ ../../gcc/reload1.c:2480:38: note: in expansion of macro 'REG_NOTE_KIND' 2480 | x = gen_rtx_EXPR_LIST (REG_NOTE_KIND (x), new, XEXP (x, 1)); | ^~~~~~~~~~~~~ In file included from ../../gcc/reload1.c:23: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:2586:7: note: in expansion of macro 'gcc_unreachable' 2586 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/reload1.c: In function 'eliminate_regs_in_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:2904:7: note: in expansion of macro 'gcc_assert' 2904 | gcc_assert (GET_CODE (PATTERN (insn)) == USE | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:3081:17: note: in expansion of macro 'gcc_assert' 3081 | gcc_assert (INSN_CODE (insn) >= 0); | ^~~~~~~~~~ ../../gcc/reload1.c: In function 'finish_spills': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:3668:7: note: in expansion of macro 'gcc_assert' 3668 | gcc_assert (reg_renumber[i] >= 0); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:3747:11: note: in expansion of macro 'gcc_unreachable' 3747 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/reload1.c:29: ../../gcc/reload1.c: In function 'fixup_eh_region_note': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/reload1.c:3850:13: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3850 | = gen_rtx_EXPR_LIST (REG_EH_REGION, XEXP (note, 0), REG_NOTES (i)); | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/reload1.c:23: ../../gcc/reload1.c: In function 'clear_reload_reg_in_use': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:4377:7: note: in expansion of macro 'gcc_unreachable' 4377 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/reload1.c: In function 'reload_reg_free_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:4575:7: note: in expansion of macro 'gcc_unreachable' 4575 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/reload1.c: In function 'reload_reg_reaches_end_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:4710:7: note: in expansion of macro 'gcc_unreachable' 4710 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/reload1.c: In function 'reloads_conflict': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:4786:7: note: in expansion of macro 'gcc_unreachable' 4786 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/reload1.c:43: ../../gcc/reload1.c: In function 'failed_reload': ../../gcc/toplev.h:40:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/reload1.c:5105:5: note: in expansion of macro 'fatal_insn' 5105 | fatal_insn ("could not find a spill register", insn); | ^~~~~~~~~~ In file included from ../../gcc/reload1.c:23: ../../gcc/reload1.c: In function 'choose_reload_regs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:5711:23: note: in expansion of macro 'gcc_assert' 5711 | gcc_assert (GET_CODE (equiv) == SUBREG); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:5927:7: note: in expansion of macro 'gcc_assert' 5927 | gcc_assert (chain->n_reloads == n_reloads); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:5933:11: note: in expansion of macro 'gcc_assert' 5933 | gcc_assert (chain->rld[i].when_needed == rld[i].when_needed); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:6046:11: note: in expansion of macro 'gcc_assert' 6046 | gcc_assert (rld[r].when_needed == RELOAD_OTHER | ^~~~~~~~~~ ../../gcc/reload1.c: In function 'merge_assigned_reloads': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:6147:11: note: in expansion of macro 'gcc_assert' 6147 | gcc_assert (rld[i].when_needed != RELOAD_FOR_OUTPUT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:6197:23: note: in expansion of macro 'gcc_assert' 6197 | gcc_assert (rld[k].in == 0 || rld[k].reg_rtx == 0 | ^~~~~~~~~~ ../../gcc/reload1.c: In function 'emit_input_reload_insns': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:6416:7: note: in expansion of macro 'gcc_unreachable' 6416 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:6427:7: note: in expansion of macro 'gcc_assert' 6427 | gcc_assert (rl->secondary_in_reload < 0); | ^~~~~~~~~~ In file included from ../../gcc/reload1.c:43: ../../gcc/reload1.c: In function 'emit_output_reload_insns': ../../gcc/toplev.h:40:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/reload1.c:6739:9: note: in expansion of macro 'fatal_insn' 6739 | fatal_insn ("VOIDmode on an output", insn); | ^~~~~~~~~~ In file included from ../../gcc/reload1.c:23: ../../gcc/reload1.c: In function 'do_output_reload': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/reload1.c:7048:3: note: in expansion of macro 'gcc_assert' 7048 | gcc_assert (!JUMP_P (insn)); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/reload1.c:29: ../../gcc/reload1.c: In function 'gen_reload': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/reload1.c:7638:15: note: in expansion of macro 'gen_rtx_EXPR_LIST' 7638 | = gen_rtx_EXPR_LIST (REG_EQUIV, in, REG_NOTES (insn)); | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/reload1.c:7647:26: note: in expansion of macro 'gen_rtx_EXPR_LIST' 7647 | REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_EQUIV, in, REG_NOTES (insn)); | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/reload1.c:7708:15: note: in expansion of macro 'gen_rtx_EXPR_LIST' 7708 | = gen_rtx_EXPR_LIST (REG_EQUIV, in, REG_NOTES (insn)); | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/reload1.c:43: ../../gcc/toplev.h:40:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/reload1.c:7712:7: note: in expansion of macro 'fatal_insn' 7712 | fatal_insn ("Failure trying to reload:", set); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/reload1.c:29: ../../gcc/reload1.c: In function 'copy_eh_notes': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/reload1.c:8195:17: note: in expansion of macro 'gen_rtx_EXPR_LIST' 8195 | = gen_rtx_EXPR_LIST (REG_EH_REGION, XEXP (eh_note, 0), | ^~~~~~~~~~~~~~~~~ ../../gcc/reload1.c: In function 'elimination_effects': ../../gcc/reload1.c:2723:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 2723 | if (code == POST_MODIFY || code == PRE_MODIFY) | ^ ../../gcc/reload1.c:2727:5: note: here 2727 | case STRICT_LOW_PART: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/reorg.c -o reorg.o In file included from ../../gcc/reorg.c:115: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/resource.c -o resource.o In file included from ../../gcc/resource.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/resource.c: In function 'mark_referenced_resources': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/resource.c:235:11: note: in expansion of macro 'gcc_assert' 235 | gcc_assert (last_regno <= FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/resource.c:247:11: note: in expansion of macro 'gcc_assert' 247 | gcc_assert (last_regno <= FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/resource.c:339:15: note: in expansion of macro 'gcc_assert' 339 | gcc_assert (GET_CODE (sequence) == SEQUENCE); | ^~~~~~~~~~ ../../gcc/resource.c: In function 'mark_set_resources': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/resource.c:769:15: note: in expansion of macro 'gcc_assert' 769 | gcc_assert (last_regno <= FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/resource.c:783:11: note: in expansion of macro 'gcc_assert' 783 | gcc_assert (last_regno <= FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/resource.c: In function 'mark_referenced_resources': ../../gcc/resource.c:320:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 320 | if (include_delayed_effects) | ^ ../../gcc/resource.c:392:5: note: here 392 | case INSN: | ^~~~ ../../gcc/resource.c: In function 'mark_set_resources': ../../gcc/resource.c:662:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 662 | if (mark_type == MARK_SRC_DEST_CALL) | ^ ../../gcc/resource.c:685:5: note: here 685 | case JUMP_INSN: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/rtl.c -o rtl.o In file included from ../../gcc/rtl.c:30: ../../gcc/rtl.c: In function 'copy_rtx': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/rtl.c:302:11: note: in expansion of macro 'gcc_unreachable' 302 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/rtl.c: In function 'rtx_equal_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/rtl.c:432:11: note: in expansion of macro 'gcc_unreachable' 432 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/rtlanal.c -o rtlanal.o In file included from ../../gcc/rtlanal.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/rtlanal.c: In function 'reg_overlap_mentioned_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:1382:7: note: in expansion of macro 'gcc_assert' 1382 | gcc_assert (CONSTANT_P (x)); | ^~~~~~~~~~ ../../gcc/rtlanal.c: In function 'dead_or_set_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:1543:3: note: in expansion of macro 'gcc_assert' 1543 | gcc_assert (REG_P (x)); | ^~~~~~~~~~ ../../gcc/rtlanal.c: In function 'find_reg_fusage': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:1737:3: note: in expansion of macro 'gcc_assert' 1737 | gcc_assert (datum); | ^~~~~~~~~~ ../../gcc/rtlanal.c: In function 'remove_note': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:1849:3: note: in expansion of macro 'gcc_unreachable' 1849 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/rtlanal.c: In function 'replace_rtx': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:2386:11: note: in expansion of macro 'gcc_assert' 2386 | gcc_assert (x); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:2401:11: note: in expansion of macro 'gcc_assert' 2401 | gcc_assert (x); | ^~~~~~~~~~ ../../gcc/rtlanal.c: In function 'subreg_lsb_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3099:5: note: in expansion of macro 'gcc_assert' 3099 | gcc_assert (!((subreg_byte % UNITS_PER_WORD | ^~~~~~~~~~ ../../gcc/rtlanal.c: In function 'subreg_regno_offset': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3145:3: note: in expansion of macro 'gcc_assert' 3145 | gcc_assert (xregno < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3169:3: note: in expansion of macro 'gcc_assert' 3169 | gcc_assert (mode_multiple != 0); | ^~~~~~~~~~ ../../gcc/rtlanal.c: In function 'subreg_offset_representable_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3192:3: note: in expansion of macro 'gcc_assert' 3192 | gcc_assert (xregno < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3205:7: note: in expansion of macro 'gcc_assert' 3205 | gcc_assert (HARD_REGNO_NREGS_HAS_PADDING (xregno, xmode_unit)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3206:7: note: in expansion of macro 'gcc_assert' 3206 | gcc_assert (nregs_xmode | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3209:7: note: in expansion of macro 'gcc_assert' 3209 | gcc_assert (hard_regno_nregs[xregno][xmode] | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3256:3: note: in expansion of macro 'gcc_assert' 3256 | gcc_assert ((GET_MODE_SIZE (xmode) % GET_MODE_SIZE (ymode)) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3257:3: note: in expansion of macro 'gcc_assert' 3257 | gcc_assert ((nregs_xmode % nregs_ymode) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3269:3: note: in expansion of macro 'gcc_assert' 3269 | gcc_assert (mode_multiple != 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3274:3: note: in expansion of macro 'gcc_assert' 3274 | gcc_assert ((offset % GET_MODE_SIZE (ymode)) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3275:3: note: in expansion of macro 'gcc_assert' 3275 | gcc_assert ((mode_multiple % nregs_multiple) == 0); | ^~~~~~~~~~ ../../gcc/rtlanal.c: In function 'find_first_parameter_load': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3334:9: note: in expansion of macro 'gcc_assert' 3334 | gcc_assert (REGNO (XEXP (XEXP (p, 0), 0)) < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3363:11: note: in expansion of macro 'gcc_assert' 3363 | gcc_assert (before == boundary); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/rtl-error.c -o rtl-error.o ../../gcc/rtlanal.c: In function 'nonzero_bits1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/rtlanal.c:3890:13: note: in expansion of macro 'gcc_unreachable' 3890 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/rtlanal.c: In function 'commutative_operand_precedence': ../../gcc/rtlanal.c:2938:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 2938 | if (code == NEG || code == NOT) | ^ ../../gcc/rtlanal.c:2941:5: note: here 2941 | default: | ^~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/sbitmap.c -o sbitmap.o In file included from ../../gcc/sbitmap.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/sbitmap.c: In function 'sbitmap_difference': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sbitmap.c:305:3: note: in expansion of macro 'gcc_assert' 305 | gcc_assert (a->size >= dst_size); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/sched-deps.c -o sched-deps.o In file included from ../../gcc/sched-deps.c:26: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/sched-deps.c: In function 'add_dependence': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-deps.c:252:7: note: in expansion of macro 'gcc_assert' 252 | gcc_assert (anti_dependency_cache); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-deps.c:253:7: note: in expansion of macro 'gcc_assert' 253 | gcc_assert (output_dependency_cache); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-deps.c:289:19: note: in expansion of macro 'gcc_assert' 289 | gcc_assert (output_dependency_cache); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/sched-deps.c:294:19: note: in expansion of macro 'gcc_unreachable' 294 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/sched-deps.c: In function 'sched_analyze_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-deps.c:524:7: note: in expansion of macro 'gcc_assert' 524 | gcc_assert (code == USE || code == CLOBBER); | ^~~~~~~~~~ ../../gcc/sched-deps.c: In function 'sched_analyze_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-deps.c:1013:11: note: in expansion of macro 'gcc_assert' 1013 | gcc_assert (INTVAL (XEXP (link, 0)) == NOTE_INSN_LOOP_BEG | ^~~~~~~~~~ ../../gcc/sched-deps.c: In function 'sched_analyze': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-deps.c:1355:9: note: in expansion of macro 'gcc_assert' 1355 | gcc_assert (NOTE_LINE_NUMBER (insn) != NOTE_INSN_EH_REGION_BEG | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/sched-deps.c:1420:3: note: in expansion of macro 'gcc_unreachable' 1420 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/sched-ebb.c -o sched-ebb.o In file included from ../../gcc/sched-ebb.c:25: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/sched-ebb.c: In function 'fix_basic_block_boundaries': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-ebb.c:242:7: note: in expansion of macro 'gcc_assert' 242 | gcc_assert (!LABEL_P (insn)); | ^~~~~~~~~~ ../../gcc/sched-ebb.c: In function 'schedule_ebb': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-ebb.c:542:3: note: in expansion of macro 'gcc_assert' 542 | gcc_assert (sched_n_insns == n_insns); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/sched-rgn.c -o sched-rgn.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/sched-vis.c -o sched-vis.o In file included from ../../gcc/sched-rgn.c:49: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/sched-rgn.c: In function 'debug_regions': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-rgn.c:389:11: note: in expansion of macro 'gcc_assert' 389 | gcc_assert (bb == BLOCK_TO_BB (BB_TO_BLOCK (bb))); | ^~~~~~~~~~ ../../gcc/sched-rgn.c: In function 'find_rgns': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-rgn.c:554:15: note: in expansion of macro 'gcc_assert' 554 | gcc_assert (node != ENTRY_BLOCK); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-rgn.c:556:15: note: in expansion of macro 'gcc_assert' 556 | gcc_assert (child != EXIT_BLOCK); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-rgn.c:573:7: note: in expansion of macro 'gcc_assert' 573 | gcc_assert (node != ENTRY_BLOCK); | ^~~~~~~~~~ ../../gcc/sched-rgn.c: In function 'compute_trg_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-rgn.c:1067:11: note: in expansion of macro 'gcc_assert' 1067 | gcc_assert (bblst_last <= bblst_size); | ^~~~~~~~~~ ../../gcc/sched-rgn.c: In function 'schedule_region': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-rgn.c:2413:3: note: in expansion of macro 'gcc_assert' 2413 | gcc_assert (sched_rgn_n_insns == rgn_n_insns); | ^~~~~~~~~~ ../../gcc/sched-rgn.c: In function 'schedule_insns': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-rgn.c:2604:13: note: in expansion of macro 'gcc_assert' 2604 | gcc_assert (deaths_in_region[rgn] | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sched-rgn.c:2628:9: note: in expansion of macro 'gcc_assert' 2628 | gcc_assert (nr_inter <= 0); | ^~~~~~~~~~ ../../gcc/sched-rgn.c: In function 'is_exception_free': ../../gcc/sched-rgn.c:1526:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 1526 | if (is_pfree (insn, bb_src, bb_trg)) | ^ ../../gcc/sched-rgn.c:1529:5: note: here 1529 | case PRISKY_CANDIDATE: | ^~~~ In file included from ../../gcc/sched-vis.c:25: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/sched-vis.c: In function 'print_pattern': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/sched-vis.c:569:7: note: in expansion of macro 'gcc_unreachable' 569 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/sched-vis.c:604:29: warning: '%s' directive writing up to 2047 bytes into a region of size between 1 and 2048 [-Wformat-overflow=] 604 | sprintf (t3, "%s%s;", t1, t2); | ^~ ~~ In file included from /usr/include/stdio.h:900, from ../../gcc/system.h:42, from ../../gcc/sched-vis.c:25: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 2 and 4096 bytes into a destination of size 2048 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ../../gcc/sched-vis.c:590:32: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 590 | sprintf (t3, "%s%s;", t1, t2); | ^ In file included from /usr/include/stdio.h:900, from ../../gcc/system.h:42, from ../../gcc/sched-vis.c:25: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 2049) into a destination of size 2048 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ ../../gcc/sched-vis.c:561:32: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 561 | sprintf (t3, "%s%s;", t1, t2); | ^ In file included from /usr/include/stdio.h:900, from ../../gcc/system.h:42, from ../../gcc/sched-vis.c:25: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 2049) into a destination of size 2048 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/sdbout.c -o sdbout.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/simplify-rtx.c -o simplify-rtx.o In file included from ../../gcc/simplify-rtx.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/simplify-rtx.c: In function 'simplify_const_unary_operation': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:630:7: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (VECTOR_MODE_P (mode)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:634:11: note: in expansion of macro 'gcc_assert' 634 | gcc_assert (GET_MODE_INNER (mode) == GET_MODE (op)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:636:11: note: in expansion of macro 'gcc_assert' 636 | gcc_assert (GET_MODE_INNER (mode) == GET_MODE_INNER | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:656:15: note: in expansion of macro 'gcc_assert' 656 | gcc_assert (in_n_elts < n_elts); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:657:15: note: in expansion of macro 'gcc_assert' 657 | gcc_assert ((n_elts % in_n_elts) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:675:7: note: in expansion of macro 'gcc_assert' 675 | gcc_assert (op_n_elts == n_elts); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:806:11: note: in expansion of macro 'gcc_assert' 806 | gcc_assert (op_mode != VOIDmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:812:15: note: in expansion of macro 'gcc_assert' 812 | gcc_assert (width == GET_MODE_BITSIZE (op_mode)); | ^~~~~~~~~~ ../../gcc/simplify-rtx.c:816:49: warning: left shift of negative value [-Wshift-negative-value] 816 | val = arg0 & ~((HOST_WIDE_INT) (-1) << GET_MODE_BITSIZE (op_mode)); | ^~ In file included from ../../gcc/simplify-rtx.c:24: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:829:15: note: in expansion of macro 'gcc_assert' 829 | gcc_assert (width == GET_MODE_BITSIZE (op_mode)); | ^~~~~~~~~~ ../../gcc/simplify-rtx.c:835:49: warning: left shift of negative value [-Wshift-negative-value] 835 | = arg0 & ~((HOST_WIDE_INT) (-1) << GET_MODE_BITSIZE (op_mode)); | ^~ In file included from ../../gcc/simplify-rtx.c:24: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:852:11: note: in expansion of macro 'gcc_unreachable' 852 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:950:11: note: in expansion of macro 'gcc_assert' 950 | gcc_assert (op_mode != VOIDmode); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1026:11: note: in expansion of macro 'gcc_unreachable' 1026 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1075:39: warning: left shift of negative value [-Wshift-negative-value] 1075 | th = (HOST_WIDE_INT) -1 << (width - HOST_BITS_PER_WIDE_INT - 1); | ^~ ../../gcc/simplify-rtx.c:1081:39: warning: left shift of negative value [-Wshift-negative-value] 1081 | tl = (HOST_WIDE_INT) -1 << (width - 1); | ^~ In file included from ../../gcc/simplify-rtx.c:24: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1126:11: note: in expansion of macro 'gcc_unreachable' 1126 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/simplify-rtx.c: In function 'simplify_binary_operation': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1209:3: note: in expansion of macro 'gcc_assert' 1209 | gcc_assert (GET_RTX_CLASS (code) != RTX_COMPARE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1210:3: note: in expansion of macro 'gcc_assert' 1210 | gcc_assert (GET_RTX_CLASS (code) != RTX_COMM_COMPARE); | ^~~~~~~~~~ ../../gcc/simplify-rtx.c: In function 'simplify_binary_operation_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1969:11: note: in expansion of macro 'gcc_assert' 1969 | gcc_assert (VECTOR_MODE_P (GET_MODE (trueop0))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1970:11: note: in expansion of macro 'gcc_assert' 1970 | gcc_assert (mode == GET_MODE_INNER (GET_MODE (trueop0))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1971:11: note: in expansion of macro 'gcc_assert' 1971 | gcc_assert (GET_CODE (trueop1) == PARALLEL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1972:11: note: in expansion of macro 'gcc_assert' 1972 | gcc_assert (XVECLEN (trueop1, 0) == 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1973:11: note: in expansion of macro 'gcc_assert' 1973 | gcc_assert (GET_CODE (XVECEXP (trueop1, 0, 0)) == CONST_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1981:11: note: in expansion of macro 'gcc_assert' 1981 | gcc_assert (VECTOR_MODE_P (GET_MODE (trueop0))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1982:11: note: in expansion of macro 'gcc_assert' 1982 | gcc_assert (GET_MODE_INNER (mode) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1984:11: note: in expansion of macro 'gcc_assert' 1984 | gcc_assert (GET_CODE (trueop1) == PARALLEL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1993:15: note: in expansion of macro 'gcc_assert' 1993 | gcc_assert (XVECLEN (trueop1, 0) == (int) n_elts); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:1998:19: note: in expansion of macro 'gcc_assert' 1998 | gcc_assert (GET_CODE (x) == CONST_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2016:9: note: in expansion of macro 'gcc_assert' 2016 | gcc_assert (VECTOR_MODE_P (mode)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2017:9: note: in expansion of macro 'gcc_assert' 2017 | gcc_assert (GET_MODE_SIZE (op0_mode) + GET_MODE_SIZE (op1_mode) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2021:11: note: in expansion of macro 'gcc_assert' 2021 | gcc_assert (GET_MODE_INNER (mode) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2024:11: note: in expansion of macro 'gcc_assert' 2024 | gcc_assert (GET_MODE_INNER (mode) == op0_mode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2027:11: note: in expansion of macro 'gcc_assert' 2027 | gcc_assert (GET_MODE_INNER (mode) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2030:11: note: in expansion of macro 'gcc_assert' 2030 | gcc_assert (GET_MODE_INNER (mode) == op1_mode); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2072:7: note: in expansion of macro 'gcc_unreachable' 2072 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/simplify-rtx.c: In function 'simplify_const_binary_operation': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2099:7: note: in expansion of macro 'gcc_assert' 2099 | gcc_assert (op0_n_elts == n_elts); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2100:7: note: in expansion of macro 'gcc_assert' 2100 | gcc_assert (op1_n_elts == n_elts); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2121:7: note: in expansion of macro 'gcc_assert' 2121 | gcc_assert (n_elts >= 2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2124:11: note: in expansion of macro 'gcc_assert' 2124 | gcc_assert (GET_CODE (op0) != CONST_VECTOR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2125:11: note: in expansion of macro 'gcc_assert' 2125 | gcc_assert (GET_CODE (op1) != CONST_VECTOR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2136:11: note: in expansion of macro 'gcc_assert' 2136 | gcc_assert (GET_CODE (op0) == CONST_VECTOR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2137:11: note: in expansion of macro 'gcc_assert' 2137 | gcc_assert (GET_CODE (op1) == CONST_VECTOR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2138:11: note: in expansion of macro 'gcc_assert' 2138 | gcc_assert (op0_n_elts + op1_n_elts == n_elts); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2181:17: note: in expansion of macro 'gcc_unreachable' 2181 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2426:44: warning: left shift of negative value [-Wshift-negative-value] 2426 | arg0s |= ((HOST_WIDE_INT) (-1) << width); | ^~ ../../gcc/simplify-rtx.c:2430:44: warning: left shift of negative value [-Wshift-negative-value] 2430 | arg1s |= ((HOST_WIDE_INT) (-1) << width); | ^~ ../../gcc/simplify-rtx.c:2519:41: warning: left shift of negative value [-Wshift-negative-value] 2519 | val |= ((HOST_WIDE_INT) -1) << (width - arg1); | ^~ In file included from ../../gcc/simplify-rtx.c:24: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:2570:11: note: in expansion of macro 'gcc_unreachable' 2570 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/simplify-rtx.c: In function 'simplify_const_relational_operation': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3040:3: note: in expansion of macro 'gcc_assert' 3040 | gcc_assert (mode != VOIDmode | ^~~~~~~~~~ ../../gcc/simplify-rtx.c:3188:42: warning: left shift of negative value [-Wshift-negative-value] 3188 | l0s |= ((HOST_WIDE_INT) (-1) << width); | ^~ ../../gcc/simplify-rtx.c:3191:42: warning: left shift of negative value [-Wshift-negative-value] 3191 | l1s |= ((HOST_WIDE_INT) (-1) << width); | ^~ In file included from ../../gcc/simplify-rtx.c:24: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3354:7: note: in expansion of macro 'gcc_unreachable' 3354 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/simplify-rtx.c: In function 'simplify_ternary_operation': ../../gcc/simplify-rtx.c:3407:48: warning: left shift of negative value [-Wshift-negative-value] 3407 | && ((val & ((HOST_WIDE_INT) (-1) << (width - 1))) | ^~ ../../gcc/simplify-rtx.c:3408:44: warning: left shift of negative value [-Wshift-negative-value] 3408 | != ((HOST_WIDE_INT) (-1) << (width - 1)))) | ^~ In file included from ../../gcc/simplify-rtx.c:24: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3493:7: note: in expansion of macro 'gcc_assert' 3493 | gcc_assert (GET_MODE (op0) == mode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3494:7: note: in expansion of macro 'gcc_assert' 3494 | gcc_assert (GET_MODE (op1) == mode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3495:7: note: in expansion of macro 'gcc_assert' 3495 | gcc_assert (VECTOR_MODE_P (mode)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3526:7: note: in expansion of macro 'gcc_unreachable' 3526 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/simplify-rtx.c: In function 'simplify_immed_subreg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3585:3: note: in expansion of macro 'gcc_assert' 3585 | gcc_assert (BITS_PER_UNIT % value_bit == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3587:3: note: in expansion of macro 'gcc_assert' 3587 | gcc_assert (elem_bitsize % BITS_PER_UNIT == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3624:15: note: in expansion of macro 'gcc_assert' 3624 | gcc_assert (elem_bitsize > HOST_BITS_PER_WIDE_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3644:15: note: in expansion of macro 'gcc_assert' 3644 | gcc_assert (GET_MODE_CLASS (GET_MODE (el)) == MODE_FLOAT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3645:15: note: in expansion of macro 'gcc_assert' 3645 | gcc_assert (bitsize <= elem_bitsize); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3646:15: note: in expansion of macro 'gcc_assert' 3646 | gcc_assert (bitsize % value_bit == 0); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3673:11: note: in expansion of macro 'gcc_unreachable' 3673 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3693:3: note: in expansion of macro 'gcc_assert' 3693 | gcc_assert (byte < GET_MODE_SIZE (innermode)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3717:3: note: in expansion of macro 'gcc_assert' 3717 | gcc_assert (elem_bitsize % value_bit == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3718:3: note: in expansion of macro 'gcc_assert' 3718 | gcc_assert (elem_bitsize + value_start * value_bit <= max_bitsize); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3790:11: note: in expansion of macro 'gcc_unreachable' 3790 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/simplify-rtx.c: In function 'simplify_subreg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3806:3: note: in expansion of macro 'gcc_assert' 3806 | gcc_assert (innermode != VOIDmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3807:3: note: in expansion of macro 'gcc_assert' 3807 | gcc_assert (outermode != VOIDmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3808:3: note: in expansion of macro 'gcc_assert' 3808 | gcc_assert (innermode != BLKmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3809:3: note: in expansion of macro 'gcc_assert' 3809 | gcc_assert (outermode != BLKmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3811:3: note: in expansion of macro 'gcc_assert' 3811 | gcc_assert (GET_MODE (op) == innermode | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3814:3: note: in expansion of macro 'gcc_assert' 3814 | gcc_assert ((byte % GET_MODE_SIZE (outermode)) == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/simplify-rtx.c:3815:3: note: in expansion of macro 'gcc_assert' 3815 | gcc_assert (byte < GET_MODE_SIZE (innermode)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/sreal.c -o sreal.o In file included from ../../gcc/sreal.c:54: ../../gcc/sreal.c: In function 'shift_right': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sreal.c:97:3: note: in expansion of macro 'gcc_assert' 97 | gcc_assert (s > 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sreal.c:98:3: note: in expansion of macro 'gcc_assert' 98 | gcc_assert (s <= SREAL_BITS); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sreal.c:102:3: note: in expansion of macro 'gcc_assert' 102 | gcc_assert (x->exp + s <= SREAL_MAX_EXP); | ^~~~~~~~~~ ../../gcc/sreal.c: In function 'sreal_sub': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sreal.c:399:3: note: in expansion of macro 'gcc_assert' 399 | gcc_assert (sreal_compare (a, b) >= 0); | ^~~~~~~~~~ ../../gcc/sreal.c: In function 'sreal_div': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/sreal.c:538:3: note: in expansion of macro 'gcc_assert' 538 | gcc_assert (b->sig != 0); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/stmt.c -o stmt.o In file included from ../../gcc/stmt.c:29: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/stmt.c: In function 'label_rtx': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:135:3: note: in expansion of macro 'gcc_assert' 135 | gcc_assert (TREE_CODE (label) == LABEL_DECL); | ^~~~~~~~~~ ../../gcc/stmt.c: In function 'force_label_rtx': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:157:3: note: in expansion of macro 'gcc_assert' 157 | gcc_assert (function); | ^~~~~~~~~~ ../../gcc/stmt.c: In function 'tree_conflicts_with_clobbers_p': ../../gcc/stmt.c:615:15: warning: unquoted keyword 'asm' in format [-Wformat-diag] 615 | error ("asm-specifier for variable %qs conflicts with asm clobber list", | ^~~ ../../gcc/stmt.c:615:61: warning: unquoted keyword 'asm' in format [-Wformat-diag] 615 | error ("asm-specifier for variable %qs conflicts with asm clobber list", | ^~~ In file included from ../../gcc/stmt.c:29: ../../gcc/stmt.c: In function 'expand_asm_operands': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:801:7: note: in expansion of macro 'gcc_assert' 801 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:883:7: note: in expansion of macro 'gcc_assert' 883 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/stmt.c:904:26: warning: unquoted keyword 'asm' in format [-Wformat-diag] 904 | warning (0, "asm operand %d probably doesn%'t match constraints", | ^~~ ../../gcc/stmt.c:914:27: warning: unquoted keyword 'asm' in format [-Wformat-diag] 914 | warning (0, "use of memory input without lvalue in " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/stmt.c:915:25: note: format string is defined here 915 | "asm operand %d is deprecated", i + noutputs); | ^~~ ../../gcc/stmt.c:1061:36: warning: unquoted keyword 'asm' in format [-Wformat-diag] 1061 | internal_error ("asm clobber conflict with output operand"); | ^~~ ../../gcc/stmt.c:1066:36: warning: unquoted keyword 'asm' in format [-Wformat-diag] 1066 | internal_error ("asm clobber conflict with input operand"); | ^~~ ../../gcc/stmt.c: In function 'check_unique_operand_names': ../../gcc/stmt.c:1208:21: warning: unquoted keyword 'asm' in format [-Wformat-diag] 1208 | error ("duplicate asm operand name %qs", | ^~~ In file included from ../../gcc/stmt.c:29: ../../gcc/stmt.c: In function 'resolve_operand_name_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:1345:3: note: in expansion of macro 'gcc_assert' 1345 | gcc_assert (p <= q); | ^~~~~~~~~~ ../../gcc/stmt.c: In function 'warn_if_unused_value': ../../gcc/stmt.c:1478:21: warning: unknown conversion type character 'H' in format [-Wformat=] 1478 | warning (0, "%Hvalue computed is not used", &locus); | ^ ../../gcc/stmt.c:1478:19: warning: too many arguments for format [-Wformat-extra-args] 1478 | warning (0, "%Hvalue computed is not used", &locus); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/stmt.c:29: ../../gcc/stmt.c: In function 'expand_return': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:1692:11: note: in expansion of macro 'gcc_assert' 1692 | gcc_assert (tmpmode != VOIDmode); | ^~~~~~~~~~ ../../gcc/stmt.c: In function 'expand_decl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:1931:11: note: in expansion of macro 'gcc_assert' 1931 | gcc_assert (MEM_P (DECL_RTL (decl))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:1932:11: note: in expansion of macro 'gcc_assert' 1932 | gcc_assert (REG_P (XEXP (DECL_RTL (decl), 0))); | ^~~~~~~~~~ ../../gcc/stmt.c: In function 'expand_anon_union_decl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:2062:11: note: in expansion of macro 'gcc_assert' 2062 | gcc_assert (REG_P (x)); | ^~~~~~~~~~ ../../gcc/stmt.c: In function 'add_case_node': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:2082:3: note: in expansion of macro 'gcc_assert' 2082 | gcc_assert (TREE_CODE (low) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:2083:3: note: in expansion of macro 'gcc_assert' 2083 | gcc_assert (!high || TREE_CODE (high) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/stmt.c: In function 'emit_case_bit_tests': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:2233:11: note: in expansion of macro 'gcc_assert' 2233 | gcc_assert (count < MAX_CASE_BIT_TESTS); | ^~~~~~~~~~ ../../gcc/stmt.c: In function 'expand_case': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:2330:3: note: in expansion of macro 'gcc_assert' 2330 | gcc_assert (!SWITCH_BODY (exp)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:2331:3: note: in expansion of macro 'gcc_assert' 2331 | gcc_assert (SWITCH_LABELS (exp)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:2343:7: note: in expansion of macro 'gcc_assert' 2343 | gcc_assert (TREE_CODE (index_expr) != INTEGER_CST); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:2347:7: note: in expansion of macro 'gcc_assert' 2347 | gcc_assert (!CASE_HIGH (elt)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:2348:7: note: in expansion of macro 'gcc_assert' 2348 | gcc_assert (!CASE_LOW (elt)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:2357:11: note: in expansion of macro 'gcc_assert' 2357 | gcc_assert (low); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:2542:15: note: in expansion of macro 'gcc_assert' 2542 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stmt.c:2593:7: note: in expansion of macro 'gcc_assert' 2593 | gcc_assert (!fail); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/stor-layout.c -o stor-layout.o In file included from ../../gcc/stor-layout.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/stor-layout.c: In function 'put_pending_sizes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stor-layout.c:108:3: note: in expansion of macro 'gcc_assert' 108 | gcc_assert (!pending_sizes); | ^~~~~~~~~~ ../../gcc/stor-layout.c: In function 'variable_size': ../../gcc/stor-layout.c:149:27: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 149 | error ("type size can%'t be explicitly evaluated"); | ^~~~~~ In file included from ../../gcc/stor-layout.c:24: ../../gcc/stor-layout.c: In function 'smallest_mode_for_size': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/stor-layout.c:218:3: note: in expansion of macro 'gcc_unreachable' 218 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/stor-layout.c: In function 'int_mode_for_mode': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/stor-layout.c:248:7: note: in expansion of macro 'gcc_unreachable' 248 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/stor-layout.c: In function 'layout_decl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stor-layout.c:301:3: note: in expansion of macro 'gcc_assert' 301 | gcc_assert (code == VAR_DECL || code == PARM_DECL || code == RESULT_DECL | ^~~~~~~~~~ ../../gcc/stor-layout.c: In function 'place_field': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stor-layout.c:830:3: note: in expansion of macro 'gcc_assert' 830 | gcc_assert (TREE_CODE (field) != ERROR_MARK); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stor-layout.c:1218:7: note: in expansion of macro 'gcc_assert' 1218 | gcc_assert (rli->prev_field | ^~~~~~~~~~ ../../gcc/stor-layout.c: In function 'layout_type': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stor-layout.c:1608:3: note: in expansion of macro 'gcc_assert' 1608 | gcc_assert (type); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/stor-layout.c:1622:7: note: in expansion of macro 'gcc_unreachable' 1622 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stor-layout.c:1666:9: note: in expansion of macro 'gcc_assert' 1666 | gcc_assert (!(nunits & (nunits - 1))); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/stor-layout.c:1903:7: note: in expansion of macro 'gcc_unreachable' 1903 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/stor-layout.c: In function 'set_sizetype': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stor-layout.c:1993:3: note: in expansion of macro 'gcc_assert' 1993 | gcc_assert (TYPE_UNSIGNED (type) == TYPE_UNSIGNED (sizetype)); | ^~~~~~~~~~ ../../gcc/stor-layout.c: In function 'set_min_and_max_values_for_integral_type': ../../gcc/stor-layout.c:2073:55: warning: left shift of negative value [-Wshift-negative-value] 2073 | : (HOST_WIDE_INT) (-1) << (precision - 1)), | ^~ ../../gcc/stor-layout.c:2075:33: warning: left shift of negative value [-Wshift-negative-value] 2075 | << (precision - HOST_BITS_PER_WIDE_INT - 1 > 0 | ^~ In file included from ../../gcc/stor-layout.c:24: ../../gcc/stor-layout.c: In function 'get_mode_bounds': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/stor-layout.c:2217:3: note: in expansion of macro 'gcc_assert' 2217 | gcc_assert (size <= HOST_BITS_PER_WIDE_INT); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/stringpool.c -o stringpool.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/targhooks.c -o targhooks.o ../../gcc/targhooks.c: In function 'default_expand_builtin_saveregs': ../../gcc/targhooks.c:98:11: warning: unquoted name of built-in function '__builtin_saveregs' in format [-Wformat-diag] 98 | error ("__builtin_saveregs not supported by this target"); | ^~~~~~~~~~~~~~~~~~ In file included from ../../gcc/targhooks.c:51: ../../gcc/targhooks.c: In function 'default_unwind_emit': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/targhooks.c:226:3: note: in expansion of macro 'gcc_unreachable' 226 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/targhooks.c: In function 'default_scalar_mode_supported_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/targhooks.c:271:7: note: in expansion of macro 'gcc_unreachable' 271 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/timevar.c -o timevar.o In file included from ../../gcc/timevar.c:23: ../../gcc/timevar.c: In function 'timevar_push_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/timevar.c:274:3: note: in expansion of macro 'gcc_assert' 274 | gcc_assert (!tv->standalone); | ^~~~~~~~~~ ../../gcc/timevar.c: In function 'timevar_pop_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/timevar.c:316:3: note: in expansion of macro 'gcc_assert' 316 | gcc_assert (&timevars[timevar] == stack->timevar); | ^~~~~~~~~~ ../../gcc/timevar.c: In function 'timevar_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/timevar.c:354:3: note: in expansion of macro 'gcc_assert' 354 | gcc_assert (!tv->standalone); | ^~~~~~~~~~ ../../gcc/timevar.c: In function 'timevar_stop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/timevar.c:373:3: note: in expansion of macro 'gcc_assert' 373 | gcc_assert (tv->standalone); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree.c -o tree.o In file included from ../../gcc/tree.c:33: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-dump.c -o tree-dump.o ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree.c:50: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree.c:33: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'tree_code_size': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:314:33: note: in expansion of macro 'gcc_unreachable' 314 | case STRING_CST: gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:329:33: note: in expansion of macro 'gcc_unreachable' 329 | case PHI_NODE: gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:343:7: note: in expansion of macro 'gcc_unreachable' 343 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree.c: In function 'copy_node_stat': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:550:3: note: in expansion of macro 'gcc_assert' 550 | gcc_assert (code != STATEMENT_LIST); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'build_int_cst_wide': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:803:11: note: in expansion of macro 'gcc_assert' 803 | gcc_assert (TREE_TYPE (t) == type); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:804:11: note: in expansion of macro 'gcc_assert' 804 | gcc_assert (TREE_INT_CST_LOW (t) == low); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:805:11: note: in expansion of macro 'gcc_assert' 805 | gcc_assert (TREE_INT_CST_HIGH (t) == hi); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'build_low_bits_mask': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:853:3: note: in expansion of macro 'gcc_assert' 853 | gcc_assert (bits <= TYPE_PRECISION (type)); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'integer_all_onesp': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:1213:7: note: in expansion of macro 'gcc_assert' 1213 | gcc_assert (shift_amount <= HOST_BITS_PER_WIDE_INT); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'integer_pow2p': ../../gcc/tree.c:1258:36: warning: left shift of negative value [-Wshift-negative-value] 1258 | high &= ~((HOST_WIDE_INT) (-1) << (prec - HOST_BITS_PER_WIDE_INT)); | ^~ ../../gcc/tree.c:1263:39: warning: left shift of negative value [-Wshift-negative-value] 1263 | low &= ~((HOST_WIDE_INT) (-1) << prec); | ^~ ../../gcc/tree.c: In function 'tree_log2': ../../gcc/tree.c:1316:36: warning: left shift of negative value [-Wshift-negative-value] 1316 | high &= ~((HOST_WIDE_INT) (-1) << (prec - HOST_BITS_PER_WIDE_INT)); | ^~ ../../gcc/tree.c:1321:39: warning: left shift of negative value [-Wshift-negative-value] 1321 | low &= ~((HOST_WIDE_INT) (-1) << prec); | ^~ ../../gcc/tree.c: In function 'tree_floor_log2': ../../gcc/tree.c:1355:36: warning: left shift of negative value [-Wshift-negative-value] 1355 | high &= ~((HOST_WIDE_INT) (-1) << (prec - HOST_BITS_PER_WIDE_INT)); | ^~ ../../gcc/tree.c:1360:39: warning: left shift of negative value [-Wshift-negative-value] 1360 | low &= ~((HOST_WIDE_INT) (-1) << prec); | ^~ In file included from ../../gcc/tree.c:33: ../../gcc/tree.c: In function 'tree_node_structure': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2022:7: note: in expansion of macro 'gcc_unreachable' 2022 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree.c: In function 'type_contains_placeholder_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2156:7: note: in expansion of macro 'gcc_unreachable' 2156 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree.c: In function 'substitute_in_expr': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2293:13: note: in expansion of macro 'gcc_unreachable' 2293 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2298:9: note: in expansion of macro 'gcc_unreachable' 2298 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree.c: In function 'substitute_placeholder_in_expr': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2423:13: note: in expansion of macro 'gcc_unreachable' 2423 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2428:9: note: in expansion of macro 'gcc_unreachable' 2428 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree.c: In function 'stabilize_reference_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2588:7: note: in expansion of macro 'gcc_unreachable' 2588 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree.c: In function 'build0_stat': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2704:3: note: in expansion of macro 'gcc_assert' 2704 | gcc_assert (TREE_CODE_LENGTH (code) == 0); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'build1_stat': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2739:3: note: in expansion of macro 'gcc_assert' 2739 | gcc_assert (TREE_CODE_LENGTH (code) == 1); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'build2_stat': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2825:3: note: in expansion of macro 'gcc_assert' 2825 | gcc_assert (TREE_CODE_LENGTH (code) == 2); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'build3_stat': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2864:3: note: in expansion of macro 'gcc_assert' 2864 | gcc_assert (TREE_CODE_LENGTH (code) == 3); | ^~~~~~~~~~ ../../gcc/tree.c:2861:43: warning: variable 'invariant' set but not used [-Wunused-but-set-variable] 2861 | bool constant, read_only, side_effects, invariant; | ^~~~~~~~~ ../../gcc/tree.c:2861:18: warning: variable 'read_only' set but not used [-Wunused-but-set-variable] 2861 | bool constant, read_only, side_effects, invariant; | ^~~~~~~~~ ../../gcc/tree.c:2861:8: warning: variable 'constant' set but not used [-Wunused-but-set-variable] 2861 | bool constant, read_only, side_effects, invariant; | ^~~~~~~~ In file included from ../../gcc/tree.c:33: ../../gcc/tree.c: In function 'build4_stat': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2910:3: note: in expansion of macro 'gcc_assert' 2910 | gcc_assert (TREE_CODE_LENGTH (code) == 4); | ^~~~~~~~~~ ../../gcc/tree.c:2907:43: warning: variable 'invariant' set but not used [-Wunused-but-set-variable] 2907 | bool constant, read_only, side_effects, invariant; | ^~~~~~~~~ ../../gcc/tree.c:2907:18: warning: variable 'read_only' set but not used [-Wunused-but-set-variable] 2907 | bool constant, read_only, side_effects, invariant; | ^~~~~~~~~ ../../gcc/tree.c:2907:8: warning: variable 'constant' set but not used [-Wunused-but-set-variable] 2907 | bool constant, read_only, side_effects, invariant; | ^~~~~~~~ In file included from ../../gcc/tree.c:33: ../../gcc/tree.c: In function 'build7_stat': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:2938:3: note: in expansion of macro 'gcc_assert' 2938 | gcc_assert (code == TARGET_MEM_REF); | ^~~~~~~~~~ ../../gcc/tree.c:2935:43: warning: variable 'invariant' set but not used [-Wunused-but-set-variable] 2935 | bool constant, read_only, side_effects, invariant; | ^~~~~~~~~ ../../gcc/tree.c:2935:18: warning: variable 'read_only' set but not used [-Wunused-but-set-variable] 2935 | bool constant, read_only, side_effects, invariant; | ^~~~~~~~~ ../../gcc/tree.c:2935:8: warning: variable 'constant' set but not used [-Wunused-but-set-variable] 2935 | bool constant, read_only, side_effects, invariant; | ^~~~~~~~ In file included from ../../gcc/tree.c:33: ../../gcc/tree.c: In function 'build': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:3007:7: note: in expansion of macro 'gcc_unreachable' 3007 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree.c: In function 'is_attribute_with_length_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:3357:7: note: in expansion of macro 'gcc_assert' 3357 | gcc_assert (attr[1] == '_'); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:3358:7: note: in expansion of macro 'gcc_assert' 3358 | gcc_assert (attr[attr_len - 2] == '_'); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:3359:7: note: in expansion of macro 'gcc_assert' 3359 | gcc_assert (attr[attr_len - 1] == '_'); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:3360:7: note: in expansion of macro 'gcc_assert' 3360 | gcc_assert (attr[1] == '_'); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'lookup_attribute': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:3402:7: note: in expansion of macro 'gcc_assert' 3402 | gcc_assert (TREE_CODE (TREE_PURPOSE (l)) == IDENTIFIER_NODE); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'type_hash_canon': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:4148:3: note: in expansion of macro 'gcc_assert' 4148 | gcc_assert (TYPE_MAIN_VARIANT (type) == type); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'tree_low_cst': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:4399:3: note: in expansion of macro 'gcc_assert' 4399 | gcc_assert (host_integerp (t, pos)); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'iterative_hash_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:4762:11: note: in expansion of macro 'gcc_assert' 4762 | gcc_assert (IS_EXPR_CODE_CLASS (class)); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'build_method_type': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:5192:3: note: in expansion of macro 'gcc_assert' 5192 | gcc_assert (TREE_CODE (type) == FUNCTION_TYPE); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'variably_modified_type_p': ../../gcc/tree.c:5671:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 5671 | for (t = TYPE_FIELDS (type); t; t = TREE_CHAIN (t)) | ^~~ ../../gcc/tree.c:5681:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 5681 | break; | ^~~~~ In file included from ../../gcc/tree.c:33: ../../gcc/tree.c: In function 'decl_type_context': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:5769:9: note: in expansion of macro 'gcc_unreachable' 5769 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree.c: In function 'get_callee_fndecl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:5786:3: note: in expansion of macro 'gcc_assert' 5786 | gcc_assert (TREE_CODE (call) == CALL_EXPR); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'build_vector_type_for_mode': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:6577:7: note: in expansion of macro 'gcc_assert' 6577 | gcc_assert (GET_MODE_BITSIZE (mode) | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:6585:7: note: in expansion of macro 'gcc_unreachable' 6585 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree.c: In function 'int_cst_value': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:6779:3: note: in expansion of macro 'gcc_assert' 6779 | gcc_assert (bits <= HOST_BITS_PER_WIDE_INT); | ^~~~~~~~~~ ../../gcc/tree.c: In function 'tree_fold_gcd': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:6798:3: note: in expansion of macro 'gcc_assert' 6798 | gcc_assert (TREE_CODE (a) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree.c:6799:3: note: in expansion of macro 'gcc_assert' 6799 | gcc_assert (TREE_CODE (b) == INTEGER_CST); | ^~~~~~~~~~ In file included from ../../gcc/tree-dump.c:24: ../../gcc/tree-dump.c: In function 'dequeue_and_dump': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-dump.c:277:13: note: in expansion of macro 'gcc_unreachable' 277 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-dump.c:312:11: note: in expansion of macro 'gcc_unreachable' 312 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree.c: In function 'upper_bound_in_type': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree.c:6893:7: note: in expansion of macro 'gcc_unreachable' 6893 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-dump.c: In function 'dump_node': ../../gcc/tree-dump.c:690:30: warning: cast between incompatible function types from 'void (*)(void *)' to 'void (*)(splay_tree_value)' {aka 'void (*)(long unsigned int)'} [-Wcast-function-type] 690 | (splay_tree_delete_value_fn) &free); | ^ ../../gcc/tree.c: In function 'iterative_hash_expr': ../../gcc/tree.c:4745:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 4745 | if (DECL_BUILT_IN (t)) | ^ ../../gcc/tree.c:4752:5: note: here 4752 | default: | ^~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/varasm.c -o varasm.o In file included from ../../gcc/varasm.c:32: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'initialize_cold_section_name': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:186:3: note: in expansion of macro 'gcc_assert' 186 | gcc_assert (cfun && current_function_decl); | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'named_section_real': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:420:7: note: in expansion of macro 'gcc_assert' 420 | gcc_assert (unchanged); | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'named_section': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:450:3: note: in expansion of macro 'gcc_assert' 450 | gcc_assert (!decl || DECL_P (decl)); | ^~~~~~~~~~ ../../gcc/varasm.c:470:19: warning: 'D' conversion used unquoted [-Wformat=] 470 | error ("%+D causes a section type conflict", decl); | ^ ../../gcc/varasm.c: In function 'function_section': ../../gcc/varasm.c:566:7: warning: variable 'reloc' set but not used [-Wunused-but-set-variable] 566 | int reloc = 0; | ^~~~~ In file included from ../../gcc/varasm.c:32: ../../gcc/varasm.c: In function 'make_decl_rtl': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:885:3: note: in expansion of macro 'gcc_assert' 885 | gcc_assert (TREE_CODE (decl) != PARM_DECL | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:889:3: note: in expansion of macro 'gcc_assert' 889 | gcc_assert (TREE_CODE (decl) != VAR_DECL | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:896:3: note: in expansion of macro 'gcc_assert' 896 | gcc_assert (TREE_CODE (decl) != TYPE_DECL | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'make_var_volatile': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:1043:3: note: in expansion of macro 'gcc_assert' 1043 | gcc_assert (MEM_P (DECL_RTL (var))); | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'asm_emit_uninitialised': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:1588:7: note: in expansion of macro 'gcc_unreachable' 1588 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/varasm.c: In function 'assemble_external': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:1932:3: note: in expansion of macro 'gcc_assert' 1932 | gcc_assert (asm_out_file); | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'ultimate_transparent_alias_target': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:2017:7: note: in expansion of macro 'gcc_assert' 2017 | gcc_assert (TREE_CHAIN (target)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:2019:7: note: in expansion of macro 'gcc_assert' 2019 | gcc_assert (! IDENTIFIER_TRANSPARENT_ALIAS (target) | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'assemble_name': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:2063:7: note: in expansion of macro 'gcc_assert' 2063 | gcc_assert (! TREE_CHAIN (id)); | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'assemble_integer': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:2272:7: note: in expansion of macro 'gcc_assert' 2272 | gcc_assert (!i); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:2275:3: note: in expansion of macro 'gcc_assert' 2275 | gcc_assert (!force); | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'decode_addr_const': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:2379:7: note: in expansion of macro 'gcc_unreachable' 2379 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:2382:3: note: in expansion of macro 'gcc_assert' 2382 | gcc_assert (MEM_P (x)); | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'const_hash_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:2487:13: note: in expansion of macro 'gcc_unreachable' 2487 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/varasm.c: In function 'compare_constant': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:2662:3: note: in expansion of macro 'gcc_unreachable' 2662 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/varasm.c: In function 'copy_constant': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:2728:9: note: in expansion of macro 'gcc_assert' 2728 | gcc_assert (t == exp); | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'force_const_mem': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:3194:3: note: in expansion of macro 'gcc_assert' 3194 | gcc_assert (!*slot); | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'output_constant_pool_2': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:3278:9: note: in expansion of macro 'gcc_assert' 3278 | gcc_assert (GET_CODE (x) == CONST_DOUBLE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:3296:9: note: in expansion of macro 'gcc_assert' 3296 | gcc_assert (GET_CODE (x) == CONST_VECTOR); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:3308:7: note: in expansion of macro 'gcc_unreachable' 3308 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/varasm.c: In function 'output_constant_pool_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:3344:7: note: in expansion of macro 'gcc_assert' 3344 | gcc_assert (!INSN_DELETED_P (tmp)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:3345:7: note: in expansion of macro 'gcc_assert' 3345 | gcc_assert (!NOTE_P (tmp) | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'output_constant': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:3966:7: note: in expansion of macro 'gcc_unreachable' 3966 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:4037:11: note: in expansion of macro 'gcc_unreachable' 4037 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:4043:7: note: in expansion of macro 'gcc_assert' 4043 | gcc_assert (TREE_CODE (exp) == CONSTRUCTOR); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:4051:7: note: in expansion of macro 'gcc_unreachable' 4051 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/varasm.c: In function 'array_size_for_constructor': ../../gcc/varasm.c:4068:15: warning: variable 'value' set but not used [-Wunused-but-set-variable] 4068 | tree index, value; | ^~~~~ In file included from ../../gcc/varasm.c:32: ../../gcc/varasm.c: In function 'output_constructor': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:4119:3: note: in expansion of macro 'gcc_assert' 4119 | gcc_assert (HOST_BITS_PER_WIDE_INT >= BITS_PER_UNIT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:4215:15: note: in expansion of macro 'gcc_assert' 4215 | gcc_assert (pos >= total_bytes); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:4240:19: note: in expansion of macro 'gcc_assert' 4240 | gcc_assert (!fieldsize || !TREE_CHAIN (field)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:4291:19: note: in expansion of macro 'gcc_assert' 4291 | gcc_assert (next_offset / BITS_PER_UNIT >= total_bytes); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:4352:23: note: in expansion of macro 'gcc_assert' 4352 | gcc_assert (shift < 2 * HOST_BITS_PER_WIDE_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:4384:23: note: in expansion of macro 'gcc_assert' 4384 | gcc_assert (shift < 2 * HOST_BITS_PER_WIDE_INT); | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'assemble_alias': ../../gcc/varasm.c:4891:17: warning: unquoted keyword 'weakref' in format [-Wformat-diag] 4891 | error ("weakref %q+D ultimately targets itself", decl); | ^~~~~~~ ../../gcc/varasm.c: In function 'default_assemble_visibility': ../../gcc/varasm.c:4956:22: warning: variable 'type' set but not used [-Wunused-but-set-variable] 4956 | const char *name, *type; | ^~~~ ../../gcc/varasm.c:4956:15: warning: variable 'name' set but not used [-Wunused-but-set-variable] 4956 | const char *name, *type; | ^~~~ In file included from ../../gcc/varasm.c:32: ../../gcc/varasm.c: In function 'make_decl_one_only': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:5001:3: note: in expansion of macro 'gcc_assert' 5001 | gcc_assert (TREE_CODE (decl) == VAR_DECL | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:5018:7: note: in expansion of macro 'gcc_assert' 5018 | gcc_assert (SUPPORTS_WEAK); | ^~~~~~~~~~ ../../gcc/varasm.c: In function 'default_no_named_section': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:5144:3: note: in expansion of macro 'gcc_unreachable' 5144 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/varasm.c: In function 'default_elf_select_section_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:5405:7: note: in expansion of macro 'gcc_unreachable' 5405 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:5457:7: note: in expansion of macro 'gcc_unreachable' 5457 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/varasm.c: In function 'default_unique_section_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/varasm.c:5529:7: note: in expansion of macro 'gcc_unreachable' 5529 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/varray.c -o varray.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/vmsdbgout.c -o vmsdbgout.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/xcoffout.c -o xcoffout.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/et-forest.c -o et-forest.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cfghooks.c -o cfghooks.o In file included from ../../gcc/cfghooks.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/bt-load.c -o bt-load.o ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/cfghooks.c:29: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/cfghooks.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/cfghooks.c: In function 'verify_flow_info': ../../gcc/cfghooks.c:96:19: warning: unquoted identifier or keyword 'prev_bb' in format [-Wformat-diag] 96 | error ("prev_bb of %d should be %d, not %d", | ^~~~~~~ ../../gcc/cfghooks.c:113:19: warning: unquoted identifier or keyword 'verify_flow_info' in format [-Wformat-diag] 113 | error ("verify_flow_info: Wrong count of block %i %i", | ^~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c:119:19: warning: unquoted identifier or keyword 'verify_flow_info' in format [-Wformat-diag] 119 | error ("verify_flow_info: Wrong frequency of block %i %i", | ^~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c:127:23: warning: unquoted identifier or keyword 'verify_flow_info' in format [-Wformat-diag] 127 | error ("verify_flow_info: Duplicate edge %i->%i", | ^~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c:127:58: warning: unquoted operator '->' in format [-Wformat-diag] 127 | error ("verify_flow_info: Duplicate edge %i->%i", | ^~ ../../gcc/cfghooks.c:133:23: warning: unquoted identifier or keyword 'verify_flow_info' in format [-Wformat-diag] 133 | error ("verify_flow_info: Wrong probability of edge %i->%i %i", | ^~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c:133:69: warning: unquoted operator '->' in format [-Wformat-diag] 133 | error ("verify_flow_info: Wrong probability of edge %i->%i %i", | ^~ ../../gcc/cfghooks.c:139:23: warning: unquoted identifier or keyword 'verify_flow_info' in format [-Wformat-diag] 139 | error ("verify_flow_info: Wrong count of edge %i->%i %i", | ^~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c:139:63: warning: unquoted operator '->' in format [-Wformat-diag] 139 | error ("verify_flow_info: Wrong count of edge %i->%i %i", | ^~ ../../gcc/cfghooks.c:151:23: warning: unquoted identifier or keyword 'verify_flow_info' in format [-Wformat-diag] 151 | error ("verify_flow_info: Basic block %d succ edge is corrupted", | ^~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c:185:27: warning: unquoted identifier or keyword 'dest_idx' in format [-Wformat-diag] 185 | error ("its dest_idx should be %d, not %d", | ^~~~~~~~ ../../gcc/cfghooks.c:227:22: warning: unquoted identifier or keyword 'verify_flow_info' in format [-Wformat-diag] 227 | internal_error ("verify_flow_info failed"); | ^~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'redirect_edge_and_branch': ../../gcc/cfghooks.c:288:42: warning: unquoted identifier or keyword 'redirect_edge_and_branch' in format [-Wformat-diag] 288 | internal_error ("%s does not support redirect_edge_and_branch", | ^~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'redirect_edge_and_branch_force': ../../gcc/cfghooks.c:306:42: warning: unquoted identifier or keyword 'redirect_edge_and_branch_force' in format [-Wformat-diag] 306 | internal_error ("%s does not support redirect_edge_and_branch_force", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'split_block': ../../gcc/cfghooks.c:324:42: warning: unquoted identifier or keyword 'split_block' in format [-Wformat-diag] 324 | internal_error ("%s does not support split_block", cfg_hooks->name); | ^~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'move_block_after': ../../gcc/cfghooks.c:360:42: warning: unquoted identifier or keyword 'move_block_after' in format [-Wformat-diag] 360 | internal_error ("%s does not support move_block_after", cfg_hooks->name); | ^~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'delete_basic_block': ../../gcc/cfghooks.c:373:42: warning: unquoted identifier or keyword 'delete_basic_block' in format [-Wformat-diag] 373 | internal_error ("%s does not support delete_basic_block", cfg_hooks->name); | ^~~~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'split_edge': ../../gcc/cfghooks.c:405:42: warning: unquoted identifier or keyword 'split_edge' in format [-Wformat-diag] 405 | internal_error ("%s does not support split_edge", cfg_hooks->name); | ^~~~~~~~~~ ../../gcc/cfghooks.c: In function 'create_basic_block': ../../gcc/cfghooks.c:466:42: warning: unquoted identifier or keyword 'create_basic_block' in format [-Wformat-diag] 466 | internal_error ("%s does not support create_basic_block", cfg_hooks->name); | ^~~~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'can_merge_blocks_p': ../../gcc/cfghooks.c:494:42: warning: unquoted identifier or keyword 'can_merge_blocks_p' in format [-Wformat-diag] 494 | internal_error ("%s does not support can_merge_blocks_p", cfg_hooks->name); | ^~~~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'predict_edge': ../../gcc/cfghooks.c:505:42: warning: unquoted identifier or keyword 'predict_edge' in format [-Wformat-diag] 505 | internal_error ("%s does not support predict_edge", cfg_hooks->name); | ^~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'predicted_by_p': ../../gcc/cfghooks.c:514:42: warning: unquoted identifier or keyword 'predicted_by_p' in format [-Wformat-diag] 514 | internal_error ("%s does not support predicted_by_p", cfg_hooks->name); | ^~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'merge_blocks': ../../gcc/cfghooks.c:528:42: warning: unquoted identifier or keyword 'merge_blocks' in format [-Wformat-diag] 528 | internal_error ("%s does not support merge_blocks", cfg_hooks->name); | ^~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'make_forwarder_block': ../../gcc/cfghooks.c:573:42: warning: unquoted identifier or keyword 'make_forwarder_block' in format [-Wformat-diag] 573 | internal_error ("%s does not support make_forwarder_block", | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'can_duplicate_block_p': ../../gcc/cfghooks.c:678:42: warning: unquoted identifier or keyword 'can_duplicate_block_p' in format [-Wformat-diag] 678 | internal_error ("%s does not support can_duplicate_block_p", | ^~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'duplicate_block': ../../gcc/cfghooks.c:706:42: warning: unquoted identifier or keyword 'duplicate_block' in format [-Wformat-diag] 706 | internal_error ("%s does not support duplicate_block", | ^~~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'block_ends_with_call_p': ../../gcc/cfghooks.c:774:42: warning: unquoted identifier or keyword 'block_ends_with_call_p' in format [-Wformat-diag] 774 | internal_error ("%s does not support block_ends_with_call_p", cfg_hooks->name); | ^~~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'block_ends_with_condjump_p': ../../gcc/cfghooks.c:785:42: warning: unquoted identifier or keyword 'block_ends_with_condjump_p' in format [-Wformat-diag] 785 | internal_error ("%s does not support block_ends_with_condjump_p", | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/cfghooks.c: In function 'flow_call_edges_add': ../../gcc/cfghooks.c:803:42: warning: unquoted identifier or keyword 'flow_call_edges_add' in format [-Wformat-diag] 803 | internal_error ("%s does not support flow_call_edges_add", | ^~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/cfghooks.c:23: ../../gcc/cfghooks.c: In function 'cfg_hook_duplicate_loop_to_header_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfghooks.c:853:3: note: in expansion of macro 'gcc_assert' 853 | gcc_assert (cfg_hooks->cfg_hook_duplicate_loop_to_header_edge); | ^~~~~~~~~~ ../../gcc/cfghooks.c: In function 'extract_cond_bb_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfghooks.c:867:3: note: in expansion of macro 'gcc_assert' 867 | gcc_assert (cfg_hooks->extract_cond_bb_edges); | ^~~~~~~~~~ ../../gcc/cfghooks.c: In function 'lv_add_condition_to_bb': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfghooks.c:888:3: note: in expansion of macro 'gcc_assert' 888 | gcc_assert (cfg_hooks->lv_add_condition_to_bb); | ^~~~~~~~~~ In file included from ../../gcc/bt-load.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/bt-load.c: In function 'insn_sets_btr_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bt-load.c:242:11: note: in expansion of macro 'gcc_assert' 242 | gcc_assert (!btr_referenced_p (src, NULL)); | ^~~~~~~~~~ ../../gcc/bt-load.c: In function 'augment_live_range': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bt-load.c:924:7: note: in expansion of macro 'gcc_assert' 924 | gcc_assert (dominated_by_p (CDI_DOMINATORS, head_bb, new_bb)); | ^~~~~~~~~~ ../../gcc/bt-load.c: In function 'move_btr_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/bt-load.c:1192:9: note: in expansion of macro 'gcc_assert' 1192 | gcc_assert (insp != BB_HEAD (b)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/ggc-page.c -o ggc-page.o In file included from ../../gcc/ggc-page.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/ggc-page.c:34: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/ggc-page.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/ggc-page.c: In function 'free_page': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ggc-page.c:943:7: note: in expansion of macro 'gcc_assert' 943 | gcc_assert (entry->context_depth == top->context_depth); | ^~~~~~~~~~ ../../gcc/ggc-page.c: In function 'ggc_set_mark': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ggc-page.c:1262:3: note: in expansion of macro 'gcc_assert' 1262 | gcc_assert (entry); | ^~~~~~~~~~ ../../gcc/ggc-page.c: In function 'ggc_marked_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ggc-page.c:1298:3: note: in expansion of macro 'gcc_assert' 1298 | gcc_assert (entry); | ^~~~~~~~~~ ../../gcc/ggc-page.c: In function 'init_ggc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ggc-page.c:1471:9: note: in expansion of macro 'gcc_assert' 1471 | gcc_assert (!((size_t)p & (G.pagesize - 1))); | ^~~~~~~~~~ ../../gcc/ggc-page.c: In function 'ggc_recalculate_in_use_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ggc-page.c:1576:3: note: in expansion of macro 'gcc_assert' 1576 | gcc_assert (p->num_free_objects < num_objects); | ^~~~~~~~~~ ../../gcc/ggc-page.c: In function 'clear_marks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ggc-page.c:1596:11: note: in expansion of macro 'gcc_assert' 1596 | gcc_assert (!((size_t) p->page & (G.pagesize - 1))); | ^~~~~~~~~~ ../../gcc/ggc-page.c: In function 'ggc_pch_write_object': ../../gcc/ggc-page.c:2110:22: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 2110 | fatal_error ("can't write PCH file: %m"); | ^ ../../gcc/ggc-page.c:2126:30: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 2126 | fatal_error ("can't write PCH file"); | ^ ../../gcc/ggc-page.c:2132:30: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 2132 | fatal_error ("can't write PCH file"); | ^ ../../gcc/ggc-page.c:2141:22: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 2141 | fatal_error ("can't write PCH file: %m"); | ^ ../../gcc/ggc-page.c: In function 'ggc_pch_finish': ../../gcc/ggc-page.c:2148:22: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 2148 | fatal_error ("can't write PCH file: %m"); | ^ In file included from ../../gcc/ggc-page.c:23: ../../gcc/ggc-page.c: In function 'ggc_pch_read': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ggc-page.c:2223:3: note: in expansion of macro 'gcc_assert' 2223 | gcc_assert (!G.context_depth); | ^~~~~~~~~~ ../../gcc/ggc-page.c:2235:22: warning: contraction 'can't' in format; use 'cannot' instead [-Wformat-diag] 2235 | fatal_error ("can't read PCH file: %m"); | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/web.c -o web.o In file included from ../../gcc/web.c:46: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/rtlhooks.c -o rtlhooks.o In file included from ../../gcc/rtlhooks.c:22: ../../gcc/rtlhooks.c: In function 'gen_lowpart_general': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlhooks.c:51:7: note: in expansion of macro 'gcc_assert' 51 | gcc_assert (result != 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/rtlhooks.c:59:7: note: in expansion of macro 'gcc_assert' 59 | gcc_assert (MEM_P (x)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cfgexpand.c -o cfgexpand.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/lambda-mat.c -o lambda-mat.o In file included from ../../gcc/cfgexpand.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/cfgexpand.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/cfgexpand.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ In file included from ../../gcc/lambda-mat.c:22: ../../gcc/lambda.h: In function 'lambda_vector_min_nz': ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:331:3: note: in expansion of macro 'gcc_assert' 331 | gcc_assert (start <= n); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:338:3: note: in expansion of macro 'gcc_assert' 338 | gcc_assert (min >= 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/lambda-mat.c: In function 'lambda_matrix_inverse_hard': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-mat.c:405:7: note: in expansion of macro 'gcc_assert' 405 | gcc_assert (diagonal); | ^~~~~~~~~~ ../../gcc/cfgexpand.c: In function 'add_reg_br_prob_note': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgexpand.c:67:9: note: in expansion of macro 'gcc_assert' 67 | gcc_assert (!find_reg_note (last, REG_BR_PROB, 0)); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/cfgexpand.c:26: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/cfgexpand.c:69:13: note: in expansion of macro 'gen_rtx_EXPR_LIST' 69 | = gen_rtx_EXPR_LIST (REG_BR_PROB, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/cfgexpand.c:22: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgexpand.c:76:3: note: in expansion of macro 'gcc_assert' 76 | gcc_assert (!find_reg_note (last, REG_BR_PROB, 0)); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/cfgexpand.c:26: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/cfgexpand.c:78:7: note: in expansion of macro 'gen_rtx_EXPR_LIST' 78 | = gen_rtx_EXPR_LIST (REG_BR_PROB, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/cfgexpand.c:22: ../../gcc/cfgexpand.c: In function 'add_stack_var_conflict': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgexpand.c:264:3: note: in expansion of macro 'gcc_assert' 264 | gcc_assert (index < stack_vars_conflict_alloc); | ^~~~~~~~~~ ../../gcc/cfgexpand.c: In function 'stack_var_conflict_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgexpand.c:274:3: note: in expansion of macro 'gcc_assert' 274 | gcc_assert (index < stack_vars_conflict_alloc); | ^~~~~~~~~~ ../../gcc/cfgexpand.c: In function 'partition_stack_vars': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgexpand.c:428:3: note: in expansion of macro 'gcc_assert' 428 | gcc_assert (sizeof(bool) == sizeof(char)); | ^~~~~~~~~~ ../../gcc/cfgexpand.c: In function 'expand_one_stack_var_at': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgexpand.c:517:3: note: in expansion of macro 'gcc_assert' 517 | gcc_assert (offset == trunc_int_for_mode (offset, Pmode)); | ^~~~~~~~~~ ../../gcc/cfgexpand.c: In function 'expand_gimple_cond_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgexpand.c:1133:3: note: in expansion of macro 'gcc_assert' 1133 | gcc_assert (TREE_CODE (then_exp) == GOTO_EXPR | ^~~~~~~~~~ ../../gcc/cfgexpand.c: In function 'expand_gimple_tailcall': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgexpand.c:1239:3: note: in expansion of macro 'gcc_assert' 1239 | gcc_assert (BARRIER_P (last)); | ^~~~~~~~~~ ../../gcc/cfgexpand.c: In function 'construct_init_block': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cfgexpand.c:1400:3: note: in expansion of macro 'gcc_assert' 1400 | gcc_assert (EDGE_COUNT (ENTRY_BLOCK_PTR->succs) == 1); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/lambda-trans.c -o lambda-trans.o In file included from ../../gcc/lambda-trans.c:23: ../../gcc/lambda.h: In function 'lambda_vector_min_nz': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:331:3: note: in expansion of macro 'gcc_assert' 331 | gcc_assert (start <= n); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:338:3: note: in expansion of macro 'gcc_assert' 338 | gcc_assert (min >= 0); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/lambda-code.c -o lambda-code.o In file included from ../../gcc/lambda-code.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/lambda-code.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/lambda-code.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/lambda.h: In function 'lambda_vector_min_nz': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:331:3: note: in expansion of macro 'gcc_assert' 331 | gcc_assert (start <= n); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:338:3: note: in expansion of macro 'gcc_assert' 338 | gcc_assert (min >= 0); | ^~~~~~~~~~ ../../gcc/lambda-code.c: In function 'lambda_body_vector_compute_new': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:179:3: note: in expansion of macro 'gcc_assert' 179 | gcc_assert (LTM_ROWSIZE (transform) == LTM_COLSIZE (transform)); | ^~~~~~~~~~ ../../gcc/lambda-code.c: In function 'print_lambda_loop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:306:3: note: in expansion of macro 'gcc_assert' 306 | gcc_assert (loop); | ^~~~~~~~~~ ../../gcc/lambda-code.c: In function 'lambda_lattice_compute_base': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:401:7: note: in expansion of macro 'gcc_assert' 401 | gcc_assert (loop); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:419:11: note: in expansion of macro 'gcc_assert' 419 | gcc_assert (expression && !LLE_NEXT (expression) | ^~~~~~~~~~ ../../gcc/lambda-code.c: In function 'lambda_compute_auxillary_space': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:733:11: note: in expansion of macro 'gcc_assert' 733 | gcc_assert (size <= 127); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:762:11: note: in expansion of macro 'gcc_assert' 762 | gcc_assert (size <= 127); | ^~~~~~~~~~ ../../gcc/lambda-code.c: In function 'gcc_loop_to_lambda_loop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:1422:3: note: in expansion of macro 'gcc_assert' 1422 | gcc_assert (VEC_length (tree, *invariants) <= (unsigned int) (2 * depth)); | ^~~~~~~~~~ ../../gcc/lambda-code.c: In function 'lle_to_gcc_expression': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:1665:3: note: in expansion of macro 'gcc_assert' 1665 | gcc_assert (wrap == MAX_EXPR || wrap == MIN_EXPR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:1814:3: note: in expansion of macro 'gcc_assert' 1814 | gcc_assert (VEC_length (tree, results) <= 2); | ^~~~~~~~~~ ../../gcc/lambda-code.c: In function 'lambda_loopnest_to_gcc_loopnest': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:1900:7: note: in expansion of macro 'gcc_assert' 1900 | gcc_assert (LLE_DENOMINATOR (offset) == 1 && | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:1982:7: note: in expansion of macro 'gcc_assert' 1982 | gcc_assert (oldiv_def != NULL_TREE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:1989:11: note: in expansion of macro 'gcc_assert' 1989 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/lambda-code.c: In function 'replace_uses_equiv_to_x_with_y': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:2210:7: note: in expansion of macro 'gcc_assert' 2210 | gcc_assert (init != NULL && init != chrec_dont_know); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:2247:7: note: in expansion of macro 'gcc_assert' 2247 | gcc_assert ((*(struct tree_map **)loc) == NULL); | ^~~~~~~~~~ ../../gcc/lambda-code.c: In function 'can_put_in_inner_loop': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:2276:3: note: in expansion of macro 'gcc_assert' 2276 | gcc_assert (TREE_CODE (stmt) == MODIFY_EXPR); | ^~~~~~~~~~ ../../gcc/lambda-code.c: In function 'lambda_transform_legal_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda-code.c:2719:3: note: in expansion of macro 'gcc_assert' 2719 | gcc_assert (LTM_COLSIZE (trans) == nb_loops | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-loop-linear.c -o tree-loop-linear.o In file included from ../../gcc/tree-loop-linear.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-loop-linear.c:34: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-loop-linear.c:24: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/lambda.h: In function 'lambda_vector_min_nz': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:331:3: note: in expansion of macro 'gcc_assert' 331 | gcc_assert (start <= n); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/lambda.h:338:3: note: in expansion of macro 'gcc_assert' 338 | gcc_assert (min >= 0); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-sink.c -o tree-ssa-sink.o In file included from ../../gcc/tree-ssa-sink.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-sink.c:31: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-sink.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-sink.c: In function 'is_hidden_global_store': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-sink.c:147:7: note: in expansion of macro 'gcc_assert' 147 | gcc_assert (TREE_CODE (stmt) == MODIFY_EXPR); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-sink.c:208:9: note: in expansion of macro 'gcc_unreachable' 208 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-sink.c:31: ../../gcc/tree-ssa-sink.c: In function 'sink_code_in_bb': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/tree-ssa-sink.c:27: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-vrp.c -o tree-vrp.o In file included from ../../gcc/tree-vrp.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/lambda-code.c:32: ../../gcc/lambda-code.c: In function 'lambda_loopnest_to_gcc_loopnest': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/lambda-code.c:27: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-vrp.c:30: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-vrp.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'nonnull_arg_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:107:3: note: in expansion of macro 'gcc_assert' 107 | gcc_assert (TREE_CODE (arg) == PARM_DECL && POINTER_TYPE_P (TREE_TYPE (arg))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:129:3: note: in expansion of macro 'gcc_assert' 129 | gcc_assert (t == arg); | ^~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'compare_values': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:431:3: note: in expansion of macro 'gcc_assert' 431 | gcc_assert (POINTER_TYPE_P (TREE_TYPE (val1)) | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:541:7: note: in expansion of macro 'gcc_unreachable' 541 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'range_includes_zero_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:643:3: note: in expansion of macro 'gcc_assert' 643 | gcc_assert (vr->type != VR_UNDEFINED | ^~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'extract_range_from_assert': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:740:3: note: in expansion of macro 'gcc_assert' 740 | gcc_assert (COMPARISON_CLASS_P (cond)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:760:3: note: in expansion of macro 'gcc_assert' 760 | gcc_assert (limit != var); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:847:3: note: in expansion of macro 'gcc_assert' 847 | gcc_assert (vr_p->equiv == NULL); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:977:5: note: in expansion of macro 'gcc_unreachable' 977 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'extract_range_from_binary_expr': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:1449:5: note: in expansion of macro 'gcc_unreachable' 1449 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'compare_ranges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:1890:7: note: in expansion of macro 'gcc_assert' 1890 | gcc_assert (comp == NE_EXPR || comp == EQ_EXPR); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:1973:3: note: in expansion of macro 'gcc_unreachable' 1973 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'compare_range_with_value': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:2080:3: note: in expansion of macro 'gcc_unreachable' 2080 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'build_assert_expr_for': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:2199:3: note: in expansion of macro 'gcc_assert' 2199 | gcc_assert (TREE_CODE (v) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:2211:7: note: in expansion of macro 'gcc_assert' 2211 | gcc_assert (op0 == v); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:2217:7: note: in expansion of macro 'gcc_assert' 2217 | gcc_assert (v == cond); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:2221:5: note: in expansion of macro 'gcc_unreachable' 2221 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'register_new_assert_for': ../../gcc/tree-vrp.c:2387:8: warning: variable 'found' set but not used [-Wunused-but-set-variable] 2387 | bool found; | ^~~~~ In file included from ../../gcc/tree-vrp.c:23: ../../gcc/tree-vrp.c: In function 'register_edge_assert_for': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:2580:7: note: in expansion of macro 'gcc_unreachable' 2580 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'find_assert_locations': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:2740:15: note: in expansion of macro 'gcc_assert' 2740 | gcc_assert (is_gimple_reg (PHI_RESULT (phi))); | ^~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'process_assert_insertions_for': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:2857:3: note: in expansion of macro 'gcc_unreachable' 2857 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'process_assert_insertions': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:2879:7: note: in expansion of macro 'gcc_assert' 2879 | gcc_assert (loc); | ^~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'replace_uses_by_vrp': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:2999:15: note: in expansion of macro 'gcc_assert' 2999 | gcc_assert (!is_gimple_reg (name)); | ^~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'remove_range_assertions': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:3079:13: note: in expansion of macro 'gcc_assert' 3079 | gcc_assert (cond != boolean_false_node); | ^~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'compare_name_with_value': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:3271:11: note: in expansion of macro 'gcc_assert' 3271 | gcc_assert (retval == NULL || t == retval); | ^~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'compare_names': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:3355:15: note: in expansion of macro 'gcc_assert' 3355 | gcc_assert (retval == NULL || t == retval); | ^~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'vrp_evaluate_conditional': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:3390:3: note: in expansion of macro 'gcc_assert' 3390 | gcc_assert (TREE_CODE (cond) == SSA_NAME | ^~~~~~~~~~ ../../gcc/tree-vrp.c: In function 'vrp_visit_stmt': ../../gcc/tree-vrp.c:3570:14: warning: variable 'ann' set but not used [-Wunused-but-set-variable] 3570 | stmt_ann_t ann; | ^~~ In file included from ../../gcc/tree-vrp.c:23: ../../gcc/tree-vrp.c: In function 'vrp_meet': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vrp.c:3724:5: note: in expansion of macro 'gcc_unreachable' 3724 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/lambda-code.c:32: ../../gcc/lambda-code.c: In function 'gcc_loopnest_to_lambda_loopnest': ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/lambda-code.c:27: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/lambda-code.c:32: ../../gcc/tree-flow-inline.h:576:10: warning: array subscript -1 is below array bounds of 'struct phi_arg_d[1]' [-Warray-bounds] 576 | return &(PHI_ARG_IMM_USE_NODE (phi,i)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/lambda-code.c:27: ../../gcc/tree.h:1531:65: note: while referencing 'a' 1531 | struct phi_arg_d GTY ((length ("((tree)&%h)->phi.num_args"))) a[1]; | ^ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-stdarg.c -o tree-stdarg.o In file included from ../../gcc/tree-stdarg.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-stdarg.c:31: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-stdarg.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-stdarg.c: In function 'reachable_at_most_once': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-stdarg.c:96:7: note: in expansion of macro 'gcc_assert' 96 | gcc_assert (src != ENTRY_BLOCK_PTR); | ^~~~~~~~~~ ../../gcc/tree-stdarg.c: In function 'execute_optimize_stdarg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-stdarg.c:627:3: note: in expansion of macro 'gcc_assert' 627 | gcc_assert (is_gimple_reg_type (va_list_type_node) == va_list_simple_ptr); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-cfgcleanup.c -o tree-cfgcleanup.o In file included from ../../gcc/tree-cfgcleanup.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-cfgcleanup.c:38: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-cfgcleanup.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-cfgcleanup.c: In function 'cleanup_control_expr_graph': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-cfgcleanup.c:95:11: note: in expansion of macro 'gcc_unreachable' 95 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-cfgcleanup.c: In function 'phi_alternatives_equal': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfgcleanup.c:346:7: note: in expansion of macro 'gcc_assert' 346 | gcc_assert (val1 != NULL_TREE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfgcleanup.c:347:7: note: in expansion of macro 'gcc_assert' 347 | gcc_assert (val2 != NULL_TREE); | ^~~~~~~~~~ ../../gcc/tree-cfgcleanup.c: In function 'remove_forwarder_block': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfgcleanup.c:460:11: note: in expansion of macro 'gcc_assert' 460 | gcc_assert (TREE_CODE (label) == LABEL_EXPR); | ^~~~~~~~~~ ../../gcc/tree-cfgcleanup.c: In function 'remove_forwarder_block_with_phi': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-cfgcleanup.c:661:7: note: in expansion of macro 'gcc_assert' 661 | gcc_assert (s == e); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-reassoc.c -o tree-ssa-reassoc.o In file included from ../../gcc/tree-ssa-reassoc.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-reassoc.c:32: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-reassoc.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-reassoc.c: In function 'insert_value_rank': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-reassoc.c:174:3: note: in expansion of macro 'gcc_assert' 174 | gcc_assert (*slot == NULL); | ^~~~~~~~~~ ../../gcc/tree-ssa-reassoc.c: In function 'should_transpose': ../../gcc/tree-ssa-reassoc.c:370:16: warning: variable 'lowrankop' set but not used [-Wunused-but-set-variable] 370 | unsigned int lowrankop; | ^~~~~~~~~ ../../gcc/tree-ssa-reassoc.c: In function 'reassociate_expr': ../../gcc/tree-ssa-reassoc.c:491:32: warning: variable 'otherop' set but not used [-Wunused-but-set-variable] 491 | unsigned int otherop = 1; | ^~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-ssa-structalias.c -o tree-ssa-structalias.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-object-size.c -o tree-object-size.o In file included from ../../gcc/tree-ssa-structalias.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-ssa-structalias.c:39: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-ssa-structalias.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': In file included from ../../gcc/tree-object-size.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-ssa-structalias.c: In function 'erase_graph_self_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:804:3: note: in expansion of macro 'gcc_assert' 804 | gcc_assert (edge.src == edge.dest); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-ssa-structalias.c: In function 'get_graph_weights': ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:923:3: note: in expansion of macro 'gcc_assert' 923 | gcc_assert (edge != NULL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-object-size.c:28: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-object-size.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/tree-ssa-structalias.c: In function 'scc_visit': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:1117:3: note: in expansion of macro 'gcc_assert' 1117 | gcc_assert (get_varinfo (n)->node == n); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/tree-ssa-structalias.c: In function 'process_unification_queue': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:1252:15: note: in expansion of macro 'gcc_assert' 1252 | gcc_assert (changed_count > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-ssa-structalias.c: In function 'solve_graph': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:1767:11: note: in expansion of macro 'gcc_assert' 1767 | gcc_assert (get_varinfo (i)->node == i); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:1798:19: note: in expansion of macro 'gcc_assert' 1798 | gcc_assert (!bitmap_empty_p (weights)); | ^~~~~~~~~~ ../../gcc/tree-ssa-structalias.c: In function 'insert_id_for_tree': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:1863:3: note: in expansion of macro 'gcc_assert' 1863 | gcc_assert (*slot == NULL); | ^~~~~~~~~~ ../../gcc/tree-object-size.c: In function 'addr_object_size': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:158:3: note: in expansion of macro 'gcc_assert' 158 | gcc_assert (TREE_CODE (ptr) == ADDR_EXPR); | ^~~~~~~~~~ ../../gcc/tree-object-size.c: In function 'alloc_object_size': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:233:3: note: in expansion of macro 'gcc_assert' 233 | gcc_assert (TREE_CODE (call) == CALL_EXPR); | ^~~~~~~~~~ ../../gcc/tree-object-size.c: In function 'compute_builtin_object_size': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:324:3: note: in expansion of macro 'gcc_assert' 324 | gcc_assert (object_size_type >= 0 && object_size_type <= 3); | ^~~~~~~~~~ ../../gcc/tree-object-size.c: In function 'expr_object_size': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:473:3: note: in expansion of macro 'gcc_assert' 473 | gcc_assert (object_sizes[object_size_type][varno] | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:475:3: note: in expansion of macro 'gcc_assert' 475 | gcc_assert (osi->pass == 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:481:3: note: in expansion of macro 'gcc_assert' 481 | gcc_assert (TREE_CODE (value) != SSA_NAME | ^~~~~~~~~~ ../../gcc/tree-object-size.c: In function 'plus_expr_object_size': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:568:3: note: in expansion of macro 'gcc_assert' 568 | gcc_assert (TREE_CODE (value) == PLUS_EXPR); | ^~~~~~~~~~ ../../gcc/tree-object-size.c: In function 'collect_object_sizes_for': ../../gcc/system.h:570:50: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 570 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:692:9: note: in expansion of macro 'abort' 692 | abort (); | ^~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:729:9: note: in expansion of macro 'gcc_assert' 729 | gcc_assert (IS_EMPTY_STMT (stmt)); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:758:7: note: in expansion of macro 'gcc_unreachable' 758 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-object-size.c: In function 'check_for_plus_in_loops_1': ../../gcc/system.h:570:50: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 570 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:819:9: note: in expansion of macro 'abort' 819 | abort (); | ^~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:852:17: note: in expansion of macro 'gcc_assert' 852 | gcc_assert (TREE_CODE (basevar) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:854:13: note: in expansion of macro 'gcc_assert' 854 | gcc_assert (TREE_CODE (cst) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:860:11: note: in expansion of macro 'gcc_unreachable' 860 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:877:7: note: in expansion of macro 'gcc_unreachable' 877 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-object-size.c: In function 'check_for_plus_in_loops': ../../gcc/system.h:570:50: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 570 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:898:9: note: in expansion of macro 'abort' 898 | abort (); | ^~~~~ ../../gcc/tree-ssa-structalias.c: In function 'get_constraint_exp_from_ssa_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:1943:3: note: in expansion of macro 'gcc_assert' 1943 | gcc_assert (SSA_VAR_P (t) || DECL_P (t)); | ^~~~~~~~~~ ../../gcc/tree-ssa-structalias.c: In function 'process_constraint': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:1976:3: note: in expansion of macro 'gcc_assert' 1976 | gcc_assert (rhs.var < VEC_length (varinfo_t, varmap)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:1977:3: note: in expansion of macro 'gcc_assert' 1977 | gcc_assert (lhs.var < VEC_length (varinfo_t, varmap)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:2004:7: note: in expansion of macro 'gcc_assert' 2004 | gcc_assert (!AGGREGATE_TYPE_P (pointedtotype) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:2013:7: note: in expansion of macro 'gcc_assert' 2013 | gcc_assert (rhs.offset == 0); | ^~~~~~~~~~ ../../gcc/tree-ssa-structalias.c: In function 'get_constraint_for_component_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:2149:11: note: in expansion of macro 'gcc_assert' 2149 | gcc_assert (curr); | ^~~~~~~~~~ ../../gcc/tree-ssa-structalias.c: In function 'do_deref': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:2195:3: note: in expansion of macro 'gcc_unreachable' 2195 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c: In function 'do_rhs_deref_structure_copy': ../../gcc/tree-ssa-structalias.c:2427:17: warning: variable 'q' set but not used [-Wunused-but-set-variable] 2427 | varinfo_t q; | ^ ../../gcc/tree-ssa-structalias.c: In function 'do_lhs_deref_structure_copy': ../../gcc/tree-ssa-structalias.c:2466:17: warning: variable 'q' set but not used [-Wunused-but-set-variable] 2466 | varinfo_t q; | ^ In file included from ../../gcc/tree-ssa-structalias.c:23: ../../gcc/tree-ssa-structalias.c: In function 'collapse_rest_of_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:2501:7: note: in expansion of macro 'gcc_assert' 2501 | gcc_assert (!field->collapsed_to); | ^~~~~~~~~~ ../../gcc/tree-ssa-structalias.c: In function 'do_structure_copy': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:2617:11: note: in expansion of macro 'gcc_assert' 2617 | gcc_assert (rhs.type == DEREF && lhs.type == DEREF); | ^~~~~~~~~~ ../../gcc/tree-ssa-structalias.c: In function 'update_alias_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c:2675:11: note: in expansion of macro 'gcc_assert' 2675 | gcc_assert (TREE_CODE (stmt) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:929:17: note: in expansion of macro 'gcc_assert' 929 | gcc_assert (TREE_CODE (basevar) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:931:13: note: in expansion of macro 'gcc_assert' 931 | gcc_assert (TREE_CODE (cst) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/tree-object-size.c: In function 'compute_object_sizes': ../../gcc/system.h:570:50: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 570 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/tree-object-size.c:1048:13: note: in expansion of macro 'abort' 1048 | abort (); | ^~~~~ ../../gcc/tree-ssa-structalias.c: In function 'handle_ptr_arith': ../../gcc/tree-ssa-structalias.c:2844:13: warning: variable 'op1' set but not used [-Wunused-but-set-variable] 2844 | tree op0, op1; | ^~~ ../../gcc/tree-ssa-structalias.c: In function 'create_variable_info_for': ../../gcc/tree-ssa-structalias.c:3293:11: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 3293 | asprintf (&tempname, "%s.%s", vi->name, alias_get_name (field)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree-ssa-structalias.c: In function 'get_constraint_for': ../../gcc/tree-ssa-structalias.c:2316:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 2316 | { | ^ ../../gcc/tree-ssa-structalias.c:2327:11: note: here 2327 | default: | ^~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include \ ../../gcc/config/i386/i386.c -o i386.o In file included from ../../gcc/config/i386/i386.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'override_options': ../../gcc/config/i386/i386.c:1330:36: warning: unquoted option name '-mcmodel' in format [-Wformat-diag] 1330 | error ("bad value (%s) for -mcmodel= switch", ix86_cmodel_string); | ^~~~~~~~ ../../gcc/config/i386/i386.c:1346:36: warning: unquoted option name '-masm' in format [-Wformat-diag] 1346 | error ("bad value (%s) for -masm= switch", ix86_asm_string); | ^~~~~ ../../gcc/config/i386/i386.c:1390:32: warning: unquoted option name '-march' in format [-Wformat-diag] 1390 | error ("bad value (%s) for -march= switch", ix86_arch_string); | ^~~~~~ ../../gcc/config/i386/i386.c:1421:32: warning: unquoted option name '-mtune' in format [-Wformat-diag] 1421 | error ("bad value (%s) for -mtune= switch", ix86_tune_string); | ^~~~~~ ../../gcc/config/i386/i386.c:1438:17: warning: unquoted option name '-mregparm' in format [-Wformat-diag] 1438 | error ("-mregparm=%d is not between 0 and %d", i, REGPARM_MAX); | ^~~~~~~~~ ../../gcc/config/i386/i386.c:1451:20: warning: unquoted option name '-malign-loops' in format [-Wformat-diag] 1451 | warning (0, "-malign-loops is obsolete, use -falign-loops"); | ^~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1451:51: warning: unquoted option name '-falign-loops' in format [-Wformat-diag] 1451 | warning (0, "-malign-loops is obsolete, use -falign-loops"); | ^~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1456:21: warning: unquoted option name '-malign-loops' in format [-Wformat-diag] 1456 | error ("-malign-loops=%d is not between 0 and %d", i, MAX_CODE_ALIGN); | ^~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1464:20: warning: unquoted option name '-malign-jumps' in format [-Wformat-diag] 1464 | warning (0, "-malign-jumps is obsolete, use -falign-jumps"); | ^~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1464:51: warning: unquoted option name '-falign-jumps' in format [-Wformat-diag] 1464 | warning (0, "-malign-jumps is obsolete, use -falign-jumps"); | ^~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1469:21: warning: unquoted option name '-malign-loops' in format [-Wformat-diag] 1469 | error ("-malign-loops=%d is not between 0 and %d", i, MAX_CODE_ALIGN); | ^~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1477:20: warning: unquoted option name '-malign-functions' in format [-Wformat-diag] 1477 | warning (0, "-malign-functions is obsolete, use -falign-functions"); | ^~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1477:55: warning: unquoted option name '-falign-functions' in format [-Wformat-diag] 1477 | warning (0, "-malign-functions is obsolete, use -falign-functions"); | ^~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1482:21: warning: unquoted option name '-malign-loops' in format [-Wformat-diag] 1482 | error ("-malign-loops=%d is not between 0 and %d", i, MAX_CODE_ALIGN); | ^~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1513:17: warning: unquoted option name '-mpreferred-stack-boundary' in format [-Wformat-diag] 1513 | error ("-mpreferred-stack-boundary=%d is not between %d and 12", i, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1525:17: warning: unquoted option name '-mbranch-cost' in format [-Wformat-diag] 1525 | error ("-mbranch-cost=%d is not between 0 and 5", i); | ^~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1533:17: warning: unquoted option name '-mlarge-data-threshold' in format [-Wformat-diag] 1533 | error ("-mlarge-data-threshold=%d is negative", i); | ^~~~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1545:36: warning: unquoted option name '-mtls-dialect' in format [-Wformat-diag] 1545 | error ("bad value (%s) for -mtls-dialect= switch", | ^~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1592:17: warning: unquoted option name '-malign-double' in format [-Wformat-diag] 1592 | error ("-malign-double makes no sense in the 64bit mode"); | ^~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1594:17: warning: unquoted option name '-mrtd' in format [-Wformat-diag] 1594 | error ("-mrtd calling convention not supported in the 64bit mode"); | ^~~~~ ../../gcc/config/i386/i386.c:1614:13: warning: unquoted option name '-msseregparm' in format [-Wformat-diag] 1614 | error ("-msseregparm used without SSE enabled"); | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1649:36: warning: unquoted option name '-mfpmath' in format [-Wformat-diag] 1649 | error ("bad value (%s) for -mfpmath= switch", ix86_fpmath_string); | ^~~~~~~~ ../../gcc/config/i386/i386.c:1671:21: warning: unquoted option name '-maccumulate-outgoing-args' in format [-Wformat-diag] 1671 | warning (0, "unwind tables currently require either a frame pointer " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1672:22: note: format string is defined here 1672 | "or -maccumulate-outgoing-args for correctness"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/config/i386/i386.c:23: ../../gcc/config/i386/i386.c: In function 'x86_64_elf_select_section': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1736:11: note: in expansion of macro 'gcc_unreachable' 1736 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'x86_64_elf_unique_section': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:1795:11: note: in expansion of macro 'gcc_unreachable' 1795 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'type_natural_mode': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:2494:11: note: in expansion of macro 'gcc_unreachable' 2494 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'classify_argument': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:2719:11: note: in expansion of macro 'gcc_assert' 2719 | gcc_assert (!TYPE_BINFO (type) | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:2742:11: note: in expansion of macro 'gcc_unreachable' 2742 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:2859:7: note: in expansion of macro 'gcc_assert' 2859 | gcc_assert (VECTOR_MODE_P (mode)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:2864:7: note: in expansion of macro 'gcc_assert' 2864 | gcc_assert (GET_MODE_CLASS (GET_MODE_INNER (mode)) == MODE_INT); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'examine_argument': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:2911:9: note: in expansion of macro 'gcc_unreachable' 2911 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'construct_container': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:3018:9: note: in expansion of macro 'gcc_unreachable' 3018 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:3084:13: note: in expansion of macro 'gcc_unreachable' 3084 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'contains_128bit_aligned_vector_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:3428:11: note: in expansion of macro 'gcc_unreachable' 3428 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_value_regno': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:3644:3: note: in expansion of macro 'gcc_assert' 3644 | gcc_assert (!TARGET_64BIT); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_check_movabs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4155:3: note: in expansion of macro 'gcc_assert' 4155 | gcc_assert (GET_CODE (set) == SET); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4159:3: note: in expansion of macro 'gcc_assert' 4159 | gcc_assert (GET_CODE (mem) == MEM); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'standard_80387_constant_opcode': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4246:7: note: in expansion of macro 'gcc_unreachable' 4246 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'standard_80387_constant_rtx': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4273:7: note: in expansion of macro 'gcc_unreachable' 4273 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_initial_elimination_offset': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4603:7: note: in expansion of macro 'gcc_assert' 4603 | gcc_assert (to == STACK_POINTER_REGNUM); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4608:7: note: in expansion of macro 'gcc_assert' 4608 | gcc_assert (from == FRAME_POINTER_REGNUM); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_compute_frame_layout': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4676:3: note: in expansion of macro 'gcc_assert' 4676 | gcc_assert (!size || stack_alignment_needed); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4677:3: note: in expansion of macro 'gcc_assert' 4677 | gcc_assert (preferred_alignment >= STACK_BOUNDARY / BITS_PER_UNIT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4678:3: note: in expansion of macro 'gcc_assert' 4678 | gcc_assert (preferred_alignment <= PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4679:3: note: in expansion of macro 'gcc_assert' 4679 | gcc_assert (stack_alignment_needed | ^~~~~~~~~~ ../../gcc/config/i386/i386.c:4618:17: warning: variable 'total_size' set but not used [-Wunused-but-set-variable] 4618 | HOST_WIDE_INT total_size; | ^~~~~~~~~~ In file included from ../../gcc/config/i386/i386.c:23: ../../gcc/config/i386/i386.c: In function 'pro_epilogue_adjust_stack': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4830:7: note: in expansion of macro 'gcc_assert' 4830 | gcc_assert (style); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_dwarf_handle_frame_unspec': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4866:3: note: in expansion of macro 'gcc_assert' 4866 | gcc_assert (GET_CODE (unspec) == UNSPEC); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4879:7: note: in expansion of macro 'gcc_unreachable' 4879 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/config/i386/i386.c:26: ../../gcc/config/i386/i386.c: In function 'ix86_expand_prologue': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/config/i386/i386.c:4917:11: note: in expansion of macro 'gen_rtx_EXPR_LIST' 4917 | x = gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR, x, NULL); | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/config/i386/i386.c:4937:11: note: in expansion of macro 'gen_rtx_EXPR_LIST' 4937 | x = gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR, x, NULL); | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/config/i386/i386.c:23: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:4979:7: note: in expansion of macro 'gcc_assert' 4979 | gcc_assert (!TARGET_64BIT); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/config/i386/i386.c:26: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/config/i386/i386.c:4993:26: note: in expansion of macro 'gen_rtx_EXPR_LIST' 4993 | REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/config/i386/i386.c:5044:26: note: in expansion of macro 'gen_rtx_EXPR_LIST' 5044 | REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_MAYBE_DEAD, const0_rtx, NULL); | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/config/i386/i386.c:23: ../../gcc/config/i386/i386.c: In function 'ix86_expand_epilogue': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:5188:11: note: in expansion of macro 'gcc_assert' 5188 | gcc_assert (frame_pointer_needed); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:5242:11: note: in expansion of macro 'gcc_assert' 5242 | gcc_assert (!TARGET_64BIT); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_address_cost': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:5433:3: note: in expansion of macro 'gcc_assert' 5433 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'legitimate_address_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:5947:13: note: in expansion of macro 'gcc_assert' 5947 | gcc_assert (flag_pic); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:5954:13: note: in expansion of macro 'gcc_assert' 5954 | gcc_assert (flag_pic); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'legitimize_pic_address': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6214:11: note: in expansion of macro 'gcc_assert' 6214 | gcc_assert (GET_CODE (addr) == PLUS); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'legitimize_tls_address': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6411:7: note: in expansion of macro 'gcc_unreachable' 6411 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'output_pic_addr_const': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6627:7: note: in expansion of macro 'gcc_assert' 6627 | gcc_assert (flag_pic); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6682:11: note: in expansion of macro 'gcc_assert' 6682 | gcc_assert (GET_CODE (XEXP (x, 1)) == CONST_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6700:8: note: in expansion of macro 'gcc_assert' 6700 | gcc_assert (XVECLEN (x, 0) == 1); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'i386_output_dwarf_dtprel': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6766:7: note: in expansion of macro 'gcc_unreachable' 6766 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'put_condition_code': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6856:7: note: in expansion of macro 'gcc_assert' 6856 | gcc_assert (bypass_code == UNKNOWN && second_code == UNKNOWN); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6872:7: note: in expansion of macro 'gcc_assert' 6872 | gcc_assert (mode == CCmode || mode == CCNOmode || mode == CCGCmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6878:7: note: in expansion of macro 'gcc_assert' 6878 | gcc_assert (mode == CCmode); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6895:11: note: in expansion of macro 'gcc_unreachable' 6895 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6899:7: note: in expansion of macro 'gcc_assert' 6899 | gcc_assert (mode == CCmode); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6916:11: note: in expansion of macro 'gcc_unreachable' 6916 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6921:7: note: in expansion of macro 'gcc_assert' 6921 | gcc_assert (mode == CCmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6925:7: note: in expansion of macro 'gcc_assert' 6925 | gcc_assert (mode == CCmode || mode == CCGCmode || mode == CCNOmode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6929:7: note: in expansion of macro 'gcc_assert' 6929 | gcc_assert (mode == CCmode); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6939:7: note: in expansion of macro 'gcc_unreachable' 6939 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'print_reg': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6955:3: note: in expansion of macro 'gcc_assert' 6955 | gcc_assert (REGNO (x) != ARG_POINTER_REGNUM | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:6982:7: note: in expansion of macro 'gcc_assert' 6982 | gcc_assert (TARGET_64BIT); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:7037:7: note: in expansion of macro 'gcc_unreachable' 7037 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'get_some_local_dynamic_name': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:7058:3: note: in expansion of macro 'gcc_unreachable' 7058 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'print_operand': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:7140:15: note: in expansion of macro 'gcc_unreachable' 7140 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:7226:15: note: in expansion of macro 'gcc_unreachable' 7226 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:7284:15: note: in expansion of macro 'gcc_unreachable' 7284 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:7396:15: note: in expansion of macro 'gcc_unreachable' 7396 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:7460:11: note: in expansion of macro 'gcc_assert' 7460 | gcc_assert (x == CONST0_RTX (GET_MODE (x))); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'print_operand_address': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:7499:3: note: in expansion of macro 'gcc_assert' 7499 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:7517:7: note: in expansion of macro 'gcc_unreachable' 7517 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'output_387_binary_op': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:7821:7: note: in expansion of macro 'gcc_unreachable' 7821 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:7956:7: note: in expansion of macro 'gcc_unreachable' 7956 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_mode_needed': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8009:7: note: in expansion of macro 'gcc_unreachable' 8009 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'emit_i387_cw_initialization': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8063:11: note: in expansion of macro 'gcc_unreachable' 8063 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8095:11: note: in expansion of macro 'gcc_unreachable' 8095 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8099:3: note: in expansion of macro 'gcc_assert' 8099 | gcc_assert (slot < MAX_386_STACK_LOCALS); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'output_fix_trunc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8122:3: note: in expansion of macro 'gcc_assert' 8122 | gcc_assert (STACK_TOP_P (operands[1])); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8123:3: note: in expansion of macro 'gcc_assert' 8123 | gcc_assert (GET_CODE (operands[0]) == MEM); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'output_fp_compare': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8177:3: note: in expansion of macro 'gcc_assert' 8177 | gcc_assert (STACK_TOP_P (cmp_op0)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8254:7: note: in expansion of macro 'gcc_assert' 8254 | gcc_assert (mask < 16); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8256:7: note: in expansion of macro 'gcc_assert' 8256 | gcc_assert (ret); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_clear': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8307:3: note: in expansion of macro 'gcc_assert' 8307 | gcc_assert (reload_completed); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_vector_move_misalign': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8590:5: note: in expansion of macro 'gcc_unreachable' 8590 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_fixup_binary_operands_no_copy': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8680:3: note: in expansion of macro 'gcc_assert' 8680 | gcc_assert (dst == operands[0]); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_binary_operator': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8704:7: note: in expansion of macro 'gcc_assert' 8704 | gcc_assert (code == PLUS); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: At top level: ../../gcc/config/i386/i386.c:8724:30: warning: argument 3 of type 'struct rtx_def *[3]' with mismatched bound [-Warray-parameter=] 8724 | rtx operands[3]) | ~~~~^~~~~~~~~~~ In file included from ./tm_p.h:4, from ../../gcc/config/i386/i386.c:28: ../../gcc/config/i386/i386-protos.h:87:71: note: previously declared as 'struct rtx_def *[]' 87 | extern int ix86_binary_operator_ok (enum rtx_code, enum machine_mode, rtx[]); | ^~~~~ In file included from ../../gcc/config/i386/i386.c:23: ../../gcc/config/i386/i386.c: In function 'ix86_expand_unary_operator': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:8783:7: note: in expansion of macro 'gcc_assert' 8783 | gcc_assert (code == NOT); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: At top level: ../../gcc/config/i386/i386.c:8803:29: warning: argument 3 of type 'struct rtx_def *[2]' with mismatched bound [-Warray-parameter=] 8803 | rtx operands[2] ATTRIBUTE_UNUSED) In file included from ./tm_p.h:4, from ../../gcc/config/i386/i386.c:28: ../../gcc/config/i386/i386-protos.h:96:70: note: previously declared as 'struct rtx_def *[]' 96 | extern int ix86_unary_operator_ok (enum rtx_code, enum machine_mode, rtx[]); | ^~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_split_copysign_const': ../../gcc/config/i386/i386.c:8990:18: warning: variable 'op1' set but not used [-Wunused-but-set-variable] 8990 | rtx dest, op0, op1, mask, x; | ^~~ In file included from ../../gcc/config/i386/i386.c:23: ../../gcc/config/i386/i386.c: In function 'ix86_split_copysign_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9040:7: note: in expansion of macro 'gcc_assert' 9040 | gcc_assert (REGNO (op1) == REGNO (scratch)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9059:11: note: in expansion of macro 'gcc_assert' 9059 | gcc_assert (REGNO (mask) == REGNO (scratch)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9072:11: note: in expansion of macro 'gcc_assert' 9072 | gcc_assert (REGNO (nmask) == REGNO (dest)); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_match_ccmode': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9097:3: note: in expansion of macro 'gcc_assert' 9097 | gcc_assert (GET_CODE (set) == SET); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9098:3: note: in expansion of macro 'gcc_assert' 9098 | gcc_assert (GET_CODE (SET_SRC (set)) == COMPARE); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9125:7: note: in expansion of macro 'gcc_unreachable' 9125 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_cc_mode': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9207:7: note: in expansion of macro 'gcc_unreachable' 9207 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_cc_modes_compatible': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9241:7: note: in expansion of macro 'gcc_unreachable' 9241 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_fp_comparison_codes': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9453:7: note: in expansion of macro 'gcc_unreachable' 9453 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_fp_comparison_arithmetics_cost': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9495:7: note: in expansion of macro 'gcc_unreachable' 9495 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_fp_compare': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9722:11: note: in expansion of macro 'gcc_unreachable' 9722 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_branch': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9933:13: note: in expansion of macro 'gcc_unreachable' 9933 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:9962:7: note: in expansion of macro 'gcc_unreachable' 9962 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/config/i386/i386.c:26: ../../gcc/config/i386/i386.c: In function 'ix86_split_fp_branch': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/config/i386/i386.c:10019:13: note: in expansion of macro 'gen_rtx_EXPR_LIST' 10019 | = gen_rtx_EXPR_LIST (REG_BR_PROB, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/config/i386/i386.c:10029:9: note: in expansion of macro 'gen_rtx_EXPR_LIST' 10029 | = gen_rtx_EXPR_LIST (REG_BR_PROB, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/config/i386/i386.c:10040:13: note: in expansion of macro 'gen_rtx_EXPR_LIST' 10040 | = gen_rtx_EXPR_LIST (REG_BR_PROB, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/config/i386/i386.c:23: ../../gcc/config/i386/i386.c: In function 'ix86_expand_setcc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:10057:3: note: in expansion of macro 'gcc_assert' 10057 | gcc_assert (GET_MODE (dest) == QImode); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:10073:11: note: in expansion of macro 'gcc_assert' 10073 | gcc_assert (!second_test); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_carry_flag_compare': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:10221:3: note: in expansion of macro 'gcc_assert' 10221 | gcc_assert (GET_CODE (*pop) == LTU || GET_CODE (*pop) == GEU); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_prepare_sse_fp_compare_args': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:10791:7: note: in expansion of macro 'gcc_unreachable' 10791 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_fp_movcc': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:10971:7: note: in expansion of macro 'gcc_assert' 10971 | gcc_assert (!second_test && !bypass_test); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_int_vcond': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11072:7: note: in expansion of macro 'gcc_unreachable' 11072 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11120:11: note: in expansion of macro 'gcc_unreachable' 11120 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_int_addcc': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11192:13: note: in expansion of macro 'gcc_unreachable' 11192 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11212:13: note: in expansion of macro 'gcc_unreachable' 11212 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_split_to_parts': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11234:3: note: in expansion of macro 'gcc_assert' 11234 | gcc_assert (GET_CODE (operand) != REG || !MMX_REGNO_P (REGNO (operand))); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11235:3: note: in expansion of macro 'gcc_assert' 11235 | gcc_assert (size >= 2 && size <= 3); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11251:7: note: in expansion of macro 'gcc_assert' 11251 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11266:7: note: in expansion of macro 'gcc_assert' 11266 | gcc_assert (operand != NULL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11278:15: note: in expansion of macro 'gcc_assert' 11278 | gcc_assert (reload_completed); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11308:19: note: in expansion of macro 'gcc_unreachable' 11308 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11314:13: note: in expansion of macro 'gcc_unreachable' 11314 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11326:15: note: in expansion of macro 'gcc_assert' 11326 | gcc_assert (reload_completed); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11366:13: note: in expansion of macro 'gcc_unreachable' 11366 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_split_long_move': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11415:5: note: in expansion of macro 'gcc_assert' 11415 | gcc_assert (GET_CODE (operands[0]) != MEM | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11508:19: note: in expansion of macro 'gcc_unreachable' 11508 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_movmem': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:11977:3: note: in expansion of macro 'gcc_assert' 11977 | gcc_assert (counter_mode == SImode || counter_mode == DImode); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_call': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:12789:3: note: in expansion of macro 'gcc_assert' 12789 | gcc_assert (!TARGET_64BIT || !pop); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'assign_386_stack_local': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:12866:3: note: in expansion of macro 'gcc_assert' 12866 | gcc_assert (n < MAX_386_STACK_LOCALS); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'memory_address_length': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:12919:3: note: in expansion of macro 'gcc_assert' 12919 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_attr_length_immediate_default': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:12990:9: note: in expansion of macro 'gcc_assert' 12990 | gcc_assert (!len); | ^~~~~~~~~~ In file included from ../../gcc/config/i386/i386.c:43: ../../gcc/toplev.h:40:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:13013:19: note: in expansion of macro 'fatal_insn' 13013 | fatal_insn ("unknown insn mode", insn); | ^~~~~~~~~~ In file included from ../../gcc/config/i386/i386.c:23: ../../gcc/config/i386/i386.c: In function 'ix86_attr_length_address_default': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:13032:7: note: in expansion of macro 'gcc_assert' 13032 | gcc_assert (GET_CODE (set) == SET); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_agi_dependant': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:13131:7: note: in expansion of macro 'gcc_assert' 13131 | gcc_assert (GET_CODE (addr) == SET); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'x86_initialize_trampoline': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:13504:7: note: in expansion of macro 'gcc_assert' 13504 | gcc_assert (offset <= TRAMPOLINE_SIZE); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_init_mmx_sse_builtins': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:14683:11: note: in expansion of macro 'gcc_unreachable' 14683 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_binop_builtin': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:15013:3: note: in expansion of macro 'gcc_assert' 15013 | gcc_assert ((GET_MODE (op0) == mode0 || GET_MODE (op0) == VOIDmode) | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_sse_comi': ../../gcc/config/i386/i386.c:15206:7: warning: variable 'op2' set but not used [-Wunused-but-set-variable] 15206 | rtx op2; | ^~~ ../../gcc/config/i386/i386.c: In function 'get_element_number': ../../gcc/config/i386/i386.c:15261:66: warning: unquoted sequence of 2 consecutive punctuation characters '..' in format [-Wformat-diag] 15261 | error ("selector must be an integer constant in the range 0..%wi", max); | ^~ In file included from ../../gcc/config/i386/i386.c:23: ../../gcc/config/i386/i386.c: In function 'ix86_expand_vec_init_builtin': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:15285:3: note: in expansion of macro 'gcc_assert' 15285 | gcc_assert (VECTOR_MODE_P (tmode)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:15293:3: note: in expansion of macro 'gcc_assert' 15293 | gcc_assert (arglist == NULL); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_vec_ext_builtin': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:15322:3: note: in expansion of macro 'gcc_assert' 15322 | gcc_assert (VECTOR_MODE_P (mode0)); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_vec_set_builtin': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:15352:3: note: in expansion of macro 'gcc_assert' 15352 | gcc_assert (VECTOR_MODE_P (tmode)); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_builtin': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:15799:3: note: in expansion of macro 'gcc_unreachable' 15799 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_force_to_memory': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:15809:3: note: in expansion of macro 'gcc_assert' 15809 | gcc_assert (reload_completed); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:15835:11: note: in expansion of macro 'gcc_unreachable' 15835 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:15874:11: note: in expansion of macro 'gcc_unreachable' 15874 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_secondary_memory_needed': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:15992:7: note: in expansion of macro 'gcc_assert' 15992 | gcc_assert (!strict); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_rtx_costs': ../../gcc/config/i386/i386.c:16349:38: warning: comparison of constant '40' with boolean expression is always true [-Wbool-compare] 16349 | || (!GET_CODE (x) != LABEL_REF | ^~ ../../gcc/config/i386/i386.c:16349:38: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] ../../gcc/config/i386/i386.c:16349:24: note: add parentheses around left hand side expression to silence this warning 16349 | || (!GET_CODE (x) != LABEL_REF In file included from ../../gcc/config/i386/i386.c:23: ../../gcc/config/i386/i386.c: In function 'ix86_avoid_jump_misspredicts': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:17148:7: note: in expansion of macro 'gcc_assert' 17148 | gcc_assert (njumps >= 0); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'x86_emit_floatuns': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:17273:3: note: in expansion of macro 'gcc_assert' 17273 | gcc_assert (inmode == SImode || inmode == DImode); | ^~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_vector_init_duplicate': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:17373:9: note: in expansion of macro 'gcc_unreachable' 17373 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_vector_init_low_nonzero': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:17432:9: note: in expansion of macro 'gcc_unreachable' 17432 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_vector_init_general': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:17576:7: note: in expansion of macro 'gcc_unreachable' 17576 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:17642:9: note: in expansion of macro 'gcc_unreachable' 17642 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_vector_set': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:17789:11: note: in expansion of macro 'gcc_unreachable' 17789 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_vector_extract': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:17904:11: note: in expansion of macro 'gcc_unreachable' 17904 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.c:17934:15: note: in expansion of macro 'gcc_unreachable' 17934 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.c: In function 'function_arg_advance': ../../gcc/config/i386/i386.c:3162:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 3162 | if (cum->float_in_sse < 2) | ^ ../../gcc/config/i386/i386.c:3164:9: note: here 3164 | case SFmode: | ^~~~ ../../gcc/config/i386/i386.c: In function 'function_arg': ../../gcc/config/i386/i386.c:3291:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 3291 | if (cum->float_in_sse < 2) | ^ ../../gcc/config/i386/i386.c:3293:7: note: here 3293 | case SFmode: | ^~~~ ../../gcc/config/i386/i386.c: In function 'ix86_expand_branch': ../../gcc/config/i386/i386.c:9837:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 9837 | if (TARGET_64BIT) | ^ ../../gcc/config/i386/i386.c:9839:5: note: here 9839 | case TImode: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-inline.c -o tree-inline.o In file included from ../../gcc/tree-inline.c:23: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-inline.c:44: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-inline.c:23: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'remap_type_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:357:7: note: in expansion of macro 'gcc_unreachable' 357 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-inline.c: In function 'remap_decls': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:421:11: note: in expansion of macro 'gcc_assert' 421 | gcc_assert (DECL_P (new_var)); | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'remap_block': ../../gcc/tree-inline.c:438:8: warning: variable 'fn' set but not used [-Wunused-but-set-variable] 438 | tree fn; | ^~ In file included from ../../gcc/tree-inline.c:23: ../../gcc/tree-inline.c: In function 'remap_blocks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:472:3: note: in expansion of macro 'gcc_assert' 472 | gcc_assert (new != block); | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'copy_body_r': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:561:7: note: in expansion of macro 'gcc_assert' 561 | gcc_assert (new_decl); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:684:15: note: in expansion of macro 'gcc_assert' 684 | gcc_assert (n); | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'copy_bb': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:788:23: note: in expansion of macro 'gcc_assert' 788 | gcc_assert (edge); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:818:11: note: in expansion of macro 'gcc_assert' 818 | gcc_assert (lookup_stmt_eh_region_fn (id->callee_cfun, orig_stmt) | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'copy_cfg_body': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:961:3: note: in expansion of macro 'gcc_assert' 961 | gcc_assert (ENTRY_BLOCK_PTR_FOR_FUNCTION | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:1024:7: note: in expansion of macro 'gcc_assert' 1024 | gcc_assert (inlining_p (id) || !id->eh_region_offset); | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'copy_body': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert (ENTRY_BLOCK_PTR_FOR_FUNCTION (DECL_STRUCT_FUNCTION (fndecl))); | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'initialize_inlined_parameters': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:1235:7: note: in expansion of macro 'gcc_assert' 1235 | gcc_assert (static_chain); | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'declare_return_variable': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:1281:7: note: in expansion of macro 'gcc_assert' 1281 | gcc_assert (!modify_dest); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:1295:3: note: in expansion of macro 'gcc_assert' 1295 | gcc_assert (!TREE_ADDRESSABLE (callee_type)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:1343:3: note: in expansion of macro 'gcc_assert' 1343 | gcc_assert (TREE_CODE (TYPE_SIZE_UNIT (callee_type)) == INTEGER_CST); | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'estimate_num_insns_1': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:1891:7: note: in expansion of macro 'gcc_unreachable' 1891 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-inline.c: In function 'estimate_num_insns': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:1911:7: note: in expansion of macro 'gcc_assert' 1911 | gcc_assert (my_function && my_function->cfg); | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'expand_call_inline': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:2044:7: note: in expansion of macro 'gcc_assert' 2044 | gcc_assert (dest->needed || !flag_unit_at_a_time); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:2139:3: note: in expansion of macro 'gcc_assert' 2139 | gcc_assert (DECL_INITIAL (fn)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:2140:3: note: in expansion of macro 'gcc_assert' 2140 | gcc_assert (TREE_CODE (DECL_INITIAL (fn)) == BLOCK); | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'optimize_inline_calls': ../../gcc/tree-inline.c:2284:8: warning: variable 'prev_fn' set but not used [-Wunused-but-set-variable] 2284 | tree prev_fn; | ^~~~~~~ In file included from ../../gcc/tree-inline.c:23: ../../gcc/tree-inline.c: In function 'copy_tree_r': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:2514:5: note: in expansion of macro 'gcc_assert' 2514 | gcc_assert (code != STATEMENT_LIST); | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'copy_decl_for_dup': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:2719:3: note: in expansion of macro 'gcc_assert' 2719 | gcc_assert (DECL_P (decl)); | ^~~~~~~~~~ ../../gcc/tree-inline.c: In function 'tree_function_versioning': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-inline.c:2857:3: note: in expansion of macro 'gcc_assert' 2857 | gcc_assert (TREE_CODE (old_decl) == FUNCTION_DECL | ^~~~~~~~~~ ../../gcc/tree-inline.c:2848:23: warning: variable 'old_version_node' set but not used [-Wunused-but-set-variable] 2848 | struct cgraph_node *old_version_node; | ^~~~~~~~~~~~~~~~ ../../gcc/tree-inline.c: In function 'estimate_num_insns_1': ../../gcc/tree-inline.c:1757:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 1757 | if (is_gimple_reg (x)) | ^ ../../gcc/tree-inline.c:1761:5: note: here 1761 | case CONSTRUCTOR: | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cgraph.c -o cgraph.o In file included from ../../gcc/cgraph.c:83: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/cgraph.c: In function 'cgraph_node': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraph.c:186:3: note: in expansion of macro 'gcc_assert' 186 | gcc_assert (TREE_CODE (decl) == FUNCTION_DECL); | ^~~~~~~~~~ ../../gcc/cgraph.c: In function 'cgraph_create_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraph.c:297:3: note: in expansion of macro 'gcc_assert' 297 | gcc_assert (get_call_expr_in (call_stmt)); | ^~~~~~~~~~ ../../gcc/cgraph.c: In function 'cgraph_mark_reachable_node': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraph.c:501:7: note: in expansion of macro 'gcc_assert' 501 | gcc_assert (!cgraph_global_info_ready); | ^~~~~~~~~~ ../../gcc/cgraph.c: In function 'cgraph_local_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraph.c:525:3: note: in expansion of macro 'gcc_assert' 525 | gcc_assert (TREE_CODE (decl) == FUNCTION_DECL); | ^~~~~~~~~~ ../../gcc/cgraph.c: In function 'cgraph_global_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraph.c:537:3: note: in expansion of macro 'gcc_assert' 537 | gcc_assert (TREE_CODE (decl) == FUNCTION_DECL && cgraph_global_info_ready); | ^~~~~~~~~~ ../../gcc/cgraph.c: In function 'cgraph_rtl_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraph.c:549:3: note: in expansion of macro 'gcc_assert' 549 | gcc_assert (TREE_CODE (decl) == FUNCTION_DECL); | ^~~~~~~~~~ ../../gcc/cgraph.c: In function 'cgraph_varpool_node': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraph.c:719:3: note: in expansion of macro 'gcc_assert' 719 | gcc_assert (DECL_P (decl) && TREE_CODE (decl) != FUNCTION_DECL); | ^~~~~~~~~~ ../../gcc/cgraph.c: In function 'change_decl_assembler_name': ../../gcc/cgraph.c:763:19: warning: 'D' conversion used unquoted [-Wformat=] 763 | warning (0, "%D renamed after being referenced in assembly", decl); | ^ In file included from ../../gcc/cgraph.c:83: ../../gcc/cgraph.c: In function 'cgraph_unnest_node': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraph.c:987:3: note: in expansion of macro 'gcc_assert' 987 | gcc_assert (node->origin); | ^~~~~~~~~~ ../../gcc/cgraph.c: In function 'cgraph_function_body_availability': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraph.c:1001:3: note: in expansion of macro 'gcc_assert' 1001 | gcc_assert (cgraph_function_flags_ready); | ^~~~~~~~~~ ../../gcc/cgraph.c: In function 'cgraph_variable_initializer_availability': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraph.c:1037:3: note: in expansion of macro 'gcc_assert' 1037 | gcc_assert (cgraph_function_flags_ready); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cgraphunit.c -o cgraphunit.o In file included from ../../gcc/cgraphunit.c:143: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/cgraphunit.c:148: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/cgraphunit.c:143: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/cgraphunit.c: In function 'cgraph_reset_node': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:384:3: note: in expansion of macro 'gcc_assert' 384 | gcc_assert (!node->output); | ^~~~~~~~~~ ../../gcc/cgraphunit.c: In function 'cgraph_finalize_function': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:438:3: note: in expansion of macro 'gcc_assert' 438 | gcc_assert (!node->nested); | ^~~~~~~~~~ ../../gcc/cgraphunit.c: In function 'initialize_inline_failed': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:597:7: note: in expansion of macro 'gcc_assert' 597 | gcc_assert (!e->callee->global.inlined_to); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:598:7: note: in expansion of macro 'gcc_assert' 598 | gcc_assert (e->inline_failed); | ^~~~~~~~~~ ../../gcc/cgraphunit.c: In function 'rebuild_cgraph_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:635:3: note: in expansion of macro 'gcc_assert' 635 | gcc_assert (!node->global.inlined_to); | ^~~~~~~~~~ ../../gcc/cgraphunit.c: In function 'verify_cgraph_node': ../../gcc/cgraphunit.c:670:42: warning: unquoted operator '->' in format [-Wformat-diag] 670 | error ("aux field set for edge %s->%s", | ^~ ../../gcc/cgraphunit.c:692:23: warning: unquoted identifier or keyword 'inlined_to' in format [-Wformat-diag] 692 | error ("inlined_to pointer is wrong"); | ^~~~~~~~~~ ../../gcc/cgraphunit.c:704:21: warning: unquoted identifier or keyword 'inlined_to' in format [-Wformat-diag] 704 | error ("inlined_to pointer set for noninline callers"); | ^~~~~~~~~~ ../../gcc/cgraphunit.c:710:15: warning: unquoted identifier or keyword 'inlined_to' in format [-Wformat-diag] 710 | error ("inlined_to pointer is set but no predecesors found"); | ^~~~~~~~~~ ../../gcc/cgraphunit.c:715:15: warning: unquoted identifier or keyword 'inlined_to' in format [-Wformat-diag] 715 | error ("inlined_to pointer refers to itself"); | ^~~~~~~~~~ ../../gcc/cgraphunit.c:725:33: warning: unquoted identifier or keyword 'DECL_ASSEMBLER_NAME' in format [-Wformat-diag] 725 | error ("node not found in DECL_ASSEMBLER_NAME hash"); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/cgraphunit.c:753:44: warning: unquoted identifier or keyword 'call_stmt' in format [-Wformat-diag] 753 | error ("shared call_stmt:"); | ^~~~~~~~~ ../../gcc/cgraphunit.c:768:65: warning: misspelled term 'stmt' in format; use 'statement' instead [-Wformat-diag] 768 | error ("missing callgraph edge for call stmt:"); | ^~~~ In file included from ../../gcc/cgraphunit.c:143: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:779:9: note: in expansion of macro 'gcc_unreachable' 779 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/cgraphunit.c:785:30: warning: unquoted operator '->' in format [-Wformat-diag] 785 | error ("edge %s->%s has no corresponding call_stmt", | ^~ ../../gcc/cgraphunit.c:785:56: warning: unquoted identifier or keyword 'call_stmt' in format [-Wformat-diag] 785 | error ("edge %s->%s has no corresponding call_stmt", | ^~~~~~~~~ ../../gcc/cgraphunit.c:797:24: warning: unquoted identifier or keyword 'verify_cgraph_node' in format [-Wformat-diag] 797 | internal_error ("verify_cgraph_node failed"); | ^~~~~~~~~~~~~~~~~~ In file included from ../../gcc/cgraphunit.c:143: ../../gcc/cgraphunit.c: In function 'cgraph_finalize_compilation_unit': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1022:7: note: in expansion of macro 'gcc_assert' 1022 | gcc_assert (!node->analyzed && node->reachable); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1023:7: note: in expansion of macro 'gcc_assert' 1023 | gcc_assert (DECL_SAVED_TREE (decl)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1065:7: note: in expansion of macro 'gcc_assert' 1065 | gcc_assert (!node->local.finalized || DECL_SAVED_TREE (decl)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1066:7: note: in expansion of macro 'gcc_assert' 1066 | gcc_assert (node->analyzed == node->local.finalized); | ^~~~~~~~~~ ../../gcc/cgraphunit.c: In function 'cgraph_mark_functions_to_output': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1090:7: note: in expansion of macro 'gcc_assert' 1090 | gcc_assert (!node->output); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1117:11: note: in expansion of macro 'gcc_assert' 1117 | gcc_assert (node->global.inlined_to || !DECL_SAVED_TREE (decl) | ^~~~~~~~~~ ../../gcc/cgraphunit.c: In function 'cgraph_expand_function': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1133:3: note: in expansion of macro 'gcc_assert' 1133 | gcc_assert (!node->global.inlined_to); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1145:3: note: in expansion of macro 'gcc_assert' 1145 | gcc_assert (TREE_ASM_WRITTEN (node->decl)); | ^~~~~~~~~~ ../../gcc/cgraphunit.c: In function 'cgraph_expand_all_functions': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1192:3: note: in expansion of macro 'gcc_assert' 1192 | gcc_assert (order_pos == cgraph_n_nodes); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1205:11: note: in expansion of macro 'gcc_assert' 1205 | gcc_assert (node->reachable); | ^~~~~~~~~~ ../../gcc/cgraphunit.c: In function 'cgraph_function_and_variable_visibility': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1240:11: note: in expansion of macro 'gcc_assert' 1240 | gcc_assert (flag_whole_program || !TREE_PUBLIC (node->decl)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1256:11: note: in expansion of macro 'gcc_assert' 1256 | gcc_assert (flag_whole_program || !TREE_PUBLIC (vnode->decl)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1259:6: note: in expansion of macro 'gcc_assert' 1259 | gcc_assert (TREE_STATIC (vnode->decl)); | ^~~~~~~~~~ ../../gcc/cgraphunit.c: In function 'cgraph_build_static_cdtor': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1455:7: note: in expansion of macro 'gcc_unreachable' 1455 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/cgraphunit.c: In function 'update_call_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1496:3: note: in expansion of macro 'gcc_assert' 1496 | gcc_assert (new_version); | ^~~~~~~~~~ ../../gcc/cgraphunit.c: In function 'cgraph_copy_node_for_versioning': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/cgraphunit.c:1520:4: note: in expansion of macro 'gcc_assert' 1520 | gcc_assert (old_version); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-nomudflap.c -o tree-nomudflap.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/ipa.c -o ipa.o In file included from ../../gcc/ipa.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/ipa.c: In function 'cgraph_remove_unreachable_nodes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa.c:123:7: note: in expansion of macro 'gcc_assert' 123 | gcc_assert (!node->aux); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/ipa-utils.c -o ipa-utils.o In file included from ../../gcc/ipa-utils.c:24: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/ipa-utils.c:28: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/ipa-utils.c:24: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/ipa-reference.c -o ipa-reference.o In file included from ../../gcc/ipa-reference.c:54: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/ipa-reference.c:58: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/ipa-reference.c:54: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/ipa-reference.c: In function 'propagate_bits': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/ipa-reference.c:669:15: note: in expansion of macro 'gcc_unreachable' 669 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/ipa-reference.c: In function 'merge_callee_local_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-reference.c:731:15: note: in expansion of macro 'gcc_assert' 731 | gcc_assert(false); | ^~~~~~~~~~ ../../gcc/ipa-reference.c: In function 'analyze_variable': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/ipa-reference.c:777:8: note: in expansion of macro 'gcc_unreachable' 777 | else gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/ipa-reference.c: In function 'static_execute': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/ipa-reference.c:1073:11: note: in expansion of macro 'gcc_unreachable' 1073 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/ipa-pure-const.c -o ipa-pure-const.o In file included from ../../gcc/ipa-pure-const.c:35: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/ipa-pure-const.c:39: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/ipa-pure-const.c:35: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/ipa-pure-const.c: In function 'analyze_function': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-pure-const.c:569:11: note: in expansion of macro 'gcc_assert' 569 | gcc_assert (DECL_STRUCT_FUNCTION (fn->decl)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/ipa-type-escape.c -o ipa-type-escape.o In file included from ../../gcc/ipa-type-escape.c:37: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/ipa-type-escape.c:41: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/ipa-type-escape.c:37: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/ipa-type-escape.c: In function 'mark_interesting_addressof': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-type-escape.c:847:3: note: in expansion of macro 'gcc_assert' 847 | gcc_assert (ipa_type_escape_star_count_of_interesting_type (from_type) == 0); | ^~~~~~~~~~ ../../gcc/ipa-type-escape.c: In function 'analyze_variable': ../../gcc/system.h:570:50: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 570 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/ipa-type-escape.c:1358:8: note: in expansion of macro 'abort' 1358 | else abort(); | ^~~~~ ../../gcc/ipa-type-escape.c: In function 'close_type_exposed_parameter': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-type-escape.c:1509:3: note: in expansion of macro 'gcc_assert' 1509 | gcc_assert (!POINTER_TYPE_P (type)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/ipa-prop.c -o ipa-prop.o In file included from ../../gcc/ipa-prop.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/ipa-prop.c:30: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/ipa-prop.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/ipa-prop.c: In function 'ipa_callsite_compute_count': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-prop.c:418:3: note: in expansion of macro 'gcc_assert' 418 | gcc_assert (TREE_CODE (call_tree) == CALL_EXPR); | ^~~~~~~~~~ ../../gcc/ipa-prop.c: In function 'ipa_callsite_compute_param': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-prop.c:443:3: note: in expansion of macro 'gcc_assert' 443 | gcc_assert (TREE_CODE (call_tree) == CALL_EXPR); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/ipa-cp.c -o ipa-cp.o In file included from ../../gcc/ipa-cp.c:135: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/ipa-cp.c:141: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/ipa-cp.c:135: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/ipa-cp.c: In function 'ipcp_cval_equal_cvalues': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-cp.c:241:3: note: in expansion of macro 'gcc_assert' 241 | gcc_assert (ipcp_type_is_const (type1) && ipcp_type_is_const (type2)); | ^~~~~~~~~~ ../../gcc/ipa-cp.c: In function 'build_const_val': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-cp.c:466:3: note: in expansion of macro 'gcc_assert' 466 | gcc_assert (ipcp_type_is_const (type)); | ^~~~~~~~~~ ../../gcc/ipa-cp.c: In function 'ipcp_replace_map_create': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-cp.c:857:3: note: in expansion of macro 'gcc_assert' 857 | gcc_assert (ipcp_type_is_const (type)); | ^~~~~~~~~~ ../../gcc/ipa-cp.c: In function 'ipcp_redirect': ../../gcc/ipa-cp.c:891:23: warning: variable 'caller' set but not used [-Wunused-but-set-variable] 891 | struct cgraph_node *caller, *callee, *orig_callee; | ^~~~~~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include \ -DTARGET_MACHINE=\"x86_64-redhat-linux\" \ -c ../../gcc/collect2.c -o collect2.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tlink.c -o tlink.o ../../gcc/tlink.c: In function 'tlink_init': ../../gcc/tlink.c:278:3: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result] 278 | getcwd (initial_cwd, sizeof (initial_cwd)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (SHLIB_LINK='/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wno-error -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include \ -DLINK_LIBGCC_SPEC="\"%D -R/usr/pkg/lib/gcc/x86_64-redhat-linux/ \"" -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/pkg/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/pkg/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.1.2\" -DDEFAULT_TARGET_MACHINE=\"x86_64-redhat-linux\" -DSTANDARD_BINDIR_PREFIX=\"/usr/pkg/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ../../gcc/gcc.c -o gcc.o) In file included from ../../gcc/gcc.c:75: ../../gcc/gcc.c: In function 'execute': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcc.c:2670:3: note: in expansion of macro 'gcc_assert' 2670 | gcc_assert (!processing_spec_function); | ^~~~~~~~~~ (SHLIB_LINK='/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_MULTILIB=''; \ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include \ -DLINK_LIBGCC_SPEC="\"%D -R/usr/pkg/lib/gcc/x86_64-redhat-linux/ \"" -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/pkg/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/pkg/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.1.2\" -DDEFAULT_TARGET_MACHINE=\"x86_64-redhat-linux\" -DSTANDARD_BINDIR_PREFIX=\"/usr/pkg/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \ -c ../../gcc/gccspec.c -o gccspec.o) ../../gcc/gcc.c: In function 'replace_outfile_spec_function': ../../gcc/system.h:570:50: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 570 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/gcc.c:7623:5: note: in expansion of macro 'abort' 7623 | abort (); | ^~~~~ ../../gcc/gcc.c: In function 'compare_version_strings': ../../gcc/system.h:570:50: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 570 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/gcc.c:7645:5: note: in expansion of macro 'abort' 7645 | abort (); | ^~~~~ ../../gcc/system.h:570:50: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 570 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/gcc.c:7650:5: note: in expansion of macro 'abort' 7650 | abort (); | ^~~~~ ../../gcc/system.h:570:50: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 570 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/gcc.c:7655:5: note: in expansion of macro 'abort' 7655 | abort (); | ^~~~~ ../../gcc/gcc.c: In function 'version_compare_spec_function': ../../gcc/system.h:570:50: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 570 | #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/gcc.c:7698:5: note: in expansion of macro 'abort' 7698 | abort (); | ^~~~~ ../../gcc/gcc.c: In function 'do_spec_1': ../../gcc/gcc.c:5178:13: warning: this statement may fall through [-Wimplicit-fallthrough=] 5178 | error ("warning: use of obsolete %%[ operator in specs"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/gcc.c:5179:11: note: here 5179 | case '(': | ^~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/cppspec.c -o cppspec.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-lang.c -o c-lang.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/attribs.c -o attribs.o In file included from ../../gcc/attribs.c:23: ../../gcc/attribs.c: In function 'decl_attributes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/attribs.c:325:15: note: in expansion of macro 'gcc_assert' 325 | gcc_assert (TREE_CODE (*node) == POINTER_TYPE); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-errors.c -o c-errors.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-lex.c -o c-lex.o ../../gcc/c-lex.c: In function 'get_fileinfo': ../../gcc/c-lex.c:119:38: warning: cast between incompatible function types from 'int (*)(const char *, const char *)' to 'int (*)(splay_tree_key, splay_tree_key)' {aka 'int (*)(long unsigned int, long unsigned int)'} [-Wcast-function-type] 119 | file_info_tree = splay_tree_new ((splay_tree_compare_fn) strcmp, | ^ ../../gcc/c-lex.c:121:38: warning: cast between incompatible function types from 'void (*)(void *)' to 'void (*)(splay_tree_value)' {aka 'void (*)(long unsigned int)'} [-Wcast-function-type] 121 | (splay_tree_delete_value_fn) free); | ^ ../../gcc/c-lex.c: In function 'cb_def_pragma': ../../gcc/c-lex.c:302:40: warning: unknown conversion type character 'H' in format [-Wformat=] 302 | warning (OPT_Wunknown_pragmas, "%Hignoring #pragma %s %s", | ^ ../../gcc/c-lex.c:302:50: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 302 | warning (OPT_Wunknown_pragmas, "%Hignoring #pragma %s %s", | ^~~~~~~ ../../gcc/c-lex.c:302:59: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 302 | warning (OPT_Wunknown_pragmas, "%Hignoring #pragma %s %s", | ~^ | | | char * 303 | &fe_loc, space, name); | ~~~~~~~ | | | location_t * {aka struct location_s *} ../../gcc/c-lex.c:302:38: warning: too many arguments for format [-Wformat-extra-args] 302 | warning (OPT_Wunknown_pragmas, "%Hignoring #pragma %s %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/c-lex.c:24: ../../gcc/c-lex.c: In function 'c_lex_with_flags': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-lex.c:378:13: note: in expansion of macro 'gcc_unreachable' 378 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-lex.c:413:24: warning: unknown conversion type character 'H' in format [-Wformat=] 413 | error ("%Hstray %<@%> in program", &atloc); | ^ ../../gcc/c-lex.c:413:22: warning: too many arguments for format [-Wformat-extra-args] 413 | error ("%Hstray %<@%> in program", &atloc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/c-lex.c:24: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-lex.c:468:7: note: in expansion of macro 'gcc_unreachable' 468 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-lex.c: In function 'lex_string': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-lex.c:787:11: note: in expansion of macro 'gcc_assert' 787 | gcc_assert (xlated); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-pragma.c -o c-pragma.o ../../gcc/c-pragma.c: In function 'pop_alignment': ../../gcc/c-pragma.c:101:14: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 101 | GCC_BAD ("#pragma pack (pop) encountered without matching #pragma pack (push)"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:101:15: note: format string is defined here 101 | GCC_BAD ("#pragma pack (pop) encountered without matching #pragma pack (push)"); | ^~~~~~~ ../../gcc/c-pragma.c:101:14: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 101 | GCC_BAD ("#pragma pack (pop) encountered without matching #pragma pack (push)"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:101:63: note: format string is defined here 101 | GCC_BAD ("#pragma pack (pop) encountered without matching #pragma pack (push)"); | ^~~~~~~ ../../gcc/c-pragma.c:114:32: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 114 | warning (OPT_Wpragmas, "\ | ^~ 115 | #pragma pack(pop, %s) encountered without matching #pragma pack(push, %s)" | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:114:32: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] ../../gcc/c-pragma.c: In function 'handle_pragma_pack': ../../gcc/c-pragma.c:214:14: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 214 | GCC_BAD ("#pragma pack has no effect with -fpack-struct - ignored"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:214:15: note: format string is defined here 214 | GCC_BAD ("#pragma pack has no effect with -fpack-struct - ignored"); | ^~~~~~~ ../../gcc/c-pragma.c:214:14: warning: unquoted option name '-fpack-struct' in format [-Wformat-diag] 214 | GCC_BAD ("#pragma pack has no effect with -fpack-struct - ignored"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:214:47: note: format string is defined here 214 | GCC_BAD ("#pragma pack has no effect with -fpack-struct - ignored"); | ^~~~~~~~~~~~~ ../../gcc/c-pragma.c: In function 'apply_pragma_weak': ../../gcc/c-pragma.c:267:38: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 267 | warning (OPT_Wpragmas, "applying #pragma weak %q+D after first use " | ^~~~~~~ ../../gcc/c-pragma.c: In function 'handle_pragma_weak': ../../gcc/c-pragma.c:341:14: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 341 | GCC_BAD ("malformed #pragma weak, ignored"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:341:25: note: format string is defined here 341 | GCC_BAD ("malformed #pragma weak, ignored"); | ^~~~~~~ ../../gcc/c-pragma.c:346:18: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 346 | GCC_BAD ("malformed #pragma weak, ignored"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:346:29: note: format string is defined here 346 | GCC_BAD ("malformed #pragma weak, ignored"); | ^~~~~~~ ../../gcc/c-pragma.c:350:44: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 350 | warning (OPT_Wpragmas, "junk at end of #pragma weak"); | ^~~~~~~ ../../gcc/c-pragma.c: In function 'handle_pragma_redefine_extname': ../../gcc/c-pragma.c:418:14: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 418 | GCC_BAD ("malformed #pragma redefine_extname, ignored"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:418:25: note: format string is defined here 418 | GCC_BAD ("malformed #pragma redefine_extname, ignored"); | ^~~~~~~ ../../gcc/c-pragma.c:418:14: warning: unquoted identifier or keyword 'redefine_extname' in format [-Wformat-diag] 418 | GCC_BAD ("malformed #pragma redefine_extname, ignored"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:418:33: note: format string is defined here 418 | GCC_BAD ("malformed #pragma redefine_extname, ignored"); | ^~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:420:14: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 420 | GCC_BAD ("malformed #pragma redefine_extname, ignored"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:420:25: note: format string is defined here 420 | GCC_BAD ("malformed #pragma redefine_extname, ignored"); | ^~~~~~~ ../../gcc/c-pragma.c:420:14: warning: unquoted identifier or keyword 'redefine_extname' in format [-Wformat-diag] 420 | GCC_BAD ("malformed #pragma redefine_extname, ignored"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:420:33: note: format string is defined here 420 | GCC_BAD ("malformed #pragma redefine_extname, ignored"); | ^~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:423:44: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 423 | warning (OPT_Wpragmas, "junk at end of #pragma redefine_extname"); | ^~~~~~~ ../../gcc/c-pragma.c:423:52: warning: unquoted identifier or keyword 'redefine_extname' in format [-Wformat-diag] 423 | warning (OPT_Wpragmas, "junk at end of #pragma redefine_extname"); | ^~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:429:19: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 429 | "#pragma redefine_extname not supported on this target"); | ^~~~~~~ ../../gcc/c-pragma.c:429:27: warning: unquoted identifier or keyword 'redefine_extname' in format [-Wformat-diag] 429 | "#pragma redefine_extname not supported on this target"); | ^~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:446:37: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 446 | warning (OPT_Wpragmas, "#pragma redefine_extname ignored due to " | ^~~~~~~ ../../gcc/c-pragma.c:446:45: warning: unquoted identifier or keyword 'redefine_extname' in format [-Wformat-diag] 446 | warning (OPT_Wpragmas, "#pragma redefine_extname ignored due to " | ^~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c: In function 'add_to_renaming_pragma_list': ../../gcc/c-pragma.c:469:33: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 469 | warning (OPT_Wpragmas, "#pragma redefine_extname ignored due to " | ^~~~~~~ ../../gcc/c-pragma.c:469:41: warning: unquoted identifier or keyword 'redefine_extname' in format [-Wformat-diag] 469 | warning (OPT_Wpragmas, "#pragma redefine_extname ignored due to " | ^~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:469:32: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 469 | warning (OPT_Wpragmas, "#pragma redefine_extname ignored due to " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:470:42: note: format string is defined here 470 | "conflict with previous #pragma redefine_extname"); | ^~~~~~~ ../../gcc/c-pragma.c:469:32: warning: unquoted identifier or keyword 'redefine_extname' in format [-Wformat-diag] 469 | warning (OPT_Wpragmas, "#pragma redefine_extname ignored due to " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:470:50: note: format string is defined here 470 | "conflict with previous #pragma redefine_extname"); | ^~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c: In function 'handle_pragma_extern_prefix': ../../gcc/c-pragma.c:488:14: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 488 | GCC_BAD ("malformed #pragma extern_prefix, ignored"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:488:25: note: format string is defined here 488 | GCC_BAD ("malformed #pragma extern_prefix, ignored"); | ^~~~~~~ ../../gcc/c-pragma.c:488:14: warning: unquoted identifier or keyword 'extern_prefix' in format [-Wformat-diag] 488 | GCC_BAD ("malformed #pragma extern_prefix, ignored"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:488:33: note: format string is defined here 488 | GCC_BAD ("malformed #pragma extern_prefix, ignored"); | ^~~~~~~~~~~~~ ../../gcc/c-pragma.c:491:44: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 491 | warning (OPT_Wpragmas, "junk at end of #pragma extern_prefix"); | ^~~~~~~ ../../gcc/c-pragma.c:491:52: warning: unquoted identifier or keyword 'extern_prefix' in format [-Wformat-diag] 491 | warning (OPT_Wpragmas, "junk at end of #pragma extern_prefix"); | ^~~~~~~~~~~~~ ../../gcc/c-pragma.c:498:15: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 498 | "#pragma extern_prefix not supported on this target"); | ^~~~~~~ ../../gcc/c-pragma.c:498:23: warning: unquoted identifier or keyword 'extern_prefix' in format [-Wformat-diag] 498 | "#pragma extern_prefix not supported on this target"); | ^~~~~~~~~~~~~ ../../gcc/c-pragma.c: In function 'maybe_apply_renaming_pragma': ../../gcc/c-pragma.c:524:35: warning: unquoted keyword 'asm' in format [-Wformat-diag] 524 | warning (OPT_Wpragmas, "asm declaration ignored due to " | ^~~ ../../gcc/c-pragma.c:533:39: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 533 | warning (OPT_Wpragmas, "#pragma redefine_extname ignored due to " | ^~~~~~~ ../../gcc/c-pragma.c:533:47: warning: unquoted identifier or keyword 'redefine_extname' in format [-Wformat-diag] 533 | warning (OPT_Wpragmas, "#pragma redefine_extname ignored due to " | ^~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:555:39: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 555 | warning (OPT_Wpragmas, "#pragma redefine_extname ignored due to " | ^~~~~~~ ../../gcc/c-pragma.c:555:47: warning: unquoted identifier or keyword 'redefine_extname' in format [-Wformat-diag] 555 | warning (OPT_Wpragmas, "#pragma redefine_extname ignored due to " | ^~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:555:38: warning: unquoted identifier or keyword '__asm__' in format [-Wformat-diag] 555 | warning (OPT_Wpragmas, "#pragma redefine_extname ignored due to " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:556:39: note: format string is defined here 556 | "conflict with __asm__ declaration"); | ^~~~~~~ ../../gcc/c-pragma.c: In function 'handle_pragma_visibility': ../../gcc/c-pragma.c:620:14: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 620 | GCC_BAD ("#pragma GCC visibility must be followed by push or pop"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:620:15: note: format string is defined here 620 | GCC_BAD ("#pragma GCC visibility must be followed by push or pop"); | ^~~~~~~ ../../gcc/c-pragma.c:643:24: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 643 | GCC_BAD ("malformed #pragma GCC visibility push"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:643:35: note: format string is defined here 643 | GCC_BAD ("malformed #pragma GCC visibility push"); | ^~~~~~~ ../../gcc/c-pragma.c:660:28: warning: unquoted preprocessing directive '#pragma' in format [-Wformat-diag] 660 | GCC_BAD ("#pragma GCC visibility push() must specify default, internal, hidden or protected"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:660:29: note: format string is defined here 660 | GCC_BAD ("#pragma GCC visibility push() must specify default, internal, hidden or protected"); | ^~~~~~~ ../../gcc/c-pragma.c:660:28: warning: unquoted sequence of 2 consecutive punctuation characters '()' in format [-Wformat-diag] 660 | GCC_BAD ("#pragma GCC visibility push() must specify default, internal, hidden or protected"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-pragma.c:41:31: note: in definition of macro 'GCC_BAD' 41 | do { warning (OPT_Wpragmas, gmsgid); return; } while (0) | ^~~~~~ ../../gcc/c-pragma.c:660:56: note: format string is defined here 660 | GCC_BAD ("#pragma GCC visibility push() must specify default, internal, hidden or protected"); | ^~ ../../gcc/c-pragma.c: In function 'handle_pragma_pack': ../../gcc/c-pragma.c:228:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 228 | if (action == push) | ^ ../../gcc/c-pragma.c:233:7: note: here 233 | default: | ^~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-decl.c -o c-decl.o In file included from ../../gcc/c-decl.c:30: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/c-decl.c: In function 'bind': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:520:7: note: in expansion of macro 'gcc_unreachable' 520 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'pop_scope': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:768:11: note: in expansion of macro 'gcc_assert' 768 | gcc_assert (I_LABEL_BINDING (b->id) == b); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:781:15: note: in expansion of macro 'gcc_assert' 781 | gcc_assert (I_TAG_BINDING (b->id) == b); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:855:15: note: in expansion of macro 'gcc_assert' 855 | gcc_assert (I_SYMBOL_BINDING (b->id) == b); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:863:11: note: in expansion of macro 'gcc_unreachable' 863 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'diagnose_arglist_conflict': ../../gcc/c-decl.c:1050:54: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 1050 | inform ("a parameter list with an ellipsis can%'t match " | ^~~~~~ ../../gcc/c-decl.c:1057:66: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 1057 | inform ("an argument type that has a default promotion can%'t match " | ^~~~~~ ../../gcc/c-decl.c: In function 'diagnose_mismatched_decls': ../../gcc/c-decl.c:1491:37: warning: unquoted keyword 'noinline' in format [-Wformat-diag] 1491 | warning (OPT_Wattributes, "inline declaration of %qD follows " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:1492:48: note: format string is defined here 1492 | "declaration with attribute noinline", newdecl); | ^~~~~~~~ ../../gcc/c-decl.c:1498:37: warning: unquoted keyword 'noinline' in format [-Wformat-diag] 1498 | warning (OPT_Wattributes, "declaration of %q+D with attribute " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:1499:21: note: format string is defined here 1499 | "noinline follows inline declaration ", newdecl); | ^~~~~~~~ ../../gcc/c-decl.c:1498:37: warning: spurious trailing space in format [-Wformat-diag] 1498 | warning (OPT_Wattributes, "declaration of %q+D with attribute " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:1499:56: note: format string is defined here 1499 | "noinline follows inline declaration ", newdecl); | ^ In file included from ../../gcc/c-decl.c:30: ../../gcc/c-decl.c: In function 'merge_decls': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:1604:7: note: in expansion of macro 'gcc_unreachable' 1604 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'warn_if_shadowing': ../../gcc/c-decl.c:1934:33: warning: unknown conversion type character 'J' in format [-Wformat=] 1934 | warning (OPT_Wshadow, "%Jshadowed declaration is here", old_decl); | ^ ../../gcc/c-decl.c:1934:31: warning: too many arguments for format [-Wformat-extra-args] 1934 | warning (OPT_Wshadow, "%Jshadowed declaration is here", old_decl); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/c-decl.c:30: ../../gcc/c-decl.c: In function 'pushdecl_top_level': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:2274:3: note: in expansion of macro 'gcc_assert' 2274 | gcc_assert (TREE_CODE (x) == VAR_DECL || TREE_CODE (x) == CONST_DECL); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:2278:2: note: in expansion of macro 'gcc_assert' 2278 | gcc_assert (TREE_CODE (x) == CONST_DECL || !I_SYMBOL_BINDING (name)); | ^~~~~~~~~~ ../../gcc/c-decl.c: In function 'implicit_decl_warning': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:2300:14: note: in expansion of macro 'gcc_unreachable' 2300 | default: gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'undeclared_variable': ../../gcc/c-decl.c:2426:16: warning: unknown conversion type character 'H' in format [-Wformat=] 2426 | error ("%H%qE undeclared here (not in a function)", &loc, id); | ^ ../../gcc/c-decl.c:2426:19: warning: format '%E' expects argument of type 'union tree_node *', but argument 2 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 2426 | error ("%H%qE undeclared here (not in a function)", &loc, id); | ~~^ ~~~~ | | | | union tree_node * location_t * {aka struct location_s *} ../../gcc/c-decl.c:2426:14: warning: too many arguments for format [-Wformat-extra-args] 2426 | error ("%H%qE undeclared here (not in a function)", &loc, id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:2431:16: warning: unknown conversion type character 'H' in format [-Wformat=] 2431 | error ("%H%qE undeclared (first use in this function)", &loc, id); | ^ ../../gcc/c-decl.c:2431:19: warning: format '%E' expects argument of type 'union tree_node *', but argument 2 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 2431 | error ("%H%qE undeclared (first use in this function)", &loc, id); | ~~^ ~~~~ | | | | union tree_node * location_t * {aka struct location_s *} ../../gcc/c-decl.c:2431:14: warning: too many arguments for format [-Wformat-extra-args] 2431 | error ("%H%qE undeclared (first use in this function)", &loc, id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:2435:20: warning: unknown conversion type character 'H' in format [-Wformat=] 2435 | error ("%H(Each undeclared identifier is reported only once", &loc); | ^ ../../gcc/c-decl.c:2435:21: warning: unbalanced punctuation character '(' in format [-Wformat-diag] 2435 | error ("%H(Each undeclared identifier is reported only once", &loc); | ^ ../../gcc/c-decl.c:2435:18: warning: too many arguments for format [-Wformat-extra-args] 2435 | error ("%H(Each undeclared identifier is reported only once", &loc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:2436:20: warning: unknown conversion type character 'H' in format [-Wformat=] 2436 | error ("%Hfor each function it appears in.)", &loc); | ^ ../../gcc/c-decl.c:2436:52: warning: unbalanced punctuation character ')' in format [-Wformat-diag] 2436 | error ("%Hfor each function it appears in.)", &loc); | ^~ ../../gcc/c-decl.c:2436:18: warning: too many arguments for format [-Wformat-extra-args] 2436 | error ("%Hfor each function it appears in.)", &loc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'define_label': ../../gcc/c-decl.c:2552:16: warning: unknown conversion type character 'H' in format [-Wformat=] 2552 | error ("%Hduplicate label %qD", &location, label); | ^ ../../gcc/c-decl.c:2552:35: warning: format '%D' expects argument of type 'union tree_node *', but argument 2 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 2552 | error ("%Hduplicate label %qD", &location, label); | ~~^ ~~~~~~~~~ | | | | | location_t * {aka struct location_s *} | union tree_node * ../../gcc/c-decl.c:2552:14: warning: too many arguments for format [-Wformat-extra-args] 2552 | error ("%Hduplicate label %qD", &location, label); | ^~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:2562:18: warning: unknown conversion type character 'J' in format [-Wformat=] 2562 | error ("%Jjump into statement expression", label); | ^ ../../gcc/c-decl.c:2562:16: warning: too many arguments for format [-Wformat-extra-args] 2562 | error ("%Jjump into statement expression", label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:2564:18: warning: unknown conversion type character 'J' in format [-Wformat=] 2564 | error ("%Jjump into scope of identifier with variably modified type", | ^ ../../gcc/c-decl.c:2564:16: warning: too many arguments for format [-Wformat-extra-args] 2564 | error ("%Jjump into scope of identifier with variably modified type", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:2579:34: warning: unknown conversion type character 'H' in format [-Wformat=] 2579 | warning (OPT_Wtraditional, "%Htraditional C lacks a separate namespace " | ^ ../../gcc/c-decl.c:2579:32: warning: format '%E' expects argument of type 'union tree_node *', but argument 3 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 2579 | warning (OPT_Wtraditional, "%Htraditional C lacks a separate namespace " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2580 | "for labels, identifier %qE conflicts", &location, name); | ~~~~~~~~~ | | | location_t * {aka struct location_s *} ../../gcc/c-decl.c:2580:40: note: format string is defined here 2580 | "for labels, identifier %qE conflicts", &location, name); | ~~^ | | | union tree_node * ../../gcc/c-decl.c:2579:32: warning: too many arguments for format [-Wformat-extra-args] 2579 | warning (OPT_Wtraditional, "%Htraditional C lacks a separate namespace " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'pending_xref_error': ../../gcc/c-decl.c:2654:14: warning: unknown conversion type character 'H' in format [-Wformat=] 2654 | error ("%H%qE defined as wrong kind of tag", | ^ ../../gcc/c-decl.c:2654:17: warning: format '%E' expects argument of type 'union tree_node *', but argument 2 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 2654 | error ("%H%qE defined as wrong kind of tag", | ~~^ | | | union tree_node * 2655 | &pending_invalid_xref_location, pending_invalid_xref); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | location_t * {aka struct location_s *} ../../gcc/c-decl.c:2654:12: warning: too many arguments for format [-Wformat-extra-args] 2654 | error ("%H%qE defined as wrong kind of tag", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/c-decl.c:30: ../../gcc/c-decl.c: In function 'builtin_function': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:2808:3: note: in expansion of macro 'gcc_assert' 2808 | gcc_assert (!I_SYMBOL_BINDING (id)); | ^~~~~~~~~~ ../../gcc/c-decl.c: In function 'quals_from_declspecs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:2978:3: note: in expansion of macro 'gcc_assert' 2978 | gcc_assert (!specs->type | ^~~~~~~~~~ ../../gcc/c-decl.c: In function 'start_decl': ../../gcc/c-decl.c:3151:49: warning: unquoted identifier or keyword '__typeof__' in format [-Wformat-diag] 3151 | error ("typedef %qD is initialized (use __typeof__ instead)", decl); | ^~~~~~~~~~ ../../gcc/c-decl.c:3263:69: warning: unquoted keyword 'noinline' in format [-Wformat-diag] 3263 | warning (OPT_Wattributes, "inline function %q+D given attribute noinline", | ^~~~~~~~ In file included from ../../gcc/c-decl.c:30: ../../gcc/c-decl.c: In function 'finish_decl': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:3374:11: note: in expansion of macro 'gcc_unreachable' 3374 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-decl.c:3464:35: warning: unquoted keyword 'asm' in format [-Wformat-diag] 3464 | warning (0, "ignoring asm-specifier for non-static local " | ^~~ In file included from ../../gcc/c-decl.c:30: ../../gcc/c-decl.c: In function 'build_compound_literal': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:3668:7: note: in expansion of macro 'gcc_assert' 3668 | gcc_assert (!failure); | ^~~~~~~~~~ In file included from ../../gcc/c-decl.c:35: ../../gcc/c-decl.c:3678:21: warning: implicit conversion from 'enum c_tree_code' to 'enum tree_code' [-Wenum-conversion] 3678 | complit = build1 (COMPOUND_LITERAL_EXPR, type, stmt); | ^~~~~~~~~~~~~~~~~~~~~ ../../gcc/tree.h:3178:38: note: in definition of macro 'build1' 3178 | #define build1(c,t1,t2) build1_stat (c,t1,t2 MEM_STAT_INFO) | ^ In file included from ../../gcc/c-decl.c:30: ../../gcc/c-decl.c: In function 'grokdeclarator': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:3914:11: note: in expansion of macro 'gcc_unreachable' 3914 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-decl.c:4224:36: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 4224 | pedwarn ("ISO C90 forbids array %qs whose size " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:4225:37: note: format string is defined here 4225 | "can%'t be evaluated", | ^~~~~~ In file included from ../../gcc/c-decl.c:30: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:4321:21: note: in expansion of macro 'gcc_assert' 4321 | gcc_assert (itype); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:4436:11: note: in expansion of macro 'gcc_unreachable' 4436 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:4486:7: note: in expansion of macro 'gcc_assert' 4486 | gcc_assert (storage_class == csc_none && !threadp | ^~~~~~~~~~ ../../gcc/c-decl.c:4522:14: warning: variable 'type_as_written' set but not used [-Wunused-but-set-variable] 4522 | tree type_as_written; | ^~~~~~~~~~~~~~~ In file included from ../../gcc/c-decl.c:30: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:4580:9: note: in expansion of macro 'gcc_assert' 4580 | gcc_assert (storage_class == csc_none && !threadp | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:4794:5: note: in expansion of macro 'gcc_assert' 4794 | gcc_assert (!DECL_ASSEMBLER_NAME_SET_P (decl)); | ^~~~~~~~~~ ../../gcc/c-decl.c:3871:8: warning: variable 'typedef_type' set but not used [-Wunused-but-set-variable] 3871 | tree typedef_type = 0; | ^~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'grokparms': ../../gcc/c-decl.c:4867:30: warning: unknown conversion type character 'J' in format [-Wformat=] 4867 | error ("%Jparameter %u has incomplete type", | ^ ../../gcc/c-decl.c:4867:42: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'tree' {aka 'union tree_node *'} [-Wformat=] 4867 | error ("%Jparameter %u has incomplete type", | ~^ | | | unsigned int | %D 4868 | parm, parmno); | ~~~~ | | | tree {aka union tree_node *} ../../gcc/c-decl.c:4867:28: warning: too many arguments for format [-Wformat-extra-args] 4867 | error ("%Jparameter %u has incomplete type", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:4879:35: warning: unknown conversion type character 'J' in format [-Wformat=] 4879 | warning (0, "%Jparameter %u has void type", | ^ ../../gcc/c-decl.c:4879:47: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'tree' {aka 'union tree_node *'} [-Wformat=] 4879 | warning (0, "%Jparameter %u has void type", | ~^ | | | unsigned int | %D 4880 | parm, parmno); | ~~~~ | | | tree {aka union tree_node *} ../../gcc/c-decl.c:4879:33: warning: too many arguments for format [-Wformat-extra-args] 4879 | warning (0, "%Jparameter %u has void type", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/c-decl.c:30: ../../gcc/c-decl.c: In function 'get_parm_info': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:4924:3: note: in expansion of macro 'gcc_assert' 4924 | gcc_assert (b); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:4965:15: note: in expansion of macro 'gcc_assert' 4965 | gcc_assert (I_SYMBOL_BINDING (b->id) == b); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:5002:15: note: in expansion of macro 'gcc_assert' 5002 | gcc_assert (I_TAG_BINDING (b->id) == b); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:5052:15: note: in expansion of macro 'gcc_assert' 5052 | gcc_assert (I_SYMBOL_BINDING (b->id) == b); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:5061:11: note: in expansion of macro 'gcc_unreachable' 5061 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'finish_struct': ../../gcc/c-decl.c:5411:24: warning: unknown conversion type character 'J' in format [-Wformat=] 5411 | error ("%Jflexible array member in union", x); | ^ ../../gcc/c-decl.c:5411:22: warning: too many arguments for format [-Wformat-extra-args] 5411 | error ("%Jflexible array member in union", x); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:5416:24: warning: unknown conversion type character 'J' in format [-Wformat=] 5416 | error ("%Jflexible array member not at end of struct", x); | ^ ../../gcc/c-decl.c:5416:22: warning: too many arguments for format [-Wformat-extra-args] 5416 | error ("%Jflexible array member not at end of struct", x); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:5421:24: warning: unknown conversion type character 'J' in format [-Wformat=] 5421 | error ("%Jflexible array member in otherwise empty struct", x); | ^ ../../gcc/c-decl.c:5421:22: warning: too many arguments for format [-Wformat-extra-args] 5421 | error ("%Jflexible array member in otherwise empty struct", x); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:5428:20: warning: unknown conversion type character 'J' in format [-Wformat=] 5428 | pedwarn ("%Jinvalid use of structure with flexible array member", x); | ^ ../../gcc/c-decl.c:5428:18: warning: too many arguments for format [-Wformat-extra-args] 5428 | pedwarn ("%Jinvalid use of structure with flexible array member", x); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'finish_enum': ../../gcc/c-decl.c:5697:46: warning: misspelled term 'enumeral' in format; use 'enumerated' instead [-Wformat-diag] 5697 | error ("specified mode too small for enumeral values"); | ^~~~~~~~ ../../gcc/c-decl.c: In function 'start_function': ../../gcc/c-decl.c:5904:69: warning: unquoted keyword 'noinline' in format [-Wformat-diag] 5904 | warning (OPT_Wattributes, "inline function %q+D given attribute noinline", | ^~~~~~~~ In file included from ../../gcc/c-decl.c:30: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:6035:3: note: in expansion of macro 'gcc_assert' 6035 | gcc_assert (!DECL_ASSEMBLER_NAME_SET_P (decl1)); | ^~~~~~~~~~ ../../gcc/c-decl.c: In function 'store_parm_decls_newstyle': ../../gcc/c-decl.c:6140:16: warning: unknown conversion type character 'J' in format [-Wformat=] 6140 | error ("%Jold-style parameter declarations in prototyped " | ^ ../../gcc/c-decl.c:6140:14: warning: too many arguments for format [-Wformat-extra-args] 6140 | error ("%Jold-style parameter declarations in prototyped " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:6154:16: warning: unknown conversion type character 'J' in format [-Wformat=] 6154 | "%Jtraditional C rejects ISO C style function definitions", | ^ ../../gcc/c-decl.c:6154:14: warning: too many arguments for format [-Wformat-extra-args] 6154 | "%Jtraditional C rejects ISO C style function definitions", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:6170:18: warning: unknown conversion type character 'J' in format [-Wformat=] 6170 | error ("%Jparameter name omitted", decl); | ^ ../../gcc/c-decl.c:6170:16: warning: too many arguments for format [-Wformat-extra-args] 6170 | error ("%Jparameter name omitted", decl); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'store_parm_decls_oldstyle': ../../gcc/c-decl.c:6204:43: warning: unknown conversion type character 'J' in format [-Wformat=] 6204 | warning (OPT_Wold_style_definition, "%Jold-style function definition", | ^ ../../gcc/c-decl.c:6204:41: warning: too many arguments for format [-Wformat-extra-args] 6204 | warning (OPT_Wold_style_definition, "%Jold-style function definition", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:6213:20: warning: unknown conversion type character 'J' in format [-Wformat=] 6213 | error ("%Jparameter name missing from parameter list", fndecl); | ^ ../../gcc/c-decl.c:6213:18: warning: too many arguments for format [-Wformat-extra-args] 6213 | error ("%Jparameter name missing from parameter list", fndecl); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:6336:28: warning: unknown conversion type character 'H' in format [-Wformat=] 6336 | error ("%Hprototype declaration", | ^ ../../gcc/c-decl.c:6336:26: warning: too many arguments for format [-Wformat-extra-args] 6336 | error ("%Hprototype declaration", | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:6376:38: warning: unknown conversion type character 'H' in format [-Wformat=] 6376 | pedwarn ("%Hprototype declaration", | ^ ../../gcc/c-decl.c:6376:36: warning: too many arguments for format [-Wformat-extra-args] 6376 | pedwarn ("%Hprototype declaration", | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-decl.c:6389:32: warning: unknown conversion type character 'H' in format [-Wformat=] 6389 | error ("%Hprototype declaration", | ^ ../../gcc/c-decl.c:6389:30: warning: too many arguments for format [-Wformat-extra-args] 6389 | error ("%Hprototype declaration", | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/c-decl.c:30: ../../gcc/c-decl.c: In function 'declspecs_add_qual': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7025:3: note: in expansion of macro 'gcc_assert' 7025 | gcc_assert (TREE_CODE (qual) == IDENTIFIER_NODE | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7043:7: note: in expansion of macro 'gcc_unreachable' 7043 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'declspecs_add_type': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7193:15: note: in expansion of macro 'gcc_unreachable' 7193 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'declspecs_add_scspec': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7354:3: note: in expansion of macro 'gcc_assert' 7354 | gcc_assert (TREE_CODE (scspec) == IDENTIFIER_NODE | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7402:7: note: in expansion of macro 'gcc_unreachable' 7402 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'finish_declspecs': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7451:7: note: in expansion of macro 'gcc_assert' 7451 | gcc_assert (!specs->long_p && !specs->long_long_p && !specs->short_p | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7495:7: note: in expansion of macro 'gcc_assert' 7495 | gcc_assert (!specs->long_p && !specs->short_p | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7501:7: note: in expansion of macro 'gcc_assert' 7501 | gcc_assert (!specs->long_p && !specs->short_p | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7507:7: note: in expansion of macro 'gcc_assert' 7507 | gcc_assert (!specs->long_p && !specs->short_p); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7508:7: note: in expansion of macro 'gcc_assert' 7508 | gcc_assert (!(specs->signed_p && specs->unsigned_p)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7523:7: note: in expansion of macro 'gcc_assert' 7523 | gcc_assert (!(specs->long_p && specs->short_p)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7524:7: note: in expansion of macro 'gcc_assert' 7524 | gcc_assert (!(specs->signed_p && specs->unsigned_p)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7549:7: note: in expansion of macro 'gcc_assert' 7549 | gcc_assert (!specs->long_p && !specs->short_p | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7556:7: note: in expansion of macro 'gcc_assert' 7556 | gcc_assert (!specs->long_long_p && !specs->short_p | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7572:7: note: in expansion of macro 'gcc_unreachable' 7572 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-decl.c: In function 'c_write_global_declarations': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-decl.c:7669:3: note: in expansion of macro 'gcc_assert' 7669 | gcc_assert (!current_scope); | ^~~~~~~~~~ In file included from ../../gcc/c-decl.c:7713: ./gt-c-decl.h: In function 'gt_ggc_mx_lang_tree_node': ./gt-c-decl.h:68:7: warning: switch condition has boolean value [-Wswitch-bool] 68 | switch (TREE_CODE (&((*x)).generic) == IDENTIFIER_NODE) | ^~~~~~ ./gt-c-decl.h: In function 'gt_pch_nx_lang_tree_node': ./gt-c-decl.h:566:7: warning: switch condition has boolean value [-Wswitch-bool] 566 | switch (TREE_CODE (&((*x)).generic) == IDENTIFIER_NODE) | ^~~~~~ ./gt-c-decl.h: In function 'gt_pch_p_14lang_tree_node': ./gt-c-decl.h:1082:3: warning: switch condition has boolean value [-Wswitch-bool] 1082 | switch (TREE_CODE (&((*x)).generic) == IDENTIFIER_NODE) | ^~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/c-typeck.c -o c-typeck.o In file included from ../../gcc/c-typeck.c:29: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/c-typeck.c:46: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/c-typeck.c:29: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'c_incomplete_type_error': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:195:11: note: in expansion of macro 'gcc_unreachable' 195 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c: In function 'composite_type': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:277:3: note: in expansion of macro 'gcc_assert' 277 | gcc_assert (code1 == code2); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:303:9: note: in expansion of macro 'gcc_assert' 303 | gcc_assert (!TYPE_QUALS (t1) && !TYPE_QUALS (t2)); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'common_pointer_type': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:500:3: note: in expansion of macro 'gcc_assert' 500 | gcc_assert (TREE_CODE (t1) == POINTER_TYPE | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'c_common_type': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:562:3: note: in expansion of macro 'gcc_assert' 562 | gcc_assert (code1 == VECTOR_TYPE || code1 == COMPLEX_TYPE | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:564:3: note: in expansion of macro 'gcc_assert' 564 | gcc_assert (code2 == VECTOR_TYPE || code2 == COMPLEX_TYPE | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'same_translation_unit_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:879:16: note: in expansion of macro 'gcc_unreachable' 879 | default: gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:891:16: note: in expansion of macro 'gcc_unreachable' 891 | default: gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c: In function 'tagged_types_tu_compatible_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:1149:7: note: in expansion of macro 'gcc_unreachable' 1149 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c: In function 'array_to_pointer_conversion': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:1403:3: note: in expansion of macro 'gcc_assert' 1403 | gcc_assert (TREE_CODE (type) == ARRAY_TYPE); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'function_to_pointer_conversion': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:1440:3: note: in expansion of macro 'gcc_assert' 1440 | gcc_assert (TREE_CODE (TREE_TYPE (exp)) == FUNCTION_TYPE); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'perform_integral_promotions': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:1516:3: note: in expansion of macro 'gcc_assert' 1516 | gcc_assert (INTEGRAL_TYPE_P (type)); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'default_conversion': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:1567:3: note: in expansion of macro 'gcc_assert' 1567 | gcc_assert (code != FUNCTION_TYPE); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'build_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:1881:3: note: in expansion of macro 'gcc_assert' 1881 | gcc_assert (TREE_CODE (TREE_TYPE (index)) == INTEGER_TYPE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:1949:7: note: in expansion of macro 'gcc_assert' 1949 | gcc_assert (TREE_CODE (TREE_TYPE (ar)) == POINTER_TYPE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:1950:7: note: in expansion of macro 'gcc_assert' 1950 | gcc_assert (TREE_CODE (TREE_TYPE (TREE_TYPE (ar))) != FUNCTION_TYPE); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'parser_build_binary_op': ../../gcc/c-typeck.c:2511:50: warning: unquoted operator '&&' in format [-Wformat-diag] 2511 | "suggest parentheses around && within ||"); | ^~ ../../gcc/c-typeck.c:2511:60: warning: unquoted operator '||' in format [-Wformat-diag] 2511 | "suggest parentheses around && within ||"); | ^~ ../../gcc/c-typeck.c:2521:75: warning: spurious trailing punctuation sequence '|' in format [-Wformat-diag] 2521 | "suggest parentheses around arithmetic in operand of |"); | ^ ../../gcc/c-typeck.c:2526:75: warning: spurious trailing punctuation sequence '|' in format [-Wformat-diag] 2526 | "suggest parentheses around comparison in operand of |"); | ^ ../../gcc/c-typeck.c:2536:75: warning: spurious trailing punctuation sequence '^' in format [-Wformat-diag] 2536 | "suggest parentheses around arithmetic in operand of ^"); | ^ ../../gcc/c-typeck.c:2541:75: warning: spurious trailing punctuation sequence '^' in format [-Wformat-diag] 2541 | "suggest parentheses around comparison in operand of ^"); | ^ ../../gcc/c-typeck.c:2549:71: warning: spurious trailing punctuation sequence '&' in format [-Wformat-diag] 2549 | "suggest parentheses around + or - in operand of &"); | ^ ../../gcc/c-typeck.c:2554:75: warning: spurious trailing punctuation sequence '&' in format [-Wformat-diag] 2554 | "suggest parentheses around comparison in operand of &"); | ^ ../../gcc/c-typeck.c:2560:55: warning: unquoted operator '<=' in format [-Wformat-diag] 2560 | warning (OPT_Wparentheses, "comparisons like X<=Y<=Z do not " | ^~ ../../gcc/c-typeck.c:2560:58: warning: unquoted operator '<=' in format [-Wformat-diag] 2560 | warning (OPT_Wparentheses, "comparisons like X<=Y<=Z do not " | ^~ In file included from ../../gcc/c-typeck.c:29: ../../gcc/c-typeck.c: In function 'build_unary_op': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:2923:7: note: in expansion of macro 'gcc_assert' 2923 | gcc_assert (TREE_CODE (arg) != COMPONENT_REF | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'lvalue_p': ../../gcc/c-typeck.c:2970:5: warning: case value '159' not in enumerated type 'enum tree_code' [-Wswitch] 2970 | case COMPOUND_LITERAL_EXPR: | ^~~~ In file included from ../../gcc/c-typeck.c:29: ../../gcc/c-typeck.c: In function 'readonly_error': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:2996:3: note: in expansion of macro 'gcc_assert' 2996 | gcc_assert (use == lv_assign || use == lv_increment || use == lv_decrement | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'c_mark_addressable': ../../gcc/c-typeck.c:3073:7: warning: case value '159' not in enumerated type 'enum tree_code' [-Wswitch] 3073 | case COMPOUND_LITERAL_EXPR: | ^~~~ In file included from ../../gcc/c-typeck.c:29: ../../gcc/c-typeck.c: In function 'convert_for_assignment': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:3691:9: note: in expansion of macro 'gcc_unreachable' 3691 | gcc_unreachable (); \ | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:3864:21: note: in expansion of macro 'WARN_FOR_ASSIGNMENT' 3864 | WARN_FOR_ASSIGNMENT (G_("passing argument %d of %qE " | ^~~~~~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:3691:9: note: in expansion of macro 'gcc_unreachable' 3691 | gcc_unreachable (); \ | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:3877:17: note: in expansion of macro 'WARN_FOR_ASSIGNMENT' 3877 | WARN_FOR_ASSIGNMENT (G_("passing argument %d of %qE discards " | ^~~~~~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:3958:13: note: in expansion of macro 'gcc_unreachable' 3958 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:3691:9: note: in expansion of macro 'gcc_unreachable' 3691 | gcc_unreachable (); \ | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:3979:13: note: in expansion of macro 'WARN_FOR_ASSIGNMENT' 3979 | WARN_FOR_ASSIGNMENT (G_("ISO C forbids passing argument %d of " | ^~~~~~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:3691:9: note: in expansion of macro 'gcc_unreachable' 3691 | gcc_unreachable (); \ | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:3999:21: note: in expansion of macro 'WARN_FOR_ASSIGNMENT' 3999 | WARN_FOR_ASSIGNMENT (G_("passing argument %d of %qE discards " | ^~~~~~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:3691:9: note: in expansion of macro 'gcc_unreachable' 3691 | gcc_unreachable (); \ | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:4015:17: note: in expansion of macro 'WARN_FOR_ASSIGNMENT' 4015 | WARN_FOR_ASSIGNMENT (G_("pointer targets in passing argument " | ^~~~~~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:3691:9: note: in expansion of macro 'gcc_unreachable' 3691 | gcc_unreachable (); \ | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:4032:17: note: in expansion of macro 'WARN_FOR_ASSIGNMENT' 4032 | WARN_FOR_ASSIGNMENT (G_("passing argument %d of %qE makes " | ^~~~~~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:3691:9: note: in expansion of macro 'gcc_unreachable' 3691 | gcc_unreachable (); \ | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:4046:11: note: in expansion of macro 'WARN_FOR_ASSIGNMENT' 4046 | WARN_FOR_ASSIGNMENT (G_("passing argument %d of %qE from " | ^~~~~~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:3691:9: note: in expansion of macro 'gcc_unreachable' 3691 | gcc_unreachable (); \ | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:4073:9: note: in expansion of macro 'WARN_FOR_ASSIGNMENT' 4073 | WARN_FOR_ASSIGNMENT (G_("passing argument %d of %qE makes " | ^~~~~~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:3691:9: note: in expansion of macro 'gcc_unreachable' 3691 | gcc_unreachable (); \ | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:4086:7: note: in expansion of macro 'WARN_FOR_ASSIGNMENT' 4086 | WARN_FOR_ASSIGNMENT (G_("passing argument %d of %qE makes integer " | ^~~~~~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:4117:7: note: in expansion of macro 'gcc_unreachable' 4117 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c: In function 'store_init_value': ../../gcc/c-typeck.c:4214:35: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] 4214 | if (TREE_CODE (inside_init) == COMPOUND_LITERAL_EXPR) | ^~ ../../gcc/c-typeck.c: In function 'digest_init': ../../gcc/c-typeck.c:4559:46: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] 4559 | || TREE_CODE (inside_init) == COMPOUND_LITERAL_EXPR) | ^~ ../../gcc/c-typeck.c:4576:38: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] 4576 | && TREE_CODE (inside_init) == COMPOUND_LITERAL_EXPR) | ^~ ../../gcc/c-typeck.c:4635:35: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] 4635 | || TREE_CODE (init) == COMPOUND_LITERAL_EXPR)) | ^~ In file included from ../../gcc/c-typeck.c:29: ../../gcc/c-typeck.c: In function 'finish_init': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:4900:3: note: in expansion of macro 'gcc_assert' 4900 | gcc_assert (!constructor_range_stack); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'pop_init_level': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:5255:7: note: in expansion of macro 'gcc_assert' 5255 | gcc_assert (!constructor_range_stack); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:5277:11: note: in expansion of macro 'gcc_assert' 5277 | gcc_assert (!TYPE_SIZE (constructor_type)); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'set_designator': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:5412:7: note: in expansion of macro 'gcc_assert' 5412 | gcc_assert (!constructor_range_stack); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:5434:7: note: in expansion of macro 'gcc_unreachable' 5434 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c: In function 'set_nonincremental_init_from_string': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:5840:3: note: in expansion of macro 'gcc_assert' 5840 | gcc_assert (TREE_CODE (constructor_type) == ARRAY_TYPE); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:5847:7: note: in expansion of macro 'gcc_assert' 5847 | gcc_assert (TYPE_PRECISION (TREE_TYPE (TREE_TYPE (str))) | ^~~~~~~~~~ ../../gcc/c-typeck.c:5888:50: warning: left shift of negative value [-Wshift-negative-value] 5888 | val[1] |= ((HOST_WIDE_INT) -1) << bitpos; | ^~ ../../gcc/c-typeck.c:5900:23: warning: left shift of negative value [-Wshift-negative-value] 5900 | << (bitpos - HOST_BITS_PER_WIDE_INT); | ^~ ../../gcc/c-typeck.c: In function 'output_init_element': ../../gcc/c-typeck.c:5992:32: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] 5992 | || TREE_CODE (value) == COMPOUND_LITERAL_EXPR) | ^~ ../../gcc/c-typeck.c:6000:25: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] 6000 | if (TREE_CODE (value) == COMPOUND_LITERAL_EXPR | ^~ ../../gcc/c-typeck.c: In function 'process_init_element': ../../gcc/c-typeck.c:6339:35: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] 6339 | if (TREE_CODE (value.value) != COMPOUND_LITERAL_EXPR | ^~ In file included from ../../gcc/c-typeck.c:29: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:6600:15: note: in expansion of macro 'gcc_assert' 6600 | gcc_assert (constructor_stack->implicit); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:6607:15: note: in expansion of macro 'gcc_assert' 6607 | gcc_assert (constructor_stack->implicit); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'c_finish_case': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:7060:3: note: in expansion of macro 'gcc_assert' 7060 | gcc_assert (!cs->blocked_stmt_expr); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'c_finish_if_stmt': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:7113:13: note: in expansion of macro 'gcc_unreachable' 7113 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:7119:21: warning: unknown conversion type character 'H' in format [-Wformat=] 7119 | "%Hsuggest explicit braces to avoid ambiguous %<else%>", | ^ ../../gcc/c-typeck.c:7119:19: warning: too many arguments for format [-Wformat-extra-args] 7119 | "%Hsuggest explicit braces to avoid ambiguous %<else%>", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:7138:27: warning: unknown conversion type character 'H' in format [-Wformat=] 7138 | warning (0, "%Hempty body in an if-statement", | ^ ../../gcc/c-typeck.c:7138:25: warning: too many arguments for format [-Wformat-extra-args] 7138 | warning (0, "%Hempty body in an if-statement", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:7147:25: warning: unknown conversion type character 'H' in format [-Wformat=] 7147 | warning (0, "%Hempty body in an else-statement", | ^ ../../gcc/c-typeck.c:7147:23: warning: too many arguments for format [-Wformat-extra-args] 7147 | warning (0, "%Hempty body in an else-statement", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-typeck.c: In function 'emit_side_effect_warnings': ../../gcc/c-typeck.c:7278:23: warning: unknown conversion type character 'H' in format [-Wformat=] 7278 | warning (0, "%Hstatement with no effect", | ^ ../../gcc/c-typeck.c:7278:21: warning: too many arguments for format [-Wformat-extra-args] 7278 | warning (0, "%Hstatement with no effect", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/c-typeck.c:29: ../../gcc/c-typeck.c: In function 'c_begin_stmt_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:7349:7: note: in expansion of macro 'gcc_assert' 7349 | gcc_assert (c_switch_stack->blocked_stmt_expr != 0); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'c_finish_stmt_expr': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:7379:7: note: in expansion of macro 'gcc_assert' 7379 | gcc_assert (c_switch_stack->blocked_stmt_expr != 0); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'c_begin_vm_scope': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:7492:3: note: in expansion of macro 'gcc_assert' 7492 | gcc_assert (scope > 0); | ^~~~~~~~~~ ../../gcc/c-typeck.c: In function 'build_binary_op': ../../gcc/c-typeck.c:7893:29: warning: misspelled term 'floating point' in format; use 'floating-point' instead [-Wformat-diag] 7893 | "comparing floating point with == or != is unsafe"); | ^~~~~~~~~~~~~~ ../../gcc/c-typeck.c:7893:49: warning: unquoted operator '==' in format [-Wformat-diag] 7893 | "comparing floating point with == or != is unsafe"); | ^~ ../../gcc/c-typeck.c:7893:55: warning: unquoted operator '!=' in format [-Wformat-diag] 7893 | "comparing floating point with == or != is unsafe"); | ^~ In file included from ../../gcc/c-typeck.c:29: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:8006:7: note: in expansion of macro 'gcc_unreachable' 8006 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:8265:55: warning: left shift of negative value [-Wshift-negative-value] 8265 | mask = (~(HOST_WIDE_INT) 0) << bits; | ^~ In file included from ../../gcc/c-typeck.c:29: ../../gcc/c-typeck.c: In function 'c_objc_common_truthvalue_conversion': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/c-typeck.c:8345:7: note: in expansion of macro 'gcc_unreachable' 8345 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/c-typeck.c: In function 'c_expr_to_decl': ../../gcc/c-typeck.c:8364:24: warning: comparison between 'enum tree_code' and 'enum c_tree_code' [-Wenum-compare] 8364 | if (TREE_CODE (expr) == COMPOUND_LITERAL_EXPR) | ^~ ../../gcc/c-typeck.c: In function 'composite_type': ../../gcc/c-typeck.c:466:14: warning: this statement may fall through [-Wimplicit-fallthrough=] 466 | t1 = qualify_type (t1, t2); | ^~~~~~~~~~~~~~~~~~~~~ ../../gcc/c-typeck.c:470:5: note: here 470 | default: | ^~~~~~~ ../../gcc/c-typeck.c: In function 'c_mark_addressable': ../../gcc/c-typeck.c:3082:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 3082 | if (C_DECL_REGISTER (x) | ^ ../../gcc/c-typeck.c:3103:7: note: here 3103 | case FUNCTION_DECL: | ^~~~ ../../gcc/c-typeck.c:3104:30: warning: this statement may fall through [-Wimplicit-fallthrough=] 3104 | TREE_ADDRESSABLE (x) = 1; ../../gcc/c-typeck.c:3106:7: note: here 3106 | default: | ^~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-vect-generic.c -o tree-vect-generic.o In file included from ../../gcc/tree-vect-generic.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-vect-generic.c:33: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-vect-generic.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-vect-generic.c: In function 'build_replicated_const': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-generic.c:51:3: note: in expansion of macro 'gcc_assert' 51 | gcc_assert (n); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-generic.c:68:5: note: in expansion of macro 'gcc_unreachable' 68 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/tree-vect-generic.c: In function 'build_word_mode_vector_type': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-generic.c:87:7: note: in expansion of macro 'gcc_assert' 87 | gcc_assert (TREE_CODE (vector_last_type) == VECTOR_TYPE); | ^~~~~~~~~~ ../../gcc/tree-vect-generic.c: In function 'expand_vector_operations_1': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-generic.c:411:3: note: in expansion of macro 'gcc_assert' 411 | gcc_assert (code != CONVERT_EXPR); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-vect-generic.c:448:3: note: in expansion of macro 'gcc_assert' 448 | gcc_assert (code != VEC_LSHIFT_EXPR && code != VEC_RSHIFT_EXPR); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/combine.c -o combine.o In file included from ../../gcc/combine.c:78: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/combine.c: In function 'do_SUBST': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/combine.c:485:7: note: in expansion of macro 'gcc_assert' 485 | gcc_assert (INTVAL (newval) | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/combine.c:494:7: note: in expansion of macro 'gcc_assert' 494 | gcc_assert (!(GET_CODE (oldval) == SUBREG | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/combine.c:496:7: note: in expansion of macro 'gcc_assert' 496 | gcc_assert (!(GET_CODE (oldval) == ZERO_EXTEND | ^~~~~~~~~~ ../../gcc/combine.c: In function 'try_combine': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/combine.c:1920:11: note: in expansion of macro 'gcc_assert' 1920 | gcc_assert (HOST_BITS_PER_WIDE_INT >= BITS_PER_WORD); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/combine.c:1943:9: note: in expansion of macro 'gcc_unreachable' 1943 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/combine.c:81: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/combine.c:3043:29: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3043 | distribute_notes (gen_rtx_EXPR_LIST (REG_DEAD, i3dest_killed, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/combine.c:3047:29: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3047 | distribute_notes (gen_rtx_EXPR_LIST (REG_DEAD, i3dest_killed, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/combine.c:3059:29: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3059 | distribute_notes (gen_rtx_EXPR_LIST (REG_DEAD, i2dest, NULL_RTX), | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/combine.c:3062:29: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3062 | distribute_notes (gen_rtx_EXPR_LIST (REG_DEAD, i2dest, NULL_RTX), | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/combine.c:3073:29: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3073 | distribute_notes (gen_rtx_EXPR_LIST (REG_DEAD, i1dest, NULL_RTX), | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/combine.c:3076:29: note: in expansion of macro 'gen_rtx_EXPR_LIST' 3076 | distribute_notes (gen_rtx_EXPR_LIST (REG_DEAD, i1dest, NULL_RTX), | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/combine.c:78: ../../gcc/combine.c: In function 'subst': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/combine.c:3880:19: note: in expansion of macro 'gcc_assert' 3880 | gcc_assert (x); | ^~~~~~~~~~ ../../gcc/combine.c: In function 'combine_simplify_rtx': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/combine.c:4897:9: note: in expansion of macro 'gcc_assert' 4897 | gcc_assert (GET_CODE (op1) == PARALLEL); | ^~~~~~~~~~ ../../gcc/combine.c: In function 'simplify_logical': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/combine.c:5868:7: note: in expansion of macro 'gcc_unreachable' 5868 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/combine.c: In function 'force_to_mode': ../../gcc/combine.c:7155:44: warning: left shift of negative value [-Wshift-negative-value] 7155 | cval |= (HOST_WIDE_INT) -1 << width; | ^~ ../../gcc/combine.c:7183:39: warning: left shift of negative value [-Wshift-negative-value] 7183 | smask |= (HOST_WIDE_INT) -1 << width; | ^~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/combine.c:81: ../../gcc/combine.c: In function 'recog_for_combine': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/combine.c:9585:19: note: in expansion of macro 'gen_rtx_EXPR_LIST' 9585 | notes = gen_rtx_EXPR_LIST (REG_UNUSED, | ^~~~~~~~~~~~~~~~~ ../../gcc/combine.c: In function 'move_deaths': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/combine.c:11830:23: note: in expansion of macro 'gen_rtx_EXPR_LIST' 11830 | = gen_rtx_EXPR_LIST (REG_DEAD, | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/combine.c:11868:23: note: in expansion of macro 'gen_rtx_EXPR_LIST' 11868 | *pnotes = gen_rtx_EXPR_LIST (REG_DEAD, x, *pnotes); | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/combine.c:78: ../../gcc/combine.c: In function 'distribute_notes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/combine.c:12028:15: note: in expansion of macro 'gcc_assert' 12028 | gcc_assert (i2 && JUMP_P (i2)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/combine.c:12041:15: note: in expansion of macro 'gcc_assert' 12041 | gcc_assert (flag_non_call_exceptions); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/combine.c:12060:15: note: in expansion of macro 'gcc_assert' 12060 | gcc_assert (i2 && CALL_P (i2)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/combine.c:12175:19: note: in expansion of macro 'gcc_assert' 12175 | gcc_assert (label == XEXP (note, 0)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/combine.c:12189:19: note: in expansion of macro 'gcc_assert' 12189 | gcc_assert (label == XEXP (note, 0)); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/combine.c:81: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/combine.c:12502:35: note: in expansion of macro 'gen_rtx_EXPR_LIST' 12502 | = gen_rtx_EXPR_LIST (REG_DEAD, piece, NULL_RTX); | ^~~~~~~~~~~~~~~~~ ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/combine.c:12528:41: note: in expansion of macro 'gen_rtx_EXPR_LIST' 12528 | = gen_rtx_EXPR_LIST (REG_UNUSED, piece, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/combine.c:78: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/combine.c:12545:11: note: in expansion of macro 'gcc_unreachable' 12545 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ In file included from ../../gcc/combine.c:81: ../../gcc/rtl.h:732:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 732 | #define REG_NOTE_KIND(LINK) ((enum reg_note) GET_MODE (LINK)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/combine.c:12566:48: note: in expansion of macro 'REG_NOTE_KIND' 12566 | REG_NOTE_KIND (note), | ^~~~~~~~~~~~~ In file included from ../../gcc/combine.c:78: ../../gcc/combine.c: In function 'insn_cuid': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/combine.c:12700:3: note: in expansion of macro 'gcc_assert' 12700 | gcc_assert (INSN_UID (insn) <= max_uid_cuid); | ^~~~~~~~~~ ../../gcc/combine.c: In function 'expand_compound_operation': ../../gcc/combine.c:5898:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 5898 | unsignedp = 1; | ~~~~~~~~~~^~~ ../../gcc/combine.c:5899:5: note: here 5899 | case SIGN_EXTEND: | ^~~~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE build/gcov-iov.o -o build/gcov-iov cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattrtab \ build/genattrtab.o build/genautomata.o \ build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o build/errors.o \ build/varray.o ../build-x86_64-redhat-linux/libiberty/libiberty.a -lm cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -c insn-emit.c \ -o insn-emit.o In file included from insn-emit.c:5: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_reload_outqi': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:1531:3: note: in expansion of macro 'gcc_assert' 1531 | gcc_assert (!reg_overlap_mentioned_p (op2, op0)); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1183': ../../gcc/config/i386/i386.md:1862:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 1862 | [(set (match_dup 0) (match_dup 1)) | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1188': ../../gcc/config/i386/i386.md:2098:23: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 2098 | (match_operand:DI 1 "register_operand" "+r")) | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2092:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 2092 | [(set (match_dup 2) (match_dup 3)) | ^~~~~~~~ ../../gcc/config/i386/i386.md:2091:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 2091 | && !x86_64_immediate_operand (operands[1], DImode)" | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1189': ../../gcc/config/i386/i386.md:2107:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 2107 | | ^ ../../gcc/config/i386/i386.md:2106:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 2106 | (set_attr "athlon_decode" "vector")]) | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1194': ../../gcc/config/i386/i386.md:2270:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 2270 | (set (mem:SF (reg:DI SP_REG)) (match_dup 1))]) | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1195': ../../gcc/config/i386/i386.md:2298:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 2298 | case 4: | ^~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1197': ../../gcc/config/i386/i386.md:2397:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 2397 | (set_attr "mode" "DF,SI,SI,DF")]) | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1198': ../../gcc/config/i386/i386.md:2443:28: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 2443 | "fm#Y,f#Y,G ,*roF,F*r,C ,Y*x#f,HmY*x#f,Y*x#f"))] | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1203': ../../gcc/config/i386/i386.md:2766:14: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 2766 | (match_operand:XF 1 "any_fp_register_operand" ""))] | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1204': ../../gcc/config/i386/i386.md:2788:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 2788 | /* There is no non-popping store to memory for XFmode. So if | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1220': ../../gcc/config/i386/i386.md:3178:7: warning: variable 'operand3' set but not used [-Wunused-but-set-variable] 3178 | mov\t{%k1, %k0|%k0, %k1} | ^~~~~~~~ ../../gcc/config/i386/i386.md:3177:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] 3177 | "@ | ^ ../../gcc/config/i386/i386.md:3176:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 3176 | "TARGET_64BIT" | ^~~~~~~~ ../../gcc/config/i386/i386.md:3175:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 3175 | (zero_extend:DI (match_operand:SI 1 "nonimmediate_operand" "rm,0,rm,rm")))] | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1221': ../../gcc/config/i386/i386.md:3212:7: warning: variable 'operand3' set but not used [-Wunused-but-set-variable] 3212 | [(set (match_operand:DI 0 "register_operand" "=r") | ^~~~~~~~ ../../gcc/config/i386/i386.md:3211:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] 3211 | (define_insn "zero_extendhidi2" | ^~~~~~~~ ../../gcc/config/i386/i386.md:3210:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 3210 | | ^ ../../gcc/config/i386/i386.md:3209:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 3209 | "split_di (&operands[0], 1, &operands[3], &operands[4]);") | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1222': ../../gcc/config/i386/i386.md:3220:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] 3220 | [(set (match_operand:DI 0 "register_operand" "=r") | ^~~~~~~~ ../../gcc/config/i386/i386.md:3218:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 3218 | | ^ ../../gcc/config/i386/i386.md: In function 'gen_split_1224': ../../gcc/config/i386/i386.md:3267:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] 3267 | "movs{wq|x}\t{%1,%0|%0, %1}" | ^~~~~~~~ ../../gcc/config/i386/i386.md:3265:14: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 3265 | (sign_extend:DI (match_operand:HI 1 "nonimmediate_operand" "rm")))] | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1227': ../../gcc/config/i386/i386.md:3363:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 3363 | return "movs{wl|x}\t{%1,%0|%0, %1}"; | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1228': ../../gcc/config/i386/i386.md:3392:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 3392 | } | ^ ../../gcc/config/i386/i386.md: In function 'gen_split_1229': ../../gcc/config/i386/i386.md:3421:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 3421 | (set (attr "prefix_0f") | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1230': ../../gcc/config/i386/i386.md:3514:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 3514 | [(set (match_operand:DF 0 "nonimmediate_operand" "") | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1231': ../../gcc/config/i386/i386.md:3522:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 3522 | if (GET_CODE (operands[0]) == MEM && GET_CODE (operands[1]) == MEM) | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1232': ../../gcc/config/i386/i386.md:3530:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 3530 | && (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)" | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1264': ../../gcc/config/i386/i386.md:4254:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] 4254 | [(const_int 0)] | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1265': ../../gcc/config/i386/i386.md:4261:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] 4261 | emit_insn (gen_fix_trunc<mode>_i387 (operands[0], operands[1], | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1266': ../../gcc/config/i386/i386.md:4261:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] 4261 | emit_insn (gen_fix_trunc<mode>_i387 (operands[0], operands[1], | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1271': ../../gcc/config/i386/i386.md:4354:7: warning: variable 'operand4' set but not used [-Wunused-but-set-variable] 4354 | && FLOAT_MODE_P (GET_MODE (operands[1])) | ^~~~~~~~ In file included from insn-emit.c:5: ../../gcc/config/i386/i386.md: In function 'gen_split_1336': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:7442:7: note: in expansion of macro 'gcc_assert' 7442 | gcc_assert (!true_regnum (operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md:7170:14: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 7170 | (const_int 32)))) | ^~~~~~~~ In file included from insn-emit.c:5: ../../gcc/config/i386/i386.md: In function 'gen_split_1338': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:7525:7: note: in expansion of macro 'gcc_assert' 7525 | gcc_assert (!true_regnum (operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md:7509:14: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 7509 | (set (match_dup 3) | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1350': ../../gcc/config/i386/i386.md:8096:14: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 8096 | mode = HImode; | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1351': ../../gcc/config/i386/i386.md:8139:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 8139 | [(parallel [(set (zero_extract:SI (match_dup 0) | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1390': ../../gcc/config/i386/i386.md:9745:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] 9745 | operands[1] = operands[2]; | ^~~~~~~~ ../../gcc/config/i386/i386.md:9744:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 9744 | tmp = operands[1]; | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1440': ../../gcc/config/i386/i386.md:12415:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 12415 | (ior:SI (ashift:SI (match_dup 5) (match_dup 2)) | ^ ~~~~~ ../../gcc/config/i386/i386.md:12414:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 12414 | [(set (match_dup 5) | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1445': ../../gcc/config/i386/i386.md:12639:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 12639 | (ior:SI (ashiftrt:SI (match_dup 5) (match_dup 2)) | ^ ~~~~~ ../../gcc/config/i386/i386.md:12638:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 12638 | [(set (match_dup 5) | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1505': ../../gcc/config/i386/i386.md:13880:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 13880 | && ! reg_overlap_mentioned_p (operands[3], operands[0])" | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:13876:7: warning: variable 'operand3' set but not used [-Wunused-but-set-variable] 13876 | (set (match_operand 3 "q_regs_operand" "") | ^~~~~~~~ ../../gcc/config/i386/i386.md:13874:14: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 13874 | (match_operator:QI 2 "ix86_comparison_operator" | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1506': ../../gcc/config/i386/i386.md:13919:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 13919 | | ^ ../../gcc/config/i386/i386.md:13915:7: warning: variable 'operand3' set but not used [-Wunused-but-set-variable] 13915 | ;; checked for calls. This is a bug in the generic code, but it isn't that | ^~~~~~~~ ../../gcc/config/i386/i386.md:13913:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 13913 | | ^ ../../gcc/config/i386/i386.md: In function 'gen_split_1545': ../../gcc/config/i386/i386.md:15502:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 15502 | | ^ ../../gcc/config/i386/i386.md: In function 'gen_split_1546': ../../gcc/config/i386/i386.md:15614:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 15614 | && flag_unsafe_math_optimizations" | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1547': ../../gcc/config/i386/i386.md:15624:14: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 15624 | (unspec:SF [(match_dup 2)] UNSPEC_SINCOS_SIN))] | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1548': ../../gcc/config/i386/i386.md:15649:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 15649 | "TARGET_USE_FANCY_MATH_387 | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1549': ../../gcc/config/i386/i386.md:15659:21: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 15659 | (match_operand:SF 2 "register_operand" ""))] | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1550': ../../gcc/config/i386/i386.md:15690:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 15690 | "TARGET_USE_FANCY_MATH_387 | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1551': ../../gcc/config/i386/i386.md:15703:7: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 15703 | && !reload_completed && !reload_in_progress" | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1552': ../../gcc/config/i386/i386.md:15726:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 15726 | && flag_unsafe_math_optimizations" | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1553': ../../gcc/config/i386/i386.md:15740:23: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 15740 | (set (match_operand:DF 1 "register_operand" "") | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1555': ../../gcc/config/i386/i386.md:15793:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 15793 | (define_expand "tansf2" | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1557': ../../gcc/config/i386/i386.md:15837:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 15837 | [(parallel [(set (match_dup 2) | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1607': ../../gcc/config/i386/i386.md:17008:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] 17008 | (set_attr "mode" "<MODE>")]) | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1625': ../../gcc/config/i386/i386.md:17257:7: warning: variable 'operand4' set but not used [-Wunused-but-set-variable] 17257 | && flag_unsafe_math_optimizations" | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_split_1641': ../../gcc/config/i386/i386.md:17498:7: warning: variable 'operand4' set but not used [-Wunused-but-set-variable] 17498 | && flag_unsafe_math_optimizations" | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1674': ../../gcc/config/i386/i386.md:18525:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 18525 | ;; The intermediate three instructions are unnecessary. | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1675': ../../gcc/config/i386/i386.md:18606:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 18606 | "TARGET_64BIT" | ^ ../../gcc/config/i386/i386.md: In function 'gen_split_1683': ../../gcc/config/i386/i386.md:18785:21: warning: variable 'operand0' set but not used [-Wunused-but-set-variable] 18785 | (match_operand:DF 2 "nonimmediate_operand" "f#r,0#r,rm#f,0#f") | ^ ~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1685': ../../gcc/config/i386/i386.md:18851:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 18851 | | ^ ../../gcc/config/i386/i386.md:18847:7: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] 18847 | "TARGET_SSE_MATH" | ^~~~~~~~ ../../gcc/config/i386/i386.md:18846:21: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 18846 | (match_operand:SF 2 "nonimmediate_operand" "xm")))] | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1713': ../../gcc/config/i386/i386.md:19488:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19488 | | ^ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1714': ../../gcc/config/i386/i386.md:19511:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19511 | || (TARGET_K6 && long_memory_operand (operands[0], QImode)))" | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1715': ../../gcc/config/i386/i386.md:19525:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19525 | [(set (match_operand 0 "flags_reg_operand" "") | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1716': ../../gcc/config/i386/i386.md:19541:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19541 | "") | ^ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1717': ../../gcc/config/i386/i386.md:19575:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19575 | && ix86_match_ccmode (insn, CCNOmode) | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1718': ../../gcc/config/i386/i386.md:19596:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19596 | "") | ^ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1723': ../../gcc/config/i386/i386.md:19692:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19692 | || GET_MODE (operands[0]) == SImode | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1724': ../../gcc/config/i386/i386.md:19695:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19695 | && peep2_regno_dead_p (0, FLAGS_REG)" | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1725': ../../gcc/config/i386/i386.md:19718:23: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19718 | (clobber (reg:CC FLAGS_REG))])] | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1726': ../../gcc/config/i386/i386.md:19720:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19720 | | ^ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1727': ../../gcc/config/i386/i386.md:19735:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19735 | && peep2_regno_dead_p (0, FLAGS_REG)" | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:19732:12: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 19732 | (mult:SI (match_dup 0) | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1728': ../../gcc/config/i386/i386.md:19744:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19744 | "exact_log2 (INTVAL (operands[1])) >= 0 | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1729': ../../gcc/config/i386/i386.md:19753:30: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19753 | (match_operand:DI 2 "const_int_operand" "")) 0))] | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:19750:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 19750 | (define_peephole2 | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1730': ../../gcc/config/i386/i386.md:19764:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19764 | ;; dependencies is present. | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:19761:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 19761 | ;; The ESP adjustments can be done by the push and pop instructions. Resulting | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1731': ../../gcc/config/i386/i386.md:19774:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19774 | ;; We can't use the second way right now, since there is no reliable way how to | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:19771:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 19771 | ;; two choices | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1742': ../../gcc/config/i386/i386.md:19938:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 19938 | "optimize_size || !TARGET_SUB_ESP_4" | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1753': ../../gcc/config/i386/i386.md:20069:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 20069 | (plus:DI (mult:DI (match_dup 1) (match_dup 2)) | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1754': ../../gcc/config/i386/i386.md:20065:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 20065 | && (INTVAL (operands[2]) == 3 | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1755': ../../gcc/config/i386/i386.md:20084:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 20084 | [(set (match_dup 0) (match_dup 1)) | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1756': ../../gcc/config/i386/i386.md:20096:37: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 20096 | (match_operand:DI 2 "immediate_operand" ""))) | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1760': ../../gcc/config/i386/i386.md:20161:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 20161 | "TARGET_K8 && !optimize_size | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1761': ../../gcc/config/i386/i386.md:20180:14: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 20180 | (clobber (reg:CC FLAGS_REG))])] | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1762': ../../gcc/config/i386/i386.md:20196:7: warning: variable 'operand1' set but not used [-Wunused-but-set-variable] 20196 | ;; leal (%edx,%eax,4), %eax | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'gen_peephole2_1763': ../../gcc/config/i386/i386.md:20216:16: warning: variable '_regs_allocated' set but not used [-Wunused-but-set-variable] 20216 | /* We reorder load and the shift. */ | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:20212:14: warning: variable 'operand2' set but not used [-Wunused-but-set-variable] 20212 | && (GET_MODE (operands[0]) == QImode | ^~~~~~~~ In file included from insn-emit.c:5: ../../gcc/config/i386/i386.md: In function 'gen_prefetch': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:20443:3: note: in expansion of macro 'gcc_assert' 20443 | gcc_assert (rw == 0 || rw == 1); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:20444:3: note: in expansion of macro 'gcc_assert' 20444 | gcc_assert (locality >= 0 && locality <= 3); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:20445:3: note: in expansion of macro 'gcc_assert' 20445 | gcc_assert (GET_MODE (operands[0]) == Pmode | ^~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'gen_smaxv16qi3': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:2861:3: note: in expansion of macro 'gcc_assert' 2861 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'gen_smaxv4si3': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:2861:3: note: in expansion of macro 'gcc_assert' 2861 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'gen_umaxv4si3': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:2881:3: note: in expansion of macro 'gcc_assert' 2881 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'gen_sminv16qi3': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:2933:3: note: in expansion of macro 'gcc_assert' 2933 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'gen_sminv4si3': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:2933:3: note: in expansion of macro 'gcc_assert' 2933 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'gen_uminv8hi3': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:2953:3: note: in expansion of macro 'gcc_assert' 2953 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'gen_uminv4si3': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:2953:3: note: in expansion of macro 'gcc_assert' 2953 | gcc_assert (ok); | ^~~~~~~~~~ ../../gcc/config/i386/sync.md: In function 'add_clobbers': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sync.md:570:7: note: in expansion of macro 'gcc_unreachable' ../../gcc/config/i386/sync.md: In function 'added_clobbers_hard_reg_p': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sync.md:928:7: note: in expansion of macro 'gcc_unreachable' ../../gcc/config/i386/sync.md: In function 'gen_tls_global_dynamic_32': ../../gcc/config/i386/i386.md:14523:28: warning: 'operands' is used uninitialized [-Wuninitialized] 14523 | (match_operand:DI 3 "" ""))) | ~~~~~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:14505:16: note: 'operands' declared here 14505 | (clobber (match_scratch:SI 4 "")) | ^~~~~~~~ ../../gcc/config/i386/sync.md: In function 'gen_tls_local_dynamic_base_32': ../../gcc/config/i386/i386.md:14589:21: warning: 'operands' is used uninitialized [-Wuninitialized] 14589 | (call:DI (mem:QI (match_operand:DI 1 "call_insn_operand" "")) | ~~~~~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:14572:16: note: 'operands' declared here 14572 | (clobber (match_scratch:SI 3 "")) | ^~~~~~~~ ../../gcc/config/i386/sync.md: In function 'gen_atandf2': ../../gcc/config/i386/i386.md:15891:14: warning: 'operands' is used uninitialized [-Wuninitialized] 15891 | (unspec:SF [(match_operand:SF 2 "register_operand" "0") | ~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:15899:9: note: 'operands' declared here 15899 | [(set_attr "type" "fpspc") | ^~~~~~~~ ../../gcc/config/i386/sync.md: In function 'gen_atansf2': ../../gcc/config/i386/i386.md:15932:14: warning: 'operands' is used uninitialized [-Wuninitialized] 15932 | (unspec:XF [(match_operand:XF 2 "register_operand" "0") | ~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:15940:9: note: 'operands' declared here 15940 | (set_attr "mode" "XF")]) | ^~~~~~~~ ../../gcc/config/i386/sync.md: In function 'gen_atanxf2': ../../gcc/config/i386/i386.md:15970:21: warning: 'operands' is used uninitialized [-Wuninitialized] 15970 | (float_extend:XF (match_operand:DF 1 "register_operand" ""))) | ~~~~~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:15979:16: note: 'operands' declared here 15979 | (float_truncate:DF (match_dup 7)))] | ^~~~~~~~ ../../gcc/config/i386/sync.md: In function 'gen_logsf2': ../../gcc/config/i386/i386.md:16145:28: warning: 'operands' is used uninitialized [-Wuninitialized] 16145 | (unspec:XF [(match_dup 2) | ~~~~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:16155:9: note: 'operands' declared here 16155 | | ^ ../../gcc/config/i386/sync.md: In function 'gen_logdf2': ../../gcc/config/i386/i386.md:16168:21: warning: 'operands' is used uninitialized [-Wuninitialized] 16168 | (clobber (match_scratch:XF 3 ""))])] | ~~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:16183:23: note: 'operands' declared here 16183 | (unspec:XF [(match_dup 2) | ^~~~~~~~ ../../gcc/config/i386/sync.md: In function 'gen_logxf2': ../../gcc/config/i386/i386.md:16181:21: warning: 'operands' is used uninitialized [-Wuninitialized] 16181 | (float_extend:XF (match_operand:SF 1 "register_operand" ""))) | ~~~~~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:16204:16: note: 'operands' declared here 16204 | (float_extend:XF (match_operand:DF 1 "register_operand" ""))) | ^~~~~~~~ ../../gcc/config/i386/sync.md: In function 'gen_log10sf2': ../../gcc/config/i386/i386.md:16206:28: warning: 'operands' is used uninitialized [-Wuninitialized] 16206 | (unspec:XF [(match_dup 2) | ~~~~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:16211:9: note: 'operands' declared here 16211 | "TARGET_USE_FANCY_MATH_387 | ^~~~~~~~ ../../gcc/config/i386/sync.md: In function 'gen_log10df2': ../../gcc/config/i386/i386.md:16229:21: warning: 'operands' is used uninitialized [-Wuninitialized] 16229 | (clobber (match_scratch:XF 3 ""))])] | ~~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:16244:23: note: 'operands' declared here 16244 | (unspec:XF [(match_dup 2) | ^~~~~~~~ ../../gcc/config/i386/sync.md: In function 'gen_log10xf2': ../../gcc/config/i386/i386.md:16242:21: warning: 'operands' is used uninitialized [-Wuninitialized] 16242 | (float_extend:XF (match_operand:SF 1 "register_operand" ""))) | ~~~~~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:16265:30: note: 'operands' declared here 16265 | (match_dup 3)] UNSPEC_FYL2X)) | ^ ~~~~~~ ../../gcc/config/i386/sync.md: In function 'gen_log2sf2': ../../gcc/config/i386/i386.md:16264:28: warning: 'operands' is used uninitialized [-Wuninitialized] 16264 | (unspec:XF [(match_dup 2) | ~~~~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:16272:9: note: 'operands' declared here 16272 | { | ^ ../../gcc/config/i386/sync.md: In function 'gen_log2df2': ../../gcc/config/i386/i386.md:16284:21: warning: 'operands' is used uninitialized [-Wuninitialized] 16284 | (clobber (match_scratch:XF 3 ""))])] | ~~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:16302:9: note: 'operands' declared here 16302 | (set_attr "mode" "XF")]) | ^~~~~~~~ ../../gcc/config/i386/sync.md: In function 'gen_log2xf2': ../../gcc/config/i386/i386.md:16294:14: warning: 'operands' is used uninitialized [-Wuninitialized] 16294 | (unspec:XF [(match_operand:XF 2 "register_operand" "0") | ~~~~~^~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:16320:9: note: 'operands' declared here 16320 | (define_expand "log1pdf2" | ^~~~~~~~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genextract \ build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/min-insn-modes.o build/gensupport.o build/insn-conditions.o build/print-rtl.o \ build/errors.o ../build-x86_64-redhat-linux/libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -c insn-opinit.c \ -o insn-opinit.o cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -c insn-output.c \ -o insn-output.o In file included from insn-output.c:5: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_40': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:1177:11: note: in expansion of macro 'gcc_unreachable' 1177 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:1192:7: note: in expansion of macro 'gcc_assert' 1192 | gcc_assert (!flag_pic || LEGITIMATE_PIC_OPERAND_P (operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_55': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:1470:7: note: in expansion of macro 'gcc_assert' 1470 | gcc_assert (ANY_QI_REG_P (operands[1]) || GET_CODE (operands[1]) == MEM); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_81': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:1999:7: note: in expansion of macro 'gcc_assert' 1999 | gcc_assert (!flag_pic || LEGITIMATE_PIC_OPERAND_P (operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_85': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2140:7: note: in expansion of macro 'gcc_unreachable' 2140 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_86': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2185:7: note: in expansion of macro 'gcc_unreachable' 2185 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_87': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2226:3: note: in expansion of macro 'gcc_assert' 2226 | gcc_assert (which_alternative == 1); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_88': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2239:3: note: in expansion of macro 'gcc_assert' 2239 | gcc_assert (which_alternative == 1); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_89': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2322:7: note: in expansion of macro 'gcc_unreachable' 2322 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_91': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2393:3: note: in expansion of macro 'gcc_unreachable' 2393 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_92': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2405:3: note: in expansion of macro 'gcc_unreachable' 2405 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_93': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2478:11: note: in expansion of macro 'gcc_unreachable' 2478 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2500:11: note: in expansion of macro 'gcc_unreachable' 2500 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2504:7: note: in expansion of macro 'gcc_unreachable' 2504 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_94': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2599:11: note: in expansion of macro 'gcc_unreachable' 2599 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2621:11: note: in expansion of macro 'gcc_unreachable' 2621 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2625:7: note: in expansion of macro 'gcc_unreachable' 2625 | gcc_unreachable(); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_96': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2728:3: note: in expansion of macro 'gcc_unreachable' 2728 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_97': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2740:3: note: in expansion of macro 'gcc_unreachable' 2740 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_98': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2801:7: note: in expansion of macro 'gcc_unreachable' 2801 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_99': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2836:7: note: in expansion of macro 'gcc_unreachable' 2836 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_101': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2936:7: note: in expansion of macro 'gcc_unreachable' 2936 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_123': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:3547:7: note: in expansion of macro 'gcc_unreachable' 3547 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_125': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:3580:7: note: in expansion of macro 'gcc_unreachable' 3580 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_126': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:3619:7: note: in expansion of macro 'gcc_unreachable' 3619 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_127': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:3658:7: note: in expansion of macro 'gcc_unreachable' 3658 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_128': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:3717:7: note: in expansion of macro 'gcc_unreachable' 3717 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_131': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:3762:7: note: in expansion of macro 'gcc_unreachable' 3762 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_132': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:3786:7: note: in expansion of macro 'gcc_unreachable' 3786 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_134': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:3849:3: note: in expansion of macro 'gcc_assert' 3849 | gcc_assert (!which_alternative); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_136': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:3876:3: note: in expansion of macro 'gcc_assert' 3876 | gcc_assert (!which_alternative); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_138': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:3947:3: note: in expansion of macro 'gcc_assert' 3947 | gcc_assert (!which_alternative); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_140': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:3974:3: note: in expansion of macro 'gcc_assert' 3974 | gcc_assert (!which_alternative); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_203': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5095:7: note: in expansion of macro 'gcc_assert' 5095 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5100:11: note: in expansion of macro 'gcc_assert' 5100 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5105:7: note: in expansion of macro 'gcc_assert' 5105 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_204': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5165:7: note: in expansion of macro 'gcc_assert' 5165 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5170:11: note: in expansion of macro 'gcc_assert' 5170 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5175:7: note: in expansion of macro 'gcc_assert' 5175 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_205': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5214:7: note: in expansion of macro 'gcc_assert' 5214 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5219:11: note: in expansion of macro 'gcc_assert' 5219 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5224:7: note: in expansion of macro 'gcc_assert' 5224 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_206': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5271:11: note: in expansion of macro 'gcc_assert' 5271 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5276:7: note: in expansion of macro 'gcc_assert' 5276 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_207': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5312:7: note: in expansion of macro 'gcc_assert' 5312 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5317:11: note: in expansion of macro 'gcc_assert' 5317 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5322:7: note: in expansion of macro 'gcc_assert' 5322 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_208': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5359:7: note: in expansion of macro 'gcc_assert' 5359 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5364:11: note: in expansion of macro 'gcc_assert' 5364 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5369:7: note: in expansion of macro 'gcc_assert' 5369 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_209': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5447:11: note: in expansion of macro 'gcc_assert' 5447 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_210': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5511:7: note: in expansion of macro 'gcc_assert' 5511 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5516:11: note: in expansion of macro 'gcc_assert' 5516 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5521:7: note: in expansion of macro 'gcc_assert' 5521 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_211': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5563:11: note: in expansion of macro 'gcc_assert' 5563 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_212': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5601:7: note: in expansion of macro 'gcc_assert' 5601 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5606:11: note: in expansion of macro 'gcc_assert' 5606 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5611:7: note: in expansion of macro 'gcc_assert' 5611 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_213': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5651:11: note: in expansion of macro 'gcc_assert' 5651 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_214': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5698:11: note: in expansion of macro 'gcc_assert' 5698 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5703:7: note: in expansion of macro 'gcc_assert' 5703 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_215': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5736:7: note: in expansion of macro 'gcc_assert' 5736 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5741:11: note: in expansion of macro 'gcc_assert' 5741 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -c insn-peep.c \ -o insn-peep.o ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5746:7: note: in expansion of macro 'gcc_assert' 5746 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_216': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5795:11: note: in expansion of macro 'gcc_assert' 5795 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_217': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5836:11: note: in expansion of macro 'gcc_assert' 5836 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_218': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5878:11: note: in expansion of macro 'gcc_assert' 5878 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_219': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5917:11: note: in expansion of macro 'gcc_assert' 5917 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_220': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5957:11: note: in expansion of macro 'gcc_assert' 5957 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5962:7: note: in expansion of macro 'gcc_assert' 5962 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_221': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:5997:11: note: in expansion of macro 'gcc_assert' 5997 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_222': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:6048:11: note: in expansion of macro 'gcc_assert' 6048 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_223': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:6096:11: note: in expansion of macro 'gcc_assert' 6096 | gcc_assert (operands[2] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_224': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:6141:11: note: in expansion of macro 'gcc_assert' 6141 | gcc_assert (operands[1] == constm1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_225': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:6184:11: note: in expansion of macro 'gcc_assert' 6184 | gcc_assert (operands[2] == constm1_rtx | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_226': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:6222:11: note: in expansion of macro 'gcc_assert' 6222 | gcc_assert (operands[2] == constm1_rtx | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_227': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:6263:11: note: in expansion of macro 'gcc_assert' 6263 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:6268:7: note: in expansion of macro 'gcc_assert' 6268 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_228': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:6301:11: note: in expansion of macro 'gcc_assert' 6301 | gcc_assert (operands[2] == constm1_rtx | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_229': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:6345:11: note: in expansion of macro 'gcc_assert' 6345 | gcc_assert (operands[2] == constm1_rtx | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_230': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:6381:11: note: in expansion of macro 'gcc_assert' 6381 | gcc_assert (operands[2] == constm1_rtx | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_297': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:8025:9: note: in expansion of macro 'gcc_assert' 8025 | gcc_assert (GET_CODE (operands[2]) == CONST_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:8030:13: note: in expansion of macro 'gcc_assert' 8030 | gcc_assert (INTVAL (operands[2]) == 0xffff); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:8042:7: note: in expansion of macro 'gcc_assert' 8042 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_299': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:8090:9: note: in expansion of macro 'gcc_assert' 8090 | gcc_assert (GET_CODE (operands[2]) == CONST_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:8095:13: note: in expansion of macro 'gcc_assert' 8095 | gcc_assert (INTVAL (operands[2]) == 0xffff); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:8107:7: note: in expansion of macro 'gcc_assert' 8107 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_303': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:8209:7: note: in expansion of macro 'gcc_assert' 8209 | gcc_assert (GET_CODE (operands[2]) == CONST_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:8210:7: note: in expansion of macro 'gcc_assert' 8210 | gcc_assert (INTVAL (operands[2]) == 0xff); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:8214:7: note: in expansion of macro 'gcc_assert' 8214 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_409': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10309:7: note: in expansion of macro 'gcc_assert' 10309 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10310:7: note: in expansion of macro 'gcc_assert' 10310 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10314:7: note: in expansion of macro 'gcc_assert' 10314 | gcc_assert (GET_CODE (operands[2]) == CONST_INT); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10315:7: note: in expansion of macro 'gcc_assert' 10315 | gcc_assert ((unsigned HOST_WIDE_INT) INTVAL (operands[2]) <= 3); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_410': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10372:7: note: in expansion of macro 'gcc_assert' 10372 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_411': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10408:7: note: in expansion of macro 'gcc_assert' 10408 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_414': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10543:7: note: in expansion of macro 'gcc_assert' 10543 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10544:7: note: in expansion of macro 'gcc_assert' 10544 | gcc_assert (rtx_equal_p (operands[0], operands[1])); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_415': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10629:7: note: in expansion of macro 'gcc_assert' 10629 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_416': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10689:7: note: in expansion of macro 'gcc_assert' 10689 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_417': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10725:7: note: in expansion of macro 'gcc_assert' 10725 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_418': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10762:7: note: in expansion of macro 'gcc_assert' 10762 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_419': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10805:7: note: in expansion of macro 'gcc_assert' 10805 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_420': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10841:7: note: in expansion of macro 'gcc_assert' 10841 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_421': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10881:7: note: in expansion of macro 'gcc_assert' 10881 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_422': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10917:7: note: in expansion of macro 'gcc_assert' 10917 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_423': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:10963:7: note: in expansion of macro 'gcc_assert' 10963 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_424': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:11017:7: note: in expansion of macro 'gcc_assert' 11017 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_425': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:11075:7: note: in expansion of macro 'gcc_assert' 11075 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_426': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:11111:7: note: in expansion of macro 'gcc_assert' 11111 | gcc_assert (operands[2] == const1_rtx); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_744': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:19025:7: note: in expansion of macro 'gcc_unreachable' 19025 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_745': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:19068:7: note: in expansion of macro 'gcc_unreachable' 19068 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_746': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:19099:7: note: in expansion of macro 'gcc_unreachable' 19099 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_760': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:20469:3: note: in expansion of macro 'gcc_assert' 20469 | gcc_assert (locality >= 0 && locality <= 3); | ^~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'output_761': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:20487:3: note: in expansion of macro 'gcc_assert' 20487 | gcc_assert (locality >= 0 && locality <= 3); | ^~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'output_772': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:79:7: note: in expansion of macro 'gcc_unreachable' 79 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'output_773': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:79:7: note: in expansion of macro 'gcc_unreachable' 79 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'output_774': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:79:7: note: in expansion of macro 'gcc_unreachable' 79 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'output_775': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:79:7: note: in expansion of macro 'gcc_unreachable' 79 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'output_777': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:165:7: note: in expansion of macro 'gcc_unreachable' 165 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/mmx.md: At top level: ../../gcc/config/i386/mmx.md:34662:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:34683:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:34746:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:34860:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:34881:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:37229:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:38444:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:45812:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:45833:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:51854:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:51869:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:51884:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:51899:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:57839:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:57854:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] ../../gcc/config/i386/mmx.md:57869:5: warning: cast between incompatible function types from 'struct rtx_def * (*)(void)' to 'struct rtx_def * (*)(struct rtx_def *, ...)' [-Wcast-function-type] In file included from insn-peep.c:5: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -c insn-recog.c \ -o insn-recog.o cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o Tcollect2 \ collect2.o tlink.o intl.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a mv -f Tcollect2 collect2 cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o xgcc gcc.o gccspec.o intl.o \ prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cpp gcc.o cppspec.o intl.o \ prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -dumpspecs > tmp-specs mv tmp-specs specs build/gcov-iov '4.1.2' '' \ > tmp-gcov-iov.h /bin/bash ../../gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h echo timestamp > s-iov build/genattrtab ../../gcc/config/i386/i386.md > tmp-attrtab.c Automaton `pentium' 48 NDFA states, 138 NDFA arcs 48 DFA states, 138 DFA arcs 20 minimal DFA states, 82 minimal DFA arcs 273 all insns 17 insn equivalence classes 88 transition comb vector els, 340 trans table els: use comb vect 88 state alts comb vector els, 340 state alts table els: use comb vect 340 min delay table els, compression factor 2 Automaton `pentium_fpu' 80 NDFA states, 172 NDFA arcs 80 DFA states, 172 DFA arcs 75 minimal DFA states, 162 minimal DFA arcs 273 all insns 8 insn equivalence classes 164 transition comb vector els, 600 trans table els: use comb vect 164 state alts comb vector els, 600 state alts table els: use comb vect 600 min delay table els, compression factor 1 Automaton `ppro_decoder' 4 NDFA states, 12 NDFA arcs 4 DFA states, 12 DFA arcs 4 minimal DFA states, 12 minimal DFA arcs 273 all insns 4 insn equivalence classes 13 transition comb vector els, 16 trans table els: use simple vect 13 state alts comb vector els, 16 state alts table els: use simple vect 16 min delay table els, compression factor 8 Automaton `ppro_core' 105 NDFA states, 376 NDFA arcs 105 DFA states, 376 DFA arcs 105 minimal DFA states, 376 minimal DFA arcs 273 all insns 13 insn equivalence classes 481 transition comb vector els, 1365 trans table els: use comb vect 481 state alts comb vector els, 1365 state alts table els: use comb vect 1365 min delay table els, compression factor 1 Automaton `ppro_idiv' 38 NDFA states, 79 NDFA arcs 38 DFA states, 79 DFA arcs 38 minimal DFA states, 79 minimal DFA arcs 273 all insns 5 insn equivalence classes 82 transition comb vector els, 190 trans table els: use simple vect 82 state alts comb vector els, 190 state alts table els: use simple vect 190 min delay table els, compression factor 1 Automaton `ppro_fdiv' 38 NDFA states, 79 NDFA arcs 38 DFA states, 79 DFA arcs 38 minimal DFA states, 79 minimal DFA arcs 273 all insns 5 insn equivalence classes 82 transition comb vector els, 190 trans table els: use simple vect 82 state alts comb vector els, 190 state alts table els: use simple vect 190 min delay table els, compression factor 1 Automaton `ppro_load' 3 NDFA states, 8 NDFA arcs 3 DFA states, 8 DFA arcs 3 minimal DFA states, 8 minimal DFA arcs 273 all insns 4 insn equivalence classes 9 transition comb vector els, 12 trans table els: use simple vect 9 state alts comb vector els, 12 state alts table els: use simple vect 12 min delay table els, compression factor 4 Automaton `ppro_store' 16 NDFA states, 56 NDFA arcs 16 DFA states, 56 DFA arcs 11 minimal DFA states, 44 minimal DFA arcs 273 all insns 7 insn equivalence classes 51 transition comb vector els, 77 trans table els: use simple vect 51 state alts comb vector els, 77 state alts table els: use simple vect 77 min delay table els, compression factor 4 Automaton `k6_decoder' 4 NDFA states, 11 NDFA arcs 4 DFA states, 11 DFA arcs 3 minimal DFA states, 9 minimal DFA arcs 273 all insns 4 insn equivalence classes 10 transition comb vector els, 12 trans table els: use simple vect 10 state alts comb vector els, 12 state alts table els: use simple vect 12 min delay table els, compression factor 8 Automaton `k6_load_unit' 11 NDFA states, 24 NDFA arcs 11 DFA states, 24 DFA arcs 11 minimal DFA states, 24 minimal DFA arcs 273 all insns 4 insn equivalence classes 26 transition comb vector els, 44 trans table els: use simple vect 26 state alts comb vector els, 44 state alts table els: use simple vect 44 min delay table els, compression factor 2 Automaton `k6_store_unit' 68 NDFA states, 233 NDFA arcs 68 DFA states, 233 DFA arcs 37 minimal DFA states, 126 minimal DFA arcs 273 all insns 6 insn equivalence classes 140 transition comb vector els, 222 trans table els: use simple vect 140 state alts comb vector els, 222 state alts table els: use simple vect 222 min delay table els, compression factor 1 Automaton `k6_integer_units' 114 NDFA states, 396 NDFA arcs 114 DFA states, 396 DFA arcs 114 minimal DFA states, 396 minimal DFA arcs 273 all insns 11 insn equivalence classes 471 transition comb vector els, 1254 trans table els: use comb vect 471 state alts comb vector els, 1254 state alts table els: use comb vect 1254 min delay table els, compression factor 1 Automaton `k6_fpu_unit' 58 NDFA states, 120 NDFA arcs 58 DFA states, 120 DFA arcs 57 minimal DFA states, 118 minimal DFA arcs 273 all insns 5 insn equivalence classes 120 transition comb vector els, 285 trans table els: use simple vect 120 state alts comb vector els, 285 state alts table els: use simple vect 285 min delay table els, compression factor 1 Automaton `k6_branch_unit' 2 NDFA states, 5 NDFA arcs 2 DFA states, 5 DFA arcs 2 minimal DFA states, 5 minimal DFA arcs 273 all insns 3 insn equivalence classes 6 transition comb vector els, 6 trans table els: use simple vect 6 state alts comb vector els, 6 state alts table els: use simple vect 6 min delay table els, compression factor 8 Automaton `athlon' 518 NDFA states, 1668 NDFA arcs 518 DFA states, 1668 DFA arcs 76 minimal DFA states, 328 minimal DFA arcs 273 all insns 10 insn equivalence classes 359 transition comb vector els, 760 trans table els: use simple vect 359 state alts comb vector els, 760 state alts table els: use simple vect 760 min delay table els, compression factor 2 Automaton `athlon_load' 162 NDFA states, 855 NDFA arcs 162 DFA states, 855 DFA arcs 162 minimal DFA states, 855 minimal DFA arcs 273 all insns 10 insn equivalence classes 1047 transition comb vector els, 1620 trans table els: use simple vect 1047 state alts comb vector els, 1620 state alts table els: use simple vect 1620 min delay table els, compression factor 2 Automaton `athlon_mult' 16 NDFA states, 48 NDFA arcs 16 DFA states, 48 DFA arcs 16 minimal DFA states, 48 minimal DFA arcs 273 all insns 4 insn equivalence classes 50 transition comb vector els, 64 trans table els: use simple vect 50 state alts comb vector els, 64 state alts table els: use simple vect 64 min delay table els, compression factor 2 Automaton `athlon_fp' 15522 NDFA states, 99908 NDFA arcs 15522 DFA states, 99908 DFA arcs 463 minimal DFA states, 3038 minimal DFA arcs 273 all insns 21 insn equivalence classes 3057 transition comb vector els, 9723 trans table els: use comb vect 3057 state alts comb vector els, 9723 state alts table els: use comb vect 9723 min delay table els, compression factor 1 17533 all allocated states, 102661 all allocated arcs 32710 all allocated alternative states 6256 all transition comb vector els, 16780 all trans table els 6256 all state alts comb vector els, 16780 all state alts table els 16780 all min delay table els 0 locked states num transformation: 0.003471, building DFA: 1.674402 DFA minimization: 0.127770, making insn equivalence: 0.000525 all automaton generation: 1.845751, output: 0.027648 /bin/bash ../../gcc/../move-if-change tmp-attrtab.c insn-attrtab.c echo timestamp > s-attrtab build/genextract ../../gcc/config/i386/i386.md > tmp-extract.c /bin/bash ../../gcc/../move-if-change tmp-extract.c insn-extract.c echo timestamp > s-extract objext='.o' \ LIB1ASMFUNCS='' \ LIB2FUNCS_ST='_eprintf __gcc_bcmp' \ LIBGCOV='_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler' \ LIB2ADD='' \ LIB2ADD_ST='' \ LIB2ADDEH='../../gcc/unwind-dw2.c ../../gcc/unwind-dw2-fde-glibc.c ../../gcc/unwind-sjlj.c ../../gcc/gthr-gnat.c ../../gcc/unwind-c.c' \ LIB2ADDEHSTATIC='../../gcc/unwind-dw2.c ../../gcc/unwind-dw2-fde-glibc.c ../../gcc/unwind-sjlj.c ../../gcc/gthr-gnat.c ../../gcc/unwind-c.c' \ LIB2ADDEHSHARED='../../gcc/unwind-dw2.c ../../gcc/unwind-dw2-fde-glibc.c ../../gcc/unwind-sjlj.c ../../gcc/gthr-gnat.c ../../gcc/unwind-c.c' \ LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c' \ LIB2_SIDITI_CONV_FUNCS='' \ LIBUNWIND='' \ LIBUNWINDDEP='' \ SHLIBUNWIND_LINK='' \ SHLIBUNWIND_INSTALL='' \ FPBIT='' \ FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' \ LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \ DPBIT='' \ DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' \ TPBIT='' \ TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' \ MULTILIBS=`/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include --print-multi-lib` \ EXTRA_MULTILIB_PARTS='crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtfastmath.o' \ SHLIB_LINK='/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -shared -nodefaultlibs -Wl,--soname=@shlib_base_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_flags@ @shlib_objs@ -lc && rm -f @multilib_dir@/@shlib_base_name@.so && if [ -f @multilib_dir@/@shlib_base_name@.so.1 ]; then mv -f @multilib_dir@/@shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so.1.backup; else true; fi && mv @multilib_dir@/@shlib_base_name@.so.1.tmp @multilib_dir@/@shlib_base_name@.so.1 && ln -s @shlib_base_name@.so.1 @multilib_dir@/@shlib_base_name@.so' \ SHLIB_INSTALL='$(mkinstalldirs) $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /home/pbulk/build/lang/g95/work/.tools/bin/install -c -m 644 @multilib_dir@/@shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; ln -s @shlib_base_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' \ SHLIB_EXT='.so' \ SHLIB_MULTILIB='' \ SHLIB_MKMAP='../../gcc/mkmap-symver.awk' \ SHLIB_MKMAP_OPTS='' \ SHLIB_MAPFILES='../../gcc/libgcc-std.ver ../../gcc/config/i386/libgcc-x86_64-glibc.ver' \ SHLIB_NM_FLAGS='-pg' \ MULTILIB_OSDIRNAMES='../lib64 ../lib' \ ASM_HIDDEN_OP='' \ GCC_FOR_TARGET='/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include' \ mkinstalldirs='/bin/bash ../../gcc/../mkinstalldirs' \ /bin/bash mklibgcc > tmp-libgcc.mk mv tmp-libgcc.mk libgcc.mk cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/coverage.c -o coverage.o In file included from ../../gcc/coverage.c:30: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.c: In function 'gcov_open': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:77:3: note: in expansion of macro 'gcc_assert' 77 | gcc_assert (!gcov_var.file); | ^~~~~~~~~~ ../../gcc/gcov-io.c: In function 'gcov_write_words': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:224:3: note: in expansion of macro 'gcc_assert' 224 | gcc_assert (gcov_var.mode < 0); | ^~~~~~~~~~ ../../gcc/gcov-io.c: In function 'gcov_write_length': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:326:3: note: in expansion of macro 'gcc_assert' 326 | gcc_assert (gcov_var.mode < 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:327:3: note: in expansion of macro 'gcc_assert' 327 | gcc_assert (position + 2 <= gcov_var.start + gcov_var.offset); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:328:3: note: in expansion of macro 'gcc_assert' 328 | gcc_assert (position >= gcov_var.start); | ^~~~~~~~~~ ../../gcc/gcov-io.c: In function 'gcov_read_words': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:383:3: note: in expansion of macro 'gcc_assert' 383 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.c: In function 'gcov_sync': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:497:3: note: in expansion of macro 'gcc_assert' 497 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/coverage.c: In function 'tree_coverage_counter_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/coverage.c:421:3: note: in expansion of macro 'gcc_assert' 421 | gcc_assert (no < fn_n_ctrs[counter] - fn_b_ctrs[counter]); | ^~~~~~~~~~ ../../gcc/coverage.c: In function 'coverage_checksum_string': ../../gcc/coverage.c:459:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 459 | if (offset) | ^~ ../../gcc/coverage.c:483:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 483 | break; | ^~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/final.c -o final.o In file included from ../../gcc/final.c:49: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/final.c: In function 'shorten_branches': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/final.c:841:7: note: in expansion of macro 'gcc_assert' 841 | gcc_assert (n_old_labels <= n_labels); | ^~~~~~~~~~ ../../gcc/final.c: In function 'final': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/final.c:1610:11: note: in expansion of macro 'gcc_assert' 1610 | gcc_assert (NOTE_P (insn)); | ^~~~~~~~~~ ../../gcc/final.c: In function 'get_insn_template': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/final.c:1631:7: note: in expansion of macro 'gcc_assert' 1631 | gcc_assert (insn); | ^~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/final.c:1635:7: note: in expansion of macro 'gcc_unreachable' 1635 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/final.c: In function 'output_alternate_entry_point': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/final.c:1666:7: note: in expansion of macro 'gcc_unreachable' 1666 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/final.c: In function 'final_scan_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/final.c:1840:15: note: in expansion of macro 'gcc_assert' 1840 | gcc_assert (block_depth >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/final.c:1861:11: note: in expansion of macro 'gcc_assert' 1861 | gcc_assert (NOTE_LINE_NUMBER (insn) > 0); | ^~~~~~~~~~ In file included from ../../gcc/final.c:67: ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/final.c:2410:11: note: in expansion of macro 'fatal_insn_not_found' 2410 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ In file included from ../../gcc/final.c:49: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/final.c:2454:13: note: in expansion of macro 'gcc_assert' 2454 | gcc_assert (prev_nonnote_insn (insn) == last_ignored_compare); | ^~~~~~~~~~ In file included from ../../gcc/final.c:67: ../../gcc/toplev.h:40:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | _fatal_insn (msgid, insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/final.c:2479:15: note: in expansion of macro 'fatal_insn' 2479 | fatal_insn ("could not split insn", insn); | ^~~~~~~~~~ In file included from ../../gcc/final.c:49: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/final.c:2485:13: note: in expansion of macro 'gcc_unreachable' 2485 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/final.c: In function 'output_operand': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/final.c:3202:3: note: in expansion of macro 'gcc_assert' 3202 | gcc_assert (!x || !REG_P (x) || REGNO (x) < FIRST_PSEUDO_REGISTER); | ^~~~~~~~~~ ../../gcc/final.c: In function 'asm_fprintf': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/final.c:3501:13: note: in expansion of macro 'gcc_unreachable' 3501 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/final.c: In function 'split_double': ../../gcc/final.c:3642:34: warning: left shift of negative value [-Wshift-negative-value] 3642 | l[0] |= ((long) (-1) << 32); | ^~ ../../gcc/final.c:3644:34: warning: left shift of negative value [-Wshift-negative-value] 3644 | l[1] |= ((long) (-1) << 32); | ^~ In file included from ../../gcc/final.c:49: ../../gcc/final.c: In function 'final_forward_branch_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/final.c:3703:3: note: in expansion of macro 'gcc_assert' 3703 | gcc_assert (uid_shuid); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/final.c:3707:3: note: in expansion of macro 'gcc_assert' 3707 | gcc_assert (insn_id && label_id); | ^~~~~~~~~~ ../../gcc/final.c: In function 'rest_of_handle_final': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/final.c:3940:3: note: in expansion of macro 'gcc_assert' 3940 | gcc_assert (MEM_P (x)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/final.c:3942:3: note: in expansion of macro 'gcc_assert' 3942 | gcc_assert (GET_CODE (x) == SYMBOL_REF); | ^~~~~~~~~~ In file included from ../../gcc/final.c:49: ../../gcc/final.c: In function 'output_alternate_entry_point': ../../gcc/system.h:87:28: warning: this statement may fall through [-Wimplicit-fallthrough=] 87 | # define fputc(C, Stream) fputc_unlocked (C, Stream) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/config/elfos.h:241:7: note: in expansion of macro 'fputc' 241 | fputc ('\n', (FILE)); \ | ^~~~~ ../../gcc/final.c:1653:7: note: in expansion of macro 'ASM_WEAKEN_LABEL' 1653 | ASM_WEAKEN_LABEL (file, name); | ^~~~~~~~~~~~~~~~ ../../gcc/final.c:1655:5: note: here 1655 | case LABEL_GLOBAL_ENTRY: | ^~~~ ../../gcc/final.c:1656:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 1656 | targetm.asm_out.globalize_label (file, name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/final.c:1657:5: note: here 1657 | case LABEL_STATIC_ENTRY: | ^~~~ ../../gcc/final.c: In function 'output_operand_lossage': ../../gcc/final.c:2829:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 2829 | asprintf (&fmt_string, "%s%s", pfx_str, _(cmsgid)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/final.c:2830:3: warning: ignoring return value of 'vasprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 2830 | vasprintf (&new_message, fmt_string, ap); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/modulo-sched.c -o modulo-sched.o In file included from ../../gcc/modulo-sched.c:25: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/modulo-sched.c: In function 'normalize_sched_times': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/modulo-sched.c:606:7: note: in expansion of macro 'gcc_assert' 606 | gcc_assert (normalized_time >= 0); | ^~~~~~~~~~ ../../gcc/modulo-sched.c: In function 'generate_prolog_epilog': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/modulo-sched.c:761:3: note: in expansion of macro 'gcc_assert' 761 | gcc_assert (loop->single_exit); | ^~~~~~~~~~ ../../gcc/modulo-sched.c: In function 'sms_schedule': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/modulo-sched.c:1014:7: note: in expansion of macro 'gcc_assert' 1014 | gcc_assert (loop->single_exit); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/modulo-sched.c:1116:7: note: in expansion of macro 'gcc_assert' 1116 | gcc_assert (loop->single_exit); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/modulo-sched.c:1161:7: note: in expansion of macro 'gcc_assert' 1161 | gcc_assert (count_reg); | ^~~~~~~~~~ ../../gcc/modulo-sched.c:951:17: warning: variable 'nloop' set but not used [-Wunused-but-set-variable] 951 | struct loop * nloop; | ^~~~~ In file included from ../../gcc/modulo-sched.c:25: ../../gcc/modulo-sched.c: In function 'check_nodes_order': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/modulo-sched.c:1701:7: note: in expansion of macro 'gcc_assert' 1701 | gcc_assert (u < num_nodes && u >= 0 && !TEST_BIT (tmp, u)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/predict.c -o predict.o In file included from ../../gcc/predict.c:33: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/predict.c:56: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/predict.c:33: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/predict.c: In function 'predict_insn': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/predict.c:184:3: note: in expansion of macro 'gcc_assert' 184 | gcc_assert (any_condjump_p (insn)); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/predict.c:37: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/predict.c:189:7: note: in expansion of macro 'gen_rtx_EXPR_LIST' 189 | = gen_rtx_EXPR_LIST (REG_BR_PRED, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/predict.c:33: ../../gcc/predict.c: In function 'tree_predict_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/predict.c:234:3: note: in expansion of macro 'gcc_assert' 234 | gcc_assert (profile_status != PROFILE_GUESSED); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/predict.c:37: ../../gcc/predict.c: In function 'combine_predictions_for_insn': ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/predict.c:454:11: note: in expansion of macro 'gen_rtx_EXPR_LIST' 454 | = gen_rtx_EXPR_LIST (REG_BR_PROB, | ^~~~~~~~~~~~~~~~~ In file included from ../../gcc/predict.c:33: ../../gcc/predict.c: In function 'expected_value_to_br_prob': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/predict.c:1469:7: note: in expansion of macro 'gcc_assert' 1469 | gcc_assert (cond == const_true_rtx || cond == const0_rtx); | ^~~~~~~~~~ ../../gcc/predict.c: In function 'expensive_function_p': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/predict.c:1783:3: note: in expansion of macro 'gcc_assert' 1783 | gcc_assert (threshold <= BB_FREQ_MAX); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/profile.c -o profile.o In file included from ../../gcc/profile.c:53: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/profile.c:67: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/profile.c:53: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/profile.c: In function 'instrument_edges': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/profile.c:156:15: note: in expansion of macro 'gcc_assert' 156 | gcc_assert (!(e->flags & EDGE_ABNORMAL)); | ^~~~~~~~~~ ../../gcc/profile.c: In function 'instrument_values': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/profile.c:202:11: note: in expansion of macro 'gcc_unreachable' 202 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/profile.c:226:11: note: in expansion of macro 'gcc_unreachable' 226 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/profile.c: In function 'compute_branch_probabilities': ../../gcc/profile.c:286:43: warning: unquoted identifier or keyword 'run_max' in format [-Wformat-diag] 286 | error ("corrupted profile info: run_max * runs < sum_max"); | ^~~~~~~ ../../gcc/profile.c:286:60: warning: unquoted identifier or keyword 'sum_max' in format [-Wformat-diag] 286 | error ("corrupted profile info: run_max * runs < sum_max"); | ^~~~~~~ ../../gcc/profile.c:286:58: warning: unbalanced punctuation character '<' in format [-Wformat-diag] 286 | error ("corrupted profile info: run_max * runs < sum_max"); | ^ ../../gcc/profile.c:292:43: warning: unquoted identifier or keyword 'sum_all' in format [-Wformat-diag] 292 | error ("corrupted profile info: sum_all is smaller than sum_max"); | ^~~~~~~ ../../gcc/profile.c:292:67: warning: unquoted identifier or keyword 'sum_max' in format [-Wformat-diag] 292 | error ("corrupted profile info: sum_all is smaller than sum_max"); | ^~~~~~~ In file included from ../../gcc/profile.c:53: ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/profile.c:434:19: note: in expansion of macro 'gcc_assert' 434 | gcc_assert (e); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/profile.c:461:19: note: in expansion of macro 'gcc_assert' 461 | gcc_assert (e); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/profile.c:483:7: note: in expansion of macro 'gcc_assert' 483 | gcc_assert (!BB_INFO (bb)->succ_count && !BB_INFO (bb)->pred_count); | ^~~~~~~~~~ In file included from ../../gcc/rtl.h:1767, from ../../gcc/profile.c:56: ./genrtl.h:103:30: warning: implicit conversion from 'enum reg_note' to 'enum machine_mode' [-Wenum-conversion] 103 | gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1)) | ^~~~~~ ../../gcc/profile.c:564:25: note: in expansion of macro 'gen_rtx_EXPR_LIST' 564 | = gen_rtx_EXPR_LIST (REG_BR_PROB, GEN_INT (prob), | ^~~~~~~~~~~~~~~~~ ../../gcc/profile.c:614:27: warning: right-hand operand of comma expression has no effect [-Wunused-value] 614 | num_branches++, num_never_executed; | ^ In file included from ../../gcc/profile.c:53: ../../gcc/profile.c: In function 'branch_prob': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/profile.c:1134:7: note: in expansion of macro 'gcc_assert' 1134 | gcc_assert (n_instrumented == num_instrumented); | ^~~~~~~~~~ ../../gcc/profile.c: In function 'union_groups': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/profile.c:1196:3: note: in expansion of macro 'gcc_assert' 1196 | gcc_assert (bb1g != bb2g); | ^~~~~~~~~~ ../../gcc/profile.c: In function 'tree_register_profile_hooks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/profile.c:1340:3: note: in expansion of macro 'gcc_assert' 1340 | gcc_assert (ir_type ()); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/value-prof.c -o value-prof.o In file included from ../../gcc/value-prof.c:22: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/value-prof.c:37: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/value-prof.c:22: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/value-prof.c: In function 'check_counter': ../../gcc/value-prof.c:95:16: warning: unknown conversion type character 'H' in format [-Wformat=] 95 | error ("%HCorrupted value profile: %s profiler overall count (%d) does not match BB count (%d)", | ^ ../../gcc/value-prof.c:95:43: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'location_t *' {aka 'struct location_s *'} [-Wformat=] 95 | error ("%HCorrupted value profile: %s profiler overall count (%d) does not match BB count (%d)", | ~^ | | | char * 96 | locus, name, (int)all, (int)bb_count); | ~~~~~ | | | location_t * {aka struct location_s *} ../../gcc/value-prof.c:95:70: warning: format '%d' expects argument of type 'int', but argument 3 has type 'const char *' [-Wformat=] 95 | error ("%HCorrupted value profile: %s profiler overall count (%d) does not match BB count (%d)", | ~^ | | | int | %s 96 | locus, name, (int)all, (int)bb_count); | ~~~~ | | | const char * ../../gcc/value-prof.c:95:14: warning: too many arguments for format [-Wformat-extra-args] 95 | error ("%HCorrupted value profile: %s profiler overall count (%d) does not match BB count (%d)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/value-prof.c: In function 'tree_mod_subtract_transform': ../../gcc/value-prof.c:613:38: warning: variable 'value' set but not used [-Wunused-but-set-variable] 613 | tree modify, op, op1, op2, result, value; | ^~~~~ In file included from ../../gcc/value-prof.c:22: ../../gcc/value-prof.c: In function 'tree_find_values_to_profile': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/value-prof.c:842:11: note: in expansion of macro 'gcc_unreachable' 842 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/value-prof.c: In function 'tree_register_value_prof_hooks': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/value-prof.c:856:3: note: in expansion of macro 'gcc_assert' 856 | gcc_assert (ir_type ()); | ^~~~~~~~~~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include \ -DTARGET_NAME=\"x86_64-redhat-linux\" \ -c ../../gcc/toplev.c -o toplev.o In file included from ../../gcc/toplev.c:31: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/toplev.c: In function 'init_asm_output': ../../gcc/toplev.c:1248:23: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 1248 | fatal_error ("can%'t open %s for writing: %m", asm_file_name); | ^~~~~~ ../../gcc/toplev.c: In function 'process_options': ../../gcc/toplev.c:1610:22: warning: unquoted option name '-f' in format [-Wformat-diag] 1610 | warning (0, "-f%sleading-underscore not supported on this target machine", | ^~ ../../gcc/toplev.c:1683:48: warning: quoted '%s' directive in format [-Wformat-diag] 1683 | error ("target system does not support the \"%s\" debug format", | ^~~~~~ ../../gcc/toplev.c:1683:12: note: if using '%qs' is not feasible, use '"%-s"' instead 1683 | error ("target system does not support the \"%s\" debug format", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/toplev.c:1718:23: warning: contraction 'can%'t' in format; use 'cannot' instead [-Wformat-diag] 1718 | fatal_error ("can%'t open %s: %m", aux_info_file_name); | ^~~~~~ ../../gcc/toplev.c:1725:24: warning: unquoted option name '-ffunction-sections' in format [-Wformat-diag] 1725 | warning (0, "-ffunction-sections not supported for this target"); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/toplev.c:1730:24: warning: unquoted option name '-fdata-sections' in format [-Wformat-diag] 1730 | warning (0, "-fdata-sections not supported for this target"); | ^~~~~~~~~~~~~~~ ../../gcc/toplev.c:1737:20: warning: unquoted option name '-ffunction-sections' in format [-Wformat-diag] 1737 | warning (0, "-ffunction-sections disabled; it makes profiling impossible"); | ^~~~~~~~~~~~~~~~~~~ ../../gcc/toplev.c:1750:20: warning: unquoted option name '-fprefetch-loop-arrays' in format [-Wformat-diag] 1750 | warning (0, "-fprefetch-loop-arrays not supported for this target (try -march switches)"); | ^~~~~~~~~~~~~~~~~~~~~~ ../../gcc/toplev.c:1750:78: warning: unquoted option name '-march' in format [-Wformat-diag] 1750 | warning (0, "-fprefetch-loop-arrays not supported for this target (try -march switches)"); | ^~~~~~ ../../gcc/toplev.c:1759:20: warning: unquoted option name '-fprefetch-loop-arrays' in format [-Wformat-diag] 1759 | warning (0, "-fprefetch-loop-arrays is not supported with -Os"); | ^~~~~~~~~~~~~~~~~~~~~~ ../../gcc/toplev.c:1759:65: warning: unquoted option name '-Os' in format [-Wformat-diag] 1759 | warning (0, "-fprefetch-loop-arrays is not supported with -Os"); | ^~~ ../../gcc/toplev.c:1780:20: warning: unquoted option name '-fstack-protector' in format [-Wformat-diag] 1780 | warning (0, "-fstack-protector not supported for this target"); | ^~~~~~~~~~~~~~~~~ ../../gcc/toplev.c: In function 'pch_option_mismatch': ../../gcc/toplev.c:1331:3: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 1331 | asprintf (&r, _("created and used with differing settings of '%s'"), option); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tracer.c -o tracer.o In file included from ../../gcc/tracer.c:37: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/tracer.c: In function 'tail_duplicate': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tracer.c:253:7: note: in expansion of macro 'gcc_assert' 253 | gcc_assert (!seen (bb)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/passes.c -o passes.o In file included from ../../gcc/passes.c:30: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/passes.c:82: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/passes.c:30: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/passes.c: In function 'register_dump_files': ../../gcc/passes.c:315:22: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 315 | sprintf (num, "%d", ((int) pass->static_pass_number < 0 | ^ In file included from /usr/include/stdio.h:900, from ../../gcc/system.h:42, from ../../gcc/passes.c:30: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 2 and 11 bytes into a destination of size 10 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/tree-profile.c -o tree-profile.o In file included from ../../gcc/tree-profile.c:30: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'var_ann': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:126:3: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (t); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:127:3: note: in expansion of macro 'gcc_assert' 127 | gcc_assert (DECL_P (t)); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:128:3: note: in expansion of macro 'gcc_assert' 128 | gcc_assert (!t->common.ann || t->common.ann->common.type == VAR_ANN); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'relink_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:350:3: note: in expansion of macro 'gcc_assert' 350 | gcc_assert (*(old->use) == *(node->use)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'first_readonly_imm_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:463:3: note: in expansion of macro 'gcc_assert' 463 | gcc_assert (TREE_CODE (var) == SSA_NAME); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'phi_arg_index_from_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:623:3: note: in expansion of macro 'gcc_assert' 623 | gcc_assert (TREE_CODE (phi) == PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_start': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:722:7: note: in expansion of macro 'gcc_assert' 722 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'bsi_last': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:754:7: note: in expansion of macro 'gcc_assert' 754 | gcc_assert (bb->index < 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_use': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1064:3: note: in expansion of macro 'gcc_assert' 1064 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1075:3: note: in expansion of macro 'gcc_assert' 1075 | gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_maydef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1129:3: note: in expansion of macro 'gcc_assert' 1129 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_mustdef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1143:3: note: in expansion of macro 'gcc_assert' 1143 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_must_and_may_def': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1156:3: note: in expansion of macro 'gcc_assert' 1156 | gcc_assert (TREE_CODE (stmt) != PHI_NODE); | ^~~~~~~~~~ In file included from ../../gcc/tree-flow.h:905, from ../../gcc/tree-profile.c:42: ../../gcc/tree-flow-inline.h: In function 'num_ssa_operands': ../../gcc/tree-flow-inline.h:1236:8: warning: variable 't' set but not used [-Wunused-but-set-variable] 1236 | tree t; | ^ In file included from ../../gcc/tree-profile.c:30: ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phiuse': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1329:3: note: in expansion of macro 'gcc_assert' 1329 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'op_iter_init_phidef': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1358:3: note: in expansion of macro 'gcc_assert' 1358 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'array_ref_contains_indirect_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1393:3: note: in expansion of macro 'gcc_assert' 1393 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'ref_contains_array_ref': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1408:3: note: in expansion of macro 'gcc_assert' 1408 | gcc_assert (handled_component_p (ref)); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'lookup_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1426:3: note: in expansion of macro 'gcc_assert' 1426 | gcc_assert (ann); | ^~~~~~~~~~ ../../gcc/tree-flow-inline.h: In function 'get_subvars_for_var': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/tree-flow-inline.h:1438:3: note: in expansion of macro 'gcc_assert' 1438 | gcc_assert (SSA_VAR_P (var)); | ^~~~~~~~~~ ../../gcc/tree-profile.c: In function 'tree_gen_const_delta_profiler': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/tree-profile.c:218:3: note: in expansion of macro 'gcc_unreachable' 218 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/ipa-inline.c -o ipa-inline.o In file included from ../../gcc/ipa-inline.c:67: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/ipa-inline.c: In function 'cgraph_estimate_size_after_inlining': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-inline.c:106:3: note: in expansion of macro 'gcc_assert' 106 | gcc_assert (size >= 0); | ^~~~~~~~~~ ../../gcc/ipa-inline.c: In function 'cgraph_clone_inlined_nodes': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-inline.c:126:11: note: in expansion of macro 'gcc_assert' 126 | gcc_assert (!e->callee->global.inlined_to); | ^~~~~~~~~~ ../../gcc/ipa-inline.c: In function 'cgraph_mark_inline_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-inline.c:161:3: note: in expansion of macro 'gcc_assert' 161 | gcc_assert (e->inline_failed); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-inline.c:178:7: note: in expansion of macro 'gcc_assert' 178 | gcc_assert (new_insns >= 0); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-inline.c:182:3: note: in expansion of macro 'gcc_assert' 182 | gcc_assert (what->global.inlined_to == to); | ^~~~~~~~~~ ../../gcc/ipa-inline.c: In function 'cgraph_mark_inline': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-inline.c:213:3: note: in expansion of macro 'gcc_assert' 213 | gcc_assert (times); | ^~~~~~~~~~ ../../gcc/ipa-inline.c: In function 'update_caller_keys': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-inline.c:422:13: note: in expansion of macro 'gcc_assert' 422 | gcc_assert (n->data == edge); | ^~~~~~~~~~ ../../gcc/ipa-inline.c: In function 'cgraph_decide_inlining_of_small_functions': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-inline.c:711:13: note: in expansion of macro 'gcc_assert' 711 | gcc_assert (!edge->aux); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-inline.c:740:7: note: in expansion of macro 'gcc_assert' 740 | gcc_assert (edge->aux); | ^~~~~~~~~~ ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-inline.c:845:7: note: in expansion of macro 'gcc_assert' 845 | gcc_assert (edge->aux); | ^~~~~~~~~~ ../../gcc/ipa-inline.c: In function 'cgraph_decide_inlining': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/ipa-inline.c:880:3: note: in expansion of macro 'gcc_assert' 880 | gcc_assert (!max_count || (profile_info && flag_branch_probabilities)); | ^~~~~~~~~~ cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/gcov.c -o gcov.o cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include ../../gcc/gcov-dump.c -o gcov-dump.o In file included from ../../gcc/gcov-dump.c:21: ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.c: In function 'gcov_open': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:77:3: note: in expansion of macro 'gcc_assert' 77 | gcc_assert (!gcov_var.file); | ^~~~~~~~~~ ../../gcc/gcov-io.c: In function 'gcov_read_words': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:383:3: note: in expansion of macro 'gcc_assert' 383 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.c: In function 'gcov_sync': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:497:3: note: in expansion of macro 'gcc_assert' 497 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/gcov-dump.c: In function 'tag_summary': ../../gcc/gcov-dump.c:427:7: warning: iteration 1 invokes undefined behavior [-Waggressive-loop-optimizations] 427 | printf ("\t\tcounts=%u, runs=%u", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 428 | summary.ctrs[ix].num, summary.ctrs[ix].runs); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../gcc/gcov-dump.c:423:19: note: within this loop 423 | for (ix = 0; ix != GCOV_COUNTERS; ix++) In file included from ../../gcc/gcov.c:45: ../../gcc/gcov-io.h: In function 'gcov_position': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.h:572:3: note: in expansion of macro 'gcc_assert' 572 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.c: In function 'gcov_open': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:77:3: note: in expansion of macro 'gcc_assert' 77 | gcc_assert (!gcov_var.file); | ^~~~~~~~~~ ../../gcc/gcov-io.c: In function 'gcov_read_words': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:383:3: note: in expansion of macro 'gcc_assert' 383 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ ../../gcc/gcov-io.c: In function 'gcov_sync': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/gcov-io.c:497:3: note: in expansion of macro 'gcc_assert' 497 | gcc_assert (gcov_var.mode > 0); | ^~~~~~~~~~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -c insn-attrtab.c \ -o insn-attrtab.o In file included from insn-attrtab.c:5: ../../gcc/basic-block.h: In function 'single_succ_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:620:3: note: in expansion of macro 'gcc_assert' 620 | gcc_assert (single_succ_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'single_pred_edge': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:630:3: note: in expansion of macro 'gcc_assert' 630 | gcc_assert (single_pred_p (bb)); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_container': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:662:3: note: in expansion of macro 'gcc_assert' 662 | gcc_assert (i.container); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_next': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:713:3: note: in expansion of macro 'gcc_assert' 713 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | ^~~~~~~~~~ ../../gcc/basic-block.h: In function 'ei_prev': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/basic-block.h:721:3: note: in expansion of macro 'gcc_assert' 721 | gcc_assert (i->index > 0); | ^~~~~~~~~~ In file included from insn-attrtab.c:16: insn-attrtab.c: In function 'insn_current_length': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ insn-attrtab.c:63:9: note: in expansion of macro 'fatal_insn_not_found' 63 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ insn-attrtab.c: In function 'insn_variable_length_p': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ insn-attrtab.c:83:9: note: in expansion of macro 'fatal_insn_not_found' 83 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ insn-attrtab.c: In function 'insn_min_length': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ insn-attrtab.c:532:9: note: in expansion of macro 'fatal_insn_not_found' 532 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ insn-attrtab.c: In function 'insn_default_length': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ insn-attrtab.c:1212:9: note: in expansion of macro 'fatal_insn_not_found' 1212 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'bypass_p': ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ In file included from insn-attrtab.c:16: ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:202:9: note: in expansion of macro 'fatal_insn_not_found' 202 | sse,ssemov,sseadd,ssemul,ssecmp,ssecomi,ssecvt,sseicvt,ssediv, | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md: In function 'insn_default_latency': ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ In file included from insn-attrtab.c:16: ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:202:9: note: in expansion of macro 'fatal_insn_not_found' 202 | sse,ssemov,sseadd,ssemul,ssecmp,ssecomi,ssecvt,sseicvt,ssediv, | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md: In function 'internal_dfa_insn_code': ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -c insn-extract.c \ -o insn-extract.o ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ In file included from insn-extract.c:11: insn-extract.c: In function 'insn_extract': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ insn-extract.c:25:7: note: in expansion of macro 'fatal_insn_not_found' 25 | fatal_insn_not_found (insn); | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ In file included from insn-extract.c:5: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ insn-extract.c:2246:7: note: in expansion of macro 'gcc_unreachable' 2246 | gcc_unreachable (); | ^~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ In file included from insn-attrtab.c:16: ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:202:9: note: in expansion of macro 'fatal_insn_not_found' 202 | sse,ssemov,sseadd,ssemul,ssecmp,ssecomi,ssecvt,sseicvt,ssediv, | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md: In function 'get_attr_athlon_decode': ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ In file included from insn-attrtab.c:16: ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:419:9: note: in expansion of macro 'fatal_insn_not_found' 419 | (define_attr "imm_disp" "false,true,unknown" | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ In file included from insn-attrtab.c:16: ../../gcc/config/i386/i386.md: In function 'get_attr_fp_int_src': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:550:16: note: in expansion of macro 'fatal_insn_not_found' 550 | (compare (match_operand:DI 0 "nonimmediate_operand" "r,?mr") | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_i387_cw': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:608:9: note: in expansion of macro 'fatal_insn_not_found' 608 | | ^ ../../gcc/config/i386/i386.md: In function 'get_attr_imm_disp': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:1618:9: note: in expansion of macro 'fatal_insn_not_found' 1618 | (const_int 8)))] | ^ ~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_length_address': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:268:9: note: in expansion of macro 'fatal_insn_not_found' 268 | (const_int 1) | ^~~~~~~~~ In file included from insn-attrtab.c:5: ../../gcc/config/i386/i386.md: In function 'get_attr_length_immediate': ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ In file included from insn-attrtab.c:16: ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:237:16: note: in expansion of macro 'fatal_insn_not_found' 237 | (const_int 4) | ^~~~~~~~~~~ In file included from insn-attrtab.c:5: ../../gcc/system.h:583:61: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 583 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:249:23: note: in expansion of macro 'gcc_unreachable' 249 | gcc_unreachable (),1"))) | ^~~~~~~~~~~~~~~ In file included from insn-attrtab.c:16: ../../gcc/config/i386/i386.md: In function 'get_attr_memory': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:1703:30: note: in expansion of macro 'fatal_insn_not_found' 1703 | (const_int 8)))] | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_modrm': ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ In file included from insn-attrtab.c:16: ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:1608:30: note: in expansion of macro 'fatal_insn_not_found' 1608 | (const_int 8)))] | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md: In function 'get_attr_mode': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/sse.md:1200:16: note: in expansion of macro 'fatal_insn_not_found' 1200 | (parallel [(const_int 2) (const_int 3)])))] | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_pent_pair': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:1557:16: note: in expansion of macro 'fatal_insn_not_found' 1557 | (match_dup 0))] | ^~~~~~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_pent_prefix': ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ In file included from insn-attrtab.c:16: ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:1244:9: note: in expansion of macro 'fatal_insn_not_found' 1244 | "@ | ^ ../../gcc/config/i386/i386.md: In function 'get_attr_prefix_rex': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:476:9: note: in expansion of macro 'fatal_insn_not_found' 476 | | ^ ../../gcc/config/i386/i386.md: In function 'get_attr_prefix_0f': ../../gcc/config/i386/i386.md:189:14: warning: comparison between 'enum processor_type' and 'enum attr_cpu' [-Wenum-compare] 189 | (const (symbol_ref "ix86_tune"))) | ^~ In file included from insn-attrtab.c:16: ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:601:16: note: in expansion of macro 'fatal_insn_not_found' 601 | (compare (minus:SI (match_operand:SI 0 "nonimmediate_operand" "rm,r") | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_prefix_rep': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:1326:9: note: in expansion of macro 'fatal_insn_not_found' 1326 | (cond [(eq_attr "type" "imovx") | ^~~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_prefix_data16': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:2675:23: note: in expansion of macro 'fatal_insn_not_found' 2675 | (const_string "V1DF") | ^~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_type': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:12445:9: note: in expansion of macro 'fatal_insn_not_found' 12445 | (set_attr "mode" "DI")]) | ^~~~~~~~~~~~~~~~~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_unit': ../../gcc/toplev.h:42:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 42 | _fatal_insn_not_found (insn, __FILE__, __LINE__, __FUNCTION__) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:12994:9: note: in expansion of macro 'fatal_insn_not_found' 12994 | DONE; | ^ In file included from insn-attrtab.c:5: ../../gcc/config/i386/i386.md: In function 'min_insn_conflict_delay': ../../gcc/system.h:575:55: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 575 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | ^~~~~~~~~~~~ ../../gcc/config/i386/i386.md:21683:3: note: in expansion of macro 'gcc_assert' insn-attrtab.c: In function 'insn_current_length': insn-attrtab.c:61:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 61 | if (GET_CODE (PATTERN (insn)) != ASM_INPUT | ^ insn-attrtab.c:64:5: note: here 64 | default: | ^~~~~~~ insn-attrtab.c: In function 'insn_variable_length_p': insn-attrtab.c:81:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 81 | if (GET_CODE (PATTERN (insn)) != ASM_INPUT | ^ insn-attrtab.c:84:5: note: here 84 | default: | ^~~~~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_fp_int_src': ../../gcc/config/i386/i386.md:548:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 548 | (define_insn "cmpdi_ccno_1_rex64" | ^ ../../gcc/config/i386/i386.md:551:19: note: here 551 | (match_operand:DI 1 "const0_operand" "n,n")))] | ^~~~~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_i387_cw': ../../gcc/config/i386/i386.md:606:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 606 | [(set_attr "type" "icmp") | ^ ../../gcc/config/i386/i386.md:609:5: note: here 609 | (define_expand "cmpsi_1" | ^~~~~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_mode': ../../gcc/config/i386/sse.md:1198:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 1198 | (vec_select:V2SF | ^ ../../gcc/config/i386/sse.md:1201:5: note: here 1201 | "TARGET_SSE" | ^~~~~~~ ../../gcc/config/i386/i386.md: In function 'get_attr_type': ../../gcc/config/i386/i386.md:12443:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 12443 | rol{q}\t{%b2, %0|%0, %b2}" | ^ ../../gcc/config/i386/i386.md:12446:5: note: here 12446 | | ^ cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H gcov.o intl.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a -o gcov cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H gcov-dump.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a -o gcov-dump rm -rf libbackend.a ar rc libbackend.a tree-chrec.o tree-scalar-evolution.o tree-data-ref.o tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o gimplify.o tree-pretty-print.o tree-into-ssa.o tree-outof-ssa.o tree-ssa-ccp.o tree-vn.o tree-ssa-uncprop.o tree-ssa-dce.o tree-ssa-copy.o tree-nrv.o tree-ssa-copyrename.o tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o tree-ssa-phiopt.o tree-ssa-forwprop.o tree-nested.o tree-ssa-dse.o tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o tree-phinodes.o tree-ssanames.o tree-sra.o tree-complex.o tree-vect-generic.o tree-ssa-loop.o tree-ssa-loop-niter.o tree-ssa-loop-manip.o tree-ssa-threadupdate.o tree-vectorizer.o tree-vect-analyze.o tree-vect-transform.o tree-ssa-loop-ivcanon.o tree-ssa-propagate.o tree-ssa-address.o tree-ssa-math-opts.o tree-ssa-loop-ivopts.o tree-if-conv.o tree-ssa-loop-unswitch.o alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o loop-init.o loop-unswitch.o loop-unroll.o cfgrtl.o combine.o conflict.o convert.o coverage.o cse.o cselib.o dbxout.o ddg.o tree-ssa-loop-ch.o loop-invariant.o tree-ssa-loop-im.o debug.o df.o diagnostic.o dojump.o dominance.o loop-doloop.o dwarf2asm.o dwarf2out.o emit-rtl.o except.o explow.o loop-iv.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mode-switching.o modulo-sched.o optabs.o options.o opts.o params.o postreload.o postreload-gcse.o predict.o insn-preds.o pointer-set.o print-rtl.o print-tree.o profile.o value-prof.o var-tracking.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o varasm.o varray.o vec.o version.o vmsdbgout.o xcoffout.o alloc-pool.o et-forest.o cfghooks.o bt-load.o pretty-print.o ggc-page.o web.o passes.o tree-profile.o rtlhooks.o cfgexpand.o lambda-mat.o lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o tree-vrp.o tree-stdarg.o tree-cfgcleanup.o tree-ssa-reassoc.o tree-ssa-structalias.o tree-object-size.o i386.o host-linux.o tree-inline.o cgraph.o cgraphunit.o tree-nomudflap.o ipa.o ipa-inline.o ipa-utils.o ipa-reference.o ipa-pure-const.o ipa-type-escape.o ipa-prop.o ipa-cp.o ranlib libbackend.a cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cc1-dummy c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o c-gimplify.o tree-mudflap.o c-pretty-print.o dummy-checksum.o \ main.o libbackend.a ../libcpp/libcpp.a ../libcpp/libcpp.a ../libiberty/libiberty.a build/genchecksum cc1-dummy > cc1-checksum.c cc -c -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include cc1-checksum.c -o cc1-checksum.o cc -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cc1 c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o c-gimplify.o tree-mudflap.o c-pretty-print.o cc1-checksum.o \ main.o libbackend.a ../libcpp/libcpp.a ../libcpp/libcpp.a ../libiberty/libiberty.a echo | /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -E -dM - | \ sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \ -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \ sort -u > tmp-macro_list /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -msse -c \ ../../gcc/config/i386/crtfastmath.c \ -o crtfastmath.o /bin/bash ../../gcc/../move-if-change tmp-macro_list macro_list echo timestamp > s-macro_list rm -rf include; mkdir include chmod a+rx include (TARGET_MACHINE='x86_64-redhat-linux-gnu'; srcdir=`cd ../../gcc; ${PWDCMD-pwd}`; \ SHELL='/bin/bash'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \ export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ cd ../build-x86_64-redhat-linux/fixincludes && \ /bin/bash ./fixinc.sh ../../gcc/include \ `echo /usr/include | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta` ) Fixing headers into /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/gcc/include for x86_64-redhat-linux-gnu target Forbidden identifiers: linux unix Finding directories and links to directories Searching /usr/include/. Making symbolic directory links Fixing directory /usr/include into /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/gcc/include Applying machine_name to bits/statx.h Fixed: bits/statx.h Quoted includes in bits/statx.h Applying machine_name to bits/unistd_ext.h Fixed: bits/unistd_ext.h Quoted includes in bits/unistd_ext.h Applying sysv68_string to string.h Applying io_quotes_use to sys/mount.h Applying io_quotes_use to sys/raw.h Applying machine_name to sys/rseq.h Fixed: sys/rseq.h Applying sun_malloc to malloc.h Applying hpux8_bogus_inlines to math.h Applying io_quotes_use to asm/amd_hsmp.h Applying io_quotes_use to asm/mtrr.h Applying io_quotes_use to linux/cxl_mem.h Applying io_quotes_use to linux/agpgart.h Applying io_quotes_use to linux/cachefiles.h Applying io_quotes_use to linux/hsi/cs-protocol.h Applying io_quotes_use to linux/hsi/hsi_char.h Applying io_quotes_use to linux/aspeed-lpc-ctrl.h Applying io_quotes_use to linux/aspeed-p2a-ctrl.h Applying io_quotes_use to linux/dm-ioctl.h Applying io_quotes_use to linux/dma-buf.h Applying io_quotes_use to linux/dma-heap.h Applying io_quotes_use to linux/dn.h Applying io_quotes_use to linux/atmbr2684.h Applying io_quotes_use to linux/auto_fs.h Applying io_quotes_use to linux/f2fs.h Applying io_quotes_use to linux/cm4000_cs.h Applying io_quotes_use to linux/blkpg.h Applying io_quotes_use to linux/blkzoned.h Applying io_quotes_use to linux/fd.h Applying io_quotes_use to linux/misc/bcm_vk.h Applying io_quotes_use to linux/mmc/ioctl.h Applying io_quotes_use to linux/bt-bmc.h Applying io_quotes_use to linux/btrfs.h Applying io_quotes_use to linux/fpga-dfl.h Applying io_quotes_use to linux/cciss_ioctl.h Applying io_quotes_use to linux/fs.h Applying io_quotes_use to linux/raid/md_u.h Applying io_quotes_use to linux/fuse.h Applying io_quotes_use to linux/genwqe/genwqe_card.h Applying io_quotes_use to linux/spi/spidev.h Applying io_quotes_use to linux/isst_if.h Applying io_quotes_use to linux/gpio.h Applying io_quotes_use to linux/usb/tmc.h Applying io_quotes_use to linux/i2o-dev.h Applying io_quotes_use to linux/kfd_ioctl.h Applying io_quotes_use to linux/kvm.h Applying io_quotes_use to linux/ipmi.h Applying io_quotes_use to linux/loadpin.h Applying io_quotes_use to linux/ipmi_bmc.h Applying io_quotes_use to linux/if_pppox.h Applying io_quotes_use to linux/mmtimer.h Applying io_quotes_use to linux/nbd.h Applying io_quotes_use to linux/random.h Applying io_quotes_use to linux/ndctl.h Applying io_quotes_use to linux/reiserfs_fs.h Applying io_quotes_use to linux/ppdev.h Applying io_quotes_use to linux/remoteproc_cdev.h Applying io_quotes_def to linux/ppp-comp.h Applying io_quotes_use to linux/rfkill.h Applying io_quotes_use to linux/rio_cm_cdev.h Applying io_quotes_use to linux/rpmsg.h Applying io_quotes_use to linux/psp-sev.h Applying io_quotes_use to linux/ptp_clock.h Applying io_quotes_use to linux/nitro_enclaves.h Applying io_quotes_use to linux/nsfs.h Applying io_quotes_use to linux/omapfb.h Applying io_quotes_use to linux/seccomp.h Applying io_quotes_def to linux/pci_regs.h Applying io_quotes_use to linux/pfrut.h Applying io_quotes_use to linux/phantom.h Applying io_quotes_use to linux/sev-guest.h Applying io_quotes_use to linux/pktcdvd.h Applying io_quotes_use to linux/sockios.h Applying io_quotes_def to linux/soundcard.h Applying io_quotes_use to linux/surface_aggregator/cdev.h Applying io_quotes_use to linux/surface_aggregator/dtx.h Applying io_quotes_def to linux/version.h Applying io_quotes_use to linux/suspend_ioctls.h Applying io_quotes_use to linux/sync_file.h Applying io_quotes_use to linux/synclink.h Applying io_quotes_use to linux/vfio.h Applying io_quotes_use to linux/tee.h Applying io_quotes_use to linux/vhost.h Applying io_quotes_use to linux/vm_sockets.h Applying io_quotes_use to linux/vtpm_proxy.h Applying io_quotes_use to linux/watchdog.h Applying io_quotes_use to linux/uinput.h Applying io_quotes_use to linux/wmi.h Applying io_quotes_use to linux/userfaultfd.h Applying io_quotes_use to drm/amdgpu_drm.h Applying io_quotes_use to drm/drm.h Applying io_quotes_use to drm/etnaviv_drm.h Applying io_quotes_use to drm/exynos_drm.h Applying io_quotes_use to drm/i810_drm.h Applying io_quotes_use to drm/i915_drm.h Applying io_quotes_use to drm/lima_drm.h Applying io_quotes_use to drm/mga_drm.h Applying io_quotes_use to drm/msm_drm.h Applying io_quotes_use to drm/nouveau_drm.h Applying io_quotes_use to drm/omap_drm.h Applying io_quotes_use to drm/panfrost_drm.h Applying io_quotes_use to drm/r128_drm.h Applying io_quotes_use to drm/radeon_drm.h Applying io_quotes_use to drm/savage_drm.h Applying io_quotes_use to drm/sis_drm.h Applying io_quotes_use to drm/tegra_drm.h Applying io_quotes_use to drm/v3d_drm.h Applying io_quotes_use to drm/vc4_drm.h Applying io_quotes_use to drm/vgem_drm.h Applying io_quotes_use to drm/via_drm.h Applying io_quotes_use to misc/cxl.h Applying io_quotes_use to misc/ocxl.h Applying io_quotes_use to misc/xilinx_sdfec.h Applying io_quotes_use to mtd/ubi-user.h Applying io_quotes_use to rdma/rdma_user_ioctl.h Applying io_quotes_use to sound/asequencer.h Applying io_quotes_use to sound/asound.h Applying io_quotes_use to sound/compress_offload.h Applying io_quotes_use to sound/emu10k1.h Applying io_quotes_use to video/sisfb.h Applying pthread_incomplete_struct_argument to pthread.h Fixed: pthread.h Applying io_quotes_use to scsi/cxlflash_ioctl.h Cleaning up unneeded directories: fixincludes is done rm -f include/syslimits.h if [ -f include/limits.h ]; then \ mv include/limits.h include/syslimits.h; \ else \ cp ../../gcc/gsyslimits.h include/syslimits.h; \ fi chmod a+r include/syslimits.h echo timestamp > stmp-fixinc if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi for file in .. ../../gcc/ginclude/float.h ../../gcc/ginclude/iso646.h ../../gcc/ginclude/stdarg.h ../../gcc/ginclude/stdbool.h ../../gcc/ginclude/stddef.h ../../gcc/ginclude/varargs.h ../../gcc/config/i386/mmintrin.h ../../gcc/config/i386/mm3dnow.h ../../gcc/config/i386/xmmintrin.h ../../gcc/config/i386/emmintrin.h ../../gcc/config/i386/pmmintrin.h mm_malloc.h; do \ if [ X$file != X.. ]; then \ realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \ echo timestamp > include/$realfile; \ rm -f include/$realfile; \ cp $file include; \ chmod a+r include/$realfile; \ fi; \ done rm -f include/limits.h cp xlimits.h include/limits.h cp ../../gcc/unwind-generic.h include/unwind.h chmod a+r include/limits.h rm -f include/README cp ../../gcc/../fixincludes/README-fixinc include/README chmod a+r include/README echo timestamp > stmp-int-hdrs /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \ -c ../../gcc/crtstuff.c -DCRT_BEGIN \ -o crtbegin.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fPIC \ -c ../../gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \ -o crtbeginS.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \ -c ../../gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFT_O \ -o crtbeginT.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \ -c ../../gcc/crtstuff.c -DCRT_END \ -o crtend.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -fPIC \ -c ../../gcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O \ -o crtendS.o /bin/make \ CFLAGS="-pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute " \ CONFIG_H="config.h auto-host.h ../../gcc/../include/ansidecl.h" \ MAKEOVERRIDES= \ -f libgcc.mk all make[3]: Entering directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/bash ../../gcc/../mkinstalldirs $d; fi; \ done mkdir -p -- libgcc if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi /bin/make GCC_FOR_TARGET="/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include" \ AR_FOR_TARGET="ar" \ AR_CREATE_FOR_TARGET="ar rc" \ AR_EXTRACT_FOR_TARGET="ar x" \ AR_FLAGS_FOR_TARGET="" \ CC="cc" CFLAGS="-pipe -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute " \ BUILD_PREFIX="" \ BUILD_PREFIX_1="loser-" \ LANGUAGES="" \ LIBGCC2_CFLAGS="-O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \ MULTILIB_CFLAGS="" T= crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtfastmath.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_muldi3 -c ../../gcc/libgcc2.c -o libgcc/./_muldi3.o make[4]: Entering directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/gcc' /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_negdi2 -c ../../gcc/libgcc2.c -o libgcc/./_negdi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_lshrdi3 -c ../../gcc/libgcc2.c -o libgcc/./_lshrdi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_ashldi3 -c ../../gcc/libgcc2.c -o libgcc/./_ashldi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_ashrdi3 -c ../../gcc/libgcc2.c -o libgcc/./_ashrdi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_cmpdi2 -c ../../gcc/libgcc2.c -o libgcc/./_cmpdi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_ucmpdi2 -c ../../gcc/libgcc2.c -o libgcc/./_ucmpdi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_clear_cache -c ../../gcc/libgcc2.c -o libgcc/./_clear_cache.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_enable_execute_stack -c ../../gcc/libgcc2.c -o libgcc/./_enable_execute_stack.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_trampoline -c ../../gcc/libgcc2.c -o libgcc/./_trampoline.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL__main -c ../../gcc/libgcc2.c -o libgcc/./__main.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_absvsi2 -c ../../gcc/libgcc2.c -o libgcc/./_absvsi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_absvdi2 -c ../../gcc/libgcc2.c -o libgcc/./_absvdi2.o make[4]: 'crtfastmath.o' is up to date. make[4]: 'crtend.o' is up to date. make[4]: 'crtbeginS.o' is up to date. make[4]: 'crtendS.o' is up to date. make[4]: 'crtbeginT.o' is up to date. make[4]: Leaving directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/gcc' /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_addvsi3 -c ../../gcc/libgcc2.c -o libgcc/./_addvsi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_addvdi3 -c ../../gcc/libgcc2.c -o libgcc/./_addvdi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_subvsi3 -c ../../gcc/libgcc2.c -o libgcc/./_subvsi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_subvdi3 -c ../../gcc/libgcc2.c -o libgcc/./_subvdi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_mulvsi3 -c ../../gcc/libgcc2.c -o libgcc/./_mulvsi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_mulvdi3 -c ../../gcc/libgcc2.c -o libgcc/./_mulvdi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_negvsi2 -c ../../gcc/libgcc2.c -o libgcc/./_negvsi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_negvdi2 -c ../../gcc/libgcc2.c -o libgcc/./_negvdi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_ctors -c ../../gcc/libgcc2.c -o libgcc/./_ctors.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_ffssi2 -c ../../gcc/libgcc2.c -o libgcc/./_ffssi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_ffsdi2 -c ../../gcc/libgcc2.c -o libgcc/./_ffsdi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_clz -c ../../gcc/libgcc2.c -o libgcc/./_clz.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_clzsi2 -c ../../gcc/libgcc2.c -o libgcc/./_clzsi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_clzdi2 -c ../../gcc/libgcc2.c -o libgcc/./_clzdi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_ctzsi2 -c ../../gcc/libgcc2.c -o libgcc/./_ctzsi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_ctzdi2 -c ../../gcc/libgcc2.c -o libgcc/./_ctzdi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_popcount_tab -c ../../gcc/libgcc2.c -o libgcc/./_popcount_tab.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_popcountsi2 -c ../../gcc/libgcc2.c -o libgcc/./_popcountsi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_popcountdi2 -c ../../gcc/libgcc2.c -o libgcc/./_popcountdi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_paritysi2 -c ../../gcc/libgcc2.c -o libgcc/./_paritysi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_paritydi2 -c ../../gcc/libgcc2.c -o libgcc/./_paritydi2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_powisf2 -c ../../gcc/libgcc2.c -o libgcc/./_powisf2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_powidf2 -c ../../gcc/libgcc2.c -o libgcc/./_powidf2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_powixf2 -c ../../gcc/libgcc2.c -o libgcc/./_powixf2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_powitf2 -c ../../gcc/libgcc2.c -o libgcc/./_powitf2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_mulsc3 -c ../../gcc/libgcc2.c -o libgcc/./_mulsc3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_muldc3 -c ../../gcc/libgcc2.c -o libgcc/./_muldc3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_mulxc3 -c ../../gcc/libgcc2.c -o libgcc/./_mulxc3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_multc3 -c ../../gcc/libgcc2.c -o libgcc/./_multc3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_divsc3 -c ../../gcc/libgcc2.c -o libgcc/./_divsc3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_divdc3 -c ../../gcc/libgcc2.c -o libgcc/./_divdc3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_divxc3 -c ../../gcc/libgcc2.c -o libgcc/./_divxc3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_divtc3 -c ../../gcc/libgcc2.c -o libgcc/./_divtc3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_fixunssfsi -c ../../gcc/libgcc2.c -o libgcc/./_fixunssfsi.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_fixunsdfsi -c ../../gcc/libgcc2.c -o libgcc/./_fixunsdfsi.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_fixunsxfsi -c ../../gcc/libgcc2.c -o libgcc/./_fixunsxfsi.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_fixsfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixsfdi.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_fixunssfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixunssfdi.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_floatdisf -c ../../gcc/libgcc2.c -o libgcc/./_floatdisf.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_fixdfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixdfdi.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_fixunsdfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixunsdfdi.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_floatdidf -c ../../gcc/libgcc2.c -o libgcc/./_floatdidf.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_fixxfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixxfdi.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_fixunsxfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_floatdixf -c ../../gcc/libgcc2.c -o libgcc/./_floatdixf.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_fixtfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixtfdi.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_fixunstfdi -c ../../gcc/libgcc2.c -o libgcc/./_fixunstfdi.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_floatditf -c ../../gcc/libgcc2.c -o libgcc/./_floatditf.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_eprintf -c ../../gcc/libgcc2.c -o libgcc/./_eprintf.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL__gcc_bcmp -c ../../gcc/libgcc2.c -o libgcc/./__gcc_bcmp.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_divdi3 -fexceptions -fnon-call-exceptions -c ../../gcc/libgcc2.c -o libgcc/./_divdi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_moddi3 -fexceptions -fnon-call-exceptions -c ../../gcc/libgcc2.c -o libgcc/./_moddi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_udivdi3 -fexceptions -fnon-call-exceptions -c ../../gcc/libgcc2.c -o libgcc/./_udivdi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_umoddi3 -fexceptions -fnon-call-exceptions -c ../../gcc/libgcc2.c -o libgcc/./_umoddi3.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_udiv_w_sdiv -fexceptions -fnon-call-exceptions -c ../../gcc/libgcc2.c -o libgcc/./_udiv_w_sdiv.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_udivmoddi4 -fexceptions -fnon-call-exceptions -c ../../gcc/libgcc2.c -o libgcc/./_udivmoddi4.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov -c ../../gcc/libgcov.c -o libgcc/./_gcov.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_merge_add -c ../../gcc/libgcov.c -o libgcc/./_gcov_merge_add.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_merge_single -c ../../gcc/libgcov.c -o libgcc/./_gcov_merge_single.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_merge_delta -c ../../gcc/libgcov.c -o libgcc/./_gcov_merge_delta.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_fork -c ../../gcc/libgcov.c -o libgcc/./_gcov_fork.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_execl -c ../../gcc/libgcov.c -o libgcc/./_gcov_execl.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_execlp -c ../../gcc/libgcov.c -o libgcc/./_gcov_execlp.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_execle -c ../../gcc/libgcov.c -o libgcc/./_gcov_execle.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_execv -c ../../gcc/libgcov.c -o libgcc/./_gcov_execv.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_execvp -c ../../gcc/libgcov.c -o libgcc/./_gcov_execvp.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_execve -c ../../gcc/libgcov.c -o libgcc/./_gcov_execve.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_interval_profiler -c ../../gcc/libgcov.c -o libgcc/./_gcov_interval_profiler.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_pow2_profiler -c ../../gcc/libgcov.c -o libgcc/./_gcov_pow2_profiler.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_gcov_one_value_profiler -c ../../gcc/libgcov.c -o libgcc/./_gcov_one_value_profiler.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -fexceptions -c ../../gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o /home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/xgcc -B/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/./gcc/ -B/usr/pkg/x86_64-redhat-linux/bin/ -B/usr/pkg/x86_64-redhat-linux/lib/ -isystem /usr/pkg/x86_64-redhat-linux/include -isystem /usr/pkg/x86_64-redhat-linux/sys-include -O2 -O2 -pipe -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -fexceptions -c ../../gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc.o In file included from ../../gcc/unwind-dw2.c:256: ../../gcc/config/i386/linux-unwind.h: In function 'x86_64_fallback_frame_state': ../../gcc/config/i386/linux-unwind.h:58: error: dereferencing pointer to incomplete type make[3]: *** [libgcc.mk:519: libgcc/./unwind-dw2.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/gcc' make[2]: *** [Makefile:1436: stmp-multilib] Error 2 make[2]: Leaving directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95/gcc' make[1]: *** [Makefile:3905: all-gcc] Error 2 make[1]: Leaving directory '/home/pbulk/build/lang/g95/work/gcc-4.1.2/g95' make: *** [Makefile:616: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95 bmake[1]: "/data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mk/tools/create.mk" line 196: warning: duplicate script for target "/home/pbulk/build/lang/g95/work/.tools/bin/perl" ignored bmake[1]: "/data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/mk/tools/create.mk" line 196: warning: using previous script for "/home/pbulk/build/lang/g95/work/.tools/bin/perl" defined here *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/lang/g95