public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC Bootstrap currently broken
@ 2001-12-15  6:27 Andreas Jaeger
  2001-12-15 11:34 ` Zack Weinberg
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Jaeger @ 2001-12-15  6:27 UTC (permalink / raw)
  To: gcc; +Cc: Jakub Jelinek


Jakub,
Bootstrap of GCC on i686-linux currently fails with the following
messages.  We include some files twice there.

The problem is the inclusion of
 #include "unwind-dw2-fde.c"

in unwind-dw2-fde-glibc.c which includes tconfig.h again...

A general question: why don't we have a double include guard against the files?

What's the best way to fix this?

Andreas

./xgcc -B./ -B/opt/gcc-3.1-devel/i686-pc-linux-gnu/bin/ -isystem /opt/gcc-3.1-devel/i686-pc-linux-gnu/include -isystem /opt/gcc-3.1-devel/i686-pc-linux-gnu/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I/cvs/gcc/gcc -I/cvs/gcc/gcc/. -I/cvs/gcc/gcc/config -I/cvs/gcc/gcc/../include -fexceptions -c /cvs/gcc/gcc/unwind-dw2-fde-glibc.c -o libgcc/./unwind-dw2-fde-glibc.o
In file included from tconfig.h:3,
                 from /cvs/gcc/gcc/unwind-dw2-fde.c:32,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/config/i386/i386.h:53: redefinition of `struct processor_costs'
/cvs/gcc/gcc/config/i386/i386.h:400: redeclaration of `enum processor_type'
/cvs/gcc/gcc/config/i386/i386.h:401: conflicting types for `PROCESSOR_I386'
/cvs/gcc/gcc/config/i386/i386.h:401: previous declaration of `PROCESSOR_I386'
/cvs/gcc/gcc/config/i386/i386.h:402: conflicting types for `PROCESSOR_I486'
/cvs/gcc/gcc/config/i386/i386.h:402: previous declaration of `PROCESSOR_I486'
/cvs/gcc/gcc/config/i386/i386.h:403: conflicting types for `PROCESSOR_PENTIUM'
/cvs/gcc/gcc/config/i386/i386.h:403: previous declaration of `PROCESSOR_PENTIUM'
/cvs/gcc/gcc/config/i386/i386.h:404: conflicting types for `PROCESSOR_PENTIUMPRO'
/cvs/gcc/gcc/config/i386/i386.h:404: previous declaration of `PROCESSOR_PENTIUMPRO'
/cvs/gcc/gcc/config/i386/i386.h:405: conflicting types for `PROCESSOR_K6'
/cvs/gcc/gcc/config/i386/i386.h:405: previous declaration of `PROCESSOR_K6'
/cvs/gcc/gcc/config/i386/i386.h:406: conflicting types for `PROCESSOR_ATHLON'
/cvs/gcc/gcc/config/i386/i386.h:406: previous declaration of `PROCESSOR_ATHLON'
/cvs/gcc/gcc/config/i386/i386.h:407: conflicting types for `PROCESSOR_PENTIUM4'
/cvs/gcc/gcc/config/i386/i386.h:407: previous declaration of `PROCESSOR_PENTIUM4'
/cvs/gcc/gcc/config/i386/i386.h:409: conflicting types for `PROCESSOR_max'
/cvs/gcc/gcc/config/i386/i386.h:409: previous declaration of `PROCESSOR_max'
/cvs/gcc/gcc/config/i386/i386.h:411: redeclaration of `enum fpmath_unit'
/cvs/gcc/gcc/config/i386/i386.h:412: conflicting types for `FPMATH_387'
/cvs/gcc/gcc/config/i386/i386.h:412: previous declaration of `FPMATH_387'
/cvs/gcc/gcc/config/i386/i386.h:414: conflicting types for `FPMATH_SSE'
/cvs/gcc/gcc/config/i386/i386.h:414: previous declaration of `FPMATH_SSE'
/cvs/gcc/gcc/config/i386/i386.h:1207: redeclaration of `enum reg_class'
/cvs/gcc/gcc/config/i386/i386.h:1208: conflicting types for `NO_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1208: previous declaration of `NO_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1209: conflicting types for `AREG'
/cvs/gcc/gcc/config/i386/i386.h:1209: previous declaration of `AREG'
/cvs/gcc/gcc/config/i386/i386.h:1209: conflicting types for `DREG'
/cvs/gcc/gcc/config/i386/i386.h:1209: previous declaration of `DREG'
/cvs/gcc/gcc/config/i386/i386.h:1209: conflicting types for `CREG'
/cvs/gcc/gcc/config/i386/i386.h:1209: previous declaration of `CREG'
/cvs/gcc/gcc/config/i386/i386.h:1209: conflicting types for `BREG'
/cvs/gcc/gcc/config/i386/i386.h:1209: previous declaration of `BREG'
/cvs/gcc/gcc/config/i386/i386.h:1209: conflicting types for `SIREG'
/cvs/gcc/gcc/config/i386/i386.h:1209: previous declaration of `SIREG'
/cvs/gcc/gcc/config/i386/i386.h:1209: conflicting types for `DIREG'
/cvs/gcc/gcc/config/i386/i386.h:1209: previous declaration of `DIREG'
/cvs/gcc/gcc/config/i386/i386.h:1210: conflicting types for `AD_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1210: previous declaration of `AD_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1211: conflicting types for `Q_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1211: previous declaration of `Q_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1212: conflicting types for `NON_Q_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1212: previous declaration of `NON_Q_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1213: conflicting types for `INDEX_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1213: previous declaration of `INDEX_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1214: conflicting types for `LEGACY_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1214: previous declaration of `LEGACY_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1215: conflicting types for `GENERAL_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1215: previous declaration of `GENERAL_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1216: conflicting types for `FP_TOP_REG'
/cvs/gcc/gcc/config/i386/i386.h:1216: previous declaration of `FP_TOP_REG'
/cvs/gcc/gcc/config/i386/i386.h:1216: conflicting types for `FP_SECOND_REG'
/cvs/gcc/gcc/config/i386/i386.h:1216: previous declaration of `FP_SECOND_REG'
/cvs/gcc/gcc/config/i386/i386.h:1217: conflicting types for `FLOAT_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1217: previous declaration of `FLOAT_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1218: conflicting types for `SSE_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1218: previous declaration of `SSE_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1219: conflicting types for `MMX_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1219: previous declaration of `MMX_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1220: conflicting types for `FP_TOP_SSE_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1220: previous declaration of `FP_TOP_SSE_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1221: conflicting types for `FP_SECOND_SSE_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1221: previous declaration of `FP_SECOND_SSE_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1222: conflicting types for `FLOAT_SSE_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1222: previous declaration of `FLOAT_SSE_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1223: conflicting types for `FLOAT_INT_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1223: previous declaration of `FLOAT_INT_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1224: conflicting types for `INT_SSE_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1224: previous declaration of `INT_SSE_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1225: conflicting types for `FLOAT_INT_SSE_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1225: previous declaration of `FLOAT_INT_SSE_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1226: conflicting types for `ALL_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1226: previous declaration of `ALL_REGS'
/cvs/gcc/gcc/config/i386/i386.h:1227: conflicting types for `LIM_REG_CLASSES'
/cvs/gcc/gcc/config/i386/i386.h:1227: previous declaration of `LIM_REG_CLASSES'
/cvs/gcc/gcc/config/i386/i386.h:1655: redefinition of `struct ix86_args'
/cvs/gcc/gcc/config/i386/i386.h:1663: redefinition of `CUMULATIVE_ARGS'
/cvs/gcc/gcc/config/i386/i386.h:1663: `CUMULATIVE_ARGS' previously declared here
In file included from tconfig.h:3,
                 from /cvs/gcc/gcc/unwind-dw2-fde.c:32,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/config/i386/i386.h:1751:1: warning: "FUNCTION_PROFILER" redefined
In file included from tconfig.h:9,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:33:
/cvs/gcc/gcc/config/i386/linux.h:57:1: warning: this is the location of the previous definition
/cvs/gcc/gcc/config/i386/i386.h:2011: redeclaration of `enum ix86_builtins'
/cvs/gcc/gcc/config/i386/i386.h:2012: conflicting types for `IX86_BUILTIN_ADDPS'
/cvs/gcc/gcc/config/i386/i386.h:2012: previous declaration of `IX86_BUILTIN_ADDPS'
/cvs/gcc/gcc/config/i386/i386.h:2013: conflicting types for `IX86_BUILTIN_ADDSS'
/cvs/gcc/gcc/config/i386/i386.h:2013: previous declaration of `IX86_BUILTIN_ADDSS'
/cvs/gcc/gcc/config/i386/i386.h:2014: conflicting types for `IX86_BUILTIN_DIVPS'
/cvs/gcc/gcc/config/i386/i386.h:2014: previous declaration of `IX86_BUILTIN_DIVPS'
/cvs/gcc/gcc/config/i386/i386.h:2015: conflicting types for `IX86_BUILTIN_DIVSS'
/cvs/gcc/gcc/config/i386/i386.h:2015: previous declaration of `IX86_BUILTIN_DIVSS'
/cvs/gcc/gcc/config/i386/i386.h:2016: conflicting types for `IX86_BUILTIN_MULPS'
/cvs/gcc/gcc/config/i386/i386.h:2016: previous declaration of `IX86_BUILTIN_MULPS'
/cvs/gcc/gcc/config/i386/i386.h:2017: conflicting types for `IX86_BUILTIN_MULSS'
/cvs/gcc/gcc/config/i386/i386.h:2017: previous declaration of `IX86_BUILTIN_MULSS'
/cvs/gcc/gcc/config/i386/i386.h:2018: conflicting types for `IX86_BUILTIN_SUBPS'
/cvs/gcc/gcc/config/i386/i386.h:2018: previous declaration of `IX86_BUILTIN_SUBPS'
/cvs/gcc/gcc/config/i386/i386.h:2019: conflicting types for `IX86_BUILTIN_SUBSS'
/cvs/gcc/gcc/config/i386/i386.h:2019: previous declaration of `IX86_BUILTIN_SUBSS'
/cvs/gcc/gcc/config/i386/i386.h:2021: conflicting types for `IX86_BUILTIN_CMPEQPS'
/cvs/gcc/gcc/config/i386/i386.h:2021: previous declaration of `IX86_BUILTIN_CMPEQPS'
/cvs/gcc/gcc/config/i386/i386.h:2022: conflicting types for `IX86_BUILTIN_CMPLTPS'
/cvs/gcc/gcc/config/i386/i386.h:2022: previous declaration of `IX86_BUILTIN_CMPLTPS'
/cvs/gcc/gcc/config/i386/i386.h:2023: conflicting types for `IX86_BUILTIN_CMPLEPS'
/cvs/gcc/gcc/config/i386/i386.h:2023: previous declaration of `IX86_BUILTIN_CMPLEPS'
/cvs/gcc/gcc/config/i386/i386.h:2024: conflicting types for `IX86_BUILTIN_CMPGTPS'
/cvs/gcc/gcc/config/i386/i386.h:2024: previous declaration of `IX86_BUILTIN_CMPGTPS'
/cvs/gcc/gcc/config/i386/i386.h:2025: conflicting types for `IX86_BUILTIN_CMPGEPS'
/cvs/gcc/gcc/config/i386/i386.h:2025: previous declaration of `IX86_BUILTIN_CMPGEPS'
/cvs/gcc/gcc/config/i386/i386.h:2026: conflicting types for `IX86_BUILTIN_CMPNEQPS'
/cvs/gcc/gcc/config/i386/i386.h:2026: previous declaration of `IX86_BUILTIN_CMPNEQPS'
/cvs/gcc/gcc/config/i386/i386.h:2027: conflicting types for `IX86_BUILTIN_CMPNLTPS'
/cvs/gcc/gcc/config/i386/i386.h:2027: previous declaration of `IX86_BUILTIN_CMPNLTPS'
/cvs/gcc/gcc/config/i386/i386.h:2028: conflicting types for `IX86_BUILTIN_CMPNLEPS'
/cvs/gcc/gcc/config/i386/i386.h:2028: previous declaration of `IX86_BUILTIN_CMPNLEPS'
/cvs/gcc/gcc/config/i386/i386.h:2029: conflicting types for `IX86_BUILTIN_CMPNGTPS'
/cvs/gcc/gcc/config/i386/i386.h:2029: previous declaration of `IX86_BUILTIN_CMPNGTPS'
/cvs/gcc/gcc/config/i386/i386.h:2030: conflicting types for `IX86_BUILTIN_CMPNGEPS'
/cvs/gcc/gcc/config/i386/i386.h:2030: previous declaration of `IX86_BUILTIN_CMPNGEPS'
/cvs/gcc/gcc/config/i386/i386.h:2031: conflicting types for `IX86_BUILTIN_CMPORDPS'
/cvs/gcc/gcc/config/i386/i386.h:2031: previous declaration of `IX86_BUILTIN_CMPORDPS'
/cvs/gcc/gcc/config/i386/i386.h:2032: conflicting types for `IX86_BUILTIN_CMPUNORDPS'
/cvs/gcc/gcc/config/i386/i386.h:2032: previous declaration of `IX86_BUILTIN_CMPUNORDPS'
/cvs/gcc/gcc/config/i386/i386.h:2033: conflicting types for `IX86_BUILTIN_CMPNEPS'
/cvs/gcc/gcc/config/i386/i386.h:2033: previous declaration of `IX86_BUILTIN_CMPNEPS'
/cvs/gcc/gcc/config/i386/i386.h:2034: conflicting types for `IX86_BUILTIN_CMPEQSS'
/cvs/gcc/gcc/config/i386/i386.h:2034: previous declaration of `IX86_BUILTIN_CMPEQSS'
/cvs/gcc/gcc/config/i386/i386.h:2035: conflicting types for `IX86_BUILTIN_CMPLTSS'
/cvs/gcc/gcc/config/i386/i386.h:2035: previous declaration of `IX86_BUILTIN_CMPLTSS'
/cvs/gcc/gcc/config/i386/i386.h:2036: conflicting types for `IX86_BUILTIN_CMPLESS'
/cvs/gcc/gcc/config/i386/i386.h:2036: previous declaration of `IX86_BUILTIN_CMPLESS'
/cvs/gcc/gcc/config/i386/i386.h:2037: conflicting types for `IX86_BUILTIN_CMPGTSS'
/cvs/gcc/gcc/config/i386/i386.h:2037: previous declaration of `IX86_BUILTIN_CMPGTSS'
/cvs/gcc/gcc/config/i386/i386.h:2038: conflicting types for `IX86_BUILTIN_CMPGESS'
/cvs/gcc/gcc/config/i386/i386.h:2038: previous declaration of `IX86_BUILTIN_CMPGESS'
/cvs/gcc/gcc/config/i386/i386.h:2039: conflicting types for `IX86_BUILTIN_CMPNEQSS'
/cvs/gcc/gcc/config/i386/i386.h:2039: previous declaration of `IX86_BUILTIN_CMPNEQSS'
/cvs/gcc/gcc/config/i386/i386.h:2040: conflicting types for `IX86_BUILTIN_CMPNLTSS'
/cvs/gcc/gcc/config/i386/i386.h:2040: previous declaration of `IX86_BUILTIN_CMPNLTSS'
/cvs/gcc/gcc/config/i386/i386.h:2041: conflicting types for `IX86_BUILTIN_CMPNLESS'
/cvs/gcc/gcc/config/i386/i386.h:2041: previous declaration of `IX86_BUILTIN_CMPNLESS'
/cvs/gcc/gcc/config/i386/i386.h:2042: conflicting types for `IX86_BUILTIN_CMPNGTSS'
/cvs/gcc/gcc/config/i386/i386.h:2042: previous declaration of `IX86_BUILTIN_CMPNGTSS'
/cvs/gcc/gcc/config/i386/i386.h:2043: conflicting types for `IX86_BUILTIN_CMPNGESS'
/cvs/gcc/gcc/config/i386/i386.h:2043: previous declaration of `IX86_BUILTIN_CMPNGESS'
/cvs/gcc/gcc/config/i386/i386.h:2044: conflicting types for `IX86_BUILTIN_CMPORDSS'
/cvs/gcc/gcc/config/i386/i386.h:2044: previous declaration of `IX86_BUILTIN_CMPORDSS'
/cvs/gcc/gcc/config/i386/i386.h:2045: conflicting types for `IX86_BUILTIN_CMPUNORDSS'
/cvs/gcc/gcc/config/i386/i386.h:2045: previous declaration of `IX86_BUILTIN_CMPUNORDSS'
/cvs/gcc/gcc/config/i386/i386.h:2046: conflicting types for `IX86_BUILTIN_CMPNESS'
/cvs/gcc/gcc/config/i386/i386.h:2046: previous declaration of `IX86_BUILTIN_CMPNESS'
/cvs/gcc/gcc/config/i386/i386.h:2048: conflicting types for `IX86_BUILTIN_COMIEQSS'
/cvs/gcc/gcc/config/i386/i386.h:2048: previous declaration of `IX86_BUILTIN_COMIEQSS'
/cvs/gcc/gcc/config/i386/i386.h:2049: conflicting types for `IX86_BUILTIN_COMILTSS'
/cvs/gcc/gcc/config/i386/i386.h:2049: previous declaration of `IX86_BUILTIN_COMILTSS'
/cvs/gcc/gcc/config/i386/i386.h:2050: conflicting types for `IX86_BUILTIN_COMILESS'
/cvs/gcc/gcc/config/i386/i386.h:2050: previous declaration of `IX86_BUILTIN_COMILESS'
/cvs/gcc/gcc/config/i386/i386.h:2051: conflicting types for `IX86_BUILTIN_COMIGTSS'
/cvs/gcc/gcc/config/i386/i386.h:2051: previous declaration of `IX86_BUILTIN_COMIGTSS'
/cvs/gcc/gcc/config/i386/i386.h:2052: conflicting types for `IX86_BUILTIN_COMIGESS'
/cvs/gcc/gcc/config/i386/i386.h:2052: previous declaration of `IX86_BUILTIN_COMIGESS'
/cvs/gcc/gcc/config/i386/i386.h:2053: conflicting types for `IX86_BUILTIN_COMINEQSS'
/cvs/gcc/gcc/config/i386/i386.h:2053: previous declaration of `IX86_BUILTIN_COMINEQSS'
/cvs/gcc/gcc/config/i386/i386.h:2054: conflicting types for `IX86_BUILTIN_UCOMIEQSS'
/cvs/gcc/gcc/config/i386/i386.h:2054: previous declaration of `IX86_BUILTIN_UCOMIEQSS'
/cvs/gcc/gcc/config/i386/i386.h:2055: conflicting types for `IX86_BUILTIN_UCOMILTSS'
/cvs/gcc/gcc/config/i386/i386.h:2055: previous declaration of `IX86_BUILTIN_UCOMILTSS'
/cvs/gcc/gcc/config/i386/i386.h:2056: conflicting types for `IX86_BUILTIN_UCOMILESS'
/cvs/gcc/gcc/config/i386/i386.h:2056: previous declaration of `IX86_BUILTIN_UCOMILESS'
/cvs/gcc/gcc/config/i386/i386.h:2057: conflicting types for `IX86_BUILTIN_UCOMIGTSS'
/cvs/gcc/gcc/config/i386/i386.h:2057: previous declaration of `IX86_BUILTIN_UCOMIGTSS'
/cvs/gcc/gcc/config/i386/i386.h:2058: conflicting types for `IX86_BUILTIN_UCOMIGESS'
/cvs/gcc/gcc/config/i386/i386.h:2058: previous declaration of `IX86_BUILTIN_UCOMIGESS'
/cvs/gcc/gcc/config/i386/i386.h:2059: conflicting types for `IX86_BUILTIN_UCOMINEQSS'
/cvs/gcc/gcc/config/i386/i386.h:2059: previous declaration of `IX86_BUILTIN_UCOMINEQSS'
/cvs/gcc/gcc/config/i386/i386.h:2061: conflicting types for `IX86_BUILTIN_CVTPI2PS'
/cvs/gcc/gcc/config/i386/i386.h:2061: previous declaration of `IX86_BUILTIN_CVTPI2PS'
/cvs/gcc/gcc/config/i386/i386.h:2062: conflicting types for `IX86_BUILTIN_CVTPS2PI'
/cvs/gcc/gcc/config/i386/i386.h:2062: previous declaration of `IX86_BUILTIN_CVTPS2PI'
/cvs/gcc/gcc/config/i386/i386.h:2063: conflicting types for `IX86_BUILTIN_CVTSI2SS'
/cvs/gcc/gcc/config/i386/i386.h:2063: previous declaration of `IX86_BUILTIN_CVTSI2SS'
/cvs/gcc/gcc/config/i386/i386.h:2064: conflicting types for `IX86_BUILTIN_CVTSS2SI'
/cvs/gcc/gcc/config/i386/i386.h:2064: previous declaration of `IX86_BUILTIN_CVTSS2SI'
/cvs/gcc/gcc/config/i386/i386.h:2065: conflicting types for `IX86_BUILTIN_CVTTPS2PI'
/cvs/gcc/gcc/config/i386/i386.h:2065: previous declaration of `IX86_BUILTIN_CVTTPS2PI'
/cvs/gcc/gcc/config/i386/i386.h:2066: conflicting types for `IX86_BUILTIN_CVTTSS2SI'
/cvs/gcc/gcc/config/i386/i386.h:2066: previous declaration of `IX86_BUILTIN_CVTTSS2SI'
/cvs/gcc/gcc/config/i386/i386.h:2067: conflicting types for `IX86_BUILTIN_M_FROM_INT'
/cvs/gcc/gcc/config/i386/i386.h:2067: previous declaration of `IX86_BUILTIN_M_FROM_INT'
/cvs/gcc/gcc/config/i386/i386.h:2068: conflicting types for `IX86_BUILTIN_M_TO_INT'
/cvs/gcc/gcc/config/i386/i386.h:2068: previous declaration of `IX86_BUILTIN_M_TO_INT'
/cvs/gcc/gcc/config/i386/i386.h:2070: conflicting types for `IX86_BUILTIN_MAXPS'
/cvs/gcc/gcc/config/i386/i386.h:2070: previous declaration of `IX86_BUILTIN_MAXPS'
/cvs/gcc/gcc/config/i386/i386.h:2071: conflicting types for `IX86_BUILTIN_MAXSS'
/cvs/gcc/gcc/config/i386/i386.h:2071: previous declaration of `IX86_BUILTIN_MAXSS'
/cvs/gcc/gcc/config/i386/i386.h:2072: conflicting types for `IX86_BUILTIN_MINPS'
/cvs/gcc/gcc/config/i386/i386.h:2072: previous declaration of `IX86_BUILTIN_MINPS'
/cvs/gcc/gcc/config/i386/i386.h:2073: conflicting types for `IX86_BUILTIN_MINSS'
/cvs/gcc/gcc/config/i386/i386.h:2073: previous declaration of `IX86_BUILTIN_MINSS'
/cvs/gcc/gcc/config/i386/i386.h:2075: conflicting types for `IX86_BUILTIN_LOADAPS'
/cvs/gcc/gcc/config/i386/i386.h:2075: previous declaration of `IX86_BUILTIN_LOADAPS'
/cvs/gcc/gcc/config/i386/i386.h:2076: conflicting types for `IX86_BUILTIN_LOADUPS'
/cvs/gcc/gcc/config/i386/i386.h:2076: previous declaration of `IX86_BUILTIN_LOADUPS'
/cvs/gcc/gcc/config/i386/i386.h:2077: conflicting types for `IX86_BUILTIN_STOREAPS'
/cvs/gcc/gcc/config/i386/i386.h:2077: previous declaration of `IX86_BUILTIN_STOREAPS'
/cvs/gcc/gcc/config/i386/i386.h:2078: conflicting types for `IX86_BUILTIN_STOREUPS'
/cvs/gcc/gcc/config/i386/i386.h:2078: previous declaration of `IX86_BUILTIN_STOREUPS'
/cvs/gcc/gcc/config/i386/i386.h:2079: conflicting types for `IX86_BUILTIN_LOADSS'
/cvs/gcc/gcc/config/i386/i386.h:2079: previous declaration of `IX86_BUILTIN_LOADSS'
/cvs/gcc/gcc/config/i386/i386.h:2080: conflicting types for `IX86_BUILTIN_STORESS'
/cvs/gcc/gcc/config/i386/i386.h:2080: previous declaration of `IX86_BUILTIN_STORESS'
/cvs/gcc/gcc/config/i386/i386.h:2081: conflicting types for `IX86_BUILTIN_MOVSS'
/cvs/gcc/gcc/config/i386/i386.h:2081: previous declaration of `IX86_BUILTIN_MOVSS'
/cvs/gcc/gcc/config/i386/i386.h:2083: conflicting types for `IX86_BUILTIN_MOVHLPS'
/cvs/gcc/gcc/config/i386/i386.h:2083: previous declaration of `IX86_BUILTIN_MOVHLPS'
/cvs/gcc/gcc/config/i386/i386.h:2084: conflicting types for `IX86_BUILTIN_MOVLHPS'
/cvs/gcc/gcc/config/i386/i386.h:2084: previous declaration of `IX86_BUILTIN_MOVLHPS'
/cvs/gcc/gcc/config/i386/i386.h:2085: conflicting types for `IX86_BUILTIN_LOADHPS'
/cvs/gcc/gcc/config/i386/i386.h:2085: previous declaration of `IX86_BUILTIN_LOADHPS'
/cvs/gcc/gcc/config/i386/i386.h:2086: conflicting types for `IX86_BUILTIN_LOADLPS'
/cvs/gcc/gcc/config/i386/i386.h:2086: previous declaration of `IX86_BUILTIN_LOADLPS'
/cvs/gcc/gcc/config/i386/i386.h:2087: conflicting types for `IX86_BUILTIN_STOREHPS'
/cvs/gcc/gcc/config/i386/i386.h:2087: previous declaration of `IX86_BUILTIN_STOREHPS'
/cvs/gcc/gcc/config/i386/i386.h:2088: conflicting types for `IX86_BUILTIN_STORELPS'
/cvs/gcc/gcc/config/i386/i386.h:2088: previous declaration of `IX86_BUILTIN_STORELPS'
/cvs/gcc/gcc/config/i386/i386.h:2090: conflicting types for `IX86_BUILTIN_MASKMOVQ'
/cvs/gcc/gcc/config/i386/i386.h:2090: previous declaration of `IX86_BUILTIN_MASKMOVQ'
/cvs/gcc/gcc/config/i386/i386.h:2091: conflicting types for `IX86_BUILTIN_MOVMSKPS'
/cvs/gcc/gcc/config/i386/i386.h:2091: previous declaration of `IX86_BUILTIN_MOVMSKPS'
/cvs/gcc/gcc/config/i386/i386.h:2092: conflicting types for `IX86_BUILTIN_PMOVMSKB'
/cvs/gcc/gcc/config/i386/i386.h:2092: previous declaration of `IX86_BUILTIN_PMOVMSKB'
/cvs/gcc/gcc/config/i386/i386.h:2094: conflicting types for `IX86_BUILTIN_MOVNTPS'
/cvs/gcc/gcc/config/i386/i386.h:2094: previous declaration of `IX86_BUILTIN_MOVNTPS'
/cvs/gcc/gcc/config/i386/i386.h:2095: conflicting types for `IX86_BUILTIN_MOVNTQ'
/cvs/gcc/gcc/config/i386/i386.h:2095: previous declaration of `IX86_BUILTIN_MOVNTQ'
/cvs/gcc/gcc/config/i386/i386.h:2097: conflicting types for `IX86_BUILTIN_PACKSSWB'
/cvs/gcc/gcc/config/i386/i386.h:2097: previous declaration of `IX86_BUILTIN_PACKSSWB'
/cvs/gcc/gcc/config/i386/i386.h:2098: conflicting types for `IX86_BUILTIN_PACKSSDW'
/cvs/gcc/gcc/config/i386/i386.h:2098: previous declaration of `IX86_BUILTIN_PACKSSDW'
/cvs/gcc/gcc/config/i386/i386.h:2099: conflicting types for `IX86_BUILTIN_PACKUSWB'
/cvs/gcc/gcc/config/i386/i386.h:2099: previous declaration of `IX86_BUILTIN_PACKUSWB'
/cvs/gcc/gcc/config/i386/i386.h:2101: conflicting types for `IX86_BUILTIN_PADDB'
/cvs/gcc/gcc/config/i386/i386.h:2101: previous declaration of `IX86_BUILTIN_PADDB'
/cvs/gcc/gcc/config/i386/i386.h:2102: conflicting types for `IX86_BUILTIN_PADDW'
/cvs/gcc/gcc/config/i386/i386.h:2102: previous declaration of `IX86_BUILTIN_PADDW'
/cvs/gcc/gcc/config/i386/i386.h:2103: conflicting types for `IX86_BUILTIN_PADDD'
/cvs/gcc/gcc/config/i386/i386.h:2103: previous declaration of `IX86_BUILTIN_PADDD'
/cvs/gcc/gcc/config/i386/i386.h:2104: conflicting types for `IX86_BUILTIN_PADDSB'
/cvs/gcc/gcc/config/i386/i386.h:2104: previous declaration of `IX86_BUILTIN_PADDSB'
/cvs/gcc/gcc/config/i386/i386.h:2105: conflicting types for `IX86_BUILTIN_PADDSW'
/cvs/gcc/gcc/config/i386/i386.h:2105: previous declaration of `IX86_BUILTIN_PADDSW'
/cvs/gcc/gcc/config/i386/i386.h:2106: conflicting types for `IX86_BUILTIN_PADDUSB'
/cvs/gcc/gcc/config/i386/i386.h:2106: previous declaration of `IX86_BUILTIN_PADDUSB'
/cvs/gcc/gcc/config/i386/i386.h:2107: conflicting types for `IX86_BUILTIN_PADDUSW'
/cvs/gcc/gcc/config/i386/i386.h:2107: previous declaration of `IX86_BUILTIN_PADDUSW'
/cvs/gcc/gcc/config/i386/i386.h:2108: conflicting types for `IX86_BUILTIN_PSUBB'
/cvs/gcc/gcc/config/i386/i386.h:2108: previous declaration of `IX86_BUILTIN_PSUBB'
/cvs/gcc/gcc/config/i386/i386.h:2109: conflicting types for `IX86_BUILTIN_PSUBW'
/cvs/gcc/gcc/config/i386/i386.h:2109: previous declaration of `IX86_BUILTIN_PSUBW'
/cvs/gcc/gcc/config/i386/i386.h:2110: conflicting types for `IX86_BUILTIN_PSUBD'
/cvs/gcc/gcc/config/i386/i386.h:2110: previous declaration of `IX86_BUILTIN_PSUBD'
/cvs/gcc/gcc/config/i386/i386.h:2111: conflicting types for `IX86_BUILTIN_PSUBSB'
/cvs/gcc/gcc/config/i386/i386.h:2111: previous declaration of `IX86_BUILTIN_PSUBSB'
/cvs/gcc/gcc/config/i386/i386.h:2112: conflicting types for `IX86_BUILTIN_PSUBSW'
/cvs/gcc/gcc/config/i386/i386.h:2112: previous declaration of `IX86_BUILTIN_PSUBSW'
/cvs/gcc/gcc/config/i386/i386.h:2113: conflicting types for `IX86_BUILTIN_PSUBUSB'
/cvs/gcc/gcc/config/i386/i386.h:2113: previous declaration of `IX86_BUILTIN_PSUBUSB'
/cvs/gcc/gcc/config/i386/i386.h:2114: conflicting types for `IX86_BUILTIN_PSUBUSW'
/cvs/gcc/gcc/config/i386/i386.h:2114: previous declaration of `IX86_BUILTIN_PSUBUSW'
/cvs/gcc/gcc/config/i386/i386.h:2116: conflicting types for `IX86_BUILTIN_PAND'
/cvs/gcc/gcc/config/i386/i386.h:2116: previous declaration of `IX86_BUILTIN_PAND'
/cvs/gcc/gcc/config/i386/i386.h:2117: conflicting types for `IX86_BUILTIN_PANDN'
/cvs/gcc/gcc/config/i386/i386.h:2117: previous declaration of `IX86_BUILTIN_PANDN'
/cvs/gcc/gcc/config/i386/i386.h:2118: conflicting types for `IX86_BUILTIN_POR'
/cvs/gcc/gcc/config/i386/i386.h:2118: previous declaration of `IX86_BUILTIN_POR'
/cvs/gcc/gcc/config/i386/i386.h:2119: conflicting types for `IX86_BUILTIN_PXOR'
/cvs/gcc/gcc/config/i386/i386.h:2119: previous declaration of `IX86_BUILTIN_PXOR'
/cvs/gcc/gcc/config/i386/i386.h:2121: conflicting types for `IX86_BUILTIN_PAVGB'
/cvs/gcc/gcc/config/i386/i386.h:2121: previous declaration of `IX86_BUILTIN_PAVGB'
/cvs/gcc/gcc/config/i386/i386.h:2122: conflicting types for `IX86_BUILTIN_PAVGW'
/cvs/gcc/gcc/config/i386/i386.h:2122: previous declaration of `IX86_BUILTIN_PAVGW'
/cvs/gcc/gcc/config/i386/i386.h:2124: conflicting types for `IX86_BUILTIN_PCMPEQB'
/cvs/gcc/gcc/config/i386/i386.h:2124: previous declaration of `IX86_BUILTIN_PCMPEQB'
/cvs/gcc/gcc/config/i386/i386.h:2125: conflicting types for `IX86_BUILTIN_PCMPEQW'
/cvs/gcc/gcc/config/i386/i386.h:2125: previous declaration of `IX86_BUILTIN_PCMPEQW'
/cvs/gcc/gcc/config/i386/i386.h:2126: conflicting types for `IX86_BUILTIN_PCMPEQD'
/cvs/gcc/gcc/config/i386/i386.h:2126: previous declaration of `IX86_BUILTIN_PCMPEQD'
/cvs/gcc/gcc/config/i386/i386.h:2127: conflicting types for `IX86_BUILTIN_PCMPGTB'
/cvs/gcc/gcc/config/i386/i386.h:2127: previous declaration of `IX86_BUILTIN_PCMPGTB'
/cvs/gcc/gcc/config/i386/i386.h:2128: conflicting types for `IX86_BUILTIN_PCMPGTW'
/cvs/gcc/gcc/config/i386/i386.h:2128: previous declaration of `IX86_BUILTIN_PCMPGTW'
/cvs/gcc/gcc/config/i386/i386.h:2129: conflicting types for `IX86_BUILTIN_PCMPGTD'
/cvs/gcc/gcc/config/i386/i386.h:2129: previous declaration of `IX86_BUILTIN_PCMPGTD'
/cvs/gcc/gcc/config/i386/i386.h:2131: conflicting types for `IX86_BUILTIN_PEXTRW'
/cvs/gcc/gcc/config/i386/i386.h:2131: previous declaration of `IX86_BUILTIN_PEXTRW'
/cvs/gcc/gcc/config/i386/i386.h:2132: conflicting types for `IX86_BUILTIN_PINSRW'
/cvs/gcc/gcc/config/i386/i386.h:2132: previous declaration of `IX86_BUILTIN_PINSRW'
/cvs/gcc/gcc/config/i386/i386.h:2134: conflicting types for `IX86_BUILTIN_PMADDWD'
/cvs/gcc/gcc/config/i386/i386.h:2134: previous declaration of `IX86_BUILTIN_PMADDWD'
/cvs/gcc/gcc/config/i386/i386.h:2136: conflicting types for `IX86_BUILTIN_PMAXSW'
/cvs/gcc/gcc/config/i386/i386.h:2136: previous declaration of `IX86_BUILTIN_PMAXSW'
/cvs/gcc/gcc/config/i386/i386.h:2137: conflicting types for `IX86_BUILTIN_PMAXUB'
/cvs/gcc/gcc/config/i386/i386.h:2137: previous declaration of `IX86_BUILTIN_PMAXUB'
/cvs/gcc/gcc/config/i386/i386.h:2138: conflicting types for `IX86_BUILTIN_PMINSW'
/cvs/gcc/gcc/config/i386/i386.h:2138: previous declaration of `IX86_BUILTIN_PMINSW'
/cvs/gcc/gcc/config/i386/i386.h:2139: conflicting types for `IX86_BUILTIN_PMINUB'
/cvs/gcc/gcc/config/i386/i386.h:2139: previous declaration of `IX86_BUILTIN_PMINUB'
/cvs/gcc/gcc/config/i386/i386.h:2141: conflicting types for `IX86_BUILTIN_PMULHUW'
/cvs/gcc/gcc/config/i386/i386.h:2141: previous declaration of `IX86_BUILTIN_PMULHUW'
/cvs/gcc/gcc/config/i386/i386.h:2142: conflicting types for `IX86_BUILTIN_PMULHW'
/cvs/gcc/gcc/config/i386/i386.h:2142: previous declaration of `IX86_BUILTIN_PMULHW'
/cvs/gcc/gcc/config/i386/i386.h:2143: conflicting types for `IX86_BUILTIN_PMULLW'
/cvs/gcc/gcc/config/i386/i386.h:2143: previous declaration of `IX86_BUILTIN_PMULLW'
/cvs/gcc/gcc/config/i386/i386.h:2145: conflicting types for `IX86_BUILTIN_PSADBW'
/cvs/gcc/gcc/config/i386/i386.h:2145: previous declaration of `IX86_BUILTIN_PSADBW'
/cvs/gcc/gcc/config/i386/i386.h:2146: conflicting types for `IX86_BUILTIN_PSHUFW'
/cvs/gcc/gcc/config/i386/i386.h:2146: previous declaration of `IX86_BUILTIN_PSHUFW'
/cvs/gcc/gcc/config/i386/i386.h:2148: conflicting types for `IX86_BUILTIN_PSLLW'
/cvs/gcc/gcc/config/i386/i386.h:2148: previous declaration of `IX86_BUILTIN_PSLLW'
/cvs/gcc/gcc/config/i386/i386.h:2149: conflicting types for `IX86_BUILTIN_PSLLD'
/cvs/gcc/gcc/config/i386/i386.h:2149: previous declaration of `IX86_BUILTIN_PSLLD'
/cvs/gcc/gcc/config/i386/i386.h:2150: conflicting types for `IX86_BUILTIN_PSLLQ'
/cvs/gcc/gcc/config/i386/i386.h:2150: previous declaration of `IX86_BUILTIN_PSLLQ'
/cvs/gcc/gcc/config/i386/i386.h:2151: conflicting types for `IX86_BUILTIN_PSRAW'
/cvs/gcc/gcc/config/i386/i386.h:2151: previous declaration of `IX86_BUILTIN_PSRAW'
/cvs/gcc/gcc/config/i386/i386.h:2152: conflicting types for `IX86_BUILTIN_PSRAD'
/cvs/gcc/gcc/config/i386/i386.h:2152: previous declaration of `IX86_BUILTIN_PSRAD'
/cvs/gcc/gcc/config/i386/i386.h:2153: conflicting types for `IX86_BUILTIN_PSRLW'
/cvs/gcc/gcc/config/i386/i386.h:2153: previous declaration of `IX86_BUILTIN_PSRLW'
/cvs/gcc/gcc/config/i386/i386.h:2154: conflicting types for `IX86_BUILTIN_PSRLD'
/cvs/gcc/gcc/config/i386/i386.h:2154: previous declaration of `IX86_BUILTIN_PSRLD'
/cvs/gcc/gcc/config/i386/i386.h:2155: conflicting types for `IX86_BUILTIN_PSRLQ'
/cvs/gcc/gcc/config/i386/i386.h:2155: previous declaration of `IX86_BUILTIN_PSRLQ'
/cvs/gcc/gcc/config/i386/i386.h:2156: conflicting types for `IX86_BUILTIN_PSLLWI'
/cvs/gcc/gcc/config/i386/i386.h:2156: previous declaration of `IX86_BUILTIN_PSLLWI'
/cvs/gcc/gcc/config/i386/i386.h:2157: conflicting types for `IX86_BUILTIN_PSLLDI'
/cvs/gcc/gcc/config/i386/i386.h:2157: previous declaration of `IX86_BUILTIN_PSLLDI'
/cvs/gcc/gcc/config/i386/i386.h:2158: conflicting types for `IX86_BUILTIN_PSLLQI'
/cvs/gcc/gcc/config/i386/i386.h:2158: previous declaration of `IX86_BUILTIN_PSLLQI'
/cvs/gcc/gcc/config/i386/i386.h:2159: conflicting types for `IX86_BUILTIN_PSRAWI'
/cvs/gcc/gcc/config/i386/i386.h:2159: previous declaration of `IX86_BUILTIN_PSRAWI'
/cvs/gcc/gcc/config/i386/i386.h:2160: conflicting types for `IX86_BUILTIN_PSRADI'
/cvs/gcc/gcc/config/i386/i386.h:2160: previous declaration of `IX86_BUILTIN_PSRADI'
/cvs/gcc/gcc/config/i386/i386.h:2161: conflicting types for `IX86_BUILTIN_PSRLWI'
/cvs/gcc/gcc/config/i386/i386.h:2161: previous declaration of `IX86_BUILTIN_PSRLWI'
/cvs/gcc/gcc/config/i386/i386.h:2162: conflicting types for `IX86_BUILTIN_PSRLDI'
/cvs/gcc/gcc/config/i386/i386.h:2162: previous declaration of `IX86_BUILTIN_PSRLDI'
/cvs/gcc/gcc/config/i386/i386.h:2163: conflicting types for `IX86_BUILTIN_PSRLQI'
/cvs/gcc/gcc/config/i386/i386.h:2163: previous declaration of `IX86_BUILTIN_PSRLQI'
/cvs/gcc/gcc/config/i386/i386.h:2165: conflicting types for `IX86_BUILTIN_PUNPCKHBW'
/cvs/gcc/gcc/config/i386/i386.h:2165: previous declaration of `IX86_BUILTIN_PUNPCKHBW'
/cvs/gcc/gcc/config/i386/i386.h:2166: conflicting types for `IX86_BUILTIN_PUNPCKHWD'
/cvs/gcc/gcc/config/i386/i386.h:2166: previous declaration of `IX86_BUILTIN_PUNPCKHWD'
/cvs/gcc/gcc/config/i386/i386.h:2167: conflicting types for `IX86_BUILTIN_PUNPCKHDQ'
/cvs/gcc/gcc/config/i386/i386.h:2167: previous declaration of `IX86_BUILTIN_PUNPCKHDQ'
/cvs/gcc/gcc/config/i386/i386.h:2168: conflicting types for `IX86_BUILTIN_PUNPCKLBW'
/cvs/gcc/gcc/config/i386/i386.h:2168: previous declaration of `IX86_BUILTIN_PUNPCKLBW'
/cvs/gcc/gcc/config/i386/i386.h:2169: conflicting types for `IX86_BUILTIN_PUNPCKLWD'
/cvs/gcc/gcc/config/i386/i386.h:2169: previous declaration of `IX86_BUILTIN_PUNPCKLWD'
/cvs/gcc/gcc/config/i386/i386.h:2170: conflicting types for `IX86_BUILTIN_PUNPCKLDQ'
/cvs/gcc/gcc/config/i386/i386.h:2170: previous declaration of `IX86_BUILTIN_PUNPCKLDQ'
/cvs/gcc/gcc/config/i386/i386.h:2172: conflicting types for `IX86_BUILTIN_SHUFPS'
/cvs/gcc/gcc/config/i386/i386.h:2172: previous declaration of `IX86_BUILTIN_SHUFPS'
/cvs/gcc/gcc/config/i386/i386.h:2174: conflicting types for `IX86_BUILTIN_RCPPS'
/cvs/gcc/gcc/config/i386/i386.h:2174: previous declaration of `IX86_BUILTIN_RCPPS'
/cvs/gcc/gcc/config/i386/i386.h:2175: conflicting types for `IX86_BUILTIN_RCPSS'
/cvs/gcc/gcc/config/i386/i386.h:2175: previous declaration of `IX86_BUILTIN_RCPSS'
/cvs/gcc/gcc/config/i386/i386.h:2176: conflicting types for `IX86_BUILTIN_RSQRTPS'
/cvs/gcc/gcc/config/i386/i386.h:2176: previous declaration of `IX86_BUILTIN_RSQRTPS'
/cvs/gcc/gcc/config/i386/i386.h:2177: conflicting types for `IX86_BUILTIN_RSQRTSS'
/cvs/gcc/gcc/config/i386/i386.h:2177: previous declaration of `IX86_BUILTIN_RSQRTSS'
/cvs/gcc/gcc/config/i386/i386.h:2178: conflicting types for `IX86_BUILTIN_SQRTPS'
/cvs/gcc/gcc/config/i386/i386.h:2178: previous declaration of `IX86_BUILTIN_SQRTPS'
/cvs/gcc/gcc/config/i386/i386.h:2179: conflicting types for `IX86_BUILTIN_SQRTSS'
/cvs/gcc/gcc/config/i386/i386.h:2179: previous declaration of `IX86_BUILTIN_SQRTSS'
/cvs/gcc/gcc/config/i386/i386.h:2181: conflicting types for `IX86_BUILTIN_UNPCKHPS'
/cvs/gcc/gcc/config/i386/i386.h:2181: previous declaration of `IX86_BUILTIN_UNPCKHPS'
/cvs/gcc/gcc/config/i386/i386.h:2182: conflicting types for `IX86_BUILTIN_UNPCKLPS'
/cvs/gcc/gcc/config/i386/i386.h:2182: previous declaration of `IX86_BUILTIN_UNPCKLPS'
/cvs/gcc/gcc/config/i386/i386.h:2184: conflicting types for `IX86_BUILTIN_ANDPS'
/cvs/gcc/gcc/config/i386/i386.h:2184: previous declaration of `IX86_BUILTIN_ANDPS'
/cvs/gcc/gcc/config/i386/i386.h:2185: conflicting types for `IX86_BUILTIN_ANDNPS'
/cvs/gcc/gcc/config/i386/i386.h:2185: previous declaration of `IX86_BUILTIN_ANDNPS'
/cvs/gcc/gcc/config/i386/i386.h:2186: conflicting types for `IX86_BUILTIN_ORPS'
/cvs/gcc/gcc/config/i386/i386.h:2186: previous declaration of `IX86_BUILTIN_ORPS'
/cvs/gcc/gcc/config/i386/i386.h:2187: conflicting types for `IX86_BUILTIN_XORPS'
/cvs/gcc/gcc/config/i386/i386.h:2187: previous declaration of `IX86_BUILTIN_XORPS'
/cvs/gcc/gcc/config/i386/i386.h:2189: conflicting types for `IX86_BUILTIN_EMMS'
/cvs/gcc/gcc/config/i386/i386.h:2189: previous declaration of `IX86_BUILTIN_EMMS'
/cvs/gcc/gcc/config/i386/i386.h:2190: conflicting types for `IX86_BUILTIN_LDMXCSR'
/cvs/gcc/gcc/config/i386/i386.h:2190: previous declaration of `IX86_BUILTIN_LDMXCSR'
/cvs/gcc/gcc/config/i386/i386.h:2191: conflicting types for `IX86_BUILTIN_STMXCSR'
/cvs/gcc/gcc/config/i386/i386.h:2191: previous declaration of `IX86_BUILTIN_STMXCSR'
/cvs/gcc/gcc/config/i386/i386.h:2192: conflicting types for `IX86_BUILTIN_SFENCE'
/cvs/gcc/gcc/config/i386/i386.h:2192: previous declaration of `IX86_BUILTIN_SFENCE'
/cvs/gcc/gcc/config/i386/i386.h:2193: conflicting types for `IX86_BUILTIN_PREFETCH'
/cvs/gcc/gcc/config/i386/i386.h:2193: previous declaration of `IX86_BUILTIN_PREFETCH'
/cvs/gcc/gcc/config/i386/i386.h:2196: conflicting types for `IX86_BUILTIN_FEMMS'
/cvs/gcc/gcc/config/i386/i386.h:2196: previous declaration of `IX86_BUILTIN_FEMMS'
/cvs/gcc/gcc/config/i386/i386.h:2197: conflicting types for `IX86_BUILTIN_PAVGUSB'
/cvs/gcc/gcc/config/i386/i386.h:2197: previous declaration of `IX86_BUILTIN_PAVGUSB'
/cvs/gcc/gcc/config/i386/i386.h:2198: conflicting types for `IX86_BUILTIN_PF2ID'
/cvs/gcc/gcc/config/i386/i386.h:2198: previous declaration of `IX86_BUILTIN_PF2ID'
/cvs/gcc/gcc/config/i386/i386.h:2199: conflicting types for `IX86_BUILTIN_PFACC'
/cvs/gcc/gcc/config/i386/i386.h:2199: previous declaration of `IX86_BUILTIN_PFACC'
/cvs/gcc/gcc/config/i386/i386.h:2200: conflicting types for `IX86_BUILTIN_PFADD'
/cvs/gcc/gcc/config/i386/i386.h:2200: previous declaration of `IX86_BUILTIN_PFADD'
/cvs/gcc/gcc/config/i386/i386.h:2201: conflicting types for `IX86_BUILTIN_PFCMPEQ'
/cvs/gcc/gcc/config/i386/i386.h:2201: previous declaration of `IX86_BUILTIN_PFCMPEQ'
/cvs/gcc/gcc/config/i386/i386.h:2202: conflicting types for `IX86_BUILTIN_PFCMPGE'
/cvs/gcc/gcc/config/i386/i386.h:2202: previous declaration of `IX86_BUILTIN_PFCMPGE'
/cvs/gcc/gcc/config/i386/i386.h:2203: conflicting types for `IX86_BUILTIN_PFCMPGT'
/cvs/gcc/gcc/config/i386/i386.h:2203: previous declaration of `IX86_BUILTIN_PFCMPGT'
/cvs/gcc/gcc/config/i386/i386.h:2204: conflicting types for `IX86_BUILTIN_PFMAX'
/cvs/gcc/gcc/config/i386/i386.h:2204: previous declaration of `IX86_BUILTIN_PFMAX'
/cvs/gcc/gcc/config/i386/i386.h:2205: conflicting types for `IX86_BUILTIN_PFMIN'
/cvs/gcc/gcc/config/i386/i386.h:2205: previous declaration of `IX86_BUILTIN_PFMIN'
/cvs/gcc/gcc/config/i386/i386.h:2206: conflicting types for `IX86_BUILTIN_PFMUL'
/cvs/gcc/gcc/config/i386/i386.h:2206: previous declaration of `IX86_BUILTIN_PFMUL'
/cvs/gcc/gcc/config/i386/i386.h:2207: conflicting types for `IX86_BUILTIN_PFRCP'
/cvs/gcc/gcc/config/i386/i386.h:2207: previous declaration of `IX86_BUILTIN_PFRCP'
/cvs/gcc/gcc/config/i386/i386.h:2208: conflicting types for `IX86_BUILTIN_PFRCPIT1'
/cvs/gcc/gcc/config/i386/i386.h:2208: previous declaration of `IX86_BUILTIN_PFRCPIT1'
/cvs/gcc/gcc/config/i386/i386.h:2209: conflicting types for `IX86_BUILTIN_PFRCPIT2'
/cvs/gcc/gcc/config/i386/i386.h:2209: previous declaration of `IX86_BUILTIN_PFRCPIT2'
/cvs/gcc/gcc/config/i386/i386.h:2210: conflicting types for `IX86_BUILTIN_PFRSQIT1'
/cvs/gcc/gcc/config/i386/i386.h:2210: previous declaration of `IX86_BUILTIN_PFRSQIT1'
/cvs/gcc/gcc/config/i386/i386.h:2211: conflicting types for `IX86_BUILTIN_PFRSQRT'
/cvs/gcc/gcc/config/i386/i386.h:2211: previous declaration of `IX86_BUILTIN_PFRSQRT'
/cvs/gcc/gcc/config/i386/i386.h:2212: conflicting types for `IX86_BUILTIN_PFSUB'
/cvs/gcc/gcc/config/i386/i386.h:2212: previous declaration of `IX86_BUILTIN_PFSUB'
/cvs/gcc/gcc/config/i386/i386.h:2213: conflicting types for `IX86_BUILTIN_PFSUBR'
/cvs/gcc/gcc/config/i386/i386.h:2213: previous declaration of `IX86_BUILTIN_PFSUBR'
/cvs/gcc/gcc/config/i386/i386.h:2214: conflicting types for `IX86_BUILTIN_PI2FD'
/cvs/gcc/gcc/config/i386/i386.h:2214: previous declaration of `IX86_BUILTIN_PI2FD'
/cvs/gcc/gcc/config/i386/i386.h:2215: conflicting types for `IX86_BUILTIN_PMULHRW'
/cvs/gcc/gcc/config/i386/i386.h:2215: previous declaration of `IX86_BUILTIN_PMULHRW'
/cvs/gcc/gcc/config/i386/i386.h:2216: conflicting types for `IX86_BUILTIN_PREFETCH_3DNOW'
/cvs/gcc/gcc/config/i386/i386.h:2216: previous declaration of `IX86_BUILTIN_PREFETCH_3DNOW'
/cvs/gcc/gcc/config/i386/i386.h:2217: conflicting types for `IX86_BUILTIN_PREFETCHW'
/cvs/gcc/gcc/config/i386/i386.h:2217: previous declaration of `IX86_BUILTIN_PREFETCHW'
/cvs/gcc/gcc/config/i386/i386.h:2220: conflicting types for `IX86_BUILTIN_PF2IW'
/cvs/gcc/gcc/config/i386/i386.h:2220: previous declaration of `IX86_BUILTIN_PF2IW'
/cvs/gcc/gcc/config/i386/i386.h:2221: conflicting types for `IX86_BUILTIN_PFNACC'
/cvs/gcc/gcc/config/i386/i386.h:2221: previous declaration of `IX86_BUILTIN_PFNACC'
/cvs/gcc/gcc/config/i386/i386.h:2222: conflicting types for `IX86_BUILTIN_PFPNACC'
/cvs/gcc/gcc/config/i386/i386.h:2222: previous declaration of `IX86_BUILTIN_PFPNACC'
/cvs/gcc/gcc/config/i386/i386.h:2223: conflicting types for `IX86_BUILTIN_PI2FW'
/cvs/gcc/gcc/config/i386/i386.h:2223: previous declaration of `IX86_BUILTIN_PI2FW'
/cvs/gcc/gcc/config/i386/i386.h:2224: conflicting types for `IX86_BUILTIN_PSWAPDSI'
/cvs/gcc/gcc/config/i386/i386.h:2224: previous declaration of `IX86_BUILTIN_PSWAPDSI'
/cvs/gcc/gcc/config/i386/i386.h:2225: conflicting types for `IX86_BUILTIN_PSWAPDSF'
/cvs/gcc/gcc/config/i386/i386.h:2225: previous declaration of `IX86_BUILTIN_PSWAPDSF'
/cvs/gcc/gcc/config/i386/i386.h:2228: conflicting types for `IX86_BUILTIN_SETPS1'
/cvs/gcc/gcc/config/i386/i386.h:2228: previous declaration of `IX86_BUILTIN_SETPS1'
/cvs/gcc/gcc/config/i386/i386.h:2229: conflicting types for `IX86_BUILTIN_SETPS'
/cvs/gcc/gcc/config/i386/i386.h:2229: previous declaration of `IX86_BUILTIN_SETPS'
/cvs/gcc/gcc/config/i386/i386.h:2230: conflicting types for `IX86_BUILTIN_CLRPS'
/cvs/gcc/gcc/config/i386/i386.h:2230: previous declaration of `IX86_BUILTIN_CLRPS'
/cvs/gcc/gcc/config/i386/i386.h:2231: conflicting types for `IX86_BUILTIN_SETRPS'
/cvs/gcc/gcc/config/i386/i386.h:2231: previous declaration of `IX86_BUILTIN_SETRPS'
/cvs/gcc/gcc/config/i386/i386.h:2232: conflicting types for `IX86_BUILTIN_LOADPS1'
/cvs/gcc/gcc/config/i386/i386.h:2232: previous declaration of `IX86_BUILTIN_LOADPS1'
/cvs/gcc/gcc/config/i386/i386.h:2233: conflicting types for `IX86_BUILTIN_LOADRPS'
/cvs/gcc/gcc/config/i386/i386.h:2233: previous declaration of `IX86_BUILTIN_LOADRPS'
/cvs/gcc/gcc/config/i386/i386.h:2234: conflicting types for `IX86_BUILTIN_STOREPS1'
/cvs/gcc/gcc/config/i386/i386.h:2234: previous declaration of `IX86_BUILTIN_STOREPS1'
/cvs/gcc/gcc/config/i386/i386.h:2235: conflicting types for `IX86_BUILTIN_STORERPS'
/cvs/gcc/gcc/config/i386/i386.h:2235: previous declaration of `IX86_BUILTIN_STORERPS'
/cvs/gcc/gcc/config/i386/i386.h:2237: conflicting types for `IX86_BUILTIN_MMX_ZERO'
/cvs/gcc/gcc/config/i386/i386.h:2237: previous declaration of `IX86_BUILTIN_MMX_ZERO'
/cvs/gcc/gcc/config/i386/i386.h:2240: conflicting types for `IX86_BUILTIN_MAX'
/cvs/gcc/gcc/config/i386/i386.h:2240: previous declaration of `IX86_BUILTIN_MAX'
In file included from tconfig.h:3,
                 from /cvs/gcc/gcc/unwind-dw2-fde.c:32,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/config/i386/i386.h:2832:1: warning: "DBX_REGISTER_NUMBER" redefined
In file included from tconfig.h:9,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:33:
/cvs/gcc/gcc/config/i386/linux.h:47:1: warning: this is the location of the previous definition
/cvs/gcc/gcc/config/i386/i386.h:3164: redeclaration of `enum cmodel'
/cvs/gcc/gcc/config/i386/i386.h:3165: conflicting types for `CM_32'
/cvs/gcc/gcc/config/i386/i386.h:3165: previous declaration of `CM_32'
/cvs/gcc/gcc/config/i386/i386.h:3166: conflicting types for `CM_SMALL'
/cvs/gcc/gcc/config/i386/i386.h:3166: previous declaration of `CM_SMALL'
/cvs/gcc/gcc/config/i386/i386.h:3167: conflicting types for `CM_KERNEL'
/cvs/gcc/gcc/config/i386/i386.h:3167: previous declaration of `CM_KERNEL'
/cvs/gcc/gcc/config/i386/i386.h:3168: conflicting types for `CM_MEDIUM'
/cvs/gcc/gcc/config/i386/i386.h:3168: previous declaration of `CM_MEDIUM'
/cvs/gcc/gcc/config/i386/i386.h:3169: conflicting types for `CM_LARGE'
/cvs/gcc/gcc/config/i386/i386.h:3169: previous declaration of `CM_LARGE'
/cvs/gcc/gcc/config/i386/i386.h:3171: conflicting types for `CM_SMALL_PIC'
/cvs/gcc/gcc/config/i386/i386.h:3171: previous declaration of `CM_SMALL_PIC'
/cvs/gcc/gcc/config/i386/i386.h:3213: redeclaration of `enum fp_cw_mode'
/cvs/gcc/gcc/config/i386/i386.h:3213: conflicting types for `FP_CW_STORED'
/cvs/gcc/gcc/config/i386/i386.h:3213: previous declaration of `FP_CW_STORED'
/cvs/gcc/gcc/config/i386/i386.h:3213: conflicting types for `FP_CW_UNINITIALIZED'
/cvs/gcc/gcc/config/i386/i386.h:3213: previous declaration of `FP_CW_UNINITIALIZED'
/cvs/gcc/gcc/config/i386/i386.h:3213: conflicting types for `FP_CW_ANY'
/cvs/gcc/gcc/config/i386/i386.h:3213: previous declaration of `FP_CW_ANY'
In file included from /cvs/gcc/gcc/config/i386/att.h:22,
                 from tconfig.h:4,
                 from /cvs/gcc/gcc/unwind-dw2-fde.c:32,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/config/i386/unix.h:37:1: warning: "ASM_COMMENT_START" redefined
In file included from tconfig.h:9,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:33:
/cvs/gcc/gcc/config/i386/linux.h:44:1: warning: this is the location of the previous definition
In file included from /cvs/gcc/gcc/config/i386/att.h:22,
                 from tconfig.h:4,
                 from /cvs/gcc/gcc/unwind-dw2-fde.c:32,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/config/i386/unix.h:42:1: warning: "ASM_APP_ON" redefined
In file included from tconfig.h:8,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:33:
/cvs/gcc/gcc/config/linux.h:35:1: warning: this is the location of the previous definition
In file included from /cvs/gcc/gcc/config/i386/att.h:22,
                 from tconfig.h:4,
                 from /cvs/gcc/gcc/unwind-dw2-fde.c:32,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/config/i386/unix.h:47:1: warning: "ASM_APP_OFF" redefined
In file included from tconfig.h:8,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:33:
/cvs/gcc/gcc/config/linux.h:38:1: warning: this is the location of the previous definition
In file included from tconfig.h:4,
                 from /cvs/gcc/gcc/unwind-dw2-fde.c:32,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/config/i386/att.h:24:1: warning: "TARGET_VERSION" redefined
In file included from tconfig.h:9,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:33:
/cvs/gcc/gcc/config/i386/linux.h:36:1: warning: this is the location of the previous definition
In file included from tconfig.h:4,
                 from /cvs/gcc/gcc/unwind-dw2-fde.c:32,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/config/i386/att.h:39:1: warning: "ASM_OUTPUT_ASCII" redefined
In file included from tconfig.h:6,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:33:
/cvs/gcc/gcc/config/elfos.h:645:1: warning: this is the location of the previous definition
In file included from tconfig.h:4,
                 from /cvs/gcc/gcc/unwind-dw2-fde.c:32,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/config/i386/att.h:74:1: warning: "ASM_OUTPUT_SKIP" redefined
In file included from tconfig.h:6,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:33:
/cvs/gcc/gcc/config/elfos.h:114:1: warning: this is the location of the previous definition
In file included from /cvs/gcc/gcc/unwind-dw2-fde.c:34,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/dwarf2.h:37: redeclaration of `enum dwarf_tag'
/cvs/gcc/gcc/dwarf2.h:38: conflicting types for `DW_TAG_padding'
/cvs/gcc/gcc/dwarf2.h:38: previous declaration of `DW_TAG_padding'
/cvs/gcc/gcc/dwarf2.h:39: conflicting types for `DW_TAG_array_type'
/cvs/gcc/gcc/dwarf2.h:39: previous declaration of `DW_TAG_array_type'
/cvs/gcc/gcc/dwarf2.h:40: conflicting types for `DW_TAG_class_type'
/cvs/gcc/gcc/dwarf2.h:40: previous declaration of `DW_TAG_class_type'
/cvs/gcc/gcc/dwarf2.h:41: conflicting types for `DW_TAG_entry_point'
/cvs/gcc/gcc/dwarf2.h:41: previous declaration of `DW_TAG_entry_point'
/cvs/gcc/gcc/dwarf2.h:42: conflicting types for `DW_TAG_enumeration_type'
/cvs/gcc/gcc/dwarf2.h:42: previous declaration of `DW_TAG_enumeration_type'
/cvs/gcc/gcc/dwarf2.h:43: conflicting types for `DW_TAG_formal_parameter'
/cvs/gcc/gcc/dwarf2.h:43: previous declaration of `DW_TAG_formal_parameter'
/cvs/gcc/gcc/dwarf2.h:44: conflicting types for `DW_TAG_imported_declaration'
/cvs/gcc/gcc/dwarf2.h:44: previous declaration of `DW_TAG_imported_declaration'
/cvs/gcc/gcc/dwarf2.h:45: conflicting types for `DW_TAG_label'
/cvs/gcc/gcc/dwarf2.h:45: previous declaration of `DW_TAG_label'
/cvs/gcc/gcc/dwarf2.h:46: conflicting types for `DW_TAG_lexical_block'
/cvs/gcc/gcc/dwarf2.h:46: previous declaration of `DW_TAG_lexical_block'
/cvs/gcc/gcc/dwarf2.h:47: conflicting types for `DW_TAG_member'
/cvs/gcc/gcc/dwarf2.h:47: previous declaration of `DW_TAG_member'
/cvs/gcc/gcc/dwarf2.h:48: conflicting types for `DW_TAG_pointer_type'
/cvs/gcc/gcc/dwarf2.h:48: previous declaration of `DW_TAG_pointer_type'
/cvs/gcc/gcc/dwarf2.h:49: conflicting types for `DW_TAG_reference_type'
/cvs/gcc/gcc/dwarf2.h:49: previous declaration of `DW_TAG_reference_type'
/cvs/gcc/gcc/dwarf2.h:50: conflicting types for `DW_TAG_compile_unit'
/cvs/gcc/gcc/dwarf2.h:50: previous declaration of `DW_TAG_compile_unit'
/cvs/gcc/gcc/dwarf2.h:51: conflicting types for `DW_TAG_string_type'
/cvs/gcc/gcc/dwarf2.h:51: previous declaration of `DW_TAG_string_type'
/cvs/gcc/gcc/dwarf2.h:52: conflicting types for `DW_TAG_structure_type'
/cvs/gcc/gcc/dwarf2.h:52: previous declaration of `DW_TAG_structure_type'
/cvs/gcc/gcc/dwarf2.h:53: conflicting types for `DW_TAG_subroutine_type'
/cvs/gcc/gcc/dwarf2.h:53: previous declaration of `DW_TAG_subroutine_type'
/cvs/gcc/gcc/dwarf2.h:54: conflicting types for `DW_TAG_typedef'
/cvs/gcc/gcc/dwarf2.h:54: previous declaration of `DW_TAG_typedef'
/cvs/gcc/gcc/dwarf2.h:55: conflicting types for `DW_TAG_union_type'
/cvs/gcc/gcc/dwarf2.h:55: previous declaration of `DW_TAG_union_type'
/cvs/gcc/gcc/dwarf2.h:56: conflicting types for `DW_TAG_unspecified_parameters'
/cvs/gcc/gcc/dwarf2.h:56: previous declaration of `DW_TAG_unspecified_parameters'
/cvs/gcc/gcc/dwarf2.h:57: conflicting types for `DW_TAG_variant'
/cvs/gcc/gcc/dwarf2.h:57: previous declaration of `DW_TAG_variant'
/cvs/gcc/gcc/dwarf2.h:58: conflicting types for `DW_TAG_common_block'
/cvs/gcc/gcc/dwarf2.h:58: previous declaration of `DW_TAG_common_block'
/cvs/gcc/gcc/dwarf2.h:59: conflicting types for `DW_TAG_common_inclusion'
/cvs/gcc/gcc/dwarf2.h:59: previous declaration of `DW_TAG_common_inclusion'
/cvs/gcc/gcc/dwarf2.h:60: conflicting types for `DW_TAG_inheritance'
/cvs/gcc/gcc/dwarf2.h:60: previous declaration of `DW_TAG_inheritance'
/cvs/gcc/gcc/dwarf2.h:61: conflicting types for `DW_TAG_inlined_subroutine'
/cvs/gcc/gcc/dwarf2.h:61: previous declaration of `DW_TAG_inlined_subroutine'
/cvs/gcc/gcc/dwarf2.h:62: conflicting types for `DW_TAG_module'
/cvs/gcc/gcc/dwarf2.h:62: previous declaration of `DW_TAG_module'
/cvs/gcc/gcc/dwarf2.h:63: conflicting types for `DW_TAG_ptr_to_member_type'
/cvs/gcc/gcc/dwarf2.h:63: previous declaration of `DW_TAG_ptr_to_member_type'
/cvs/gcc/gcc/dwarf2.h:64: conflicting types for `DW_TAG_set_type'
/cvs/gcc/gcc/dwarf2.h:64: previous declaration of `DW_TAG_set_type'
/cvs/gcc/gcc/dwarf2.h:65: conflicting types for `DW_TAG_subrange_type'
/cvs/gcc/gcc/dwarf2.h:65: previous declaration of `DW_TAG_subrange_type'
/cvs/gcc/gcc/dwarf2.h:66: conflicting types for `DW_TAG_with_stmt'
/cvs/gcc/gcc/dwarf2.h:66: previous declaration of `DW_TAG_with_stmt'
/cvs/gcc/gcc/dwarf2.h:67: conflicting types for `DW_TAG_access_declaration'
/cvs/gcc/gcc/dwarf2.h:67: previous declaration of `DW_TAG_access_declaration'
/cvs/gcc/gcc/dwarf2.h:68: conflicting types for `DW_TAG_base_type'
/cvs/gcc/gcc/dwarf2.h:68: previous declaration of `DW_TAG_base_type'
/cvs/gcc/gcc/dwarf2.h:69: conflicting types for `DW_TAG_catch_block'
/cvs/gcc/gcc/dwarf2.h:69: previous declaration of `DW_TAG_catch_block'
/cvs/gcc/gcc/dwarf2.h:70: conflicting types for `DW_TAG_const_type'
/cvs/gcc/gcc/dwarf2.h:70: previous declaration of `DW_TAG_const_type'
/cvs/gcc/gcc/dwarf2.h:71: conflicting types for `DW_TAG_constant'
/cvs/gcc/gcc/dwarf2.h:71: previous declaration of `DW_TAG_constant'
/cvs/gcc/gcc/dwarf2.h:72: conflicting types for `DW_TAG_enumerator'
/cvs/gcc/gcc/dwarf2.h:72: previous declaration of `DW_TAG_enumerator'
/cvs/gcc/gcc/dwarf2.h:73: conflicting types for `DW_TAG_file_type'
/cvs/gcc/gcc/dwarf2.h:73: previous declaration of `DW_TAG_file_type'
/cvs/gcc/gcc/dwarf2.h:74: conflicting types for `DW_TAG_friend'
/cvs/gcc/gcc/dwarf2.h:74: previous declaration of `DW_TAG_friend'
/cvs/gcc/gcc/dwarf2.h:75: conflicting types for `DW_TAG_namelist'
/cvs/gcc/gcc/dwarf2.h:75: previous declaration of `DW_TAG_namelist'
/cvs/gcc/gcc/dwarf2.h:76: conflicting types for `DW_TAG_namelist_item'
/cvs/gcc/gcc/dwarf2.h:76: previous declaration of `DW_TAG_namelist_item'
/cvs/gcc/gcc/dwarf2.h:77: conflicting types for `DW_TAG_packed_type'
/cvs/gcc/gcc/dwarf2.h:77: previous declaration of `DW_TAG_packed_type'
/cvs/gcc/gcc/dwarf2.h:78: conflicting types for `DW_TAG_subprogram'
/cvs/gcc/gcc/dwarf2.h:78: previous declaration of `DW_TAG_subprogram'
/cvs/gcc/gcc/dwarf2.h:79: conflicting types for `DW_TAG_template_type_param'
/cvs/gcc/gcc/dwarf2.h:79: previous declaration of `DW_TAG_template_type_param'
/cvs/gcc/gcc/dwarf2.h:80: conflicting types for `DW_TAG_template_value_param'
/cvs/gcc/gcc/dwarf2.h:80: previous declaration of `DW_TAG_template_value_param'
/cvs/gcc/gcc/dwarf2.h:81: conflicting types for `DW_TAG_thrown_type'
/cvs/gcc/gcc/dwarf2.h:81: previous declaration of `DW_TAG_thrown_type'
/cvs/gcc/gcc/dwarf2.h:82: conflicting types for `DW_TAG_try_block'
/cvs/gcc/gcc/dwarf2.h:82: previous declaration of `DW_TAG_try_block'
/cvs/gcc/gcc/dwarf2.h:83: conflicting types for `DW_TAG_variant_part'
/cvs/gcc/gcc/dwarf2.h:83: previous declaration of `DW_TAG_variant_part'
/cvs/gcc/gcc/dwarf2.h:84: conflicting types for `DW_TAG_variable'
/cvs/gcc/gcc/dwarf2.h:84: previous declaration of `DW_TAG_variable'
/cvs/gcc/gcc/dwarf2.h:85: conflicting types for `DW_TAG_volatile_type'
/cvs/gcc/gcc/dwarf2.h:85: previous declaration of `DW_TAG_volatile_type'
/cvs/gcc/gcc/dwarf2.h:87: conflicting types for `DW_TAG_dwarf_procedure'
/cvs/gcc/gcc/dwarf2.h:87: previous declaration of `DW_TAG_dwarf_procedure'
/cvs/gcc/gcc/dwarf2.h:88: conflicting types for `DW_TAG_restrict_type'
/cvs/gcc/gcc/dwarf2.h:88: previous declaration of `DW_TAG_restrict_type'
/cvs/gcc/gcc/dwarf2.h:89: conflicting types for `DW_TAG_interface_type'
/cvs/gcc/gcc/dwarf2.h:89: previous declaration of `DW_TAG_interface_type'
/cvs/gcc/gcc/dwarf2.h:90: conflicting types for `DW_TAG_namespace'
/cvs/gcc/gcc/dwarf2.h:90: previous declaration of `DW_TAG_namespace'
/cvs/gcc/gcc/dwarf2.h:91: conflicting types for `DW_TAG_imported_module'
/cvs/gcc/gcc/dwarf2.h:91: previous declaration of `DW_TAG_imported_module'
/cvs/gcc/gcc/dwarf2.h:92: conflicting types for `DW_TAG_unspecified_type'
/cvs/gcc/gcc/dwarf2.h:92: previous declaration of `DW_TAG_unspecified_type'
/cvs/gcc/gcc/dwarf2.h:93: conflicting types for `DW_TAG_partial_unit'
/cvs/gcc/gcc/dwarf2.h:93: previous declaration of `DW_TAG_partial_unit'
/cvs/gcc/gcc/dwarf2.h:94: conflicting types for `DW_TAG_imported_unit'
/cvs/gcc/gcc/dwarf2.h:94: previous declaration of `DW_TAG_imported_unit'
/cvs/gcc/gcc/dwarf2.h:96: conflicting types for `DW_TAG_MIPS_loop'
/cvs/gcc/gcc/dwarf2.h:96: previous declaration of `DW_TAG_MIPS_loop'
/cvs/gcc/gcc/dwarf2.h:98: conflicting types for `DW_TAG_format_label'
/cvs/gcc/gcc/dwarf2.h:98: previous declaration of `DW_TAG_format_label'
/cvs/gcc/gcc/dwarf2.h:99: conflicting types for `DW_TAG_function_template'
/cvs/gcc/gcc/dwarf2.h:99: previous declaration of `DW_TAG_function_template'
/cvs/gcc/gcc/dwarf2.h:100: conflicting types for `DW_TAG_class_template'
/cvs/gcc/gcc/dwarf2.h:100: previous declaration of `DW_TAG_class_template'
/cvs/gcc/gcc/dwarf2.h:101: conflicting types for `DW_TAG_GNU_BINCL'
/cvs/gcc/gcc/dwarf2.h:101: previous declaration of `DW_TAG_GNU_BINCL'
/cvs/gcc/gcc/dwarf2.h:103: conflicting types for `DW_TAG_GNU_EINCL'
/cvs/gcc/gcc/dwarf2.h:103: previous declaration of `DW_TAG_GNU_EINCL'
/cvs/gcc/gcc/dwarf2.h:114: redeclaration of `enum dwarf_form'
/cvs/gcc/gcc/dwarf2.h:115: conflicting types for `DW_FORM_addr'
/cvs/gcc/gcc/dwarf2.h:115: previous declaration of `DW_FORM_addr'
/cvs/gcc/gcc/dwarf2.h:116: conflicting types for `DW_FORM_block2'
/cvs/gcc/gcc/dwarf2.h:116: previous declaration of `DW_FORM_block2'
/cvs/gcc/gcc/dwarf2.h:117: conflicting types for `DW_FORM_block4'
/cvs/gcc/gcc/dwarf2.h:117: previous declaration of `DW_FORM_block4'
/cvs/gcc/gcc/dwarf2.h:118: conflicting types for `DW_FORM_data2'
/cvs/gcc/gcc/dwarf2.h:118: previous declaration of `DW_FORM_data2'
/cvs/gcc/gcc/dwarf2.h:119: conflicting types for `DW_FORM_data4'
/cvs/gcc/gcc/dwarf2.h:119: previous declaration of `DW_FORM_data4'
/cvs/gcc/gcc/dwarf2.h:120: conflicting types for `DW_FORM_data8'
/cvs/gcc/gcc/dwarf2.h:120: previous declaration of `DW_FORM_data8'
/cvs/gcc/gcc/dwarf2.h:121: conflicting types for `DW_FORM_string'
/cvs/gcc/gcc/dwarf2.h:121: previous declaration of `DW_FORM_string'
/cvs/gcc/gcc/dwarf2.h:122: conflicting types for `DW_FORM_block'
/cvs/gcc/gcc/dwarf2.h:122: previous declaration of `DW_FORM_block'
/cvs/gcc/gcc/dwarf2.h:123: conflicting types for `DW_FORM_block1'
/cvs/gcc/gcc/dwarf2.h:123: previous declaration of `DW_FORM_block1'
/cvs/gcc/gcc/dwarf2.h:124: conflicting types for `DW_FORM_data1'
/cvs/gcc/gcc/dwarf2.h:124: previous declaration of `DW_FORM_data1'
/cvs/gcc/gcc/dwarf2.h:125: conflicting types for `DW_FORM_flag'
/cvs/gcc/gcc/dwarf2.h:125: previous declaration of `DW_FORM_flag'
/cvs/gcc/gcc/dwarf2.h:126: conflicting types for `DW_FORM_sdata'
/cvs/gcc/gcc/dwarf2.h:126: previous declaration of `DW_FORM_sdata'
/cvs/gcc/gcc/dwarf2.h:127: conflicting types for `DW_FORM_strp'
/cvs/gcc/gcc/dwarf2.h:127: previous declaration of `DW_FORM_strp'
/cvs/gcc/gcc/dwarf2.h:128: conflicting types for `DW_FORM_udata'
/cvs/gcc/gcc/dwarf2.h:128: previous declaration of `DW_FORM_udata'
/cvs/gcc/gcc/dwarf2.h:129: conflicting types for `DW_FORM_ref_addr'
/cvs/gcc/gcc/dwarf2.h:129: previous declaration of `DW_FORM_ref_addr'
/cvs/gcc/gcc/dwarf2.h:130: conflicting types for `DW_FORM_ref1'
/cvs/gcc/gcc/dwarf2.h:130: previous declaration of `DW_FORM_ref1'
/cvs/gcc/gcc/dwarf2.h:131: conflicting types for `DW_FORM_ref2'
/cvs/gcc/gcc/dwarf2.h:131: previous declaration of `DW_FORM_ref2'
/cvs/gcc/gcc/dwarf2.h:132: conflicting types for `DW_FORM_ref4'
/cvs/gcc/gcc/dwarf2.h:132: previous declaration of `DW_FORM_ref4'
/cvs/gcc/gcc/dwarf2.h:133: conflicting types for `DW_FORM_ref8'
/cvs/gcc/gcc/dwarf2.h:133: previous declaration of `DW_FORM_ref8'
/cvs/gcc/gcc/dwarf2.h:134: conflicting types for `DW_FORM_ref_udata'
/cvs/gcc/gcc/dwarf2.h:134: previous declaration of `DW_FORM_ref_udata'
/cvs/gcc/gcc/dwarf2.h:136: conflicting types for `DW_FORM_indirect'
/cvs/gcc/gcc/dwarf2.h:136: previous declaration of `DW_FORM_indirect'
/cvs/gcc/gcc/dwarf2.h:141: redeclaration of `enum dwarf_attribute'
/cvs/gcc/gcc/dwarf2.h:142: conflicting types for `DW_AT_sibling'
/cvs/gcc/gcc/dwarf2.h:142: previous declaration of `DW_AT_sibling'
/cvs/gcc/gcc/dwarf2.h:143: conflicting types for `DW_AT_location'
/cvs/gcc/gcc/dwarf2.h:143: previous declaration of `DW_AT_location'
/cvs/gcc/gcc/dwarf2.h:144: conflicting types for `DW_AT_name'
/cvs/gcc/gcc/dwarf2.h:144: previous declaration of `DW_AT_name'
/cvs/gcc/gcc/dwarf2.h:145: conflicting types for `DW_AT_ordering'
/cvs/gcc/gcc/dwarf2.h:145: previous declaration of `DW_AT_ordering'
/cvs/gcc/gcc/dwarf2.h:146: conflicting types for `DW_AT_subscr_data'
/cvs/gcc/gcc/dwarf2.h:146: previous declaration of `DW_AT_subscr_data'
/cvs/gcc/gcc/dwarf2.h:147: conflicting types for `DW_AT_byte_size'
/cvs/gcc/gcc/dwarf2.h:147: previous declaration of `DW_AT_byte_size'
/cvs/gcc/gcc/dwarf2.h:148: conflicting types for `DW_AT_bit_offset'
/cvs/gcc/gcc/dwarf2.h:148: previous declaration of `DW_AT_bit_offset'
/cvs/gcc/gcc/dwarf2.h:149: conflicting types for `DW_AT_bit_size'
/cvs/gcc/gcc/dwarf2.h:149: previous declaration of `DW_AT_bit_size'
/cvs/gcc/gcc/dwarf2.h:150: conflicting types for `DW_AT_element_list'
/cvs/gcc/gcc/dwarf2.h:150: previous declaration of `DW_AT_element_list'
/cvs/gcc/gcc/dwarf2.h:151: conflicting types for `DW_AT_stmt_list'
/cvs/gcc/gcc/dwarf2.h:151: previous declaration of `DW_AT_stmt_list'
/cvs/gcc/gcc/dwarf2.h:152: conflicting types for `DW_AT_low_pc'
/cvs/gcc/gcc/dwarf2.h:152: previous declaration of `DW_AT_low_pc'
/cvs/gcc/gcc/dwarf2.h:153: conflicting types for `DW_AT_high_pc'
/cvs/gcc/gcc/dwarf2.h:153: previous declaration of `DW_AT_high_pc'
/cvs/gcc/gcc/dwarf2.h:154: conflicting types for `DW_AT_language'
/cvs/gcc/gcc/dwarf2.h:154: previous declaration of `DW_AT_language'
/cvs/gcc/gcc/dwarf2.h:155: conflicting types for `DW_AT_member'
/cvs/gcc/gcc/dwarf2.h:155: previous declaration of `DW_AT_member'
/cvs/gcc/gcc/dwarf2.h:156: conflicting types for `DW_AT_discr'
/cvs/gcc/gcc/dwarf2.h:156: previous declaration of `DW_AT_discr'
/cvs/gcc/gcc/dwarf2.h:157: conflicting types for `DW_AT_discr_value'
/cvs/gcc/gcc/dwarf2.h:157: previous declaration of `DW_AT_discr_value'
/cvs/gcc/gcc/dwarf2.h:158: conflicting types for `DW_AT_visibility'
/cvs/gcc/gcc/dwarf2.h:158: previous declaration of `DW_AT_visibility'
/cvs/gcc/gcc/dwarf2.h:159: conflicting types for `DW_AT_import'
/cvs/gcc/gcc/dwarf2.h:159: previous declaration of `DW_AT_import'
/cvs/gcc/gcc/dwarf2.h:160: conflicting types for `DW_AT_string_length'
/cvs/gcc/gcc/dwarf2.h:160: previous declaration of `DW_AT_string_length'
/cvs/gcc/gcc/dwarf2.h:161: conflicting types for `DW_AT_common_reference'
/cvs/gcc/gcc/dwarf2.h:161: previous declaration of `DW_AT_common_reference'
/cvs/gcc/gcc/dwarf2.h:162: conflicting types for `DW_AT_comp_dir'
/cvs/gcc/gcc/dwarf2.h:162: previous declaration of `DW_AT_comp_dir'
/cvs/gcc/gcc/dwarf2.h:163: conflicting types for `DW_AT_const_value'
/cvs/gcc/gcc/dwarf2.h:163: previous declaration of `DW_AT_const_value'
/cvs/gcc/gcc/dwarf2.h:164: conflicting types for `DW_AT_containing_type'
/cvs/gcc/gcc/dwarf2.h:164: previous declaration of `DW_AT_containing_type'
/cvs/gcc/gcc/dwarf2.h:165: conflicting types for `DW_AT_default_value'
/cvs/gcc/gcc/dwarf2.h:165: previous declaration of `DW_AT_default_value'
/cvs/gcc/gcc/dwarf2.h:166: conflicting types for `DW_AT_inline'
/cvs/gcc/gcc/dwarf2.h:166: previous declaration of `DW_AT_inline'
/cvs/gcc/gcc/dwarf2.h:167: conflicting types for `DW_AT_is_optional'
/cvs/gcc/gcc/dwarf2.h:167: previous declaration of `DW_AT_is_optional'
/cvs/gcc/gcc/dwarf2.h:168: conflicting types for `DW_AT_lower_bound'
/cvs/gcc/gcc/dwarf2.h:168: previous declaration of `DW_AT_lower_bound'
/cvs/gcc/gcc/dwarf2.h:169: conflicting types for `DW_AT_producer'
/cvs/gcc/gcc/dwarf2.h:169: previous declaration of `DW_AT_producer'
/cvs/gcc/gcc/dwarf2.h:170: conflicting types for `DW_AT_prototyped'
/cvs/gcc/gcc/dwarf2.h:170: previous declaration of `DW_AT_prototyped'
/cvs/gcc/gcc/dwarf2.h:171: conflicting types for `DW_AT_return_addr'
/cvs/gcc/gcc/dwarf2.h:171: previous declaration of `DW_AT_return_addr'
/cvs/gcc/gcc/dwarf2.h:172: conflicting types for `DW_AT_start_scope'
/cvs/gcc/gcc/dwarf2.h:172: previous declaration of `DW_AT_start_scope'
/cvs/gcc/gcc/dwarf2.h:173: conflicting types for `DW_AT_stride_size'
/cvs/gcc/gcc/dwarf2.h:173: previous declaration of `DW_AT_stride_size'
/cvs/gcc/gcc/dwarf2.h:174: conflicting types for `DW_AT_upper_bound'
/cvs/gcc/gcc/dwarf2.h:174: previous declaration of `DW_AT_upper_bound'
/cvs/gcc/gcc/dwarf2.h:175: conflicting types for `DW_AT_abstract_origin'
/cvs/gcc/gcc/dwarf2.h:175: previous declaration of `DW_AT_abstract_origin'
/cvs/gcc/gcc/dwarf2.h:176: conflicting types for `DW_AT_accessibility'
/cvs/gcc/gcc/dwarf2.h:176: previous declaration of `DW_AT_accessibility'
/cvs/gcc/gcc/dwarf2.h:177: conflicting types for `DW_AT_address_class'
/cvs/gcc/gcc/dwarf2.h:177: previous declaration of `DW_AT_address_class'
/cvs/gcc/gcc/dwarf2.h:178: conflicting types for `DW_AT_artificial'
/cvs/gcc/gcc/dwarf2.h:178: previous declaration of `DW_AT_artificial'
/cvs/gcc/gcc/dwarf2.h:179: conflicting types for `DW_AT_base_types'
/cvs/gcc/gcc/dwarf2.h:179: previous declaration of `DW_AT_base_types'
/cvs/gcc/gcc/dwarf2.h:180: conflicting types for `DW_AT_calling_convention'
/cvs/gcc/gcc/dwarf2.h:180: previous declaration of `DW_AT_calling_convention'
/cvs/gcc/gcc/dwarf2.h:181: conflicting types for `DW_AT_count'
/cvs/gcc/gcc/dwarf2.h:181: previous declaration of `DW_AT_count'
/cvs/gcc/gcc/dwarf2.h:182: conflicting types for `DW_AT_data_member_location'
/cvs/gcc/gcc/dwarf2.h:182: previous declaration of `DW_AT_data_member_location'
/cvs/gcc/gcc/dwarf2.h:183: conflicting types for `DW_AT_decl_column'
/cvs/gcc/gcc/dwarf2.h:183: previous declaration of `DW_AT_decl_column'
/cvs/gcc/gcc/dwarf2.h:184: conflicting types for `DW_AT_decl_file'
/cvs/gcc/gcc/dwarf2.h:184: previous declaration of `DW_AT_decl_file'
/cvs/gcc/gcc/dwarf2.h:185: conflicting types for `DW_AT_decl_line'
/cvs/gcc/gcc/dwarf2.h:185: previous declaration of `DW_AT_decl_line'
/cvs/gcc/gcc/dwarf2.h:186: conflicting types for `DW_AT_declaration'
/cvs/gcc/gcc/dwarf2.h:186: previous declaration of `DW_AT_declaration'
/cvs/gcc/gcc/dwarf2.h:187: conflicting types for `DW_AT_discr_list'
/cvs/gcc/gcc/dwarf2.h:187: previous declaration of `DW_AT_discr_list'
/cvs/gcc/gcc/dwarf2.h:188: conflicting types for `DW_AT_encoding'
/cvs/gcc/gcc/dwarf2.h:188: previous declaration of `DW_AT_encoding'
/cvs/gcc/gcc/dwarf2.h:189: conflicting types for `DW_AT_external'
/cvs/gcc/gcc/dwarf2.h:189: previous declaration of `DW_AT_external'
/cvs/gcc/gcc/dwarf2.h:190: conflicting types for `DW_AT_frame_base'
/cvs/gcc/gcc/dwarf2.h:190: previous declaration of `DW_AT_frame_base'
/cvs/gcc/gcc/dwarf2.h:191: conflicting types for `DW_AT_friend'
/cvs/gcc/gcc/dwarf2.h:191: previous declaration of `DW_AT_friend'
/cvs/gcc/gcc/dwarf2.h:192: conflicting types for `DW_AT_identifier_case'
/cvs/gcc/gcc/dwarf2.h:192: previous declaration of `DW_AT_identifier_case'
/cvs/gcc/gcc/dwarf2.h:193: conflicting types for `DW_AT_macro_info'
/cvs/gcc/gcc/dwarf2.h:193: previous declaration of `DW_AT_macro_info'
/cvs/gcc/gcc/dwarf2.h:194: conflicting types for `DW_AT_namelist_items'
/cvs/gcc/gcc/dwarf2.h:194: previous declaration of `DW_AT_namelist_items'
/cvs/gcc/gcc/dwarf2.h:195: conflicting types for `DW_AT_priority'
/cvs/gcc/gcc/dwarf2.h:195: previous declaration of `DW_AT_priority'
/cvs/gcc/gcc/dwarf2.h:196: conflicting types for `DW_AT_segment'
/cvs/gcc/gcc/dwarf2.h:196: previous declaration of `DW_AT_segment'
/cvs/gcc/gcc/dwarf2.h:197: conflicting types for `DW_AT_specification'
/cvs/gcc/gcc/dwarf2.h:197: previous declaration of `DW_AT_specification'
/cvs/gcc/gcc/dwarf2.h:198: conflicting types for `DW_AT_static_link'
/cvs/gcc/gcc/dwarf2.h:198: previous declaration of `DW_AT_static_link'
/cvs/gcc/gcc/dwarf2.h:199: conflicting types for `DW_AT_type'
/cvs/gcc/gcc/dwarf2.h:199: previous declaration of `DW_AT_type'
/cvs/gcc/gcc/dwarf2.h:200: conflicting types for `DW_AT_use_location'
/cvs/gcc/gcc/dwarf2.h:200: previous declaration of `DW_AT_use_location'
/cvs/gcc/gcc/dwarf2.h:201: conflicting types for `DW_AT_variable_parameter'
/cvs/gcc/gcc/dwarf2.h:201: previous declaration of `DW_AT_variable_parameter'
/cvs/gcc/gcc/dwarf2.h:202: conflicting types for `DW_AT_virtuality'
/cvs/gcc/gcc/dwarf2.h:202: previous declaration of `DW_AT_virtuality'
/cvs/gcc/gcc/dwarf2.h:203: conflicting types for `DW_AT_vtable_elem_location'
/cvs/gcc/gcc/dwarf2.h:203: previous declaration of `DW_AT_vtable_elem_location'
/cvs/gcc/gcc/dwarf2.h:205: conflicting types for `DW_AT_allocated'
/cvs/gcc/gcc/dwarf2.h:205: previous declaration of `DW_AT_allocated'
/cvs/gcc/gcc/dwarf2.h:206: conflicting types for `DW_AT_associated'
/cvs/gcc/gcc/dwarf2.h:206: previous declaration of `DW_AT_associated'
/cvs/gcc/gcc/dwarf2.h:207: conflicting types for `DW_AT_data_location'
/cvs/gcc/gcc/dwarf2.h:207: previous declaration of `DW_AT_data_location'
/cvs/gcc/gcc/dwarf2.h:208: conflicting types for `DW_AT_stride'
/cvs/gcc/gcc/dwarf2.h:208: previous declaration of `DW_AT_stride'
/cvs/gcc/gcc/dwarf2.h:209: conflicting types for `DW_AT_entry_pc'
/cvs/gcc/gcc/dwarf2.h:209: previous declaration of `DW_AT_entry_pc'
/cvs/gcc/gcc/dwarf2.h:210: conflicting types for `DW_AT_use_UTF8'
/cvs/gcc/gcc/dwarf2.h:210: previous declaration of `DW_AT_use_UTF8'
/cvs/gcc/gcc/dwarf2.h:211: conflicting types for `DW_AT_extension'
/cvs/gcc/gcc/dwarf2.h:211: previous declaration of `DW_AT_extension'
/cvs/gcc/gcc/dwarf2.h:212: conflicting types for `DW_AT_ranges'
/cvs/gcc/gcc/dwarf2.h:212: previous declaration of `DW_AT_ranges'
/cvs/gcc/gcc/dwarf2.h:213: conflicting types for `DW_AT_trampoline'
/cvs/gcc/gcc/dwarf2.h:213: previous declaration of `DW_AT_trampoline'
/cvs/gcc/gcc/dwarf2.h:214: conflicting types for `DW_AT_call_column'
/cvs/gcc/gcc/dwarf2.h:214: previous declaration of `DW_AT_call_column'
/cvs/gcc/gcc/dwarf2.h:215: conflicting types for `DW_AT_call_file'
/cvs/gcc/gcc/dwarf2.h:215: previous declaration of `DW_AT_call_file'
/cvs/gcc/gcc/dwarf2.h:216: conflicting types for `DW_AT_call_line'
/cvs/gcc/gcc/dwarf2.h:216: previous declaration of `DW_AT_call_line'
/cvs/gcc/gcc/dwarf2.h:218: conflicting types for `DW_AT_MIPS_fde'
/cvs/gcc/gcc/dwarf2.h:218: previous declaration of `DW_AT_MIPS_fde'
/cvs/gcc/gcc/dwarf2.h:219: conflicting types for `DW_AT_MIPS_loop_begin'
/cvs/gcc/gcc/dwarf2.h:219: previous declaration of `DW_AT_MIPS_loop_begin'
/cvs/gcc/gcc/dwarf2.h:220: conflicting types for `DW_AT_MIPS_tail_loop_begin'
/cvs/gcc/gcc/dwarf2.h:220: previous declaration of `DW_AT_MIPS_tail_loop_begin'
/cvs/gcc/gcc/dwarf2.h:221: conflicting types for `DW_AT_MIPS_epilog_begin'
/cvs/gcc/gcc/dwarf2.h:221: previous declaration of `DW_AT_MIPS_epilog_begin'
/cvs/gcc/gcc/dwarf2.h:222: conflicting types for `DW_AT_MIPS_loop_unroll_factor'
/cvs/gcc/gcc/dwarf2.h:222: previous declaration of `DW_AT_MIPS_loop_unroll_factor'
/cvs/gcc/gcc/dwarf2.h:223: conflicting types for `DW_AT_MIPS_software_pipeline_depth'
/cvs/gcc/gcc/dwarf2.h:223: previous declaration of `DW_AT_MIPS_software_pipeline_depth'
/cvs/gcc/gcc/dwarf2.h:224: conflicting types for `DW_AT_MIPS_linkage_name'
/cvs/gcc/gcc/dwarf2.h:224: previous declaration of `DW_AT_MIPS_linkage_name'
/cvs/gcc/gcc/dwarf2.h:225: conflicting types for `DW_AT_MIPS_stride'
/cvs/gcc/gcc/dwarf2.h:225: previous declaration of `DW_AT_MIPS_stride'
/cvs/gcc/gcc/dwarf2.h:226: conflicting types for `DW_AT_MIPS_abstract_name'
/cvs/gcc/gcc/dwarf2.h:226: previous declaration of `DW_AT_MIPS_abstract_name'
/cvs/gcc/gcc/dwarf2.h:227: conflicting types for `DW_AT_MIPS_clone_origin'
/cvs/gcc/gcc/dwarf2.h:227: previous declaration of `DW_AT_MIPS_clone_origin'
/cvs/gcc/gcc/dwarf2.h:228: conflicting types for `DW_AT_MIPS_has_inlines'
/cvs/gcc/gcc/dwarf2.h:228: previous declaration of `DW_AT_MIPS_has_inlines'
/cvs/gcc/gcc/dwarf2.h:230: conflicting types for `DW_AT_sf_names'
/cvs/gcc/gcc/dwarf2.h:230: previous declaration of `DW_AT_sf_names'
/cvs/gcc/gcc/dwarf2.h:231: conflicting types for `DW_AT_src_info'
/cvs/gcc/gcc/dwarf2.h:231: previous declaration of `DW_AT_src_info'
/cvs/gcc/gcc/dwarf2.h:232: conflicting types for `DW_AT_mac_info'
/cvs/gcc/gcc/dwarf2.h:232: previous declaration of `DW_AT_mac_info'
/cvs/gcc/gcc/dwarf2.h:233: conflicting types for `DW_AT_src_coords'
/cvs/gcc/gcc/dwarf2.h:233: previous declaration of `DW_AT_src_coords'
/cvs/gcc/gcc/dwarf2.h:234: conflicting types for `DW_AT_body_begin'
/cvs/gcc/gcc/dwarf2.h:234: previous declaration of `DW_AT_body_begin'
/cvs/gcc/gcc/dwarf2.h:235: conflicting types for `DW_AT_body_end'
/cvs/gcc/gcc/dwarf2.h:235: previous declaration of `DW_AT_body_end'
/cvs/gcc/gcc/dwarf2.h:238: conflicting types for `DW_AT_VMS_rtnbeg_pd_address'
/cvs/gcc/gcc/dwarf2.h:238: previous declaration of `DW_AT_VMS_rtnbeg_pd_address'
/cvs/gcc/gcc/dwarf2.h:246: redeclaration of `enum dwarf_location_atom'
/cvs/gcc/gcc/dwarf2.h:247: conflicting types for `DW_OP_addr'
/cvs/gcc/gcc/dwarf2.h:247: previous declaration of `DW_OP_addr'
/cvs/gcc/gcc/dwarf2.h:248: conflicting types for `DW_OP_deref'
/cvs/gcc/gcc/dwarf2.h:248: previous declaration of `DW_OP_deref'
/cvs/gcc/gcc/dwarf2.h:249: conflicting types for `DW_OP_const1u'
/cvs/gcc/gcc/dwarf2.h:249: previous declaration of `DW_OP_const1u'
/cvs/gcc/gcc/dwarf2.h:250: conflicting types for `DW_OP_const1s'
/cvs/gcc/gcc/dwarf2.h:250: previous declaration of `DW_OP_const1s'
/cvs/gcc/gcc/dwarf2.h:251: conflicting types for `DW_OP_const2u'
/cvs/gcc/gcc/dwarf2.h:251: previous declaration of `DW_OP_const2u'
/cvs/gcc/gcc/dwarf2.h:252: conflicting types for `DW_OP_const2s'
/cvs/gcc/gcc/dwarf2.h:252: previous declaration of `DW_OP_const2s'
/cvs/gcc/gcc/dwarf2.h:253: conflicting types for `DW_OP_const4u'
/cvs/gcc/gcc/dwarf2.h:253: previous declaration of `DW_OP_const4u'
/cvs/gcc/gcc/dwarf2.h:254: conflicting types for `DW_OP_const4s'
/cvs/gcc/gcc/dwarf2.h:254: previous declaration of `DW_OP_const4s'
/cvs/gcc/gcc/dwarf2.h:255: conflicting types for `DW_OP_const8u'
/cvs/gcc/gcc/dwarf2.h:255: previous declaration of `DW_OP_const8u'
/cvs/gcc/gcc/dwarf2.h:256: conflicting types for `DW_OP_const8s'
/cvs/gcc/gcc/dwarf2.h:256: previous declaration of `DW_OP_const8s'
/cvs/gcc/gcc/dwarf2.h:257: conflicting types for `DW_OP_constu'
/cvs/gcc/gcc/dwarf2.h:257: previous declaration of `DW_OP_constu'
/cvs/gcc/gcc/dwarf2.h:258: conflicting types for `DW_OP_consts'
/cvs/gcc/gcc/dwarf2.h:258: previous declaration of `DW_OP_consts'
/cvs/gcc/gcc/dwarf2.h:259: conflicting types for `DW_OP_dup'
/cvs/gcc/gcc/dwarf2.h:259: previous declaration of `DW_OP_dup'
/cvs/gcc/gcc/dwarf2.h:260: conflicting types for `DW_OP_drop'
/cvs/gcc/gcc/dwarf2.h:260: previous declaration of `DW_OP_drop'
/cvs/gcc/gcc/dwarf2.h:261: conflicting types for `DW_OP_over'
/cvs/gcc/gcc/dwarf2.h:261: previous declaration of `DW_OP_over'
/cvs/gcc/gcc/dwarf2.h:262: conflicting types for `DW_OP_pick'
/cvs/gcc/gcc/dwarf2.h:262: previous declaration of `DW_OP_pick'
/cvs/gcc/gcc/dwarf2.h:263: conflicting types for `DW_OP_swap'
/cvs/gcc/gcc/dwarf2.h:263: previous declaration of `DW_OP_swap'
/cvs/gcc/gcc/dwarf2.h:264: conflicting types for `DW_OP_rot'
/cvs/gcc/gcc/dwarf2.h:264: previous declaration of `DW_OP_rot'
/cvs/gcc/gcc/dwarf2.h:265: conflicting types for `DW_OP_xderef'
/cvs/gcc/gcc/dwarf2.h:265: previous declaration of `DW_OP_xderef'
/cvs/gcc/gcc/dwarf2.h:266: conflicting types for `DW_OP_abs'
/cvs/gcc/gcc/dwarf2.h:266: previous declaration of `DW_OP_abs'
/cvs/gcc/gcc/dwarf2.h:267: conflicting types for `DW_OP_and'
/cvs/gcc/gcc/dwarf2.h:267: previous declaration of `DW_OP_and'
/cvs/gcc/gcc/dwarf2.h:268: conflicting types for `DW_OP_div'
/cvs/gcc/gcc/dwarf2.h:268: previous declaration of `DW_OP_div'
/cvs/gcc/gcc/dwarf2.h:269: conflicting types for `DW_OP_minus'
/cvs/gcc/gcc/dwarf2.h:269: previous declaration of `DW_OP_minus'
/cvs/gcc/gcc/dwarf2.h:270: conflicting types for `DW_OP_mod'
/cvs/gcc/gcc/dwarf2.h:270: previous declaration of `DW_OP_mod'
/cvs/gcc/gcc/dwarf2.h:271: conflicting types for `DW_OP_mul'
/cvs/gcc/gcc/dwarf2.h:271: previous declaration of `DW_OP_mul'
/cvs/gcc/gcc/dwarf2.h:272: conflicting types for `DW_OP_neg'
/cvs/gcc/gcc/dwarf2.h:272: previous declaration of `DW_OP_neg'
/cvs/gcc/gcc/dwarf2.h:273: conflicting types for `DW_OP_not'
/cvs/gcc/gcc/dwarf2.h:273: previous declaration of `DW_OP_not'
/cvs/gcc/gcc/dwarf2.h:274: conflicting types for `DW_OP_or'
/cvs/gcc/gcc/dwarf2.h:274: previous declaration of `DW_OP_or'
/cvs/gcc/gcc/dwarf2.h:275: conflicting types for `DW_OP_plus'
/cvs/gcc/gcc/dwarf2.h:275: previous declaration of `DW_OP_plus'
/cvs/gcc/gcc/dwarf2.h:276: conflicting types for `DW_OP_plus_uconst'
/cvs/gcc/gcc/dwarf2.h:276: previous declaration of `DW_OP_plus_uconst'
/cvs/gcc/gcc/dwarf2.h:277: conflicting types for `DW_OP_shl'
/cvs/gcc/gcc/dwarf2.h:277: previous declaration of `DW_OP_shl'
/cvs/gcc/gcc/dwarf2.h:278: conflicting types for `DW_OP_shr'
/cvs/gcc/gcc/dwarf2.h:278: previous declaration of `DW_OP_shr'
/cvs/gcc/gcc/dwarf2.h:279: conflicting types for `DW_OP_shra'
/cvs/gcc/gcc/dwarf2.h:279: previous declaration of `DW_OP_shra'
/cvs/gcc/gcc/dwarf2.h:280: conflicting types for `DW_OP_xor'
/cvs/gcc/gcc/dwarf2.h:280: previous declaration of `DW_OP_xor'
/cvs/gcc/gcc/dwarf2.h:281: conflicting types for `DW_OP_bra'
/cvs/gcc/gcc/dwarf2.h:281: previous declaration of `DW_OP_bra'
/cvs/gcc/gcc/dwarf2.h:282: conflicting types for `DW_OP_eq'
/cvs/gcc/gcc/dwarf2.h:282: previous declaration of `DW_OP_eq'
/cvs/gcc/gcc/dwarf2.h:283: conflicting types for `DW_OP_ge'
/cvs/gcc/gcc/dwarf2.h:283: previous declaration of `DW_OP_ge'
/cvs/gcc/gcc/dwarf2.h:284: conflicting types for `DW_OP_gt'
/cvs/gcc/gcc/dwarf2.h:284: previous declaration of `DW_OP_gt'
/cvs/gcc/gcc/dwarf2.h:285: conflicting types for `DW_OP_le'
/cvs/gcc/gcc/dwarf2.h:285: previous declaration of `DW_OP_le'
/cvs/gcc/gcc/dwarf2.h:286: conflicting types for `DW_OP_lt'
/cvs/gcc/gcc/dwarf2.h:286: previous declaration of `DW_OP_lt'
/cvs/gcc/gcc/dwarf2.h:287: conflicting types for `DW_OP_ne'
/cvs/gcc/gcc/dwarf2.h:287: previous declaration of `DW_OP_ne'
/cvs/gcc/gcc/dwarf2.h:288: conflicting types for `DW_OP_skip'
/cvs/gcc/gcc/dwarf2.h:288: previous declaration of `DW_OP_skip'
/cvs/gcc/gcc/dwarf2.h:289: conflicting types for `DW_OP_lit0'
/cvs/gcc/gcc/dwarf2.h:289: previous declaration of `DW_OP_lit0'
/cvs/gcc/gcc/dwarf2.h:290: conflicting types for `DW_OP_lit1'
/cvs/gcc/gcc/dwarf2.h:290: previous declaration of `DW_OP_lit1'
/cvs/gcc/gcc/dwarf2.h:291: conflicting types for `DW_OP_lit2'
/cvs/gcc/gcc/dwarf2.h:291: previous declaration of `DW_OP_lit2'
/cvs/gcc/gcc/dwarf2.h:292: conflicting types for `DW_OP_lit3'
/cvs/gcc/gcc/dwarf2.h:292: previous declaration of `DW_OP_lit3'
/cvs/gcc/gcc/dwarf2.h:293: conflicting types for `DW_OP_lit4'
/cvs/gcc/gcc/dwarf2.h:293: previous declaration of `DW_OP_lit4'
/cvs/gcc/gcc/dwarf2.h:294: conflicting types for `DW_OP_lit5'
/cvs/gcc/gcc/dwarf2.h:294: previous declaration of `DW_OP_lit5'
/cvs/gcc/gcc/dwarf2.h:295: conflicting types for `DW_OP_lit6'
/cvs/gcc/gcc/dwarf2.h:295: previous declaration of `DW_OP_lit6'
/cvs/gcc/gcc/dwarf2.h:296: conflicting types for `DW_OP_lit7'
/cvs/gcc/gcc/dwarf2.h:296: previous declaration of `DW_OP_lit7'
/cvs/gcc/gcc/dwarf2.h:297: conflicting types for `DW_OP_lit8'
/cvs/gcc/gcc/dwarf2.h:297: previous declaration of `DW_OP_lit8'
/cvs/gcc/gcc/dwarf2.h:298: conflicting types for `DW_OP_lit9'
/cvs/gcc/gcc/dwarf2.h:298: previous declaration of `DW_OP_lit9'
/cvs/gcc/gcc/dwarf2.h:299: conflicting types for `DW_OP_lit10'
/cvs/gcc/gcc/dwarf2.h:299: previous declaration of `DW_OP_lit10'
/cvs/gcc/gcc/dwarf2.h:300: conflicting types for `DW_OP_lit11'
/cvs/gcc/gcc/dwarf2.h:300: previous declaration of `DW_OP_lit11'
/cvs/gcc/gcc/dwarf2.h:301: conflicting types for `DW_OP_lit12'
/cvs/gcc/gcc/dwarf2.h:301: previous declaration of `DW_OP_lit12'
/cvs/gcc/gcc/dwarf2.h:302: conflicting types for `DW_OP_lit13'
/cvs/gcc/gcc/dwarf2.h:302: previous declaration of `DW_OP_lit13'
/cvs/gcc/gcc/dwarf2.h:303: conflicting types for `DW_OP_lit14'
/cvs/gcc/gcc/dwarf2.h:303: previous declaration of `DW_OP_lit14'
/cvs/gcc/gcc/dwarf2.h:304: conflicting types for `DW_OP_lit15'
/cvs/gcc/gcc/dwarf2.h:304: previous declaration of `DW_OP_lit15'
/cvs/gcc/gcc/dwarf2.h:305: conflicting types for `DW_OP_lit16'
/cvs/gcc/gcc/dwarf2.h:305: previous declaration of `DW_OP_lit16'
/cvs/gcc/gcc/dwarf2.h:306: conflicting types for `DW_OP_lit17'
/cvs/gcc/gcc/dwarf2.h:306: previous declaration of `DW_OP_lit17'
/cvs/gcc/gcc/dwarf2.h:307: conflicting types for `DW_OP_lit18'
/cvs/gcc/gcc/dwarf2.h:307: previous declaration of `DW_OP_lit18'
/cvs/gcc/gcc/dwarf2.h:308: conflicting types for `DW_OP_lit19'
/cvs/gcc/gcc/dwarf2.h:308: previous declaration of `DW_OP_lit19'
/cvs/gcc/gcc/dwarf2.h:309: conflicting types for `DW_OP_lit20'
/cvs/gcc/gcc/dwarf2.h:309: previous declaration of `DW_OP_lit20'
/cvs/gcc/gcc/dwarf2.h:310: conflicting types for `DW_OP_lit21'
/cvs/gcc/gcc/dwarf2.h:310: previous declaration of `DW_OP_lit21'
/cvs/gcc/gcc/dwarf2.h:311: conflicting types for `DW_OP_lit22'
/cvs/gcc/gcc/dwarf2.h:311: previous declaration of `DW_OP_lit22'
/cvs/gcc/gcc/dwarf2.h:312: conflicting types for `DW_OP_lit23'
/cvs/gcc/gcc/dwarf2.h:312: previous declaration of `DW_OP_lit23'
/cvs/gcc/gcc/dwarf2.h:313: conflicting types for `DW_OP_lit24'
/cvs/gcc/gcc/dwarf2.h:313: previous declaration of `DW_OP_lit24'
/cvs/gcc/gcc/dwarf2.h:314: conflicting types for `DW_OP_lit25'
/cvs/gcc/gcc/dwarf2.h:314: previous declaration of `DW_OP_lit25'
/cvs/gcc/gcc/dwarf2.h:315: conflicting types for `DW_OP_lit26'
/cvs/gcc/gcc/dwarf2.h:315: previous declaration of `DW_OP_lit26'
/cvs/gcc/gcc/dwarf2.h:316: conflicting types for `DW_OP_lit27'
/cvs/gcc/gcc/dwarf2.h:316: previous declaration of `DW_OP_lit27'
/cvs/gcc/gcc/dwarf2.h:317: conflicting types for `DW_OP_lit28'
/cvs/gcc/gcc/dwarf2.h:317: previous declaration of `DW_OP_lit28'
/cvs/gcc/gcc/dwarf2.h:318: conflicting types for `DW_OP_lit29'
/cvs/gcc/gcc/dwarf2.h:318: previous declaration of `DW_OP_lit29'
/cvs/gcc/gcc/dwarf2.h:319: conflicting types for `DW_OP_lit30'
/cvs/gcc/gcc/dwarf2.h:319: previous declaration of `DW_OP_lit30'
/cvs/gcc/gcc/dwarf2.h:320: conflicting types for `DW_OP_lit31'
/cvs/gcc/gcc/dwarf2.h:320: previous declaration of `DW_OP_lit31'
/cvs/gcc/gcc/dwarf2.h:321: conflicting types for `DW_OP_reg0'
/cvs/gcc/gcc/dwarf2.h:321: previous declaration of `DW_OP_reg0'
/cvs/gcc/gcc/dwarf2.h:322: conflicting types for `DW_OP_reg1'
/cvs/gcc/gcc/dwarf2.h:322: previous declaration of `DW_OP_reg1'
/cvs/gcc/gcc/dwarf2.h:323: conflicting types for `DW_OP_reg2'
/cvs/gcc/gcc/dwarf2.h:323: previous declaration of `DW_OP_reg2'
/cvs/gcc/gcc/dwarf2.h:324: conflicting types for `DW_OP_reg3'
/cvs/gcc/gcc/dwarf2.h:324: previous declaration of `DW_OP_reg3'
/cvs/gcc/gcc/dwarf2.h:325: conflicting types for `DW_OP_reg4'
/cvs/gcc/gcc/dwarf2.h:325: previous declaration of `DW_OP_reg4'
/cvs/gcc/gcc/dwarf2.h:326: conflicting types for `DW_OP_reg5'
/cvs/gcc/gcc/dwarf2.h:326: previous declaration of `DW_OP_reg5'
/cvs/gcc/gcc/dwarf2.h:327: conflicting types for `DW_OP_reg6'
/cvs/gcc/gcc/dwarf2.h:327: previous declaration of `DW_OP_reg6'
/cvs/gcc/gcc/dwarf2.h:328: conflicting types for `DW_OP_reg7'
/cvs/gcc/gcc/dwarf2.h:328: previous declaration of `DW_OP_reg7'
/cvs/gcc/gcc/dwarf2.h:329: conflicting types for `DW_OP_reg8'
/cvs/gcc/gcc/dwarf2.h:329: previous declaration of `DW_OP_reg8'
/cvs/gcc/gcc/dwarf2.h:330: conflicting types for `DW_OP_reg9'
/cvs/gcc/gcc/dwarf2.h:330: previous declaration of `DW_OP_reg9'
/cvs/gcc/gcc/dwarf2.h:331: conflicting types for `DW_OP_reg10'
/cvs/gcc/gcc/dwarf2.h:331: previous declaration of `DW_OP_reg10'
/cvs/gcc/gcc/dwarf2.h:332: conflicting types for `DW_OP_reg11'
/cvs/gcc/gcc/dwarf2.h:332: previous declaration of `DW_OP_reg11'
/cvs/gcc/gcc/dwarf2.h:333: conflicting types for `DW_OP_reg12'
/cvs/gcc/gcc/dwarf2.h:333: previous declaration of `DW_OP_reg12'
/cvs/gcc/gcc/dwarf2.h:334: conflicting types for `DW_OP_reg13'
/cvs/gcc/gcc/dwarf2.h:334: previous declaration of `DW_OP_reg13'
/cvs/gcc/gcc/dwarf2.h:335: conflicting types for `DW_OP_reg14'
/cvs/gcc/gcc/dwarf2.h:335: previous declaration of `DW_OP_reg14'
/cvs/gcc/gcc/dwarf2.h:336: conflicting types for `DW_OP_reg15'
/cvs/gcc/gcc/dwarf2.h:336: previous declaration of `DW_OP_reg15'
/cvs/gcc/gcc/dwarf2.h:337: conflicting types for `DW_OP_reg16'
/cvs/gcc/gcc/dwarf2.h:337: previous declaration of `DW_OP_reg16'
/cvs/gcc/gcc/dwarf2.h:338: conflicting types for `DW_OP_reg17'
/cvs/gcc/gcc/dwarf2.h:338: previous declaration of `DW_OP_reg17'
/cvs/gcc/gcc/dwarf2.h:339: conflicting types for `DW_OP_reg18'
/cvs/gcc/gcc/dwarf2.h:339: previous declaration of `DW_OP_reg18'
/cvs/gcc/gcc/dwarf2.h:340: conflicting types for `DW_OP_reg19'
/cvs/gcc/gcc/dwarf2.h:340: previous declaration of `DW_OP_reg19'
/cvs/gcc/gcc/dwarf2.h:341: conflicting types for `DW_OP_reg20'
/cvs/gcc/gcc/dwarf2.h:341: previous declaration of `DW_OP_reg20'
/cvs/gcc/gcc/dwarf2.h:342: conflicting types for `DW_OP_reg21'
/cvs/gcc/gcc/dwarf2.h:342: previous declaration of `DW_OP_reg21'
/cvs/gcc/gcc/dwarf2.h:343: conflicting types for `DW_OP_reg22'
/cvs/gcc/gcc/dwarf2.h:343: previous declaration of `DW_OP_reg22'
/cvs/gcc/gcc/dwarf2.h:344: conflicting types for `DW_OP_reg23'
/cvs/gcc/gcc/dwarf2.h:344: previous declaration of `DW_OP_reg23'
/cvs/gcc/gcc/dwarf2.h:345: conflicting types for `DW_OP_reg24'
/cvs/gcc/gcc/dwarf2.h:345: previous declaration of `DW_OP_reg24'
/cvs/gcc/gcc/dwarf2.h:346: conflicting types for `DW_OP_reg25'
/cvs/gcc/gcc/dwarf2.h:346: previous declaration of `DW_OP_reg25'
/cvs/gcc/gcc/dwarf2.h:347: conflicting types for `DW_OP_reg26'
/cvs/gcc/gcc/dwarf2.h:347: previous declaration of `DW_OP_reg26'
/cvs/gcc/gcc/dwarf2.h:348: conflicting types for `DW_OP_reg27'
/cvs/gcc/gcc/dwarf2.h:348: previous declaration of `DW_OP_reg27'
/cvs/gcc/gcc/dwarf2.h:349: conflicting types for `DW_OP_reg28'
/cvs/gcc/gcc/dwarf2.h:349: previous declaration of `DW_OP_reg28'
/cvs/gcc/gcc/dwarf2.h:350: conflicting types for `DW_OP_reg29'
/cvs/gcc/gcc/dwarf2.h:350: previous declaration of `DW_OP_reg29'
/cvs/gcc/gcc/dwarf2.h:351: conflicting types for `DW_OP_reg30'
/cvs/gcc/gcc/dwarf2.h:351: previous declaration of `DW_OP_reg30'
/cvs/gcc/gcc/dwarf2.h:352: conflicting types for `DW_OP_reg31'
/cvs/gcc/gcc/dwarf2.h:352: previous declaration of `DW_OP_reg31'
/cvs/gcc/gcc/dwarf2.h:353: conflicting types for `DW_OP_breg0'
/cvs/gcc/gcc/dwarf2.h:353: previous declaration of `DW_OP_breg0'
/cvs/gcc/gcc/dwarf2.h:354: conflicting types for `DW_OP_breg1'
/cvs/gcc/gcc/dwarf2.h:354: previous declaration of `DW_OP_breg1'
/cvs/gcc/gcc/dwarf2.h:355: conflicting types for `DW_OP_breg2'
/cvs/gcc/gcc/dwarf2.h:355: previous declaration of `DW_OP_breg2'
/cvs/gcc/gcc/dwarf2.h:356: conflicting types for `DW_OP_breg3'
/cvs/gcc/gcc/dwarf2.h:356: previous declaration of `DW_OP_breg3'
/cvs/gcc/gcc/dwarf2.h:357: conflicting types for `DW_OP_breg4'
/cvs/gcc/gcc/dwarf2.h:357: previous declaration of `DW_OP_breg4'
/cvs/gcc/gcc/dwarf2.h:358: conflicting types for `DW_OP_breg5'
/cvs/gcc/gcc/dwarf2.h:358: previous declaration of `DW_OP_breg5'
/cvs/gcc/gcc/dwarf2.h:359: conflicting types for `DW_OP_breg6'
/cvs/gcc/gcc/dwarf2.h:359: previous declaration of `DW_OP_breg6'
/cvs/gcc/gcc/dwarf2.h:360: conflicting types for `DW_OP_breg7'
/cvs/gcc/gcc/dwarf2.h:360: previous declaration of `DW_OP_breg7'
/cvs/gcc/gcc/dwarf2.h:361: conflicting types for `DW_OP_breg8'
/cvs/gcc/gcc/dwarf2.h:361: previous declaration of `DW_OP_breg8'
/cvs/gcc/gcc/dwarf2.h:362: conflicting types for `DW_OP_breg9'
/cvs/gcc/gcc/dwarf2.h:362: previous declaration of `DW_OP_breg9'
/cvs/gcc/gcc/dwarf2.h:363: conflicting types for `DW_OP_breg10'
/cvs/gcc/gcc/dwarf2.h:363: previous declaration of `DW_OP_breg10'
/cvs/gcc/gcc/dwarf2.h:364: conflicting types for `DW_OP_breg11'
/cvs/gcc/gcc/dwarf2.h:364: previous declaration of `DW_OP_breg11'
/cvs/gcc/gcc/dwarf2.h:365: conflicting types for `DW_OP_breg12'
/cvs/gcc/gcc/dwarf2.h:365: previous declaration of `DW_OP_breg12'
/cvs/gcc/gcc/dwarf2.h:366: conflicting types for `DW_OP_breg13'
/cvs/gcc/gcc/dwarf2.h:366: previous declaration of `DW_OP_breg13'
/cvs/gcc/gcc/dwarf2.h:367: conflicting types for `DW_OP_breg14'
/cvs/gcc/gcc/dwarf2.h:367: previous declaration of `DW_OP_breg14'
/cvs/gcc/gcc/dwarf2.h:368: conflicting types for `DW_OP_breg15'
/cvs/gcc/gcc/dwarf2.h:368: previous declaration of `DW_OP_breg15'
/cvs/gcc/gcc/dwarf2.h:369: conflicting types for `DW_OP_breg16'
/cvs/gcc/gcc/dwarf2.h:369: previous declaration of `DW_OP_breg16'
/cvs/gcc/gcc/dwarf2.h:370: conflicting types for `DW_OP_breg17'
/cvs/gcc/gcc/dwarf2.h:370: previous declaration of `DW_OP_breg17'
/cvs/gcc/gcc/dwarf2.h:371: conflicting types for `DW_OP_breg18'
/cvs/gcc/gcc/dwarf2.h:371: previous declaration of `DW_OP_breg18'
/cvs/gcc/gcc/dwarf2.h:372: conflicting types for `DW_OP_breg19'
/cvs/gcc/gcc/dwarf2.h:372: previous declaration of `DW_OP_breg19'
/cvs/gcc/gcc/dwarf2.h:373: conflicting types for `DW_OP_breg20'
/cvs/gcc/gcc/dwarf2.h:373: previous declaration of `DW_OP_breg20'
/cvs/gcc/gcc/dwarf2.h:374: conflicting types for `DW_OP_breg21'
/cvs/gcc/gcc/dwarf2.h:374: previous declaration of `DW_OP_breg21'
/cvs/gcc/gcc/dwarf2.h:375: conflicting types for `DW_OP_breg22'
/cvs/gcc/gcc/dwarf2.h:375: previous declaration of `DW_OP_breg22'
/cvs/gcc/gcc/dwarf2.h:376: conflicting types for `DW_OP_breg23'
/cvs/gcc/gcc/dwarf2.h:376: previous declaration of `DW_OP_breg23'
/cvs/gcc/gcc/dwarf2.h:377: conflicting types for `DW_OP_breg24'
/cvs/gcc/gcc/dwarf2.h:377: previous declaration of `DW_OP_breg24'
/cvs/gcc/gcc/dwarf2.h:378: conflicting types for `DW_OP_breg25'
/cvs/gcc/gcc/dwarf2.h:378: previous declaration of `DW_OP_breg25'
/cvs/gcc/gcc/dwarf2.h:379: conflicting types for `DW_OP_breg26'
/cvs/gcc/gcc/dwarf2.h:379: previous declaration of `DW_OP_breg26'
/cvs/gcc/gcc/dwarf2.h:380: conflicting types for `DW_OP_breg27'
/cvs/gcc/gcc/dwarf2.h:380: previous declaration of `DW_OP_breg27'
/cvs/gcc/gcc/dwarf2.h:381: conflicting types for `DW_OP_breg28'
/cvs/gcc/gcc/dwarf2.h:381: previous declaration of `DW_OP_breg28'
/cvs/gcc/gcc/dwarf2.h:382: conflicting types for `DW_OP_breg29'
/cvs/gcc/gcc/dwarf2.h:382: previous declaration of `DW_OP_breg29'
/cvs/gcc/gcc/dwarf2.h:383: conflicting types for `DW_OP_breg30'
/cvs/gcc/gcc/dwarf2.h:383: previous declaration of `DW_OP_breg30'
/cvs/gcc/gcc/dwarf2.h:384: conflicting types for `DW_OP_breg31'
/cvs/gcc/gcc/dwarf2.h:384: previous declaration of `DW_OP_breg31'
/cvs/gcc/gcc/dwarf2.h:385: conflicting types for `DW_OP_regx'
/cvs/gcc/gcc/dwarf2.h:385: previous declaration of `DW_OP_regx'
/cvs/gcc/gcc/dwarf2.h:386: conflicting types for `DW_OP_fbreg'
/cvs/gcc/gcc/dwarf2.h:386: previous declaration of `DW_OP_fbreg'
/cvs/gcc/gcc/dwarf2.h:387: conflicting types for `DW_OP_bregx'
/cvs/gcc/gcc/dwarf2.h:387: previous declaration of `DW_OP_bregx'
/cvs/gcc/gcc/dwarf2.h:388: conflicting types for `DW_OP_piece'
/cvs/gcc/gcc/dwarf2.h:388: previous declaration of `DW_OP_piece'
/cvs/gcc/gcc/dwarf2.h:389: conflicting types for `DW_OP_deref_size'
/cvs/gcc/gcc/dwarf2.h:389: previous declaration of `DW_OP_deref_size'
/cvs/gcc/gcc/dwarf2.h:390: conflicting types for `DW_OP_xderef_size'
/cvs/gcc/gcc/dwarf2.h:390: previous declaration of `DW_OP_xderef_size'
/cvs/gcc/gcc/dwarf2.h:391: conflicting types for `DW_OP_nop'
/cvs/gcc/gcc/dwarf2.h:391: previous declaration of `DW_OP_nop'
/cvs/gcc/gcc/dwarf2.h:393: conflicting types for `DW_OP_push_object_address'
/cvs/gcc/gcc/dwarf2.h:393: previous declaration of `DW_OP_push_object_address'
/cvs/gcc/gcc/dwarf2.h:394: conflicting types for `DW_OP_call2'
/cvs/gcc/gcc/dwarf2.h:394: previous declaration of `DW_OP_call2'
/cvs/gcc/gcc/dwarf2.h:395: conflicting types for `DW_OP_call4'
/cvs/gcc/gcc/dwarf2.h:395: previous declaration of `DW_OP_call4'
/cvs/gcc/gcc/dwarf2.h:397: conflicting types for `DW_OP_calli'
/cvs/gcc/gcc/dwarf2.h:397: previous declaration of `DW_OP_calli'
/cvs/gcc/gcc/dwarf2.h:405: redeclaration of `enum dwarf_type'
/cvs/gcc/gcc/dwarf2.h:406: conflicting types for `DW_ATE_void'
/cvs/gcc/gcc/dwarf2.h:406: previous declaration of `DW_ATE_void'
/cvs/gcc/gcc/dwarf2.h:407: conflicting types for `DW_ATE_address'
/cvs/gcc/gcc/dwarf2.h:407: previous declaration of `DW_ATE_address'
/cvs/gcc/gcc/dwarf2.h:408: conflicting types for `DW_ATE_boolean'
/cvs/gcc/gcc/dwarf2.h:408: previous declaration of `DW_ATE_boolean'
/cvs/gcc/gcc/dwarf2.h:409: conflicting types for `DW_ATE_complex_float'
/cvs/gcc/gcc/dwarf2.h:409: previous declaration of `DW_ATE_complex_float'
/cvs/gcc/gcc/dwarf2.h:410: conflicting types for `DW_ATE_float'
/cvs/gcc/gcc/dwarf2.h:410: previous declaration of `DW_ATE_float'
/cvs/gcc/gcc/dwarf2.h:411: conflicting types for `DW_ATE_signed'
/cvs/gcc/gcc/dwarf2.h:411: previous declaration of `DW_ATE_signed'
/cvs/gcc/gcc/dwarf2.h:412: conflicting types for `DW_ATE_signed_char'
/cvs/gcc/gcc/dwarf2.h:412: previous declaration of `DW_ATE_signed_char'
/cvs/gcc/gcc/dwarf2.h:413: conflicting types for `DW_ATE_unsigned'
/cvs/gcc/gcc/dwarf2.h:413: previous declaration of `DW_ATE_unsigned'
/cvs/gcc/gcc/dwarf2.h:414: conflicting types for `DW_ATE_unsigned_char'
/cvs/gcc/gcc/dwarf2.h:414: previous declaration of `DW_ATE_unsigned_char'
/cvs/gcc/gcc/dwarf2.h:417: conflicting types for `DW_ATE_imaginary_float'
/cvs/gcc/gcc/dwarf2.h:417: previous declaration of `DW_ATE_imaginary_float'
/cvs/gcc/gcc/dwarf2.h:424: redeclaration of `enum dwarf_array_dim_ordering'
/cvs/gcc/gcc/dwarf2.h:425: conflicting types for `DW_ORD_row_major'
/cvs/gcc/gcc/dwarf2.h:425: previous declaration of `DW_ORD_row_major'
/cvs/gcc/gcc/dwarf2.h:427: conflicting types for `DW_ORD_col_major'
/cvs/gcc/gcc/dwarf2.h:427: previous declaration of `DW_ORD_col_major'
/cvs/gcc/gcc/dwarf2.h:431: redeclaration of `enum dwarf_access_attribute'
/cvs/gcc/gcc/dwarf2.h:432: conflicting types for `DW_ACCESS_public'
/cvs/gcc/gcc/dwarf2.h:432: previous declaration of `DW_ACCESS_public'
/cvs/gcc/gcc/dwarf2.h:433: conflicting types for `DW_ACCESS_protected'
/cvs/gcc/gcc/dwarf2.h:433: previous declaration of `DW_ACCESS_protected'
/cvs/gcc/gcc/dwarf2.h:435: conflicting types for `DW_ACCESS_private'
/cvs/gcc/gcc/dwarf2.h:435: previous declaration of `DW_ACCESS_private'
/cvs/gcc/gcc/dwarf2.h:439: redeclaration of `enum dwarf_visibility_attribute'
/cvs/gcc/gcc/dwarf2.h:440: conflicting types for `DW_VIS_local'
/cvs/gcc/gcc/dwarf2.h:440: previous declaration of `DW_VIS_local'
/cvs/gcc/gcc/dwarf2.h:441: conflicting types for `DW_VIS_exported'
/cvs/gcc/gcc/dwarf2.h:441: previous declaration of `DW_VIS_exported'
/cvs/gcc/gcc/dwarf2.h:443: conflicting types for `DW_VIS_qualified'
/cvs/gcc/gcc/dwarf2.h:443: previous declaration of `DW_VIS_qualified'
/cvs/gcc/gcc/dwarf2.h:447: redeclaration of `enum dwarf_virtuality_attribute'
/cvs/gcc/gcc/dwarf2.h:448: conflicting types for `DW_VIRTUALITY_none'
/cvs/gcc/gcc/dwarf2.h:448: previous declaration of `DW_VIRTUALITY_none'
/cvs/gcc/gcc/dwarf2.h:449: conflicting types for `DW_VIRTUALITY_virtual'
/cvs/gcc/gcc/dwarf2.h:449: previous declaration of `DW_VIRTUALITY_virtual'
/cvs/gcc/gcc/dwarf2.h:451: conflicting types for `DW_VIRTUALITY_pure_virtual'
/cvs/gcc/gcc/dwarf2.h:451: previous declaration of `DW_VIRTUALITY_pure_virtual'
/cvs/gcc/gcc/dwarf2.h:455: redeclaration of `enum dwarf_id_case'
/cvs/gcc/gcc/dwarf2.h:456: conflicting types for `DW_ID_case_sensitive'
/cvs/gcc/gcc/dwarf2.h:456: previous declaration of `DW_ID_case_sensitive'
/cvs/gcc/gcc/dwarf2.h:457: conflicting types for `DW_ID_up_case'
/cvs/gcc/gcc/dwarf2.h:457: previous declaration of `DW_ID_up_case'
/cvs/gcc/gcc/dwarf2.h:458: conflicting types for `DW_ID_down_case'
/cvs/gcc/gcc/dwarf2.h:458: previous declaration of `DW_ID_down_case'
/cvs/gcc/gcc/dwarf2.h:460: conflicting types for `DW_ID_case_insensitive'
/cvs/gcc/gcc/dwarf2.h:460: previous declaration of `DW_ID_case_insensitive'
/cvs/gcc/gcc/dwarf2.h:464: redeclaration of `enum dwarf_calling_convention'
/cvs/gcc/gcc/dwarf2.h:465: conflicting types for `DW_CC_normal'
/cvs/gcc/gcc/dwarf2.h:465: previous declaration of `DW_CC_normal'
/cvs/gcc/gcc/dwarf2.h:466: conflicting types for `DW_CC_program'
/cvs/gcc/gcc/dwarf2.h:466: previous declaration of `DW_CC_program'
/cvs/gcc/gcc/dwarf2.h:468: conflicting types for `DW_CC_nocall'
/cvs/gcc/gcc/dwarf2.h:468: previous declaration of `DW_CC_nocall'
/cvs/gcc/gcc/dwarf2.h:475: redeclaration of `enum dwarf_inline_attribute'
/cvs/gcc/gcc/dwarf2.h:476: conflicting types for `DW_INL_not_inlined'
/cvs/gcc/gcc/dwarf2.h:476: previous declaration of `DW_INL_not_inlined'
/cvs/gcc/gcc/dwarf2.h:477: conflicting types for `DW_INL_inlined'
/cvs/gcc/gcc/dwarf2.h:477: previous declaration of `DW_INL_inlined'
/cvs/gcc/gcc/dwarf2.h:478: conflicting types for `DW_INL_declared_not_inlined'
/cvs/gcc/gcc/dwarf2.h:478: previous declaration of `DW_INL_declared_not_inlined'
/cvs/gcc/gcc/dwarf2.h:480: conflicting types for `DW_INL_declared_inlined'
/cvs/gcc/gcc/dwarf2.h:480: previous declaration of `DW_INL_declared_inlined'
/cvs/gcc/gcc/dwarf2.h:484: redeclaration of `enum dwarf_discrim_list'
/cvs/gcc/gcc/dwarf2.h:485: conflicting types for `DW_DSC_label'
/cvs/gcc/gcc/dwarf2.h:485: previous declaration of `DW_DSC_label'
/cvs/gcc/gcc/dwarf2.h:487: conflicting types for `DW_DSC_range'
/cvs/gcc/gcc/dwarf2.h:487: previous declaration of `DW_DSC_range'
/cvs/gcc/gcc/dwarf2.h:491: redeclaration of `enum dwarf_line_number_ops'
/cvs/gcc/gcc/dwarf2.h:492: conflicting types for `DW_LNS_extended_op'
/cvs/gcc/gcc/dwarf2.h:492: previous declaration of `DW_LNS_extended_op'
/cvs/gcc/gcc/dwarf2.h:493: conflicting types for `DW_LNS_copy'
/cvs/gcc/gcc/dwarf2.h:493: previous declaration of `DW_LNS_copy'
/cvs/gcc/gcc/dwarf2.h:494: conflicting types for `DW_LNS_advance_pc'
/cvs/gcc/gcc/dwarf2.h:494: previous declaration of `DW_LNS_advance_pc'
/cvs/gcc/gcc/dwarf2.h:495: conflicting types for `DW_LNS_advance_line'
/cvs/gcc/gcc/dwarf2.h:495: previous declaration of `DW_LNS_advance_line'
/cvs/gcc/gcc/dwarf2.h:496: conflicting types for `DW_LNS_set_file'
/cvs/gcc/gcc/dwarf2.h:496: previous declaration of `DW_LNS_set_file'
/cvs/gcc/gcc/dwarf2.h:497: conflicting types for `DW_LNS_set_column'
/cvs/gcc/gcc/dwarf2.h:497: previous declaration of `DW_LNS_set_column'
/cvs/gcc/gcc/dwarf2.h:498: conflicting types for `DW_LNS_negate_stmt'
/cvs/gcc/gcc/dwarf2.h:498: previous declaration of `DW_LNS_negate_stmt'
/cvs/gcc/gcc/dwarf2.h:499: conflicting types for `DW_LNS_set_basic_block'
/cvs/gcc/gcc/dwarf2.h:499: previous declaration of `DW_LNS_set_basic_block'
/cvs/gcc/gcc/dwarf2.h:500: conflicting types for `DW_LNS_const_add_pc'
/cvs/gcc/gcc/dwarf2.h:500: previous declaration of `DW_LNS_const_add_pc'
/cvs/gcc/gcc/dwarf2.h:502: conflicting types for `DW_LNS_fixed_advance_pc'
/cvs/gcc/gcc/dwarf2.h:502: previous declaration of `DW_LNS_fixed_advance_pc'
/cvs/gcc/gcc/dwarf2.h:506: redeclaration of `enum dwarf_line_number_x_ops'
/cvs/gcc/gcc/dwarf2.h:507: conflicting types for `DW_LNE_end_sequence'
/cvs/gcc/gcc/dwarf2.h:507: previous declaration of `DW_LNE_end_sequence'
/cvs/gcc/gcc/dwarf2.h:508: conflicting types for `DW_LNE_set_address'
/cvs/gcc/gcc/dwarf2.h:508: previous declaration of `DW_LNE_set_address'
/cvs/gcc/gcc/dwarf2.h:510: conflicting types for `DW_LNE_define_file'
/cvs/gcc/gcc/dwarf2.h:510: previous declaration of `DW_LNE_define_file'
/cvs/gcc/gcc/dwarf2.h:514: redeclaration of `enum dwarf_call_frame_info'
/cvs/gcc/gcc/dwarf2.h:515: conflicting types for `DW_CFA_advance_loc'
/cvs/gcc/gcc/dwarf2.h:515: previous declaration of `DW_CFA_advance_loc'
/cvs/gcc/gcc/dwarf2.h:516: conflicting types for `DW_CFA_offset'
/cvs/gcc/gcc/dwarf2.h:516: previous declaration of `DW_CFA_offset'
/cvs/gcc/gcc/dwarf2.h:517: conflicting types for `DW_CFA_restore'
/cvs/gcc/gcc/dwarf2.h:517: previous declaration of `DW_CFA_restore'
/cvs/gcc/gcc/dwarf2.h:518: conflicting types for `DW_CFA_nop'
/cvs/gcc/gcc/dwarf2.h:518: previous declaration of `DW_CFA_nop'
/cvs/gcc/gcc/dwarf2.h:519: conflicting types for `DW_CFA_set_loc'
/cvs/gcc/gcc/dwarf2.h:519: previous declaration of `DW_CFA_set_loc'
/cvs/gcc/gcc/dwarf2.h:520: conflicting types for `DW_CFA_advance_loc1'
/cvs/gcc/gcc/dwarf2.h:520: previous declaration of `DW_CFA_advance_loc1'
/cvs/gcc/gcc/dwarf2.h:521: conflicting types for `DW_CFA_advance_loc2'
/cvs/gcc/gcc/dwarf2.h:521: previous declaration of `DW_CFA_advance_loc2'
/cvs/gcc/gcc/dwarf2.h:522: conflicting types for `DW_CFA_advance_loc4'
/cvs/gcc/gcc/dwarf2.h:522: previous declaration of `DW_CFA_advance_loc4'
/cvs/gcc/gcc/dwarf2.h:523: conflicting types for `DW_CFA_offset_extended'
/cvs/gcc/gcc/dwarf2.h:523: previous declaration of `DW_CFA_offset_extended'
/cvs/gcc/gcc/dwarf2.h:524: conflicting types for `DW_CFA_restore_extended'
/cvs/gcc/gcc/dwarf2.h:524: previous declaration of `DW_CFA_restore_extended'
/cvs/gcc/gcc/dwarf2.h:525: conflicting types for `DW_CFA_undefined'
/cvs/gcc/gcc/dwarf2.h:525: previous declaration of `DW_CFA_undefined'
/cvs/gcc/gcc/dwarf2.h:526: conflicting types for `DW_CFA_same_value'
/cvs/gcc/gcc/dwarf2.h:526: previous declaration of `DW_CFA_same_value'
/cvs/gcc/gcc/dwarf2.h:527: conflicting types for `DW_CFA_register'
/cvs/gcc/gcc/dwarf2.h:527: previous declaration of `DW_CFA_register'
/cvs/gcc/gcc/dwarf2.h:528: conflicting types for `DW_CFA_remember_state'
/cvs/gcc/gcc/dwarf2.h:528: previous declaration of `DW_CFA_remember_state'
/cvs/gcc/gcc/dwarf2.h:529: conflicting types for `DW_CFA_restore_state'
/cvs/gcc/gcc/dwarf2.h:529: previous declaration of `DW_CFA_restore_state'
/cvs/gcc/gcc/dwarf2.h:530: conflicting types for `DW_CFA_def_cfa'
/cvs/gcc/gcc/dwarf2.h:530: previous declaration of `DW_CFA_def_cfa'
/cvs/gcc/gcc/dwarf2.h:531: conflicting types for `DW_CFA_def_cfa_register'
/cvs/gcc/gcc/dwarf2.h:531: previous declaration of `DW_CFA_def_cfa_register'
/cvs/gcc/gcc/dwarf2.h:532: conflicting types for `DW_CFA_def_cfa_offset'
/cvs/gcc/gcc/dwarf2.h:532: previous declaration of `DW_CFA_def_cfa_offset'
/cvs/gcc/gcc/dwarf2.h:533: conflicting types for `DW_CFA_def_cfa_expression'
/cvs/gcc/gcc/dwarf2.h:533: previous declaration of `DW_CFA_def_cfa_expression'
/cvs/gcc/gcc/dwarf2.h:534: conflicting types for `DW_CFA_expression'
/cvs/gcc/gcc/dwarf2.h:534: previous declaration of `DW_CFA_expression'
/cvs/gcc/gcc/dwarf2.h:536: conflicting types for `DW_CFA_offset_extended_sf'
/cvs/gcc/gcc/dwarf2.h:536: previous declaration of `DW_CFA_offset_extended_sf'
/cvs/gcc/gcc/dwarf2.h:537: conflicting types for `DW_CFA_def_cfa_sf'
/cvs/gcc/gcc/dwarf2.h:537: previous declaration of `DW_CFA_def_cfa_sf'
/cvs/gcc/gcc/dwarf2.h:538: conflicting types for `DW_CFA_def_cfa_offset_sf'
/cvs/gcc/gcc/dwarf2.h:538: previous declaration of `DW_CFA_def_cfa_offset_sf'
/cvs/gcc/gcc/dwarf2.h:541: conflicting types for `DW_CFA_MIPS_advance_loc8'
/cvs/gcc/gcc/dwarf2.h:541: previous declaration of `DW_CFA_MIPS_advance_loc8'
/cvs/gcc/gcc/dwarf2.h:544: conflicting types for `DW_CFA_GNU_window_save'
/cvs/gcc/gcc/dwarf2.h:544: previous declaration of `DW_CFA_GNU_window_save'
/cvs/gcc/gcc/dwarf2.h:545: conflicting types for `DW_CFA_GNU_args_size'
/cvs/gcc/gcc/dwarf2.h:545: previous declaration of `DW_CFA_GNU_args_size'
/cvs/gcc/gcc/dwarf2.h:547: conflicting types for `DW_CFA_GNU_negative_offset_extended'
/cvs/gcc/gcc/dwarf2.h:547: previous declaration of `DW_CFA_GNU_negative_offset_extended'
/cvs/gcc/gcc/dwarf2.h:564: redeclaration of `enum dwarf_source_language'
/cvs/gcc/gcc/dwarf2.h:565: conflicting types for `DW_LANG_C89'
/cvs/gcc/gcc/dwarf2.h:565: previous declaration of `DW_LANG_C89'
/cvs/gcc/gcc/dwarf2.h:566: conflicting types for `DW_LANG_C'
/cvs/gcc/gcc/dwarf2.h:566: previous declaration of `DW_LANG_C'
/cvs/gcc/gcc/dwarf2.h:567: conflicting types for `DW_LANG_Ada83'
/cvs/gcc/gcc/dwarf2.h:567: previous declaration of `DW_LANG_Ada83'
/cvs/gcc/gcc/dwarf2.h:568: conflicting types for `DW_LANG_C_plus_plus'
/cvs/gcc/gcc/dwarf2.h:568: previous declaration of `DW_LANG_C_plus_plus'
/cvs/gcc/gcc/dwarf2.h:569: conflicting types for `DW_LANG_Cobol74'
/cvs/gcc/gcc/dwarf2.h:569: previous declaration of `DW_LANG_Cobol74'
/cvs/gcc/gcc/dwarf2.h:570: conflicting types for `DW_LANG_Cobol85'
/cvs/gcc/gcc/dwarf2.h:570: previous declaration of `DW_LANG_Cobol85'
/cvs/gcc/gcc/dwarf2.h:571: conflicting types for `DW_LANG_Fortran77'
/cvs/gcc/gcc/dwarf2.h:571: previous declaration of `DW_LANG_Fortran77'
/cvs/gcc/gcc/dwarf2.h:572: conflicting types for `DW_LANG_Fortran90'
/cvs/gcc/gcc/dwarf2.h:572: previous declaration of `DW_LANG_Fortran90'
/cvs/gcc/gcc/dwarf2.h:573: conflicting types for `DW_LANG_Pascal83'
/cvs/gcc/gcc/dwarf2.h:573: previous declaration of `DW_LANG_Pascal83'
/cvs/gcc/gcc/dwarf2.h:574: conflicting types for `DW_LANG_Modula2'
/cvs/gcc/gcc/dwarf2.h:574: previous declaration of `DW_LANG_Modula2'
/cvs/gcc/gcc/dwarf2.h:575: conflicting types for `DW_LANG_Java'
/cvs/gcc/gcc/dwarf2.h:575: previous declaration of `DW_LANG_Java'
/cvs/gcc/gcc/dwarf2.h:577: conflicting types for `DW_LANG_C99'
/cvs/gcc/gcc/dwarf2.h:577: previous declaration of `DW_LANG_C99'
/cvs/gcc/gcc/dwarf2.h:578: conflicting types for `DW_LANG_Ada95'
/cvs/gcc/gcc/dwarf2.h:578: previous declaration of `DW_LANG_Ada95'
/cvs/gcc/gcc/dwarf2.h:579: conflicting types for `DW_LANG_Fortran95'
/cvs/gcc/gcc/dwarf2.h:579: previous declaration of `DW_LANG_Fortran95'
/cvs/gcc/gcc/dwarf2.h:582: conflicting types for `DW_LANG_Mips_Assembler'
/cvs/gcc/gcc/dwarf2.h:582: previous declaration of `DW_LANG_Mips_Assembler'
/cvs/gcc/gcc/dwarf2.h:591: redeclaration of `enum dwarf_macinfo_record_type'
/cvs/gcc/gcc/dwarf2.h:592: conflicting types for `DW_MACINFO_define'
/cvs/gcc/gcc/dwarf2.h:592: previous declaration of `DW_MACINFO_define'
/cvs/gcc/gcc/dwarf2.h:593: conflicting types for `DW_MACINFO_undef'
/cvs/gcc/gcc/dwarf2.h:593: previous declaration of `DW_MACINFO_undef'
/cvs/gcc/gcc/dwarf2.h:594: conflicting types for `DW_MACINFO_start_file'
/cvs/gcc/gcc/dwarf2.h:594: previous declaration of `DW_MACINFO_start_file'
/cvs/gcc/gcc/dwarf2.h:595: conflicting types for `DW_MACINFO_end_file'
/cvs/gcc/gcc/dwarf2.h:595: previous declaration of `DW_MACINFO_end_file'
/cvs/gcc/gcc/dwarf2.h:597: conflicting types for `DW_MACINFO_vendor_ext'
/cvs/gcc/gcc/dwarf2.h:597: previous declaration of `DW_MACINFO_vendor_ext'
In file included from /cvs/gcc/gcc/unwind-dw2-fde.c:35,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/unwind.h:32: redefinition of `_Unwind_Word'
/cvs/gcc/gcc/unwind.h:32: `_Unwind_Word' previously declared here
/cvs/gcc/gcc/unwind.h:33: redefinition of `_Unwind_Sword'
/cvs/gcc/gcc/unwind.h:33: `_Unwind_Sword' previously declared here
/cvs/gcc/gcc/unwind.h:34: redefinition of `_Unwind_Ptr'
/cvs/gcc/gcc/unwind.h:34: `_Unwind_Ptr' previously declared here
/cvs/gcc/gcc/unwind.h:40: redefinition of `_Unwind_Exception_Class'
/cvs/gcc/gcc/unwind.h:40: `_Unwind_Exception_Class' previously declared here
/cvs/gcc/gcc/unwind.h:46: conflicting types for `_URC_NO_REASON'
/cvs/gcc/gcc/unwind.h:46: previous declaration of `_URC_NO_REASON'
/cvs/gcc/gcc/unwind.h:47: conflicting types for `_URC_FOREIGN_EXCEPTION_CAUGHT'
/cvs/gcc/gcc/unwind.h:47: previous declaration of `_URC_FOREIGN_EXCEPTION_CAUGHT'
/cvs/gcc/gcc/unwind.h:48: conflicting types for `_URC_FATAL_PHASE2_ERROR'
/cvs/gcc/gcc/unwind.h:48: previous declaration of `_URC_FATAL_PHASE2_ERROR'
/cvs/gcc/gcc/unwind.h:49: conflicting types for `_URC_FATAL_PHASE1_ERROR'
/cvs/gcc/gcc/unwind.h:49: previous declaration of `_URC_FATAL_PHASE1_ERROR'
/cvs/gcc/gcc/unwind.h:50: conflicting types for `_URC_NORMAL_STOP'
/cvs/gcc/gcc/unwind.h:50: previous declaration of `_URC_NORMAL_STOP'
/cvs/gcc/gcc/unwind.h:51: conflicting types for `_URC_END_OF_STACK'
/cvs/gcc/gcc/unwind.h:51: previous declaration of `_URC_END_OF_STACK'
/cvs/gcc/gcc/unwind.h:52: conflicting types for `_URC_HANDLER_FOUND'
/cvs/gcc/gcc/unwind.h:52: previous declaration of `_URC_HANDLER_FOUND'
/cvs/gcc/gcc/unwind.h:53: conflicting types for `_URC_INSTALL_CONTEXT'
/cvs/gcc/gcc/unwind.h:53: previous declaration of `_URC_INSTALL_CONTEXT'
/cvs/gcc/gcc/unwind.h:55: conflicting types for `_URC_CONTINUE_UNWIND'
/cvs/gcc/gcc/unwind.h:55: previous declaration of `_URC_CONTINUE_UNWIND'
/cvs/gcc/gcc/unwind.h:55: redefinition of `_Unwind_Reason_Code'
/cvs/gcc/gcc/unwind.h:55: `_Unwind_Reason_Code' previously declared here
/cvs/gcc/gcc/unwind.h:67: redefinition of `_Unwind_Exception_Cleanup_Fn'
/cvs/gcc/gcc/unwind.h:67: `_Unwind_Exception_Cleanup_Fn' previously declared here
/cvs/gcc/gcc/unwind.h:70: redefinition of `struct _Unwind_Exception'
/cvs/gcc/gcc/unwind.h:84: redefinition of `_Unwind_Action'
/cvs/gcc/gcc/unwind.h:84: `_Unwind_Action' previously declared here
/cvs/gcc/gcc/unwind.h:105: redefinition of `_Unwind_Stop_Fn'
/cvs/gcc/gcc/unwind.h:105: `_Unwind_Stop_Fn' previously declared here
/cvs/gcc/gcc/unwind.h:150: redefinition of `_Unwind_Personality_Fn'
/cvs/gcc/gcc/unwind.h:150: `_Unwind_Personality_Fn' previously declared here
In file included from /cvs/gcc/gcc/unwind-dw2-fde.c:37,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/unwind-pe.h:61: redefinition of `size_of_encoded_value'
/cvs/gcc/gcc/unwind-pe.h:61: `size_of_encoded_value' previously defined here
/cvs/gcc/gcc/unwind-pe.h:118: redefinition of `read_uleb128'
/cvs/gcc/gcc/unwind-pe.h:118: `read_uleb128' previously defined here
/cvs/gcc/gcc/unwind-pe.h:140: redefinition of `read_sleb128'
/cvs/gcc/gcc/unwind-pe.h:140: `read_sleb128' previously defined here
/cvs/gcc/gcc/unwind-pe.h:169: redefinition of `read_encoded_value_with_base'
/cvs/gcc/gcc/unwind-pe.h:169: `read_encoded_value_with_base' previously defined here
In file included from /cvs/gcc/gcc/unwind-dw2-fde.c:38,
                 from /cvs/gcc/gcc/unwind-dw2-fde-glibc.c:290:
/cvs/gcc/gcc/unwind-dw2-fde.h:33: redefinition of `struct fde_vector'
/cvs/gcc/gcc/unwind-dw2-fde.h:40: redefinition of `struct object'
/cvs/gcc/gcc/unwind-dw2-fde.h:71: redefinition of `struct old_object'
/cvs/gcc/gcc/unwind-dw2-fde.h:81: redefinition of `struct dwarf_eh_bases'
/cvs/gcc/gcc/unwind-dw2-fde.h:101: redefinition of `sword'
/cvs/gcc/gcc/unwind-dw2-fde.h:101: `sword' previously declared here
/cvs/gcc/gcc/unwind-dw2-fde.h:102: redefinition of `uword'
/cvs/gcc/gcc/unwind-dw2-fde.h:102: `uword' previously declared here
/cvs/gcc/gcc/unwind-dw2-fde.h:103: redefinition of `uaddr'
/cvs/gcc/gcc/unwind-dw2-fde.h:103: `uaddr' previously declared here
/cvs/gcc/gcc/unwind-dw2-fde.h:104: redefinition of `saddr'
/cvs/gcc/gcc/unwind-dw2-fde.h:104: `saddr' previously declared here
/cvs/gcc/gcc/unwind-dw2-fde.h:105: redefinition of `ubyte'
/cvs/gcc/gcc/unwind-dw2-fde.h:105: `ubyte' previously declared here
/cvs/gcc/gcc/unwind-dw2-fde.h:130: redefinition of `struct dwarf_cie'
/cvs/gcc/gcc/unwind-dw2-fde.h:139: redefinition of `struct dwarf_fde'
/cvs/gcc/gcc/unwind-dw2-fde.h:145: redefinition of `fde'
/cvs/gcc/gcc/unwind-dw2-fde.h:145: `fde' previously declared here
/cvs/gcc/gcc/unwind-dw2-fde.h:151: redefinition of `get_cie'
/cvs/gcc/gcc/unwind-dw2-fde.h:151: `get_cie' previously defined here
/cvs/gcc/gcc/unwind-dw2-fde.h:157: redefinition of `next_fde'
/cvs/gcc/gcc/unwind-dw2-fde.h:157: `next_fde' previously defined here
make[3]: *** [libgcc/./unwind-dw2-fde-glibc.o] Error 1
make[3]: Leaving directory `/builds/gcc/gcc-3.1-devel/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/builds/gcc/gcc-3.1-devel/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/builds/gcc/gcc-3.1-devel/gcc'
make: *** [bootstrap] Error 2


-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GCC Bootstrap currently broken
  2001-12-15  6:27 GCC Bootstrap currently broken Andreas Jaeger
@ 2001-12-15 11:34 ` Zack Weinberg
  2001-12-15 12:58   ` Jakub Jelinek
  2001-12-15 17:30   ` Richard Henderson
  0 siblings, 2 replies; 5+ messages in thread
From: Zack Weinberg @ 2001-12-15 11:34 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: gcc, Jakub Jelinek

On Sat, Dec 15, 2001 at 03:00:10PM +0100, Andreas Jaeger wrote:
> 
> Jakub,
> Bootstrap of GCC on i686-linux currently fails with the following
> messages.  We include some files twice there.

Appended patch seems to cure it.  Jakub must have only tested with CVS
glibc.

> A general question: why don't we have a double include guard against
> the files?

We bloody well ought to have.  Various people have submitted patches,
which have been ignored.

zw

	* unwind-dw2-fde-glibc.c: #define _Unwind_Find_FDE to itself
	before including unwind-dw2-fde.c, if we are not using the
	special code in this file.

===================================================================
Index: unwind-dw2-fde-glibc.c
--- unwind-dw2-fde-glibc.c	2001/12/15 11:49:18	1.1
+++ unwind-dw2-fde-glibc.c	2001/12/15 19:07:31
@@ -287,5 +287,6 @@ _Unwind_Find_FDE (void *pc, struct dwarf
 }
 
 #else
+#define _Unwind_Find_FDE _Unwind_Find_FDE
 #include "unwind-dw2-fde.c"
 #endif

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GCC Bootstrap currently broken
  2001-12-15 11:34 ` Zack Weinberg
@ 2001-12-15 12:58   ` Jakub Jelinek
  2001-12-15 15:25     ` Andreas Jaeger
  2001-12-15 17:30   ` Richard Henderson
  1 sibling, 1 reply; 5+ messages in thread
From: Jakub Jelinek @ 2001-12-15 12:58 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: Andreas Jaeger, gcc

On Sat, Dec 15, 2001 at 11:09:08AM -0800, Zack Weinberg wrote:
> On Sat, Dec 15, 2001 at 03:00:10PM +0100, Andreas Jaeger wrote:
> > 
> > Jakub,
> > Bootstrap of GCC on i686-linux currently fails with the following
> > messages.  We include some files twice there.
> 
> Appended patch seems to cure it.  Jakub must have only tested with CVS
> glibc.

Yes, I only have glibc-2.2.4 on my box.
Sorry.

It can be fixed either like you've done, or by using a different define
for skipping #includes in unwind-dw2-fde.c which would be unconditionally
defined in unwind-dw2-fde.c. Your patch is shorter...

> 	* unwind-dw2-fde-glibc.c: #define _Unwind_Find_FDE to itself
> 	before including unwind-dw2-fde.c, if we are not using the
> 	special code in this file.
> 
> ===================================================================
> Index: unwind-dw2-fde-glibc.c
> --- unwind-dw2-fde-glibc.c	2001/12/15 11:49:18	1.1
> +++ unwind-dw2-fde-glibc.c	2001/12/15 19:07:31
> @@ -287,5 +287,6 @@ _Unwind_Find_FDE (void *pc, struct dwarf
>  }
>  
>  #else
> +#define _Unwind_Find_FDE _Unwind_Find_FDE
>  #include "unwind-dw2-fde.c"
>  #endif

	Jakub

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GCC Bootstrap currently broken
  2001-12-15 12:58   ` Jakub Jelinek
@ 2001-12-15 15:25     ` Andreas Jaeger
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Jaeger @ 2001-12-15 15:25 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Zack Weinberg, gcc

Jakub Jelinek <jakub@redhat.com> writes:

> On Sat, Dec 15, 2001 at 11:09:08AM -0800, Zack Weinberg wrote:
>> On Sat, Dec 15, 2001 at 03:00:10PM +0100, Andreas Jaeger wrote:
>> > 
>> > Jakub,
>> > Bootstrap of GCC on i686-linux currently fails with the following
>> > messages.  We include some files twice there.
>> 
>> Appended patch seems to cure it.  Jakub must have only tested with CVS
>> glibc.
>
> Yes, I only have glibc-2.2.4 on my box.
> Sorry.
>
> It can be fixed either like you've done, or by using a different define
> for skipping #includes in unwind-dw2-fde.c which would be unconditionally
> defined in unwind-dw2-fde.c. Your patch is shorter...

Can either of you commit a patch as obvious to get us back to
bootstrap land - and let's then discuss what's the clean way to do it?

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: GCC Bootstrap currently broken
  2001-12-15 11:34 ` Zack Weinberg
  2001-12-15 12:58   ` Jakub Jelinek
@ 2001-12-15 17:30   ` Richard Henderson
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Henderson @ 2001-12-15 17:30 UTC (permalink / raw)
  To: Zack Weinberg; +Cc: Andreas Jaeger, gcc, Jakub Jelinek

On Sat, Dec 15, 2001 at 11:09:08AM -0800, Zack Weinberg wrote:
> 	* unwind-dw2-fde-glibc.c: #define _Unwind_Find_FDE to itself
> 	before including unwind-dw2-fde.c, if we are not using the
> 	special code in this file.

Applied.


r~

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-12-16  1:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-15  6:27 GCC Bootstrap currently broken Andreas Jaeger
2001-12-15 11:34 ` Zack Weinberg
2001-12-15 12:58   ` Jakub Jelinek
2001-12-15 15:25     ` Andreas Jaeger
2001-12-15 17:30   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).