gcc3.0 bootstrap problem for mips-sni-sysv4
김상규
sgkim@ciscorp.co.kr
Thu Aug 9 05:04:00 GMT 2001
hello
I did make bootstrap for gcc3.0 but ocurred file type unkwon Error
please inform to me
Regards
gcc version : 3.0
system type : mips-sni-sysv4
configuration :
./configure \
--host=mips-sni-sysv4 \
--enable-version-specific-runtime-libs \
--enable-languages=c,c++,java \
--enable-thread=pthread \
--prefix=/opt ; \
make bootstrap
make bootstrap output :
stage1/xgcc -Bstage1/ -B/opt/mips-sni-sysv4/bin/ -DIN_GCC -g -O2 -W -Wall -W
write-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -
Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config
-I./../include \^M
-c alloca.c^M
cc1: warning: `-g': unknown or unsupported -g option^M
true^M
stage1/xgcc -Bstage1/ -B/opt/mips-sni-sysv4/bin/ -DIN_GCC -g -O2 -W -Wall -W
write-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -
Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengenrtl \^M
gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o
" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?
*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; es
ac ` ^M
ld: gengenrtl.o: fatal error: gengenrtl.o: file type unknown to the library used
by ld^M
collect2: ld returned 1 exit status^M
make[2]: *** [gengenrtl] Error 1^M
make[2]: Leaving directory `/home/sgkim/gcc-3.0/gcc'^M
make[1]: *** [stage2_build] Error 2^M
make[1]: Leaving directory `/home/sgkim/gcc-3.0/gcc'^M
make: *** [bootstrap] Error 2^M
make-output
-------------- next part --------------
Script started on Wed Aug 8 18:34:27 2001
[@cs2:/home/sgkim/gcc-3.0] gcc-make
/sbin/ksh: gcc-make: not found
[@cs2:/home/sgkim/gcc-3.0] make-gcc
*** This configuration is not supported in the following subdirectories:
target-libffi target-boehm-gc target-zlib target-libjava target-libf2c zlib fastjar
(Any other directories should still work fine.)
Created "Makefile" in /home/sgkim/gcc-3.0 using "mh-frag"
./config.status is unchanged
Configuring libiberty...
loading cache ../config.cache
checking host system type... mips-sni-sysv4
checking build system type... mips-sni-sysv4
checking for ar... (cached) ar
checking for ranlib... (cached) :
checking for gcc... (cached) cc
checking whether we are using GNU C... (cached) no
checking for POSIXized ISC... no
checking for working const... (cached) yes
checking for inline... (cached) no
checking for a BSD compatible install... ./../install-sh -c
xhost-mkfrag is unchanged
checking how to run the C preprocessor... (cached) cc -E
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether errno must be declared... (cached) no
checking whether the C compiler (cc -D__svr4__ ) works... yes
checking whether the C compiler (cc -D__svr4__ ) is a cross-compiler... no
checking for asprintf... (cached) no
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) yes
checking for bcopy... (cached) yes
checking for bsearch... (cached) yes
checking for bzero... (cached) yes
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) no
checking for index... (cached) yes
checking for insque... (cached) yes
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for rename... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) no
checking for sigsetmask... (cached) no
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strrchr... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) no
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) no
checking whether alloca needs Cray hooks... (cached) no
checking stack direction for C alloca... (cached) -1
checking for ANSI C header files... (cached) yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... (cached) no
checking for getrusage... (cached) yes
checking for on_exit... (cached) no
checking for psignal... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) no
checking for sysconf... (cached) yes
checking for times... (cached) yes
checking for sbrk... (cached) yes
checking for gettimeofday... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) no
checking for working mmap... (cached) yes
checking for working strncmp... (cached) yes
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... mips-sni-sysv4
checking target system type... mips-sni-sysv4
checking build system type... mips-sni-sysv4
checking for gcc... (cached) cc
checking whether the C compiler (cc -D__svr4__ ) works... yes
checking whether the C compiler (cc -D__svr4__ ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking whether cc understands -c and -o together... (cached) yes
checking for long double... (cached) yes
checking for built-in _Bool... (cached) no
checking whether cc accepts -Wno-long-long... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for GNU C library... (cached) no
checking for inline... (cached) no
checking for mawk... (cached) nawk
checking whether ln works... (cached) yes
checking whether ln -s works... (cached) yes
checking for volatile... (cached) yes
checking for ranlib... (cached) :
checking for a BSD compatible install... ./../install-sh -c
checking how to run the C preprocessor... (cached) cc -E
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for working stdbool.h... (cached) no
checking whether string.h and strings.h may both be included... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stab.h... (cached) no
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for direct.h... (cached) no
checking for malloc.h... (cached) yes
checking for langinfo.h... (cached) yes
checking for iconv.h... (cached) yes
checking for thread.h... (cached) no
checking for pthread.h... (cached) no
checking for gnatbind... (cached) no
checking for mktemp... (cached) no
checking for makeinfo... no
configure: warning:
*** Makeinfo is missing or too old.
*** Info documentation will not be built.
checking for recent Pod::Man... no
checking for flex... (cached) false
checking for bison... (cached) false
checking for preprocessor stringizing operator... (cached) yes
checking for inttypes.h... (cached) no
checking for unsigned enumerated bitfields... (cached) yes
checking for strtoul... (cached) yes
checking for bsearch... (cached) yes
checking for putenv... (cached) yes
checking for popen... (cached) yes
checking for bcopy... (cached) yes
checking for strchr... (cached) yes
checking for strrchr... (cached) yes
checking for kill... (cached) yes
checking for getrlimit... (cached) yes
checking for setrlimit... (cached) yes
checking for atoll... (cached) yes
checking for atoq... (cached) no
checking for sysconf... (cached) yes
checking for isascii... (cached) yes
checking for gettimeofday... (cached) yes
checking for strsignal... (cached) no
checking for putc_unlocked... (cached) no
checking for fputc_unlocked... (cached) no
checking for fputs_unlocked... (cached) no
checking for getrusage... (cached) yes
checking for iconv... (cached) yes
checking for nl_langinfo... (cached) yes
checking for lstat... (cached) yes
checking for ssize_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... (cached) gid_t
checking for vprintf... (cached) yes
checking for strstr... (cached) yes
checking whether the printf functions support %p... (cached) yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for getpagesize... (cached) no
checking for working mmap from /dev/zero... (cached) no
checking for working mmap with MAP_ANON(YMOUS)... (cached) no
checking for working mmap of a file... (cached) yes
checking whether bcopy is declared... (cached) yes
checking whether getenv is declared... (cached) yes
checking whether atol is declared... (cached) yes
checking whether sbrk is declared... (cached) yes
checking whether abort is declared... (cached) yes
checking whether atof is declared... (cached) yes
checking whether getcwd is declared... (cached) yes
checking whether getwd is declared... (cached) yes
checking whether strsignal is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking whether fputs_unlocked is declared... (cached) no
checking whether strstr is declared... (cached) yes
checking whether environ is declared... (cached) no
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether free is declared... (cached) yes
checking whether basename is declared... (cached) no
checking whether getopt is declared... (cached) yes
checking whether getrlimit is declared... (cached) yes
checking whether setrlimit is declared... (cached) yes
checking whether getrusage is declared... (cached) yes
checking if mkdir takes one argument... (cached) no
Using `./config/mips/mips.c' for machine-specific logic.
Using `./config/mips/mips.md' as machine description file.
Using `./config/mips/sni-svr4.h' as target machine macro file.
Using `./config/ mips/xm-mips.h' as host machine macro file.
checking for strerror in -lcposix... (cached) no
checking for working const... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) no
checking whether alloca needs Cray hooks... (cached) no
checking stack direction for C alloca... (cached) -1
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) no
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) no
checking whether catgets can be used... no
checking for msgfmt... (cached) msgfmt
checking for gmsgfmt... (cached) msgfmt
checking for xgettext... (cached) :
configure: warning: No program for building catalogs found -> building disabled
checking whether windows registry support is requested... yes
checking registry key on windows hosts... 3.0
checking what assembler to use... /usr/ccs/bin/as
checking what nm to use... nm
checking assembler alignment features... none
checking assembler subsection support... no
checking assembler weak support... yes
checking assembler hidden support... no
checking assembler leb128 support... no
checking assembler eh_frame optimization... no
checking assembler dwarf2 debug_line support... no
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a native compiler for mips-sni-sysv4
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating auto-host.h
auto-host.h is unchanged
linking ./intl/libgettext.h to intl/libintl.h
creating libintl.h
make[1]: Entering directory `/home/sgkim/gcc-3.0/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include argv.c -o pic/argv.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include argv.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include choose-temp.c -o pic/choose-temp.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include choose-temp.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include concat.c -o pic/concat.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include concat.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include cplus-dem.c
cplus-dem.c 634: [warning]: CFE1117 non-void function "code_for_qualifier" (declared at line 614) should return a value
}
^
cplus-dem.c 675: [warning]: CFE1117 non-void function "qualifier_string" (declared at line 640) should return a value
}
^
cplus-dem.c 978: [warning]: CFE1550 variable "at_start_name" was set but never used
int at_start_name;
^
cplus-dem.c 1565: [warning]: CFE1995 flow into case label
default:
^
cplus-dem.c 2030: [warning]: CFE1550 variable "start" was set but never used
const char *start;
^
cplus-dem.c 3916: [warning]: CFE1995 flow into case label
case 'I':
^
cplus-dem.c 4010: [warning]: CFE1995 flow into case label
case 'P':
^
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include cp-demangle.c
cp-demangle.c 827: [warning]: CFE1188 enumerated type mixed with another type
dm->is_constructor = 0;
^
cp-demangle.c 828: [warning]: CFE1188 enumerated type mixed with another type
dm->is_destructor = 0;
^
cp-demangle.c 1986: [warning]: CFE1995 flow into case label
default:
^
cp-demangle.c 3709: [warning]: CFE1117 non-void function "cplus_demangle_v3" (declared at line 3674) should return a value
}
^
cp-demangle.c 3873: [warning]: CFE1188 enumerated type mixed with another type
return 0;
^
cp-demangle.c 3895: [warning]: CFE1188 enumerated type mixed with another type
return 0;
^
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include dyn-string.c -o pic/dyn-string.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include dyn-string.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include fdmatch.c -o pic/fdmatch.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include fdmatch.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include fnmatch.c -o pic/fnmatch.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include fnmatch.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include getopt.c -o pic/getopt.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include getopt.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include getopt1.c -o pic/getopt1.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include getopt1.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include getpwd.c -o pic/getpwd.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include getpwd.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include getruntime.c -o pic/getruntime.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include getruntime.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include hashtab.c -o pic/hashtab.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include hashtab.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include hex.c -o pic/hex.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include hex.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include floatformat.c -o pic/floatformat.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include floatformat.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include lbasename.c -o pic/lbasename.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include lbasename.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include md5.c -o pic/md5.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include md5.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include objalloc.c -o pic/objalloc.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include objalloc.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include obstack.c -o pic/obstack.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include obstack.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include partition.c -o pic/partition.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include partition.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include pexecute.c -o pic/pexecute.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include pexecute.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include safe-ctype.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include sort.c -o pic/sort.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include sort.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include spaces.c -o pic/spaces.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include spaces.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include splay-tree.c -o pic/splay-tree.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include splay-tree.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include strerror.c -o pic/strerror.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include strerror.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include strsignal.c -o pic/strsignal.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include strsignal.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include xatexit.c -o pic/xatexit.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include xatexit.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include xexit.c -o pic/xexit.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include xexit.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include xmalloc.c -o pic/xmalloc.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include xmalloc.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include xmemdup.c -o pic/xmemdup.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include xmemdup.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include xstrdup.c -o pic/xstrdup.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include xstrdup.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include xstrerror.c -o pic/xstrerror.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include xstrerror.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include asprintf.c -o pic/asprintf.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include asprintf.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include getpagesize.c -o pic/getpagesize.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include getpagesize.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include mkstemps.c -o pic/mkstemps.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include mkstemps.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include setenv.c -o pic/setenv.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include setenv.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include sigsetmask.c -o pic/sigsetmask.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include sigsetmask.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include vasprintf.c -o pic/vasprintf.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include vasprintf.c
if [ x"" != x ]; then \
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include alloca.c -o pic/alloca.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -D__svr4__ -I. -I./../include alloca.c
rm -f libiberty.a
ar cr libiberty.a \
argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o lbasename.o md5.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o asprintf.o getpagesize.o mkstemps.o setenv.o sigsetmask.o vasprintf.o alloca.o
true libiberty.a
rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
for g in asprintf.o getpagesize.o mkstemps.o setenv.o sigsetmask.o vasprintf.o ; do \
case "$g" in \
*$f*) echo $g >> needed-list ;; \
esac; \
done; \
done
echo argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o dyn-string.o fdmatch.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o floatformat.o lbasename.o md5.o objalloc.o obstack.o partition.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
make[2]: Entering directory `/home/sgkim/gcc-3.0/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/sgkim/gcc-3.0/libiberty/testsuite'
make[1]: Leaving directory `/home/sgkim/gcc-3.0/libiberty'
Bootstrapping the compiler
make[1]: Entering directory `/home/sgkim/gcc-3.0/gcc'
make CC="cc" libdir=/opt/lib LANGUAGES="c " \
CFLAGS="-g " MAKEINFO="makeinfo " \
MAKEINFOFLAGS=""
make[2]: Entering directory `/home/sgkim/gcc-3.0/gcc'
HEADERS="auto-host.h gansidecl.h mips/xm-mips.h defaults.h hwint.h" DEFINES="USG" \
TARGET_CPU_DEFAULT="" \
/bin/sh ./mkconfig.sh config.h
HEADERS="gansidecl.h mips/sni-svr4.h defaults.h" DEFINES="" TARGET_CPU_DEFAULT="" \
TARGET_CPU_DEFAULT="" \
/bin/sh ./mkconfig.sh tm.h
tm.h is unchanged
HEADERS="auto-host.h gansidecl.h mips/xm-mips.h defaults.h hwint.h" DEFINES="USG" \
TARGET_CPU_DEFAULT="" \
/bin/sh ./mkconfig.sh hconfig.h
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./gengenrtl.c
./gengenrtl.c 151: [warning]: CFE1117 non-void function "type_from_format" (declared at line 125) should return a value
}
^
./gengenrtl.c 185: [warning]: CFE1117 non-void function "accessor_from_format" (declared at line 156) should return a value
}
^
rm -f obstack.c
ln -s ./../libiberty/obstack.c obstack.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include \
obstack.c -o obstack.o
rm -f alloca.c
ln -s ./../libiberty/alloca.c alloca.c
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include \
-c alloca.c
alloca.c 172: [warning]: CFE1147 declaration is incompatible with "void *alloca()" (declared at line 63 of "./config/mips/xm-mips.h")
alloca (size)
^
true
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengenrtl \
gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./gengenrtl -h >tmp-genrtl.h
/bin/sh ./move-if-change tmp-genrtl.h genrtl.h
./gengenrtl >tmp-genrtl.c
/bin/sh ./move-if-change tmp-genrtl.c genrtl.c
echo timestamp > s-genrtl
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./gencodes.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include rtl.c -o rtl.o
rtl.c 950: [warning]: CFE1188 enumerated type mixed with another type
entry_ptr = htab_find_slot (defs, def, TRUE);
^
rtl.c 1112: [warning]: CFE1995 flow into case label
case 'E':
^
rtl.c 1163: [warning]: CFE1995 flow into case label
case 's':
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include bitmap.c -o bitmap.o
bitmap.c 499: [warning]: CFE1995 flow into case label
case BITMAP_AND:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ggc-none.c -o ggc-none.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./gensupport.c
rm -f hashtab.c
ln -s ./../libiberty/hashtab.c hashtab.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include hashtab.c
rm -f safe-ctype.c
ln -s ./../libiberty/safe-ctype.c safe-ctype.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include safe-ctype.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include print-rtl.c -o print-rtl.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include errors.c -o errors.o
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o gencodes \
gencodes.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./gencodes ./config/mips/mips.md > tmp-codes.h
/bin/sh ./move-if-change tmp-codes.h insn-codes.h
echo timestamp > s-codes
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./genflags.c
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o genflags \
genflags.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genflags ./config/mips/mips.md > tmp-flags.h
/bin/sh ./move-if-change tmp-flags.h insn-flags.h
echo timestamp > s-flags
(cd intl && make all)
make[3]: Entering directory `/home/sgkim/gcc-3.0/gcc/intl'
cc -c -DIN_GCC -DLOCALEDIR=\"/opt/share/locale\" -DGNULOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -I./.. -I./../config -I./../../include -g intl-compat.c
cc -c -DIN_GCC -DLOCALEDIR=\"/opt/share/locale\" -DGNULOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -I./.. -I./../config -I./../../include -g bindtextdom.c
cc -c -DIN_GCC -DLOCALEDIR=\"/opt/share/locale\" -DGNULOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -I./.. -I./../config -I./../../include -g dcgettext.c
dcgettext.c 39: [warning]: CFE1147 declaration is incompatible with "void *alloca()" (declared at line 63 of "./../config/mips/xm-mips.h")
char *alloca ();
^
cc -c -DIN_GCC -DLOCALEDIR=\"/opt/share/locale\" -DGNULOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -I./.. -I./../config -I./../../include -g dgettext.c
cc -c -DIN_GCC -DLOCALEDIR=\"/opt/share/locale\" -DGNULOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -I./.. -I./../config -I./../../include -g gettext.c
cc -c -DIN_GCC -DLOCALEDIR=\"/opt/share/locale\" -DGNULOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -I./.. -I./../config -I./../../include -g finddomain.c
cc -c -DIN_GCC -DLOCALEDIR=\"/opt/share/locale\" -DGNULOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -I./.. -I./../config -I./../../include -g loadmsgcat.c
cc -c -DIN_GCC -DLOCALEDIR=\"/opt/share/locale\" -DGNULOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -I./.. -I./../config -I./../../include -g localealias.c
localealias.c 42: [warning]: CFE1147 declaration is incompatible with "void *alloca()" (declared at line 63 of "./../config/mips/xm-mips.h")
char *alloca ();
^
cc -c -DIN_GCC -DLOCALEDIR=\"/opt/share/locale\" -DGNULOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -I./.. -I./../config -I./../../include -g textdomain.c
cc -c -DIN_GCC -DLOCALEDIR=\"/opt/share/locale\" -DGNULOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -I./.. -I./../config -I./../../include -g l10nflist.c
cc -c -DIN_GCC -DLOCALEDIR=\"/opt/share/locale\" -DGNULOCALEDIR=\"/opt/share/locale\" -DLOCALE_ALIAS_PATH=\"/opt/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I../intl -I../lib -I./.. -I./../config -I./../../include -g explodename.c
rm -f libintl.a
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o
: libintl.a
make[3]: Leaving directory `/home/sgkim/gcc-3.0/gcc/intl'
(cd po && make all)
make[3]: Entering directory `/home/sgkim/gcc-3.0/gcc/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/sgkim/gcc-3.0/gcc/po'
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include \
./gencheck.c
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o gencheck \
gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./gencheck > tmp-check.h
/bin/sh ./move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include -c ./c-parse.c
c-parse.y 585: [warning]: CFE1550 variable "name" was set but never used
{ const char *name;
^
c-parse.y 630: [warning]: CFE1188 enumerated type mixed with another type
yyval.ttype = build1 (STMT_EXPR, last_expr_type, yyvsp[-2].ttype);
^
c-parse.y 1622: [warning]: CFE1188 enumerated type mixed with another type
yyval.ttype = add_stmt (build_stmt (COMPOUND_STMT, last_tree));
^
c-parse.y 1657: [warning]: CFE1188 enumerated type mixed with another type
= add_stmt (build_stmt (DO_STMT, NULL_TREE,
^
c-parse.y 1747: [warning]: CFE1188 enumerated type mixed with another type
= add_stmt (build_stmt (WHILE_STMT, yyvsp[-1].ttype, NULL_TREE)); ;
^
c-parse.y 1756: [warning]: CFE1188 enumerated type mixed with another type
{ yyval.ttype = build_stmt (FOR_STMT, NULL_TREE, NULL_TREE,
^
c-parse.y 1778: [warning]: CFE1188 enumerated type mixed with another type
{ add_stmt (build_stmt (EXPR_STMT, yyvsp[-1].ttype)); ;
^
c-parse.y 1817: [warning]: CFE1188 enumerated type mixed with another type
yyval.ttype = add_stmt (build_stmt (ASM_STMT, NULL_TREE, yyvsp[-2].ttype,
^
c-parse.y 1849: [warning]: CFE1188 enumerated type mixed with another type
yyval.ttype = add_stmt (build_stmt (GOTO_STMT, decl));
^
c-parse.y 1859: [warning]: CFE1188 enumerated type mixed with another type
yyval.ttype = add_stmt (build_stmt (GOTO_STMT, yyvsp[-1].ttype)); ;
^
c-parse.y 1883: [warning]: CFE1188 enumerated type mixed with another type
yyval.ttype = add_stmt (build_stmt (LABEL_STMT, label));
^
c-parse.y 2338: [warning]: CFE1188 enumerated type mixed with another type
C_RID_CODE (id) = reswords[i].rid;
^
c-parse.y 2455: [warning]: CFE1188 enumerated type mixed with another type
last_token = c_lex (&yylval.ttype);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include c-lang.c -o c-lang.o
HEADERS="mips/mips-protos.h" DEFINES="" TARGET_CPU_DEFAULT="" \
/bin/sh ./mkconfig.sh tm_p.h
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include c-errors.c -o c-errors.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include c-lex.c -o c-lex.o
c-lex.c 955: [warning]: CFE1188 enumerated type mixed with another type
args->value = REAL_VALUE_HTOF (args->str, TYPE_MODE (args->type));
^
c-lex.c 957: [warning]: CFE1188 enumerated type mixed with another type
args->value = REAL_VALUE_ATOF (args->str, TYPE_MODE (args->type));
^
c-lex.c 985: [warning]: CFE1188 enumerated type mixed with another type
type = tok.type;
^
c-lex.c 1027: [warning]: CFE1995 flow into case label
default: break;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include c-pragma.c -o c-pragma.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include c-decl.c -o c-decl.o
c-decl.c 603: [warning]: CFE1546 transfer of control bypasses initialization of:
variable "argstart" (declared at line 496)
goto iso_1990;
^
c-decl.c 2073: [warning]: CFE1550 variable "file" was set but never used
const char *file;
^
c-decl.c 2074: [warning]: CFE1550 variable "line" was set but never used
int line;
^
c-decl.c 3185: [warning]: CFE1188 enumerated type mixed with another type
DECL_FUNCTION_CODE (decl) = function_code;
^
c-decl.c 7109: [warning]: CFE1188 enumerated type mixed with another type
stmt = add_stmt (build_stmt (COMPOUND_STMT, NULL_TREE));
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include c-typeck.c -o c-typeck.o
c-typeck.c 424: [warning]: CFE1995 flow into case label
default:
^
c-typeck.c 490: [warning]: CFE1187 possible use of "=" where "==" was intended
if (! (attrval = COMP_TYPE_ATTRIBUTES (t1, t2)))
^
c-typeck.c 3383: [warning]: CFE1995 flow into case label
case ADDR_EXPR:
^
c-typeck.c 3436: [warning]: CFE1995 flow into case label
case FUNCTION_DECL:
^
c-typeck.c 3443: [warning]: CFE1995 flow into case label
default:
^
c-typeck.c 3750: [warning]: CFE1550 variable "name" was set but never used
const char *name;
^
c-typeck.c 5422: [warning]: CFE1550 variable "size" was set but never used
HOST_WIDE_INT size = 0;
^
c-typeck.c 6844: [warning]: CFE1188 enumerated type mixed with another type
return add_stmt (build_stmt (ASM_STMT, cv_qualifier, string,
^
c-typeck.c 7070: [warning]: CFE1188 enumerated type mixed with another type
cs->switch_stmt = build_stmt (SWITCH_STMT, exp, NULL_TREE, NULL_TREE);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include c-convert.c -o c-convert.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include c-aux-info.c -o c-aux-info.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include c-common.c -o c-common.o
c-common.c 276: [warning]: CFE1188 enumerated type mixed with another type
if_stmt = build_stmt (IF_STMT, NULL_TREE, NULL_TREE, NULL_TREE);
^
c-common.c 1667: [warning]: CFE1188 enumerated type mixed with another type
return add_stmt (build_stmt (EXPR_STMT, expr));
^
c-common.c 2478: [warning]: CFE1995 flow into case label
case NOP_EXPR:
^
c-common.c 2492: [warning]: CFE1995 flow into case label
case BIT_XOR_EXPR:
^
c-common.c 2720: [warning]: CFE1550 variable "double_ftype_double_double" was set but never used
tree double_ftype_double, double_ftype_double_double;
^
c-common.c 3742: [warning]: CFE1111 statement is unreachable
break;
^
c-common.c 4099: [warning]: CFE1111 statement is unreachable
break;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include c-format.c -o c-format.o
c-format.c 722: [warning]: CFE1188 enumerated type mixed with another type
{ "q", FMT_LEN_ll, STD_EXT, NULL, 0, 0 },
^
c-format.c 722: [warning]: CFE1188 enumerated type mixed with another type
{ "q", FMT_LEN_ll, STD_EXT, NULL, 0, 0 },
^
c-format.c 723: [warning]: CFE1188 enumerated type mixed with another type
{ "L", FMT_LEN_L, STD_C89, NULL, 0, 0 },
^
c-format.c 723: [warning]: CFE1188 enumerated type mixed with another type
{ "L", FMT_LEN_L, STD_C89, NULL, 0, 0 },
^
c-format.c 724: [warning]: CFE1188 enumerated type mixed with another type
{ "z", FMT_LEN_z, STD_C99, NULL, 0, 0 },
^
c-format.c 724: [warning]: CFE1188 enumerated type mixed with another type
{ "z", FMT_LEN_z, STD_C99, NULL, 0, 0 },
^
c-format.c 725: [warning]: CFE1188 enumerated type mixed with another type
{ "Z", FMT_LEN_z, STD_EXT, NULL, 0, 0 },
^
c-format.c 725: [warning]: CFE1188 enumerated type mixed with another type
{ "Z", FMT_LEN_z, STD_EXT, NULL, 0, 0 },
^
c-format.c 726: [warning]: CFE1188 enumerated type mixed with another type
{ "t", FMT_LEN_t, STD_C99, NULL, 0, 0 },
^
c-format.c 726: [warning]: CFE1188 enumerated type mixed with another type
{ "t", FMT_LEN_t, STD_C99, NULL, 0, 0 },
^
c-format.c 727: [warning]: CFE1188 enumerated type mixed with another type
{ "j", FMT_LEN_j, STD_C99, NULL, 0, 0 },
^
c-format.c 727: [warning]: CFE1188 enumerated type mixed with another type
{ "j", FMT_LEN_j, STD_C99, NULL, 0, 0 },
^
c-format.c 728: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NULL, 0, 0 }
^
c-format.c 728: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NULL, 0, 0 }
^
c-format.c 728: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NULL, 0, 0 }
^
c-format.c 728: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NULL, 0, 0 }
^
c-format.c 737: [warning]: CFE1188 enumerated type mixed with another type
{ "q", FMT_LEN_ll, STD_EXT, NULL, 0, 0 },
^
c-format.c 737: [warning]: CFE1188 enumerated type mixed with another type
{ "q", FMT_LEN_ll, STD_EXT, NULL, 0, 0 },
^
c-format.c 738: [warning]: CFE1188 enumerated type mixed with another type
{ "L", FMT_LEN_L, STD_C89, NULL, 0, 0 },
^
c-format.c 738: [warning]: CFE1188 enumerated type mixed with another type
{ "L", FMT_LEN_L, STD_C89, NULL, 0, 0 },
^
c-format.c 739: [warning]: CFE1188 enumerated type mixed with another type
{ "z", FMT_LEN_z, STD_C99, NULL, 0, 0 },
^
c-format.c 739: [warning]: CFE1188 enumerated type mixed with another type
{ "z", FMT_LEN_z, STD_C99, NULL, 0, 0 },
^
c-format.c 740: [warning]: CFE1188 enumerated type mixed with another type
{ "t", FMT_LEN_t, STD_C99, NULL, 0, 0 },
^
c-format.c 740: [warning]: CFE1188 enumerated type mixed with another type
{ "t", FMT_LEN_t, STD_C99, NULL, 0, 0 },
^
c-format.c 741: [warning]: CFE1188 enumerated type mixed with another type
{ "j", FMT_LEN_j, STD_C99, NULL, 0, 0 },
^
c-format.c 741: [warning]: CFE1188 enumerated type mixed with another type
{ "j", FMT_LEN_j, STD_C99, NULL, 0, 0 },
^
c-format.c 742: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NULL, 0, 0 }
^
c-format.c 742: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NULL, 0, 0 }
^
c-format.c 742: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NULL, 0, 0 }
^
c-format.c 742: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NULL, 0, 0 }
^
c-format.c 751: [warning]: CFE1188 enumerated type mixed with another type
{ "L", FMT_LEN_L, STD_C89, NULL, 0, 0 },
^
c-format.c 751: [warning]: CFE1188 enumerated type mixed with another type
{ "L", FMT_LEN_L, STD_C89, NULL, 0, 0 },
^
c-format.c 752: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NULL, 0, 0 }
^
c-format.c 752: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NULL, 0, 0 }
^
c-format.c 752: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NULL, 0, 0 }
^
c-format.c 752: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NULL, 0, 0 }
^
c-format.c 767: [warning]: CFE1188 enumerated type mixed with another type
{ 0, 0, 0, NULL, NULL, 0 }
^
c-format.c 788: [warning]: CFE1188 enumerated type mixed with another type
{ 0, 0, 0, NULL, NULL, 0 }
^
c-format.c 810: [warning]: CFE1188 enumerated type mixed with another type
{ 0, 0, 0, NULL, NULL, 0 }
^
c-format.c 837: [warning]: CFE1188 enumerated type mixed with another type
{ 0, 0, 0, NULL, NULL, 0 }
^
c-format.c 909: [warning]: CFE1188 enumerated type mixed with another type
{ "fgG", 0, STD_C89, { T89_D, BADLEN, BADLEN, T99_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#'", "" },
^
c-format.c 909: [warning]: CFE1188 enumerated type mixed with another type
{ "fgG", 0, STD_C89, { T89_D, BADLEN, BADLEN, T99_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#'", "" },
^
c-format.c 909: [warning]: CFE1188 enumerated type mixed with another type
{ "fgG", 0, STD_C89, { T89_D, BADLEN, BADLEN, T99_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#'", "" },
^
c-format.c 909: [warning]: CFE1188 enumerated type mixed with another type
{ "fgG", 0, STD_C89, { T89_D, BADLEN, BADLEN, T99_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#'", "" },
^
c-format.c 909: [warning]: CFE1188 enumerated type mixed with another type
{ "fgG", 0, STD_C89, { T89_D, BADLEN, BADLEN, T99_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#'", "" },
^
c-format.c 909: [warning]: CFE1188 enumerated type mixed with another type
{ "fgG", 0, STD_C89, { T89_D, BADLEN, BADLEN, T99_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#'", "" },
^
c-format.c 910: [warning]: CFE1188 enumerated type mixed with another type
{ "eE", 0, STD_C89, { T89_D, BADLEN, BADLEN, T99_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "" },
^
c-format.c 910: [warning]: CFE1188 enumerated type mixed with another type
{ "eE", 0, STD_C89, { T89_D, BADLEN, BADLEN, T99_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "" },
^
c-format.c 910: [warning]: CFE1188 enumerated type mixed with another type
{ "eE", 0, STD_C89, { T89_D, BADLEN, BADLEN, T99_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "" },
^
c-format.c 910: [warning]: CFE1188 enumerated type mixed with another type
{ "eE", 0, STD_C89, { T89_D, BADLEN, BADLEN, T99_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "" },
^
c-format.c 910: [warning]: CFE1188 enumerated type mixed with another type
{ "eE", 0, STD_C89, { T89_D, BADLEN, BADLEN, T99_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "" },
^
c-format.c 910: [warning]: CFE1188 enumerated type mixed with another type
{ "eE", 0, STD_C89, { T89_D, BADLEN, BADLEN, T99_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "" },
^
c-format.c 911: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 0, STD_C89, { T89_I, BADLEN, BADLEN, T94_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 911: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 0, STD_C89, { T89_I, BADLEN, BADLEN, T94_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 911: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 0, STD_C89, { T89_I, BADLEN, BADLEN, T94_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 911: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 0, STD_C89, { T89_I, BADLEN, BADLEN, T94_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 911: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 0, STD_C89, { T89_I, BADLEN, BADLEN, T94_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 911: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 0, STD_C89, { T89_I, BADLEN, BADLEN, T94_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 911: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 0, STD_C89, { T89_I, BADLEN, BADLEN, T94_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 912: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "cR" },
^
c-format.c 912: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "cR" },
^
c-format.c 912: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "cR" },
^
c-format.c 912: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "cR" },
^
c-format.c 912: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "cR" },
^
c-format.c 912: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "cR" },
^
c-format.c 912: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "cR" },
^
c-format.c 913: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 1, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "c" },
^
c-format.c 913: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 1, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "c" },
^
c-format.c 913: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 1, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "c" },
^
c-format.c 913: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 1, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "c" },
^
c-format.c 913: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 1, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "c" },
^
c-format.c 913: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 1, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "c" },
^
c-format.c 913: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 1, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "c" },
^
c-format.c 913: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 1, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "c" },
^
c-format.c 914: [warning]: CFE1188 enumerated type mixed with another type
{ "n", 1, STD_C89, { T89_I, T99_SC, T89_S, T89_L, T9L_LL, BADLEN, T99_SST, T99_PD, T99_IM }, "", "W" },
^
c-format.c 916: [warning]: CFE1188 enumerated type mixed with another type
{ "F", 0, STD_C99, { T99_D, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#'", "" },
^
c-format.c 916: [warning]: CFE1188 enumerated type mixed with another type
{ "F", 0, STD_C99, { T99_D, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#'", "" },
^
c-format.c 916: [warning]: CFE1188 enumerated type mixed with another type
{ "F", 0, STD_C99, { T99_D, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#'", "" },
^
c-format.c 916: [warning]: CFE1188 enumerated type mixed with another type
{ "F", 0, STD_C99, { T99_D, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#'", "" },
^
c-format.c 916: [warning]: CFE1188 enumerated type mixed with another type
{ "F", 0, STD_C99, { T99_D, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#'", "" },
^
c-format.c 916: [warning]: CFE1188 enumerated type mixed with another type
{ "F", 0, STD_C99, { T99_D, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#'", "" },
^
c-format.c 917: [warning]: CFE1188 enumerated type mixed with another type
{ "aA", 0, STD_C99, { T99_D, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "" },
^
c-format.c 917: [warning]: CFE1188 enumerated type mixed with another type
{ "aA", 0, STD_C99, { T99_D, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "" },
^
c-format.c 917: [warning]: CFE1188 enumerated type mixed with another type
{ "aA", 0, STD_C99, { T99_D, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "" },
^
c-format.c 917: [warning]: CFE1188 enumerated type mixed with another type
{ "aA", 0, STD_C99, { T99_D, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "" },
^
c-format.c 917: [warning]: CFE1188 enumerated type mixed with another type
{ "aA", 0, STD_C99, { T99_D, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "" },
^
c-format.c 917: [warning]: CFE1188 enumerated type mixed with another type
{ "aA", 0, STD_C99, { T99_D, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "-wp0 +#", "" },
^
c-format.c 919: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_EXT, { TEX_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 919: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_EXT, { TEX_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 919: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_EXT, { TEX_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 919: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_EXT, { TEX_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 919: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_EXT, { TEX_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 919: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_EXT, { TEX_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 919: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_EXT, { TEX_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 919: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_EXT, { TEX_WI, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-w", "" },
^
c-format.c 920: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "R" },
^
c-format.c 920: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "R" },
^
c-format.c 920: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "R" },
^
c-format.c 920: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "R" },
^
c-format.c 920: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "R" },
^
c-format.c 920: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "R" },
^
c-format.c 920: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "R" },
^
c-format.c 920: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "R" },
^
c-format.c 922: [warning]: CFE1188 enumerated type mixed with another type
{ "m", 0, STD_EXT, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "" },
^
c-format.c 922: [warning]: CFE1188 enumerated type mixed with another type
{ "m", 0, STD_EXT, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "" },
^
c-format.c 922: [warning]: CFE1188 enumerated type mixed with another type
{ "m", 0, STD_EXT, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "" },
^
c-format.c 922: [warning]: CFE1188 enumerated type mixed with another type
{ "m", 0, STD_EXT, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "" },
^
c-format.c 922: [warning]: CFE1188 enumerated type mixed with another type
{ "m", 0, STD_EXT, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "" },
^
c-format.c 922: [warning]: CFE1188 enumerated type mixed with another type
{ "m", 0, STD_EXT, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "" },
^
c-format.c 922: [warning]: CFE1188 enumerated type mixed with another type
{ "m", 0, STD_EXT, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "" },
^
c-format.c 922: [warning]: CFE1188 enumerated type mixed with another type
{ "m", 0, STD_EXT, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "-wp", "" },
^
c-format.c 923: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 923: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 923: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 923: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 923: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 923: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 923: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 923: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 923: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 923: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 932: [warning]: CFE1188 enumerated type mixed with another type
{ "efgEG", 1, STD_C89, { T89_F, BADLEN, BADLEN, T89_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "*w'", "W" },
^
c-format.c 932: [warning]: CFE1188 enumerated type mixed with another type
{ "efgEG", 1, STD_C89, { T89_F, BADLEN, BADLEN, T89_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "*w'", "W" },
^
c-format.c 932: [warning]: CFE1188 enumerated type mixed with another type
{ "efgEG", 1, STD_C89, { T89_F, BADLEN, BADLEN, T89_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "*w'", "W" },
^
c-format.c 932: [warning]: CFE1188 enumerated type mixed with another type
{ "efgEG", 1, STD_C89, { T89_F, BADLEN, BADLEN, T89_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "*w'", "W" },
^
c-format.c 932: [warning]: CFE1188 enumerated type mixed with another type
{ "efgEG", 1, STD_C89, { T89_F, BADLEN, BADLEN, T89_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "*w'", "W" },
^
c-format.c 932: [warning]: CFE1188 enumerated type mixed with another type
{ "efgEG", 1, STD_C89, { T89_F, BADLEN, BADLEN, T89_D, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "*w'", "W" },
^
c-format.c 933: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "cW" },
^
c-format.c 933: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "cW" },
^
c-format.c 933: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "cW" },
^
c-format.c 933: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "cW" },
^
c-format.c 933: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "cW" },
^
c-format.c 933: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "cW" },
^
c-format.c 933: [warning]: CFE1188 enumerated type mixed with another type
{ "c", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "cW" },
^
c-format.c 934: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW" },
^
c-format.c 934: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW" },
^
c-format.c 934: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW" },
^
c-format.c 934: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW" },
^
c-format.c 934: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW" },
^
c-format.c 934: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW" },
^
c-format.c 934: [warning]: CFE1188 enumerated type mixed with another type
{ "s", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW" },
^
c-format.c 935: [warning]: CFE1188 enumerated type mixed with another type
{ "[", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW[" },
^
c-format.c 935: [warning]: CFE1188 enumerated type mixed with another type
{ "[", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW[" },
^
c-format.c 935: [warning]: CFE1188 enumerated type mixed with another type
{ "[", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW[" },
^
c-format.c 935: [warning]: CFE1188 enumerated type mixed with another type
{ "[", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW[" },
^
c-format.c 935: [warning]: CFE1188 enumerated type mixed with another type
{ "[", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW[" },
^
c-format.c 935: [warning]: CFE1188 enumerated type mixed with another type
{ "[", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW[" },
^
c-format.c 935: [warning]: CFE1188 enumerated type mixed with another type
{ "[", 1, STD_C89, { T89_C, BADLEN, BADLEN, T94_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "cW[" },
^
c-format.c 936: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 2, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 936: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 2, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 936: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 2, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 936: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 2, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 936: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 2, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 936: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 2, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 936: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 2, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 936: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 2, STD_C89, { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 937: [warning]: CFE1188 enumerated type mixed with another type
{ "n", 1, STD_C89, { T89_I, T99_SC, T89_S, T89_L, T9L_LL, BADLEN, T99_SST, T99_PD, T99_IM }, "", "W" },
^
c-format.c 939: [warning]: CFE1188 enumerated type mixed with another type
{ "FaA", 1, STD_C99, { T99_F, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "*w'", "W" },
^
c-format.c 939: [warning]: CFE1188 enumerated type mixed with another type
{ "FaA", 1, STD_C99, { T99_F, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "*w'", "W" },
^
c-format.c 939: [warning]: CFE1188 enumerated type mixed with another type
{ "FaA", 1, STD_C99, { T99_F, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "*w'", "W" },
^
c-format.c 939: [warning]: CFE1188 enumerated type mixed with another type
{ "FaA", 1, STD_C99, { T99_F, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "*w'", "W" },
^
c-format.c 939: [warning]: CFE1188 enumerated type mixed with another type
{ "FaA", 1, STD_C99, { T99_F, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "*w'", "W" },
^
c-format.c 939: [warning]: CFE1188 enumerated type mixed with another type
{ "FaA", 1, STD_C99, { T99_F, BADLEN, BADLEN, T99_D, BADLEN, T99_LD, BADLEN, BADLEN, BADLEN }, "*w'", "W" },
^
c-format.c 941: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 941: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 941: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 941: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 941: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 941: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 941: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 941: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*w", "W" },
^
c-format.c 942: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "W" },
^
c-format.c 942: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "W" },
^
c-format.c 942: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "W" },
^
c-format.c 942: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "W" },
^
c-format.c 942: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "W" },
^
c-format.c 942: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "W" },
^
c-format.c 942: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "W" },
^
c-format.c 942: [warning]: CFE1188 enumerated type mixed with another type
{ "S", 1, STD_EXT, { TEX_W, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN }, "*aw", "W" },
^
c-format.c 943: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 943: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 943: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 943: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 943: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 943: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 943: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 943: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 943: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 943: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 949: [warning]: CFE1188 enumerated type mixed with another type
{ "ABZab", 0, STD_C89, NOLENGTHS, "^#", "" },
^
c-format.c 949: [warning]: CFE1188 enumerated type mixed with another type
{ "ABZab", 0, STD_C89, NOLENGTHS, "^#", "" },
^
c-format.c 949: [warning]: CFE1188 enumerated type mixed with another type
{ "ABZab", 0, STD_C89, NOLENGTHS, "^#", "" },
^
c-format.c 949: [warning]: CFE1188 enumerated type mixed with another type
{ "ABZab", 0, STD_C89, NOLENGTHS, "^#", "" },
^
c-format.c 949: [warning]: CFE1188 enumerated type mixed with another type
{ "ABZab", 0, STD_C89, NOLENGTHS, "^#", "" },
^
c-format.c 949: [warning]: CFE1188 enumerated type mixed with another type
{ "ABZab", 0, STD_C89, NOLENGTHS, "^#", "" },
^
c-format.c 949: [warning]: CFE1188 enumerated type mixed with another type
{ "ABZab", 0, STD_C89, NOLENGTHS, "^#", "" },
^
c-format.c 949: [warning]: CFE1188 enumerated type mixed with another type
{ "ABZab", 0, STD_C89, NOLENGTHS, "^#", "" },
^
c-format.c 949: [warning]: CFE1188 enumerated type mixed with another type
{ "ABZab", 0, STD_C89, NOLENGTHS, "^#", "" },
^
c-format.c 950: [warning]: CFE1188 enumerated type mixed with another type
{ "cx", 0, STD_C89, NOLENGTHS, "E", "3" },
^
c-format.c 950: [warning]: CFE1188 enumerated type mixed with another type
{ "cx", 0, STD_C89, NOLENGTHS, "E", "3" },
^
c-format.c 950: [warning]: CFE1188 enumerated type mixed with another type
{ "cx", 0, STD_C89, NOLENGTHS, "E", "3" },
^
c-format.c 950: [warning]: CFE1188 enumerated type mixed with another type
{ "cx", 0, STD_C89, NOLENGTHS, "E", "3" },
^
c-format.c 950: [warning]: CFE1188 enumerated type mixed with another type
{ "cx", 0, STD_C89, NOLENGTHS, "E", "3" },
^
c-format.c 950: [warning]: CFE1188 enumerated type mixed with another type
{ "cx", 0, STD_C89, NOLENGTHS, "E", "3" },
^
c-format.c 950: [warning]: CFE1188 enumerated type mixed with another type
{ "cx", 0, STD_C89, NOLENGTHS, "E", "3" },
^
c-format.c 950: [warning]: CFE1188 enumerated type mixed with another type
{ "cx", 0, STD_C89, NOLENGTHS, "E", "3" },
^
c-format.c 950: [warning]: CFE1188 enumerated type mixed with another type
{ "cx", 0, STD_C89, NOLENGTHS, "E", "3" },
^
c-format.c 951: [warning]: CFE1188 enumerated type mixed with another type
{ "HIMSUWdmw", 0, STD_C89, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 951: [warning]: CFE1188 enumerated type mixed with another type
{ "HIMSUWdmw", 0, STD_C89, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 951: [warning]: CFE1188 enumerated type mixed with another type
{ "HIMSUWdmw", 0, STD_C89, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 951: [warning]: CFE1188 enumerated type mixed with another type
{ "HIMSUWdmw", 0, STD_C89, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 951: [warning]: CFE1188 enumerated type mixed with another type
{ "HIMSUWdmw", 0, STD_C89, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 951: [warning]: CFE1188 enumerated type mixed with another type
{ "HIMSUWdmw", 0, STD_C89, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 951: [warning]: CFE1188 enumerated type mixed with another type
{ "HIMSUWdmw", 0, STD_C89, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 951: [warning]: CFE1188 enumerated type mixed with another type
{ "HIMSUWdmw", 0, STD_C89, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 951: [warning]: CFE1188 enumerated type mixed with another type
{ "HIMSUWdmw", 0, STD_C89, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 952: [warning]: CFE1188 enumerated type mixed with another type
{ "j", 0, STD_C89, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 952: [warning]: CFE1188 enumerated type mixed with another type
{ "j", 0, STD_C89, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 952: [warning]: CFE1188 enumerated type mixed with another type
{ "j", 0, STD_C89, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 952: [warning]: CFE1188 enumerated type mixed with another type
{ "j", 0, STD_C89, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 952: [warning]: CFE1188 enumerated type mixed with another type
{ "j", 0, STD_C89, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 952: [warning]: CFE1188 enumerated type mixed with another type
{ "j", 0, STD_C89, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 952: [warning]: CFE1188 enumerated type mixed with another type
{ "j", 0, STD_C89, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 952: [warning]: CFE1188 enumerated type mixed with another type
{ "j", 0, STD_C89, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 952: [warning]: CFE1188 enumerated type mixed with another type
{ "j", 0, STD_C89, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 953: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 0, STD_C89, NOLENGTHS, "#", "" },
^
c-format.c 953: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 0, STD_C89, NOLENGTHS, "#", "" },
^
c-format.c 953: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 0, STD_C89, NOLENGTHS, "#", "" },
^
c-format.c 953: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 0, STD_C89, NOLENGTHS, "#", "" },
^
c-format.c 953: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 0, STD_C89, NOLENGTHS, "#", "" },
^
c-format.c 953: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 0, STD_C89, NOLENGTHS, "#", "" },
^
c-format.c 953: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 0, STD_C89, NOLENGTHS, "#", "" },
^
c-format.c 953: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 0, STD_C89, NOLENGTHS, "#", "" },
^
c-format.c 953: [warning]: CFE1188 enumerated type mixed with another type
{ "p", 0, STD_C89, NOLENGTHS, "#", "" },
^
c-format.c 954: [warning]: CFE1188 enumerated type mixed with another type
{ "X", 0, STD_C89, NOLENGTHS, "E", "" },
^
c-format.c 954: [warning]: CFE1188 enumerated type mixed with another type
{ "X", 0, STD_C89, NOLENGTHS, "E", "" },
^
c-format.c 954: [warning]: CFE1188 enumerated type mixed with another type
{ "X", 0, STD_C89, NOLENGTHS, "E", "" },
^
c-format.c 954: [warning]: CFE1188 enumerated type mixed with another type
{ "X", 0, STD_C89, NOLENGTHS, "E", "" },
^
c-format.c 954: [warning]: CFE1188 enumerated type mixed with another type
{ "X", 0, STD_C89, NOLENGTHS, "E", "" },
^
c-format.c 954: [warning]: CFE1188 enumerated type mixed with another type
{ "X", 0, STD_C89, NOLENGTHS, "E", "" },
^
c-format.c 954: [warning]: CFE1188 enumerated type mixed with another type
{ "X", 0, STD_C89, NOLENGTHS, "E", "" },
^
c-format.c 954: [warning]: CFE1188 enumerated type mixed with another type
{ "X", 0, STD_C89, NOLENGTHS, "E", "" },
^
c-format.c 954: [warning]: CFE1188 enumerated type mixed with another type
{ "X", 0, STD_C89, NOLENGTHS, "E", "" },
^
c-format.c 955: [warning]: CFE1188 enumerated type mixed with another type
{ "y", 0, STD_C89, NOLENGTHS, "EO-_0w", "4" },
^
c-format.c 955: [warning]: CFE1188 enumerated type mixed with another type
{ "y", 0, STD_C89, NOLENGTHS, "EO-_0w", "4" },
^
c-format.c 955: [warning]: CFE1188 enumerated type mixed with another type
{ "y", 0, STD_C89, NOLENGTHS, "EO-_0w", "4" },
^
c-format.c 955: [warning]: CFE1188 enumerated type mixed with another type
{ "y", 0, STD_C89, NOLENGTHS, "EO-_0w", "4" },
^
c-format.c 955: [warning]: CFE1188 enumerated type mixed with another type
{ "y", 0, STD_C89, NOLENGTHS, "EO-_0w", "4" },
^
c-format.c 955: [warning]: CFE1188 enumerated type mixed with another type
{ "y", 0, STD_C89, NOLENGTHS, "EO-_0w", "4" },
^
c-format.c 955: [warning]: CFE1188 enumerated type mixed with another type
{ "y", 0, STD_C89, NOLENGTHS, "EO-_0w", "4" },
^
c-format.c 955: [warning]: CFE1188 enumerated type mixed with another type
{ "y", 0, STD_C89, NOLENGTHS, "EO-_0w", "4" },
^
c-format.c 955: [warning]: CFE1188 enumerated type mixed with another type
{ "y", 0, STD_C89, NOLENGTHS, "EO-_0w", "4" },
^
c-format.c 956: [warning]: CFE1188 enumerated type mixed with another type
{ "Y", 0, STD_C89, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 956: [warning]: CFE1188 enumerated type mixed with another type
{ "Y", 0, STD_C89, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 956: [warning]: CFE1188 enumerated type mixed with another type
{ "Y", 0, STD_C89, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 956: [warning]: CFE1188 enumerated type mixed with another type
{ "Y", 0, STD_C89, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 956: [warning]: CFE1188 enumerated type mixed with another type
{ "Y", 0, STD_C89, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 956: [warning]: CFE1188 enumerated type mixed with another type
{ "Y", 0, STD_C89, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 956: [warning]: CFE1188 enumerated type mixed with another type
{ "Y", 0, STD_C89, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 956: [warning]: CFE1188 enumerated type mixed with another type
{ "Y", 0, STD_C89, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 956: [warning]: CFE1188 enumerated type mixed with another type
{ "Y", 0, STD_C89, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 957: [warning]: CFE1188 enumerated type mixed with another type
{ "%", 0, STD_C89, NOLENGTHS, "", "" },
^
c-format.c 957: [warning]: CFE1188 enumerated type mixed with another type
{ "%", 0, STD_C89, NOLENGTHS, "", "" },
^
c-format.c 957: [warning]: CFE1188 enumerated type mixed with another type
{ "%", 0, STD_C89, NOLENGTHS, "", "" },
^
c-format.c 957: [warning]: CFE1188 enumerated type mixed with another type
{ "%", 0, STD_C89, NOLENGTHS, "", "" },
^
c-format.c 957: [warning]: CFE1188 enumerated type mixed with another type
{ "%", 0, STD_C89, NOLENGTHS, "", "" },
^
c-format.c 957: [warning]: CFE1188 enumerated type mixed with another type
{ "%", 0, STD_C89, NOLENGTHS, "", "" },
^
c-format.c 957: [warning]: CFE1188 enumerated type mixed with another type
{ "%", 0, STD_C89, NOLENGTHS, "", "" },
^
c-format.c 957: [warning]: CFE1188 enumerated type mixed with another type
{ "%", 0, STD_C89, NOLENGTHS, "", "" },
^
c-format.c 957: [warning]: CFE1188 enumerated type mixed with another type
{ "%", 0, STD_C89, NOLENGTHS, "", "" },
^
c-format.c 959: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_C99, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 959: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_C99, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 959: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_C99, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 959: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_C99, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 959: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_C99, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 959: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_C99, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 959: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_C99, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 959: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_C99, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 959: [warning]: CFE1188 enumerated type mixed with another type
{ "C", 0, STD_C99, NOLENGTHS, "-_0EOw", "o" },
^
c-format.c 960: [warning]: CFE1188 enumerated type mixed with another type
{ "D", 0, STD_C99, NOLENGTHS, "", "2" },
^
c-format.c 960: [warning]: CFE1188 enumerated type mixed with another type
{ "D", 0, STD_C99, NOLENGTHS, "", "2" },
^
c-format.c 960: [warning]: CFE1188 enumerated type mixed with another type
{ "D", 0, STD_C99, NOLENGTHS, "", "2" },
^
c-format.c 960: [warning]: CFE1188 enumerated type mixed with another type
{ "D", 0, STD_C99, NOLENGTHS, "", "2" },
^
c-format.c 960: [warning]: CFE1188 enumerated type mixed with another type
{ "D", 0, STD_C99, NOLENGTHS, "", "2" },
^
c-format.c 960: [warning]: CFE1188 enumerated type mixed with another type
{ "D", 0, STD_C99, NOLENGTHS, "", "2" },
^
c-format.c 960: [warning]: CFE1188 enumerated type mixed with another type
{ "D", 0, STD_C99, NOLENGTHS, "", "2" },
^
c-format.c 960: [warning]: CFE1188 enumerated type mixed with another type
{ "D", 0, STD_C99, NOLENGTHS, "", "2" },
^
c-format.c 960: [warning]: CFE1188 enumerated type mixed with another type
{ "D", 0, STD_C99, NOLENGTHS, "", "2" },
^
c-format.c 961: [warning]: CFE1188 enumerated type mixed with another type
{ "eVu", 0, STD_C99, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 961: [warning]: CFE1188 enumerated type mixed with another type
{ "eVu", 0, STD_C99, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 961: [warning]: CFE1188 enumerated type mixed with another type
{ "eVu", 0, STD_C99, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 961: [warning]: CFE1188 enumerated type mixed with another type
{ "eVu", 0, STD_C99, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 961: [warning]: CFE1188 enumerated type mixed with another type
{ "eVu", 0, STD_C99, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 961: [warning]: CFE1188 enumerated type mixed with another type
{ "eVu", 0, STD_C99, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 961: [warning]: CFE1188 enumerated type mixed with another type
{ "eVu", 0, STD_C99, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 961: [warning]: CFE1188 enumerated type mixed with another type
{ "eVu", 0, STD_C99, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 961: [warning]: CFE1188 enumerated type mixed with another type
{ "eVu", 0, STD_C99, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 962: [warning]: CFE1188 enumerated type mixed with another type
{ "FRTnrt", 0, STD_C99, NOLENGTHS, "", "" },
^
c-format.c 962: [warning]: CFE1188 enumerated type mixed with another type
{ "FRTnrt", 0, STD_C99, NOLENGTHS, "", "" },
^
c-format.c 962: [warning]: CFE1188 enumerated type mixed with another type
{ "FRTnrt", 0, STD_C99, NOLENGTHS, "", "" },
^
c-format.c 962: [warning]: CFE1188 enumerated type mixed with another type
{ "FRTnrt", 0, STD_C99, NOLENGTHS, "", "" },
^
c-format.c 962: [warning]: CFE1188 enumerated type mixed with another type
{ "FRTnrt", 0, STD_C99, NOLENGTHS, "", "" },
^
c-format.c 962: [warning]: CFE1188 enumerated type mixed with another type
{ "FRTnrt", 0, STD_C99, NOLENGTHS, "", "" },
^
c-format.c 962: [warning]: CFE1188 enumerated type mixed with another type
{ "FRTnrt", 0, STD_C99, NOLENGTHS, "", "" },
^
c-format.c 962: [warning]: CFE1188 enumerated type mixed with another type
{ "FRTnrt", 0, STD_C99, NOLENGTHS, "", "" },
^
c-format.c 962: [warning]: CFE1188 enumerated type mixed with another type
{ "FRTnrt", 0, STD_C99, NOLENGTHS, "", "" },
^
c-format.c 963: [warning]: CFE1188 enumerated type mixed with another type
{ "g", 0, STD_C99, NOLENGTHS, "O-_0w", "2o" },
^
c-format.c 963: [warning]: CFE1188 enumerated type mixed with another type
{ "g", 0, STD_C99, NOLENGTHS, "O-_0w", "2o" },
^
c-format.c 963: [warning]: CFE1188 enumerated type mixed with another type
{ "g", 0, STD_C99, NOLENGTHS, "O-_0w", "2o" },
^
c-format.c 963: [warning]: CFE1188 enumerated type mixed with another type
{ "g", 0, STD_C99, NOLENGTHS, "O-_0w", "2o" },
^
c-format.c 963: [warning]: CFE1188 enumerated type mixed with another type
{ "g", 0, STD_C99, NOLENGTHS, "O-_0w", "2o" },
^
c-format.c 963: [warning]: CFE1188 enumerated type mixed with another type
{ "g", 0, STD_C99, NOLENGTHS, "O-_0w", "2o" },
^
c-format.c 963: [warning]: CFE1188 enumerated type mixed with another type
{ "g", 0, STD_C99, NOLENGTHS, "O-_0w", "2o" },
^
c-format.c 963: [warning]: CFE1188 enumerated type mixed with another type
{ "g", 0, STD_C99, NOLENGTHS, "O-_0w", "2o" },
^
c-format.c 963: [warning]: CFE1188 enumerated type mixed with another type
{ "g", 0, STD_C99, NOLENGTHS, "O-_0w", "2o" },
^
c-format.c 964: [warning]: CFE1188 enumerated type mixed with another type
{ "G", 0, STD_C99, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 964: [warning]: CFE1188 enumerated type mixed with another type
{ "G", 0, STD_C99, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 964: [warning]: CFE1188 enumerated type mixed with another type
{ "G", 0, STD_C99, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 964: [warning]: CFE1188 enumerated type mixed with another type
{ "G", 0, STD_C99, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 964: [warning]: CFE1188 enumerated type mixed with another type
{ "G", 0, STD_C99, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 964: [warning]: CFE1188 enumerated type mixed with another type
{ "G", 0, STD_C99, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 964: [warning]: CFE1188 enumerated type mixed with another type
{ "G", 0, STD_C99, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 964: [warning]: CFE1188 enumerated type mixed with another type
{ "G", 0, STD_C99, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 964: [warning]: CFE1188 enumerated type mixed with another type
{ "G", 0, STD_C99, NOLENGTHS, "-_0Ow", "o" },
^
c-format.c 965: [warning]: CFE1188 enumerated type mixed with another type
{ "h", 0, STD_C99, NOLENGTHS, "^#", "" },
^
c-format.c 965: [warning]: CFE1188 enumerated type mixed with another type
{ "h", 0, STD_C99, NOLENGTHS, "^#", "" },
^
c-format.c 965: [warning]: CFE1188 enumerated type mixed with another type
{ "h", 0, STD_C99, NOLENGTHS, "^#", "" },
^
c-format.c 965: [warning]: CFE1188 enumerated type mixed with another type
{ "h", 0, STD_C99, NOLENGTHS, "^#", "" },
^
c-format.c 965: [warning]: CFE1188 enumerated type mixed with another type
{ "h", 0, STD_C99, NOLENGTHS, "^#", "" },
^
c-format.c 965: [warning]: CFE1188 enumerated type mixed with another type
{ "h", 0, STD_C99, NOLENGTHS, "^#", "" },
^
c-format.c 965: [warning]: CFE1188 enumerated type mixed with another type
{ "h", 0, STD_C99, NOLENGTHS, "^#", "" },
^
c-format.c 965: [warning]: CFE1188 enumerated type mixed with another type
{ "h", 0, STD_C99, NOLENGTHS, "^#", "" },
^
c-format.c 965: [warning]: CFE1188 enumerated type mixed with another type
{ "h", 0, STD_C99, NOLENGTHS, "^#", "" },
^
c-format.c 966: [warning]: CFE1188 enumerated type mixed with another type
{ "z", 0, STD_C99, NOLENGTHS, "O", "o" },
^
c-format.c 966: [warning]: CFE1188 enumerated type mixed with another type
{ "z", 0, STD_C99, NOLENGTHS, "O", "o" },
^
c-format.c 966: [warning]: CFE1188 enumerated type mixed with another type
{ "z", 0, STD_C99, NOLENGTHS, "O", "o" },
^
c-format.c 966: [warning]: CFE1188 enumerated type mixed with another type
{ "z", 0, STD_C99, NOLENGTHS, "O", "o" },
^
c-format.c 966: [warning]: CFE1188 enumerated type mixed with another type
{ "z", 0, STD_C99, NOLENGTHS, "O", "o" },
^
c-format.c 966: [warning]: CFE1188 enumerated type mixed with another type
{ "z", 0, STD_C99, NOLENGTHS, "O", "o" },
^
c-format.c 966: [warning]: CFE1188 enumerated type mixed with another type
{ "z", 0, STD_C99, NOLENGTHS, "O", "o" },
^
c-format.c 966: [warning]: CFE1188 enumerated type mixed with another type
{ "z", 0, STD_C99, NOLENGTHS, "O", "o" },
^
c-format.c 966: [warning]: CFE1188 enumerated type mixed with another type
{ "z", 0, STD_C99, NOLENGTHS, "O", "o" },
^
c-format.c 968: [warning]: CFE1188 enumerated type mixed with another type
{ "kls", 0, STD_EXT, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 968: [warning]: CFE1188 enumerated type mixed with another type
{ "kls", 0, STD_EXT, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 968: [warning]: CFE1188 enumerated type mixed with another type
{ "kls", 0, STD_EXT, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 968: [warning]: CFE1188 enumerated type mixed with another type
{ "kls", 0, STD_EXT, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 968: [warning]: CFE1188 enumerated type mixed with another type
{ "kls", 0, STD_EXT, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 968: [warning]: CFE1188 enumerated type mixed with another type
{ "kls", 0, STD_EXT, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 968: [warning]: CFE1188 enumerated type mixed with another type
{ "kls", 0, STD_EXT, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 968: [warning]: CFE1188 enumerated type mixed with another type
{ "kls", 0, STD_EXT, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 968: [warning]: CFE1188 enumerated type mixed with another type
{ "kls", 0, STD_EXT, NOLENGTHS, "-_0Ow", "" },
^
c-format.c 969: [warning]: CFE1188 enumerated type mixed with another type
{ "P", 0, STD_EXT, NOLENGTHS, "", "" },
^
c-format.c 969: [warning]: CFE1188 enumerated type mixed with another type
{ "P", 0, STD_EXT, NOLENGTHS, "", "" },
^
c-format.c 969: [warning]: CFE1188 enumerated type mixed with another type
{ "P", 0, STD_EXT, NOLENGTHS, "", "" },
^
c-format.c 969: [warning]: CFE1188 enumerated type mixed with another type
{ "P", 0, STD_EXT, NOLENGTHS, "", "" },
^
c-format.c 969: [warning]: CFE1188 enumerated type mixed with another type
{ "P", 0, STD_EXT, NOLENGTHS, "", "" },
^
c-format.c 969: [warning]: CFE1188 enumerated type mixed with another type
{ "P", 0, STD_EXT, NOLENGTHS, "", "" },
^
c-format.c 969: [warning]: CFE1188 enumerated type mixed with another type
{ "P", 0, STD_EXT, NOLENGTHS, "", "" },
^
c-format.c 969: [warning]: CFE1188 enumerated type mixed with another type
{ "P", 0, STD_EXT, NOLENGTHS, "", "" },
^
c-format.c 969: [warning]: CFE1188 enumerated type mixed with another type
{ "P", 0, STD_EXT, NOLENGTHS, "", "" },
^
c-format.c 970: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 970: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 970: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 970: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 970: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 970: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 970: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 970: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 970: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 970: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 975: [warning]: CFE1188 enumerated type mixed with another type
{ "in", 0, STD_C89, { T89_D, BADLEN, BADLEN, BADLEN, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "=^+(!-w#p", "" },
^
c-format.c 975: [warning]: CFE1188 enumerated type mixed with another type
{ "in", 0, STD_C89, { T89_D, BADLEN, BADLEN, BADLEN, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "=^+(!-w#p", "" },
^
c-format.c 975: [warning]: CFE1188 enumerated type mixed with another type
{ "in", 0, STD_C89, { T89_D, BADLEN, BADLEN, BADLEN, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "=^+(!-w#p", "" },
^
c-format.c 975: [warning]: CFE1188 enumerated type mixed with another type
{ "in", 0, STD_C89, { T89_D, BADLEN, BADLEN, BADLEN, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "=^+(!-w#p", "" },
^
c-format.c 975: [warning]: CFE1188 enumerated type mixed with another type
{ "in", 0, STD_C89, { T89_D, BADLEN, BADLEN, BADLEN, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "=^+(!-w#p", "" },
^
c-format.c 975: [warning]: CFE1188 enumerated type mixed with another type
{ "in", 0, STD_C89, { T89_D, BADLEN, BADLEN, BADLEN, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "=^+(!-w#p", "" },
^
c-format.c 975: [warning]: CFE1188 enumerated type mixed with another type
{ "in", 0, STD_C89, { T89_D, BADLEN, BADLEN, BADLEN, BADLEN, T89_LD, BADLEN, BADLEN, BADLEN }, "=^+(!-w#p", "" },
^
c-format.c 976: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 976: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 976: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 976: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 976: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 976: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 976: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 976: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 976: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 976: [warning]: CFE1188 enumerated type mixed with another type
{ NULL, 0, 0, NOLENGTHS, NULL, NULL }
^
c-format.c 1392: [warning]: CFE1117 non-void function "get_flag_spec" (declared at line 1369) should return a value
}
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include c-semantics.c -o c-semantics.o
c-semantics.c 61: [warning]: CFE1188 enumerated type mixed with another type
*t = build_nt (EXPR_STMT, void_zero_node);
^
c-semantics.c 96: [warning]: CFE1188 enumerated type mixed with another type
decl_stmt = build_stmt (DECL_STMT, decl);
^
c-semantics.c 119: [warning]: CFE1188 enumerated type mixed with another type
ss = build_stmt (SCOPE_STMT, NULL_TREE);
^
c-semantics.c 524: [warning]: CFE1188 enumerated type mixed with another type
return (build_stmt (RETURN_STMT, expr));
^
c-semantics.c 597: [warning]: CFE1188 enumerated type mixed with another type
return (build_stmt (BREAK_STMT));
^
c-semantics.c 615: [warning]: CFE1188 enumerated type mixed with another type
return (build_stmt (CONTINUE_STMT));
^
c-semantics.c 702: [warning]: CFE1188 enumerated type mixed with another type
return build_stmt (CASE_LABEL, low_value, high_value, label_decl);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include c-dump.c -o c-dump.o
c-dump.c 464: [warning]: CFE1995 flow into case label
case FUNCTION_TYPE:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include cpplib.c -o cpplib.o
cpplib.c 412: [warning]: CFE1550 variable "buffer" was set but never used
cpp_buffer *buffer;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include cpplex.c -o cpplex.o
cpplex.c 948: [warning]: CFE1995 flow into case label
case '_':
^
cpplex.c 1250: [warning]: CFE1995 flow into case label
default:
^
cpplex.c 1404: [warning]: CFE1995 flow into case label
case SPELL_IDENT:
^
cpplex.c 1473: [warning]: CFE1188 enumerated type mixed with another type
enum cpp_ttype a = token1->type, b = token2->type;
^
cpplex.c 1473: [warning]: CFE1188 enumerated type mixed with another type
enum cpp_ttype a = token1->type, b = token2->type;
^
cpplex.c 1579: [warning]: CFE1188 enumerated type mixed with another type
enum cpp_ttype a = token1->type, b = token2->type;
^
cpplex.c 1579: [warning]: CFE1188 enumerated type mixed with another type
enum cpp_ttype a = token1->type, b = token2->type;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include cppmacro.c -o cppmacro.o
cppmacro.c 491: [warning]: CFE1188 enumerated type mixed with another type
result = token->type;
^
cppmacro.c 1292: [warning]: CFE1995 flow into case label
case CPP_COMMA:
^
cppmacro.c 1320: [warning]: CFE1995 flow into case label
case CPP_EOF:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include cppexp.c -o cppexp.o
cppexp.c 271: [warning]: CFE1807 Conversion of a large integral may lose bits
c = parse_escape (pfile, &ptr, end, mask);
^
cppexp.c 479: [warning]: CFE1995 flow into case label
default:
^
cppexp.c 484: [warning]: CFE1188 enumerated type mixed with another type
op.op = token->type;
^
cppexp.c 821: [warning]: CFE1995 flow into case label
case CPP_INT:
^
cppexp.c 834: [warning]: CFE1995 flow into case label
default: prio = op_to_prio[op.op]; break;
^
cppexp.c 1018: [warning]: CFE1995 flow into case label
default:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include cppfiles.c -o cppfiles.o
cppfiles.c 702: [warning]: CFE1188 enumerated type mixed with another type
struct include_file *inc = find_include_file (pfile, header, 0);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include cpphash.c -o cpphash.o
cpphash.c 164: [warning]: CFE1513 a value of type "char *" cannot be assigned to an entity of type "cpp_hashnode *"
entries[index] = obstack_alloc (pfile->hash_ob, sizeof (cpp_hashnode));
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include cpperror.c -o cpperror.o
cpperror.c 90: [warning]: CFE1188 enumerated type mixed with another type
enum cpp_buffer_type type = buffer->type;
^
cpperror.c 160: [warning]: CFE1995 flow into case label
case WARNING_SYSHDR:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include cppinit.c -o cppinit.o
cppinit.c 423: [warning]: CFE1995 flow into case label
case CLK_OBJC:
^
cppinit.c 720: [warning]: CFE1188 enumerated type mixed with another type
hp->value.operator = b->operator;
^
cppinit.c 726: [warning]: CFE1188 enumerated type mixed with another type
hp->value.builtin = b->builtin;
^
cppinit.c 1356: [warning]: CFE1995 flow into case label
case OPT_pedantic:
^
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include \
-DGCC_INCLUDE_DIR=\"/opt/lib/gcc-lib/mips-sni-sysv4/3.0/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/opt/lib/gcc-lib/mips-sni-sysv4/3.0/include/g++\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/opt/lib/gcc-lib/mips-sni-sysv4/3.0/include/g++/mips-sni-sysv4\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/opt/lib/gcc-lib/mips-sni-sysv4/3.0/include/g++/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/opt/lib/gcc-lib/mips-sni-sysv4/3.0/../../../../mips-sni-sysv4/sys-include\" -DTOOL_INCLUDE_DIR=\"/opt/lib/gcc-lib/mips-sni-sysv4/3.0/../../../../mips-sni-sysv4/include\" \
-c ./cppdefault.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include mkdeps.c -o mkdeps.o
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include \
-DPREFIX=\"/opt\" \
-c ./prefix.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include version.c -o version.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include mbchar.c -o mbchar.o
rm -rf libcpp.a
ar rc libcpp.a cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpphash.o cpperror.o cppinit.o cppdefault.o mkdeps.o prefix.o version.o mbchar.o
if [ -f ranlib ] || [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib libcpp.a ; else true ; fi
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./genattr.c
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o genattr \
genattr.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genattr ./config/mips/mips.md > tmp-attr.h
/bin/sh ./move-if-change tmp-attr.h insn-attr.h
echo timestamp > s-attr
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./genconfig.c
./genconfig.c 92: [warning]: CFE1995 flow into case label
case MATCH_SCRATCH:
^
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o genconfig \
genconfig.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genconfig ./config/mips/mips.md > tmp-config.h
/bin/sh ./move-if-change tmp-config.h insn-config.h
echo timestamp > s-config
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include \
-DTARGET_NAME=\"mips-sni-sysv4\" \
-c ./toplev.c
./toplev.c 934: [warning]: CFE1188 enumerated type mixed with another type
{ 0, 0, 0, 0 }
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include diagnostic.c -o diagnostic.o
diagnostic.c 429: [warning]: CFE1995 flow into case label
case DIAGNOSTICS_SHOW_PREFIX_EVERY_LINE:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include tree.c -o tree.o
tree.c 341: [warning]: CFE1117 non-void function "tree_size" (declared at line 289) should return a value
}
^
tree.c 627: [warning]: CFE1188 enumerated type mixed with another type
TYPE_MODE (type));
^
tree.c 630: [warning]: CFE1188 enumerated type mixed with another type
TREE_INT_CST_HIGH (i), TYPE_MODE (type));
^
tree.c 1545: [warning]: CFE1995 flow into case label
default:
^
tree.c 2046: [warning]: CFE1995 flow into case label
case '1':
^
tree.c 3463: [warning]: CFE1117 non-void function "tree_low_cst" (declared at line 3455) should return a value
}
^
tree.c 3578: [warning]: CFE1995 flow into case label
case SAVE_EXPR:
^
tree.c 115: [warning]: CFE1177 variable "tree_node_kind_names" was declared but never referenced
static const char * const tree_node_kind_names[] = {
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include print-tree.c -o print-tree.o
print-tree.c 316: [warning]: CFE1188 enumerated type mixed with another type
mode = DECL_MODE (node);
^
print-tree.c 522: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (node);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include stor-layout.c -o stor-layout.o
stor-layout.c 150: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (size, expand_expr (integer_zero_node, NULL_PTR, VOIDmode, 0),
^
stor-layout.c 151: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0);
^
stor-layout.c 227: [warning]: CFE1117 non-void function "smallest_mode_for_size" (declared at line 213) should return a value
}
^
stor-layout.c 255: [warning]: CFE1995 flow into case label
case MODE_CC:
^
stor-layout.c 653: [warning]: CFE1550 variable "user_align" was set but never used
unsigned int user_align;
^
stor-layout.c 1088: [warning]: CFE1188 enumerated type mixed with another type
mode = DECL_MODE (field);
^
stor-layout.c 1110: [warning]: CFE1188 enumerated type mixed with another type
|| TYPE_ALIGN (type) >= GET_MODE_ALIGNMENT (TYPE_MODE (type))))
^
stor-layout.c 1137: [warning]: CFE1188 enumerated type mixed with another type
TYPE_ALIGN (type) = GET_MODE_ALIGNMENT (TYPE_MODE (type));
^
stor-layout.c 1190: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (type);
^
stor-layout.c 1263: [warning]: CFE1995 flow into case label
case BOOLEAN_TYPE: /* Used for Java, Pascal, and Chill. */
^
stor-layout.c 1269: [warning]: CFE1995 flow into case label
case INTEGER_TYPE:
^
stor-layout.c 1439: [warning]: CFE1188 enumerated type mixed with another type
&& TYPE_ALIGN (type) < GET_MODE_ALIGNMENT (TYPE_MODE (type))
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include fold-const.c -o fold-const.o
fold-const.c 724: [warning]: CFE1068 integer conversion resulted in a change of sign
add_double (*lquo, *hquo, (HOST_WIDE_INT) -1, (HOST_WIDE_INT) -1,
^
fold-const.c 769: [warning]: CFE1068 integer conversion resulted in a change of sign
(HOST_WIDE_INT) -1, (HOST_WIDE_INT) -1, lquo, hquo);
^
fold-const.c 1503: [warning]: CFE1995 flow into case label
case LSHIFT_EXPR:
^
fold-const.c 1514: [warning]: CFE1995 flow into case label
case LROTATE_EXPR:
^
fold-const.c 1551: [warning]: CFE1995 flow into case label
case ROUND_DIV_EXPR:
^
fold-const.c 1584: [warning]: CFE1995 flow into case label
case ROUND_MOD_EXPR:
^
fold-const.c 1701: [warning]: CFE1188 enumerated type mixed with another type
real_value_truncate (TYPE_MODE (args->type), value));
^
fold-const.c 1998: [warning]: CFE1188 enumerated type mixed with another type
real_value_truncate (TYPE_MODE (args->type),
^
fold-const.c 2234: [warning]: CFE1117 non-void function "invert_tree_comparison" (declared at line 2214) should return a value
}
^
fold-const.c 2259: [warning]: CFE1117 non-void function "swap_tree_comparison" (declared at line 2240) should return a value
}
^
fold-const.c 2641: [warning]: CFE1995 flow into case label
case '<':
^
fold-const.c 3496: [warning]: CFE1188 enumerated type mixed with another type
tree equiv_type = type_for_mode (TYPE_MODE (type), 1);
^
fold-const.c 4565: [warning]: CFE1995 flow into case label
case TRUNC_DIV_EXPR: case CEIL_DIV_EXPR: case FLOOR_DIV_EXPR:
^
fold-const.c 5852: [warning]: CFE1188 enumerated type mixed with another type
if (exact_real_inverse (TYPE_MODE(TREE_TYPE(arg0)), &r))
^
fold-const.c 5994: [warning]: CFE1995 flow into case label
case TRUTH_AND_EXPR:
^
fold-const.c 6082: [warning]: CFE1995 flow into case label
case TRUTH_OR_EXPR:
^
fold-const.c 6503: [warning]: CFE1995 flow into case label
case GT_EXPR:
^
fold-const.c 6996: [warning]: CFE1111 statement is unreachable
break;
^
fold-const.c 7005: [warning]: CFE1111 statement is unreachable
break;
^
fold-const.c 7320: [warning]: CFE1995 flow into case label
case SAVE_EXPR:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include function.c -o function.o
function.c 329: [warning]: CFE1117 non-void function "find_function_data" (declared at line 319) should return a value
}
^
function.c 850: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (type);
^
function.c 1346: [warning]: CFE1188 enumerated type mixed with another type
decl_mode = (TREE_CODE (decl) == SAVE_EXPR ? TYPE_MODE (TREE_TYPE (decl))
^
function.c 2474: [warning]: CFE1995 flow into case label
default:
^
function.c 3912: [warning]: CFE1995 flow into case label
case EXPR_LIST:
^
function.c 4005: [warning]: CFE1995 flow into case label
case SUBREG:
^
function.c 4362: [warning]: CFE1188 enumerated type mixed with another type
passed_mode = TYPE_MODE (passed_type);
^
function.c 4363: [warning]: CFE1188 enumerated type mixed with another type
nominal_mode = TYPE_MODE (nominal_type);
^
function.c 4700: [warning]: CFE1188 enumerated type mixed with another type
parmreg));
^
function.c 4766: [warning]: CFE1188 enumerated type mixed with another type
parmreg = gen_reg_rtx (TYPE_MODE (TREE_TYPE (parm)));
^
function.c 4920: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_EQUIV,
^
function.c 4926: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_EQUIV,
^
function.c 4933: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_EQUIV,
^
function.c 5030: [warning]: CFE1188 enumerated type mixed with another type
gen_rtx_MEM (DECL_MODE (result), DECL_RTL (parm)));
^
function.c 5116: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (TREE_TYPE (arg));
^
function.c 5123: [warning]: CFE1188 enumerated type mixed with another type
*pmode = DECL_MODE (arg);
^
function.c 5504: [warning]: CFE1117 non-void function "lookup_static_chain" (declared at line 5482) should return a value
}
^
function.c 6255: [warning]: CFE1188 enumerated type mixed with another type
emit_library_call (gen_rtx_SYMBOL_REF (Pmode, NAME__MAIN), 0,
^
function.c 6373: [warning]: CFE1188 enumerated type mixed with another type
value_address));
^
function.c 6500: [warning]: CFE1188 enumerated type mixed with another type
emit_library_call (profile_function_entry_libfunc, 0, VOIDmode, 2,
^
function.c 6573: [warning]: CFE1188 enumerated type mixed with another type
outgoing = FUNCTION_VALUE (type, current_function_decl);
^
function.c 6704: [warning]: CFE1188 enumerated type mixed with another type
INITIALIZE_TRAMPOLINE (tramp, XEXP (DECL_RTL (function), 0), context);
^
function.c 6818: [warning]: CFE1188 enumerated type mixed with another type
emit_library_call (profile_function_exit_libfunc, 0, VOIDmode, 2,
^
function.c 6863: [warning]: CFE1188 enumerated type mixed with another type
real_decl_rtl = FUNCTION_VALUE (TREE_TYPE (decl_result),
^
function.c 6921: [warning]: CFE1188 enumerated type mixed with another type
= FUNCTION_VALUE (build_pointer_type (type), current_function_decl);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include stmt.c -o stmt.o
stmt.c 701: [warning]: CFE1188 enumerated type mixed with another type
rtx x = expand_expr (exp, NULL_RTX, VOIDmode, 0);
^
stmt.c 1445: [warning]: CFE1995 flow into case label
case 0:
^
stmt.c 1591: [warning]: CFE1188 enumerated type mixed with another type
inout_mode[ninout] = TYPE_MODE (TREE_TYPE (TREE_VALUE (tail)));
^
stmt.c 1712: [warning]: CFE1995 flow into case label
case 'p': case 'r':
^
stmt.c 1746: [warning]: CFE1188 enumerated type mixed with another type
op = expand_expr (TREE_VALUE (tail), NULL_RTX, VOIDmode, 0);
^
stmt.c 1756: [warning]: CFE1188 enumerated type mixed with another type
op = force_reg (TYPE_MODE (TREE_TYPE (TREE_VALUE (tail))), op);
^
stmt.c 1760: [warning]: CFE1188 enumerated type mixed with another type
op = force_const_mem (TYPE_MODE (TREE_TYPE (TREE_VALUE (tail))),
^
stmt.c 1792: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_ASM_INPUT (TYPE_MODE (TREE_TYPE (TREE_VALUE (tail))),
^
stmt.c 1334: [warning]: CFE1550 variable "insn" was set but never used
rtx insn;
^
stmt.c 1950: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0);
^
stmt.c 1969: [warning]: CFE1188 enumerated type mixed with another type
NULL_RTX, VOIDmode, 0),
^
stmt.c 2077: [warning]: CFE1995 flow into case label
default:
^
stmt.c 2844: [warning]: CFE1188 enumerated type mixed with another type
= DECL_MODE (DECL_RESULT (current_function_decl));
^
stmt.c 2933: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (retval, NULL_RTX, VOIDmode, 0);
^
stmt.c 3016: [warning]: CFE1188 enumerated type mixed with another type
rtx result_val = expand_expr (retval_rhs, NULL_RTX, VOIDmode, 0);
^
stmt.c 3112: [warning]: CFE1188 enumerated type mixed with another type
val = expand_expr (retval_rhs, val, GET_MODE (val), 0);
^
stmt.c 3122: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (retval, const0_rtx, VOIDmode, 0);
^
stmt.c 2925: [warning]: CFE1550 variable "last_insn" was set but never used
rtx last_insn = 0;
^
stmt.c 3206: [warning]: CFE1188 enumerated type mixed with another type
argvec[i] = expand_expr (TREE_VALUE (a), NULL_RTX, VOIDmode, 0);
^
stmt.c 3553: [warning]: CFE1188 enumerated type mixed with another type
emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "abort"), 0,
^
stmt.c 3795: [warning]: CFE1188 enumerated type mixed with another type
= promote_mode (type, DECL_MODE (decl), &unsignedp, 0);
^
stmt.c 3861: [warning]: CFE1188 enumerated type mixed with another type
const0_rtx, VOIDmode, 0);
^
stmt.c 3864: [warning]: CFE1188 enumerated type mixed with another type
size = expand_expr (DECL_SIZE_UNIT (decl), NULL_RTX, VOIDmode, 0);
^
stmt.c 3875: [warning]: CFE1188 enumerated type mixed with another type
SET_DECL_RTL (decl, gen_rtx_MEM (DECL_MODE (decl), address));
^
stmt.c 3746: [warning]: CFE1550 variable "thisblock" was set but never used
struct nesting *thisblock;
^
stmt.c 4075: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (TREE_TYPE (decl_elt));
^
stmt.c 4168: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (TREE_VALUE (tail), const0_rtx, VOIDmode, 0);
^
stmt.c 4173: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (TREE_VALUE (tail), const0_rtx, VOIDmode, 0);
^
stmt.c 4938: [warning]: CFE1068 integer conversion resulted in a change of sign
xlo = -1;
^
stmt.c 5241: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (index_expr, const0_rtx, VOIDmode, 0);
^
stmt.c 5280: [warning]: CFE1188 enumerated type mixed with another type
index = expand_expr (index_expr, NULL_RTX, VOIDmode, 0);
^
stmt.c 5377: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode omode = TYPE_MODE (index_type);
^
stmt.c 5378: [warning]: CFE1188 enumerated type mixed with another type
rtx rangertx = expand_expr (range, NULL_RTX, VOIDmode, 0);
^
stmt.c 5384: [warning]: CFE1188 enumerated type mixed with another type
index = expand_expr (index_expr, NULL_RTX, VOIDmode, 0);
^
stmt.c 5399: [warning]: CFE1188 enumerated type mixed with another type
index = expand_expr (index_expr, NULL_RTX, VOIDmode, 0);
^
stmt.c 5410: [warning]: CFE1188 enumerated type mixed with another type
op1 = expand_expr (minval, NULL_RTX, VOIDmode, 0);
^
stmt.c 5417: [warning]: CFE1188 enumerated type mixed with another type
op2 = expand_expr (range, NULL_RTX, VOIDmode, 0);
^
stmt.c 5436: [warning]: CFE1188 enumerated type mixed with another type
index = expand_expr (index_expr, NULL_RTX, VOIDmode, 0);
^
stmt.c 5441: [warning]: CFE1188 enumerated type mixed with another type
do_tablejump (index, TYPE_MODE (index_type),
^
stmt.c 5442: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (range, NULL_RTX, VOIDmode, 0),
^
stmt.c 5977: [warning]: CFE1188 enumerated type mixed with another type
do_jump_if_equal (index, expand_expr (node->low, NULL_RTX, VOIDmode, 0),
^
stmt.c 5992: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6002: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6018: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6050: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6063: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6091: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6104: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6127: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6138: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6146: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6174: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6182: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6197: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6206: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6223: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
stmt.c 6232: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0),
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include except.c -o except.o
except.c 727: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (handler, const0_rtx, VOIDmode, 0);
^
except.c 807: [warning]: CFE1550 variable "catch_region" was set but never used
struct eh_region *try_region, *catch_region;
^
except.c 1358: [warning]: CFE1995 flow into case label
default:
^
except.c 2045: [warning]: CFE1188 enumerated type mixed with another type
mem = change_address (cfun->eh->sjlj_fc, TYPE_MODE (integer_type_node),
^
except.c 2265: [warning]: CFE1188 enumerated type mixed with another type
mem = change_address (fc, TYPE_MODE (integer_type_node),
^
except.c 2304: [warning]: CFE1188 enumerated type mixed with another type
NULL_RTX, TYPE_MODE (integer_type_node), 0, 0,
^
except.c 2328: [warning]: CFE1188 enumerated type mixed with another type
= assign_stack_local (TYPE_MODE (sjlj_fc_type_node),
^
except.c 2711: [warning]: CFE1117 non-void function "reachable_next_level" (declared at line 2588) should return a value
}
^
except.c 2956: [warning]: CFE1188 enumerated type mixed with another type
rtx addr = expand_expr (addr_tree, NULL_RTX, Pmode, 0);
^
except.c 2979: [warning]: CFE1188 enumerated type mixed with another type
rtx addr = expand_expr (addr_tree, NULL_RTX, Pmode, 0);
^
except.c 2998: [warning]: CFE1188 enumerated type mixed with another type
stackadj = expand_expr (stackadj_tree, cfun->eh->ehr_stackadj, VOIDmode, 0);
^
except.c 2999: [warning]: CFE1188 enumerated type mixed with another type
handler = expand_expr (handler_tree, cfun->eh->ehr_handler, VOIDmode, 0);
^
except.c 3208: [warning]: CFE1117 non-void function "collect_one_action_chain" (declared at line 3133) should return a value
}
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include expr.c -o expr.o
expr.c 233: [warning]: CFE1188 enumerated type mixed with another type
insn = emit_insn (gen_rtx_SET (0, NULL_RTX, NULL_RTX));
^
expr.c 1717: [warning]: CFE1188 enumerated type mixed with another type
size = copy_to_mode_reg (TYPE_MODE (sizetype), size);
^
expr.c 1774: [warning]: CFE1188 enumerated type mixed with another type
retval = expand_expr (call_expr, NULL_RTX, VOIDmode, 0);
^
expr.c 2619: [warning]: CFE1188 enumerated type mixed with another type
size = copy_to_mode_reg (TYPE_MODE (sizetype), size);
^
expr.c 2680: [warning]: CFE1188 enumerated type mixed with another type
retval = expand_expr (call_expr, NULL_RTX, VOIDmode, 0);
^
expr.c 2744: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_EQUAL, y_cst, REG_NOTES (last_insn));
^
expr.c 2974: [warning]: CFE1117 non-void function "emit_move_insn_1" (declared at line 2754) should return a value
}
^
expr.c 3351: [warning]: CFE1188 enumerated type mixed with another type
convert_to_mode (TYPE_MODE (sizetype),
^
expr.c 3560: [warning]: CFE1188 enumerated type mixed with another type
result = expand_expr (from, NULL_RTX, VOIDmode, 0);
^
expr.c 3594: [warning]: CFE1188 enumerated type mixed with another type
rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, 0);
^
expr.c 3732: [warning]: CFE1188 enumerated type mixed with another type
return (want_value ? convert_modes (TYPE_MODE (TREE_TYPE (to)),
^
expr.c 3733: [warning]: CFE1188 enumerated type mixed with another type
TYPE_MODE (TREE_TYPE (from)),
^
expr.c 3758: [warning]: CFE1188 enumerated type mixed with another type
value = expand_expr (from, NULL_RTX, VOIDmode, 0);
^
expr.c 3802: [warning]: CFE1188 enumerated type mixed with another type
temp = expand_expr (from, 0, GET_MODE (to_rtx), 0);
^
expr.c 3835: [warning]: CFE1188 enumerated type mixed with another type
convert_to_mode (TYPE_MODE (sizetype),
^
expr.c 3843: [warning]: CFE1188 enumerated type mixed with another type
convert_to_mode (TYPE_MODE (sizetype),
^
expr.c 3907: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (TREE_OPERAND (exp, 0), const0_rtx, VOIDmode, 0);
^
expr.c 3950: [warning]: CFE1188 enumerated type mixed with another type
temp = expand_expr (exp, temp, GET_MODE (target), 0);
^
expr.c 3953: [warning]: CFE1188 enumerated type mixed with another type
temp = expand_expr (exp, NULL_RTX, GET_MODE (target), 0);
^
expr.c 3970: [warning]: CFE1188 enumerated type mixed with another type
temp = expand_expr (exp, target, GET_MODE (target), 0);
^
expr.c 4003: [warning]: CFE1188 enumerated type mixed with another type
temp = expand_expr (exp, NULL_RTX, VOIDmode, 0);
^
expr.c 4017: [warning]: CFE1188 enumerated type mixed with another type
TYPE_MODE (TREE_TYPE (exp)), temp,
^
expr.c 4040: [warning]: CFE1188 enumerated type mixed with another type
temp = expand_expr (exp, target, GET_MODE (target), 0);
^
expr.c 4063: [warning]: CFE1188 enumerated type mixed with another type
temp = convert_modes (GET_MODE (target), TYPE_MODE (TREE_TYPE (exp)),
^
expr.c 4144: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0);
^
expr.c 4482: [warning]: CFE1188 enumerated type mixed with another type
mode = DECL_MODE (field);
^
expr.c 4504: [warning]: CFE1188 enumerated type mixed with another type
offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, 0);
^
expr.c 4463: [warning]: CFE1550 variable "unsignedp" was set but never used
int unsignedp;
^
expr.c 4667: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (elttype);
^
expr.c 4710: [warning]: CFE1188 enumerated type mixed with another type
hi_r = expand_expr (hi_index, NULL_RTX, VOIDmode, 0);
^
expr.c 4719: [warning]: CFE1188 enumerated type mixed with another type
= gen_reg_rtx (promote_mode (domain, DECL_MODE (index),
^
expr.c 4727: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (value, const0_rtx, VOIDmode, 0);
^
expr.c 4742: [warning]: CFE1188 enumerated type mixed with another type
pos_rtx = expand_expr (position, 0, VOIDmode, 0);
^
expr.c 4679: [warning]: CFE1550 variable "hi_r" was set but never used
rtx index_r, pos_rtx, addr, hi_r, loop_top, loop_end;
^
expr.c 4679: [warning]: CFE1550 variable "loop_top" was set but never used
rtx index_r, pos_rtx, addr, hi_r, loop_top, loop_end;
^
expr.c 4779: [warning]: CFE1188 enumerated type mixed with another type
pos_rtx = expand_expr (position, 0, VOIDmode, 0);
^
expr.c 4917: [warning]: CFE1188 enumerated type mixed with another type
NULL_RTX, MEM, EXPAND_CONST_ADDRESS);
^
expr.c 4933: [warning]: CFE1188 enumerated type mixed with another type
startbit_rtx = expand_expr (startbit, NULL_RTX, MEM,
^
expr.c 4935: [warning]: CFE1188 enumerated type mixed with another type
endbit_rtx = expand_expr (endbit, NULL_RTX, MEM,
^
expr.c 5029: [warning]: CFE1188 enumerated type mixed with another type
return expand_expr (exp, const0_rtx, VOIDmode, 0);
^
expr.c 5104: [warning]: CFE1188 enumerated type mixed with another type
rtx temp = expand_expr (exp, NULL_RTX, VOIDmode, 0);
^
expr.c 5122: [warning]: CFE1188 enumerated type mixed with another type
temp = convert_modes (mode, TYPE_MODE (TREE_TYPE (exp)), temp, 1);
^
expr.c 5177: [warning]: CFE1188 enumerated type mixed with another type
NULL_RTX, value_mode, 0, align,
^
expr.c 5271: [warning]: CFE1188 enumerated type mixed with another type
mode = DECL_MODE (TREE_OPERAND (exp, 1));
^
expr.c 5282: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (TREE_TYPE (exp));
^
expr.c 5410: [warning]: CFE1111 statement is unreachable
break;
^
expr.c 5413: [warning]: CFE1111 statement is unreachable
break;
^
expr.c 5416: [warning]: CFE1111 statement is unreachable
break;
^
expr.c 5428: [warning]: CFE1117 non-void function "get_memory_usage_from_modifier" (declared at line 5402) should return a value
}
^
expr.c 5548: [warning]: CFE1188 enumerated type mixed with another type
if (! memory_address_p (TYPE_MODE (part_type), XEXP (target, 0)))
^
expr.c 5549: [warning]: CFE1188 enumerated type mixed with another type
target = change_address (target, TYPE_MODE (part_type), NULL_RTX);
^
expr.c 5761: [warning]: CFE1995 flow into case label
default:
^
expr.c 5960: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (type);
^
expr.c 6118: [warning]: CFE1995 flow into case label
case VAR_DECL:
^
expr.c 6158: [warning]: CFE1995 flow into case label
case FUNCTION_DECL:
^
expr.c 6225: [warning]: CFE1188 enumerated type mixed with another type
&& (! memory_address_p (DECL_MODE (exp),
^
expr.c 6252: [warning]: CFE1188 enumerated type mixed with another type
!= promote_mode (type, DECL_MODE (exp), &unsignedp, 0))
^
expr.c 6481: [warning]: CFE1995 flow into case label
case WITH_RECORD_EXPR:
^
expr.c 6529: [warning]: CFE1550 variable "vars_need_expansion" was set but never used
int vars_need_expansion = 0;
^
expr.c 6776: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (type);
^
expr.c 6789: [warning]: CFE1995 flow into case label
case COMPONENT_REF:
^
expr.c 6831: [warning]: CFE1188 enumerated type mixed with another type
= TYPE_MODE (TREE_TYPE (TREE_PURPOSE (elt)));
^
expr.c 6881: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (TREE_TYPE (tem));
^
expr.c 6891: [warning]: CFE1188 enumerated type mixed with another type
rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, 0);
^
expr.c 7133: [warning]: CFE1995 flow into case label
case IN_EXPR:
^
expr.c 7150: [warning]: CFE1188 enumerated type mixed with another type
rtx index_val = expand_expr (index, 0, VOIDmode, 0);
^
expr.c 7151: [warning]: CFE1188 enumerated type mixed with another type
rtx lo_r = expand_expr (set_low_bound, 0, VOIDmode, 0);
^
expr.c 7152: [warning]: CFE1188 enumerated type mixed with another type
rtx hi_r = expand_expr (set_high_bound, 0, VOIDmode, 0);
^
expr.c 7153: [warning]: CFE1188 enumerated type mixed with another type
rtx setval = expand_expr (set, 0, VOIDmode, 0);
^
expr.c 7155: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode index_mode = TYPE_MODE (TREE_TYPE (index));
^
expr.c 7157: [warning]: CFE1550 variable "quo" was set but never used
rtx diff, quo, rem, addr, bit, result;
^
expr.c 7309: [warning]: CFE1188 enumerated type mixed with another type
change_address (target, TYPE_MODE (valtype), 0), 0);
^
expr.c 7318: [warning]: CFE1188 enumerated type mixed with another type
0, TYPE_MODE (valtype), TREE_OPERAND (exp, 0),
^
expr.c 7343: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), NULL_RTX, mode, 0);
^
expr.c 7350: [warning]: CFE1188 enumerated type mixed with another type
convert_modes (mode, TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0))),
^
expr.c 7423: [warning]: CFE1188 enumerated type mixed with another type
TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 1))));
^
expr.c 7455: [warning]: CFE1188 enumerated type mixed with another type
TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0))));
^
expr.c 7641: [warning]: CFE1188 enumerated type mixed with another type
= TYPE_MODE (TREE_TYPE (TREE_OPERAND (TREE_OPERAND (exp, 0), 0)));
^
expr.c 7651: [warning]: CFE1188 enumerated type mixed with another type
NULL_RTX, VOIDmode, 0);
^
expr.c 7654: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0);
^
expr.c 7657: [warning]: CFE1188 enumerated type mixed with another type
NULL_RTX, VOIDmode, 0);
^
expr.c 7665: [warning]: CFE1188 enumerated type mixed with another type
NULL_RTX, VOIDmode, 0);
^
expr.c 7669: [warning]: CFE1188 enumerated type mixed with another type
NULL_RTX, VOIDmode, 0),
^
expr.c 7673: [warning]: CFE1188 enumerated type mixed with another type
NULL_RTX, VOIDmode, 0);
^
expr.c 7686: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), subtarget, VOIDmode, 0);
^
expr.c 7687: [warning]: CFE1188 enumerated type mixed with another type
op1 = expand_expr (TREE_OPERAND (exp, 1), NULL_RTX, VOIDmode, 0);
^
expr.c 7700: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), subtarget, VOIDmode, 0);
^
expr.c 7701: [warning]: CFE1188 enumerated type mixed with another type
op1 = expand_expr (TREE_OPERAND (exp, 1), NULL_RTX, VOIDmode, 0);
^
expr.c 7714: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), subtarget, VOIDmode, 0);
^
expr.c 7715: [warning]: CFE1188 enumerated type mixed with another type
op1 = expand_expr (TREE_OPERAND (exp, 1), NULL_RTX, VOIDmode, 0);
^
expr.c 7723: [warning]: CFE1995 flow into case label
case FIX_TRUNC_EXPR:
^
expr.c 7724: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), NULL_RTX, VOIDmode, 0);
^
expr.c 7731: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), NULL_RTX, VOIDmode, 0);
^
expr.c 7737: [warning]: CFE1188 enumerated type mixed with another type
op0 = copy_to_mode_reg (TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0))),
^
expr.c 7744: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), subtarget, VOIDmode, 0);
^
expr.c 7754: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), subtarget, VOIDmode, 0);
^
expr.c 7778: [warning]: CFE1188 enumerated type mixed with another type
op1 = expand_expr (TREE_OPERAND (exp, 1), NULL_RTX, VOIDmode, 0);
^
expr.c 7779: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), target, VOIDmode, 0);
^
expr.c 7828: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), subtarget, VOIDmode, 0);
^
expr.c 7835: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), subtarget, VOIDmode, 0);
^
expr.c 7875: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), subtarget, VOIDmode, 0);
^
expr.c 7906: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0);
^
expr.c 7923: [warning]: CFE1995 flow into case label
case TRUTH_ANDIF_EXPR:
^
expr.c 7946: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), target, VOIDmode, 0);
^
expr.c 7956: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (TREE_OPERAND (exp, 0), const0_rtx, VOIDmode, 0);
^
expr.c 7960: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0);
^
expr.c 8122: [warning]: CFE1188 enumerated type mixed with another type
op1 = expand_expr (singleton, NULL_RTX, VOIDmode, 0);
^
expr.c 8152: [warning]: CFE1188 enumerated type mixed with another type
ignore ? const0_rtx : NULL_RTX, VOIDmode, 0);
^
expr.c 8162: [warning]: CFE1188 enumerated type mixed with another type
ignore ? const0_rtx : NULL_RTX, VOIDmode, 0);
^
expr.c 8230: [warning]: CFE1188 enumerated type mixed with another type
ignore ? const0_rtx : NULL_RTX, VOIDmode, 0);
^
expr.c 8242: [warning]: CFE1188 enumerated type mixed with another type
ignore ? const0_rtx : NULL_RTX, VOIDmode, 0);
^
expr.c 8491: [warning]: CFE1188 enumerated type mixed with another type
op0 = force_const_mem (TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0))),
^
expr.c 8564: [warning]: CFE1995 flow into case label
case COMPLEX_EXPR:
^
expr.c 8566: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (TREE_TYPE (TREE_TYPE (exp)));
^
expr.c 8570: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), 0, VOIDmode, 0);
^
expr.c 8571: [warning]: CFE1188 enumerated type mixed with another type
op1 = expand_expr (TREE_OPERAND (exp, 1), 0, VOIDmode, 0);
^
expr.c 8574: [warning]: CFE1188 enumerated type mixed with another type
target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp)));
^
expr.c 8598: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), 0, VOIDmode, 0);
^
expr.c 8602: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), 0, VOIDmode, 0);
^
expr.c 8607: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode partmode = TYPE_MODE (TREE_TYPE (TREE_TYPE (exp)));
^
expr.c 8611: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), 0, VOIDmode, 0);
^
expr.c 8652: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), 0, VOIDmode, 0);
^
expr.c 8683: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (finally_block, const0_rtx, VOIDmode, 0);
^
expr.c 8716: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_OPERAND (exp, 0), subtarget, VOIDmode, 0);
^
expr.c 8717: [warning]: CFE1188 enumerated type mixed with another type
op1 = expand_expr (TREE_OPERAND (exp, 1), NULL_RTX, VOIDmode, 0);
^
expr.c 8739: [warning]: CFE1188 enumerated type mixed with another type
register enum machine_mode mode = TYPE_MODE (type);
^
expr.c 8835: [warning]: CFE1995 flow into case label
case COMPONENT_REF:
^
expr.c 8878: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode inner_mode = TYPE_MODE (TREE_TYPE (tem));
^
expr.c 8889: [warning]: CFE1188 enumerated type mixed with another type
rtx offset_rtx = expand_expr (offset, NULL_RTX, VOIDmode, 0);
^
expr.c 9097: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (TREE_TYPE (exp));
^
expr.c 9415: [warning]: CFE1995 flow into case label
case CONVERT_EXPR:
^
expr.c 9421: [warning]: CFE1995 flow into case label
case NON_LVALUE_EXPR:
^
expr.c 9507: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (TREE_OPERAND (exp, 0), const0_rtx, VOIDmode, 0);
^
expr.c 9613: [warning]: CFE1188 enumerated type mixed with another type
&& !can_compare_p (EQ, TYPE_MODE (inner_type), ccp_jump))
^
expr.c 9653: [warning]: CFE1188 enumerated type mixed with another type
&& !can_compare_p (NE, TYPE_MODE (inner_type), ccp_jump))
^
expr.c 9661: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0)));
^
expr.c 9670: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0)));
^
expr.c 9679: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0)));
^
expr.c 9688: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0)));
^
expr.c 9706: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0)));
^
expr.c 9749: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0)));
^
expr.c 9771: [warning]: CFE1188 enumerated type mixed with another type
temp = expand_expr (exp, NULL_RTX, VOIDmode, 0);
^
expr.c 9827: [warning]: CFE1188 enumerated type mixed with another type
rtx op0 = expand_expr (TREE_OPERAND (exp, swap), NULL_RTX, VOIDmode, 0);
^
expr.c 9828: [warning]: CFE1188 enumerated type mixed with another type
rtx op1 = expand_expr (TREE_OPERAND (exp, !swap), NULL_RTX, VOIDmode, 0);
^
expr.c 9829: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0)));
^
expr.c 9897: [warning]: CFE1188 enumerated type mixed with another type
rtx op0 = expand_expr (TREE_OPERAND (exp, 0), NULL_RTX, VOIDmode, 0);
^
expr.c 9898: [warning]: CFE1188 enumerated type mixed with another type
rtx op1 = expand_expr (TREE_OPERAND (exp, 1), NULL_RTX, VOIDmode, 0);
^
expr.c 9899: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0)));
^
expr.c 10185: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (type);
^
expr.c 10195: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (type);
^
expr.c 10290: [warning]: CFE1188 enumerated type mixed with another type
operand_mode = TYPE_MODE (type);
^
expr.c 10431: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (inner, subtarget, VOIDmode, 0);
^
expr.c 10481: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (arg0, subtarget, VOIDmode, 0);
^
expr.c 10482: [warning]: CFE1188 enumerated type mixed with another type
op1 = expand_expr (arg1, NULL_RTX, VOIDmode, 0);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include calls.c -o calls.o
calls.c 601: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (call_insn) = gen_rtx_EXPR_LIST (REG_EH_REGION, const0_rtx,
^
calls.c 605: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (call_insn) = gen_rtx_EXPR_LIST (REG_NORETURN, const0_rtx,
^
calls.c 833: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0);
^
calls.c 848: [warning]: CFE1188 enumerated type mixed with another type
TYPE_MODE (TREE_TYPE (args[i].tree_value)),
^
calls.c 1235: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (type);
^
calls.c 1334: [warning]: CFE1188 enumerated type mixed with another type
FUNCTION_ARG_ADVANCE (*args_so_far, TYPE_MODE (type), type,
^
calls.c 1472: [warning]: CFE1188 enumerated type mixed with another type
= expand_expr (args[i].tree_value, NULL_RTX, VOIDmode, 0);
^
calls.c 1488: [warning]: CFE1188 enumerated type mixed with another type
TYPE_MODE (TREE_TYPE (args[i].tree_value)),
^
calls.c 1665: [warning]: CFE1188 enumerated type mixed with another type
expand_expr (TREE_OPERAND (exp, 0), NULL_RTX, VOIDmode, 0);
^
calls.c 2587: [warning]: CFE1188 enumerated type mixed with another type
emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__bb_fork_func"), 0,
^
calls.c 3136: [warning]: CFE1188 enumerated type mixed with another type
gen_rtx_EXPR_LIST (REG_NOALIAS, temp, REG_NOTES (last));
^
calls.c 3206: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_MEM (TYPE_MODE (TREE_TYPE (exp)),
^
calls.c 3207: [warning]: CFE1188 enumerated type mixed with another type
memory_address (TYPE_MODE (TREE_TYPE (exp)),
^
calls.c 3217: [warning]: CFE1188 enumerated type mixed with another type
target = gen_rtx_MEM (TYPE_MODE (TREE_TYPE (exp)),
^
calls.c 3278: [warning]: CFE1188 enumerated type mixed with another type
!= promote_mode (type, TYPE_MODE (type), &unsignedp, 1))
^
calls.c 3281: [warning]: CFE1188 enumerated type mixed with another type
target = gen_rtx_SUBREG (TYPE_MODE (type), target, 0);
^
calls.c 4470: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0);
^
calls.c 4476: [warning]: CFE1188 enumerated type mixed with another type
arg->value = convert_modes (arg->mode, TYPE_MODE (TREE_TYPE (pval)),
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include expmed.c -o expmed.o
expmed.c 103: [warning]: CFE1188 enumerated type mixed with another type
zero_cost = rtx_cost (const0_rtx, 0);
^
expmed.c 1920: [warning]: CFE1188 enumerated type mixed with another type
op1 = expand_expr (amount, NULL_RTX, VOIDmode, 0);
^
expmed.c 4142: [warning]: CFE1188 enumerated type mixed with another type
return expand_expr (result, target, VOIDmode, 0);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include explow.c -o explow.o
explow.c 322: [warning]: CFE1188 enumerated type mixed with another type
return expand_expr (size, NULL_RTX, TYPE_MODE (sizetype),
^
explow.c 835: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_EQUAL, x, REG_NOTES (insn));
^
explow.c 1570: [warning]: CFE1188 enumerated type mixed with another type
emit_library_call (stack_check_libfunc, 0, VOIDmode, 1, addr,
^
explow.c 1694: [warning]: CFE1188 enumerated type mixed with another type
val = FUNCTION_VALUE (valtype, func);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include optabs.c -o optabs.o
optabs.c 2732: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_NO_CONFLICT, op1,
^
optabs.c 2736: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_NO_CONFLICT, op0,
^
optabs.c 2765: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (first) = gen_rtx_INSN_LIST (REG_LIBCALL, last,
^
optabs.c 2767: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (last) = gen_rtx_INSN_LIST (REG_RETVAL, first, REG_NOTES (last));
^
optabs.c 2825: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_EH_REGION, GEN_INT (-1),
^
optabs.c 2896: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (first) = gen_rtx_INSN_LIST (REG_LIBCALL, last,
^
optabs.c 2898: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (last) = gen_rtx_INSN_LIST (REG_RETVAL, first, REG_NOTES (last));
^
optabs.c 3082: [warning]: CFE1188 enumerated type mixed with another type
TYPE_MODE (integer_type_node), 3,
^
optabs.c 3084: [warning]: CFE1188 enumerated type mixed with another type
convert_to_mode (TYPE_MODE (sizetype), size,
^
optabs.c 3100: [warning]: CFE1188 enumerated type mixed with another type
result = gen_reg_rtx (TYPE_MODE (integer_type_node));
^
optabs.c 3101: [warning]: CFE1188 enumerated type mixed with another type
result_mode = TYPE_MODE (integer_type_node);
^
optabs.c 3128: [warning]: CFE1188 enumerated type mixed with another type
emit_library_call (libfunc, 1,
^
optabs.c 3215: [warning]: CFE1188 enumerated type mixed with another type
icode = (int) tst_optab->handlers[(int) wider_mode].insn_code;
^
optabs.c 3227: [warning]: CFE1188 enumerated type mixed with another type
icode = (int) cmp_optab->handlers[(int) wider_mode].insn_code;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include real.c -o real.o
real.c 515: [warning]: CFE1995 flow into case label
case XFmode:
^
real.c 523: [warning]: CFE1995 flow into case label
case DFmode:
^
real.c 531: [warning]: CFE1995 flow into case label
case SFmode:
^
real.c 559: [warning]: CFE1995 flow into case label
case XFmode:
^
real.c 569: [warning]: CFE1995 flow into case label
case DFmode:
^
real.c 577: [warning]: CFE1995 flow into case label
case SFmode:
^
real.c 826: [warning]: CFE1068 integer conversion resulted in a change of sign
return (-1);
^
real.c 3344: [warning]: CFE1550 variable "denorm" was set but never used
int denorm, i;
^
real.c 4325: [warning]: CFE1068 integer conversion resulted in a change of sign
*i = ((unsigned HOST_WIDE_INT) 1) << (HOST_BITS_PER_WIDE_INT - 1);
^
real.c 6938: [warning]: CFE1117 non-void function "significand_size" (declared at line 6889) should return a value
}
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include builtins.c -o builtins.o
builtins.c 613: [warning]: CFE1188 enumerated type mixed with another type
target = gen_reg_rtx (TYPE_MODE (integer_type_node));
^
builtins.c 615: [warning]: CFE1188 enumerated type mixed with another type
buf_addr = expand_expr (TREE_VALUE (arglist), NULL_RTX, VOIDmode, 0);
^
builtins.c 1352: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode value_mode = TYPE_MODE (TREE_TYPE (exp));
^
builtins.c 1363: [warning]: CFE1188 enumerated type mixed with another type
tmp = expand_expr (arglist, NULL_RTX, VOIDmode, 0);
^
builtins.c 1402: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_VALUE (arglist), subtarget, VOIDmode, 0);
^
builtins.c 1405: [warning]: CFE1188 enumerated type mixed with another type
target = gen_reg_rtx (TYPE_MODE (TREE_TYPE (exp)));
^
builtins.c 1424: [warning]: CFE1188 enumerated type mixed with another type
target = expand_unop (TYPE_MODE (TREE_TYPE (TREE_VALUE (arglist))),
^
builtins.c 1495: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode value_mode = TYPE_MODE (TREE_TYPE (exp));
^
builtins.c 1854: [warning]: CFE1188 enumerated type mixed with another type
len_rtx = expand_expr (len, NULL_RTX, VOIDmode, 0);
^
builtins.c 2077: [warning]: CFE1188 enumerated type mixed with another type
len_rtx = expand_expr (len, NULL_RTX, VOIDmode, 0);
^
builtins.c 2982: [warning]: CFE1188 enumerated type mixed with another type
result = gen_rtx_MEM (TYPE_MODE (type), addr);
^
builtins.c 3121: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_VALUE (arglist), NULL_RTX, VOIDmode, 0);
^
builtins.c 3148: [warning]: CFE1188 enumerated type mixed with another type
op0 = expand_expr (TREE_VALUE (arglist), subtarget, VOIDmode, 0);
^
builtins.c 3151: [warning]: CFE1188 enumerated type mixed with another type
target = expand_unop (TYPE_MODE (TREE_TYPE (TREE_VALUE (arglist))),
^
builtins.c 3326: [warning]: CFE1995 flow into case label
case BUILT_IN_CONJ:
^
builtins.c 3333: [warning]: CFE1995 flow into case label
case BUILT_IN_SIN:
^
builtins.c 3338: [warning]: CFE1995 flow into case label
case BUILT_IN_FSQRT:
^
builtins.c 3373: [warning]: CFE1188 enumerated type mixed with another type
ops[i] = expand_expr (TREE_VALUE (t), NULL_RTX, VOIDmode, 0);
^
builtins.c 3384: [warning]: CFE1188 enumerated type mixed with another type
NULL_RTX, VOIDmode, 0));
^
builtins.c 3558: [warning]: CFE1188 enumerated type mixed with another type
VOIDmode, 0);
^
builtins.c 3560: [warning]: CFE1188 enumerated type mixed with another type
NULL_RTX, VOIDmode, 0);
^
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include \
-DLOCALEDIR=\"/opt/share/locale\" \
-c ./intl.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include varasm.c -o varasm.o
varasm.c 669: [warning]: CFE1188 enumerated type mixed with another type
FIRST_PSEUDO_REGISTER));
^
varasm.c 749: [warning]: CFE1188 enumerated type mixed with another type
gen_rtx_SYMBOL_REF (Pmode, name)));
^
varasm.c 1747: [warning]: CFE1177 variable "rounded" was declared but never referenced
int rounded ATTRIBUTE_UNUSED
^
varasm.c 2091: [warning]: CFE1111 statement is unreachable
if (cfun != 0)
^
varasm.c 2133: [warning]: CFE1188 enumerated type mixed with another type
return immed_real_const_1 (TREE_REAL_CST (exp), TYPE_MODE (TREE_TYPE (exp)));
^
varasm.c 2566: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (TREE_TYPE (exp));
^
varasm.c 2800: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (TREE_TYPE (exp));
^
varasm.c 3047: [warning]: CFE1117 non-void function "copy_constant" (declared at line 2992) should return a value
}
^
varasm.c 3113: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_MEM (TYPE_MODE (TREE_TYPE (exp)),
^
varasm.c 3450: [warning]: CFE1995 flow into case label
default:
^
varasm.c 3682: [warning]: CFE1117 non-void function "find_pool_constant" (declared at line 3669) should return a value
}
^
varasm.c 4816: [warning]: CFE1550 variable "name" was set but never used
const char *name;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include rtlanal.c -o rtlanal.o
rtlanal.c 642: [warning]: CFE1550 variable "body" was set but never used
rtx body = insn;
^
rtlanal.c 1220: [warning]: CFE1117 non-void function "reg_overlap_mentioned_p" (declared at line 1154) should return a value
}
^
rtlanal.c 1689: [warning]: CFE1995 flow into case label
default:
^
rtlanal.c 1755: [warning]: CFE1995 flow into case label
default:
^
rtlanal.c 1832: [warning]: CFE1995 flow into case label
default:
^
rtlanal.c 2400: [warning]: CFE1995 flow into case label
default:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include emit-rtl.c -o emit-rtl.o
emit-rtl.c 1011: [warning]: CFE1117 non-void function "gen_realpart" (declared at line 995) should return a value
}
^
emit-rtl.c 1033: [warning]: CFE1117 non-void function "gen_imagpart" (declared at line 1017) should return a value
}
^
emit-rtl.c 1095: [warning]: CFE1117 non-void function "gen_lowpart" (declared at line 1059) should return a value
}
^
emit-rtl.c 1185: [warning]: CFE1117 non-void function "gen_highpart" (declared at line 1101) should return a value
}
^
emit-rtl.c 2490: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_EH_REGION, XEXP (eh_note, 0),
^
emit-rtl.c 3501: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_EXPR_LIST (kind, datum, REG_NOTES (insn));
^
emit-rtl.c 3566: [warning]: CFE1117 non-void function "emit" (declared at line 3546) should return a value
}
^
emit-rtl.c 161: [warning]: CFE1550 variable "sequence_result" was set but never used
static rtx sequence_result[SEQUENCE_RESULT_SIZE];
^
emit-rtl.c 164: [warning]: CFE1550 variable "free_insn" was set but never used
static rtx free_insn;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include genrtl.c -o genrtl.o
genrtl.c 542: [warning]: CFE1068 integer conversion resulted in a change of sign
rt = ggc_alloc_rtx (0);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include dbxout.c -o dbxout.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include sdbout.c -o sdbout.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include dwarfout.c -o dwarfout.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include dwarf2asm.c -o dwarf2asm.o
dwarf2asm.c 415: [warning]: CFE1550 variable "byte" was set but never used
int size = 0, byte;
^
dwarf2asm.c 471: [warning]: CFE1117 non-void function "size_of_encoded_value" (declared at line 453) should return a value
}
^
dwarf2asm.c 630: [warning]: CFE1117 non-void function "eh_data_format_name" (declared at line 476) should return a value
}
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include dwarf2out.c -o dwarf2out.o
dwarf2out.c 389: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (char_type_node);
^
dwarf2out.c 390: [warning]: CFE1188 enumerated type mixed with another type
rtx addr = expand_expr (address, NULL_RTX, VOIDmode, 0);
^
dwarf2out.c 812: [warning]: CFE1068 integer conversion resulted in a change of sign
reg_save (label, DWARF_FRAME_REGNUM (reg), -1, offset);
^
dwarf2out.c 823: [warning]: CFE1068 integer conversion resulted in a change of sign
reg_save (label, DWARF_FRAME_RETURN_COLUMN, -1, offset);
^
dwarf2out.c 1588: [warning]: CFE1068 integer conversion resulted in a change of sign
cfa_temp.reg = -1;
^
dwarf2out.c 1846: [warning]: CFE1068 integer conversion resulted in a change of sign
dw2_asm_output_nstring (augmentation, -1, "CIE Augmentation");
^
dwarf2out.c 2732: [warning]: CFE1995 flow into case label
case DW_OP_const1u:
^
dwarf2out.c 2856: [warning]: CFE1188 enumerated type mixed with another type
head = new_loc_descr (DW_OP_breg0 + cfa->reg, cfa->base_offset, 0);
^
dwarf2out.c 2861: [warning]: CFE1188 enumerated type mixed with another type
head = new_loc_descr (DW_OP_reg0 + cfa->reg, 0, 0);
^
dwarf2out.c 2887: [warning]: CFE1068 integer conversion resulted in a change of sign
cfa->reg = -1;
^
dwarf2out.c 229: [warning]: CFE1550 variable "current_funcdef_fde" was set but never used
static unsigned current_funcdef_fde;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include xcoffout.c -o xcoffout.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include alias.c -o alias.o
alias.c 746: [warning]: CFE1995 flow into case label
case PLUS:
^
alias.c 802: [warning]: CFE1995 flow into case label
case ZERO_EXTEND:
^
alias.c 1184: [warning]: CFE1995 flow into case label
case LO_SUM:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include gcse.c -o gcse.o
gcse.c 1510: [warning]: CFE1188 enumerated type mixed with another type
hash += hash_expr_1 (XEXP (x, i), 0, do_not_record_p);
^
gcse.c 1518: [warning]: CFE1188 enumerated type mixed with another type
hash += hash_expr_1 (XVECEXP (x, i, j), 0, do_not_record_p);
^
gcse.c 3646: [warning]: CFE1188 enumerated type mixed with another type
note = REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_EQUAL,
^
gcse.c 4317: [warning]: CFE1550 variable "first_new_insn" was set but never used
rtx first_new_insn;
^
gcse.c 4884: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_LABEL, XEXP (x, 0),
^
gcse.c 298: [warning]: CFE1550 variable "debug_stderr" was set but never used
static FILE *debug_stderr;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include integrate.c -o integrate.o
integrate.c 535: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_CONST_EQUIV_DATA (map, temp, copy, CONST_AGE_PARM);
^
integrate.c 651: [warning]: CFE1188 enumerated type mixed with another type
mode = TYPE_MODE (DECL_ARG_TYPE (formal));
^
integrate.c 667: [warning]: CFE1188 enumerated type mixed with another type
TYPE_MODE (TREE_TYPE (TREE_VALUE (actual))), 0);
^
integrate.c 667: [warning]: CFE1188 enumerated type mixed with another type
TYPE_MODE (TREE_TYPE (TREE_VALUE (actual))), 0);
^
integrate.c 683: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode mode = TYPE_MODE (TREE_TYPE (formal));
^
integrate.c 708: [warning]: CFE1188 enumerated type mixed with another type
TYPE_MODE (TREE_TYPE (arg)),
^
integrate.c 860: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_CONST_EQUIV_DATA (map, temp, copy, CONST_AGE_PARM);
^
integrate.c 989: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_CONST_EQUIV_DATA (map, temp, structure_value_addr,
^
integrate.c 1013: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode departing_mode = TYPE_MODE (type);
^
integrate.c 1185: [warning]: CFE1188 enumerated type mixed with another type
target = gen_rtx_MEM (TYPE_MODE (type),
^
integrate.c 1186: [warning]: CFE1188 enumerated type mixed with another type
memory_address (TYPE_MODE (type),
^
integrate.c 1797: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_CONST_EQUIV_DATA (map, temp, loc, CONST_AGE_PARM);
^
integrate.c 1830: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_CONST_EQUIV_DATA (map, temp, loc, CONST_AGE_PARM);
^
integrate.c 1880: [warning]: CFE1111 statement is unreachable
abort ();
^
integrate.c 2105: [warning]: CFE1111 statement is unreachable
break;
^
integrate.c 2145: [warning]: CFE1111 statement is unreachable
break;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include jump.c -o jump.o
jump.c 205: [warning]: CFE1550 variable "old_max_reg" was set but never used
int old_max_reg;
^
jump.c 206: [warning]: CFE1550 variable "first" was set but never used
int first = 1;
^
jump.c 208: [warning]: CFE1550 variable "last_insn" was set but never used
rtx last_insn;
^
jump.c 1008: [warning]: CFE1188 enumerated type mixed with another type
rtx tem = find_equiv_reg (NULL_RTX, insn, 0,
^
jump.c 1046: [warning]: CFE1188 enumerated type mixed with another type
&& find_equiv_reg (SET_SRC (body), insn, 0, dreg,
^
jump.c 1270: [warning]: CFE1188 enumerated type mixed with another type
= copy_insn_1 (gen_rtx_EXPR_LIST (REG_NOTE_KIND (link),
^
jump.c 1275: [warning]: CFE1188 enumerated type mixed with another type
= copy_insn_1 (gen_rtx_INSN_LIST (REG_NOTE_KIND (link),
^
jump.c 1428: [warning]: CFE1550 variable "afterlast1" was set but never used
rtx afterlast1 = 0, afterlast2 = 0;
^
jump.c 1428: [warning]: CFE1550 variable "afterlast2" was set but never used
rtx afterlast1 = 0, afterlast2 = 0;
^
jump.c 1952: [warning]: CFE1117 non-void function "reverse_condition" (declared at line 1911) should return a value
}
^
jump.c 2000: [warning]: CFE1117 non-void function "reverse_condition_maybe_unordered" (declared at line 1959) should return a value
}
^
jump.c 2047: [warning]: CFE1117 non-void function "swap_condition" (declared at line 2006) should return a value
}
^
jump.c 2079: [warning]: CFE1117 non-void function "unsigned_condition" (declared at line 2054) should return a value
}
^
jump.c 2109: [warning]: CFE1117 non-void function "signed_condition" (declared at line 2084) should return a value
}
^
jump.c 2234: [warning]: CFE1111 statement is unreachable
return 0;
^
jump.c 2648: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_INSN_LIST (REG_LABEL, label,
^
jump.c 2803: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_UNUSED, reg,
^
jump.c 3744: [warning]: CFE1995 flow into case label
case '0':
^
jump.c 3888: [warning]: CFE1550 variable "reversed_code1" was set but never used
enum rtx_code reversed_code1, reversed_code2;
^
jump.c 4143: [warning]: CFE1111 statement is unreachable
break;
^
jump.c 103: [warning]: CFE1550 variable "cross_jump_death_matters" was set but never used
static int cross_jump_death_matters = 0;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include cse.c -o cse.o
cse.c 882: [warning]: CFE1995 flow into case label
RTX_COSTS (x, code, outer_code);
^
cse.c 2424: [warning]: CFE1111 statement is unreachable
break;
^
cse.c 2447: [warning]: CFE1188 enumerated type mixed with another type
hash += canon_hash (tem, 0);
^
cse.c 2451: [warning]: CFE1188 enumerated type mixed with another type
hash += canon_hash (XVECEXP (x, i, j), 0);
^
cse.c 4192: [warning]: CFE1995 flow into case label
case SMIN: case SMAX: case UMIN: case UMAX:
^
cse.c 5672: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_EQUAL,
^
cse.c 5704: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_INSN_LIST (REG_WAS_0, const_insn,
^
cse.c 7469: [warning]: CFE1995 flow into case label
case INSN:
^
cse.c 273: [warning]: CFE1550 variable "prev_insn" was set but never used
static rtx prev_insn;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include loop.c -o loop.o
loop.c 534: [warning]: CFE1550 variable "loop_entry_jump" was set but never used
rtx loop_entry_jump = 0;
^
loop.c 1615: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_LABEL, XEXP (x, 0),
^
loop.c 1821: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (m->is_equiv ? REG_EQUIV : REG_EQUAL,
^
loop.c 1980: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST ((m->is_equiv ? REG_EQUIV
^
loop.c 5083: [warning]: CFE1550 variable "bl" was set but never used
struct iv_class *bl;
^
loop.c 5469: [warning]: CFE1995 flow into case label
case MEM:
^
loop.c 5472: [warning]: CFE1995 flow into case label
case CONST_INT:
^
loop.c 5872: [warning]: CFE1995 flow into case label
case ASHIFT:
^
loop.c 6053: [warning]: CFE1995 flow into case label
default:
^
loop.c 7220: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_NONNEG, bl->biv->dest_reg,
^
loop.c 7246: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_NONNEG, bl->biv->dest_reg,
^
loop.c 7651: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (tem) = gen_rtx_EXPR_LIST (REG_NONNEG, reg,
^
loop.c 9115: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (set) = gen_rtx_EXPR_LIST (REG_EQUAL,
^
loop.c 81: [warning]: CFE1550 variable "max_luid" was set but never used
static int max_luid;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include doloop.c -o doloop.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include unroll.c -o unroll.o
unroll.c 257: [warning]: CFE1550 variable "loop_preconditioned" was set but never used
int loop_preconditioned = 0;
^
unroll.c 2018: [warning]: CFE1068 integer conversion resulted in a change of sign
VARRAY_CONST_EQUIV (map->const_equiv_varray, regno).age = -1;
^
unroll.c 2634: [warning]: CFE1550 variable "final_value" was set but never used
rtx final_value;
^
unroll.c 3402: [warning]: CFE1117 non-void function "subtract_reg_term" (declared at line 3388) should return a value
}
^
unroll.c 3669: [warning]: CFE1995 flow into case label
case LE:
^
unroll.c 3675: [warning]: CFE1995 flow into case label
case GE:
^
unroll.c 3685: [warning]: CFE1995 flow into case label
case LT:
^
unroll.c 3690: [warning]: CFE1995 flow into case label
case GT:
^
unroll.c 3692: [warning]: CFE1995 flow into case label
case NE:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include flow.c -o flow.o
flow.c 778: [warning]: CFE1546 transfer of control bypasses initialization of:
variable "note" (declared at line 801)
variable "region" (declared at line 802)
goto new_bb_inclusive;
^
flow.c 796: [warning]: CFE1546 transfer of control bypasses initialization of:
variable "note" (declared at line 801)
variable "region" (declared at line 802)
goto new_bb_exclusive;
^
flow.c 834: [warning]: CFE1995 flow into case label
case INSN:
^
flow.c 837: [warning]: CFE1546 transfer of control bypasses initialization of:
variable "note" (declared at line 801)
variable "region" (declared at line 802)
goto new_bb_inclusive;
^
flow.c 4489: [warning]: CFE1995 flow into case label
case SET:
^
flow.c 4550: [warning]: CFE1995 flow into case label
case REG:
^
flow.c 5773: [warning]: CFE1995 flow into case label
case REG:
^
flow.c 6523: [warning]: CFE1995 flow into case label
case REG_UNUSED:
^
flow.c 6533: [warning]: CFE1995 flow into case label
default:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include combine.c -o combine.o
combine.c 2662: [warning]: CFE1188 enumerated type mixed with another type
distribute_notes (gen_rtx_EXPR_LIST (REG_DEAD, i3dest_killed,
^
combine.c 2666: [warning]: CFE1188 enumerated type mixed with another type
distribute_notes (gen_rtx_EXPR_LIST (REG_DEAD, i3dest_killed,
^
combine.c 2678: [warning]: CFE1188 enumerated type mixed with another type
distribute_notes (gen_rtx_EXPR_LIST (REG_DEAD, i2dest, NULL_RTX),
^
combine.c 2681: [warning]: CFE1188 enumerated type mixed with another type
distribute_notes (gen_rtx_EXPR_LIST (REG_DEAD, i2dest, NULL_RTX),
^
combine.c 2692: [warning]: CFE1188 enumerated type mixed with another type
distribute_notes (gen_rtx_EXPR_LIST (REG_DEAD, i1dest, NULL_RTX),
^
combine.c 2695: [warning]: CFE1188 enumerated type mixed with another type
distribute_notes (gen_rtx_EXPR_LIST (REG_DEAD, i1dest, NULL_RTX),
^
combine.c 3216: [warning]: CFE1995 flow into case label
case '2':
^
combine.c 3223: [warning]: CFE1995 flow into case label
case '1':
^
combine.c 5622: [warning]: CFE1995 flow into case label
case SIGN_EXTEND:
^
combine.c 5657: [warning]: CFE1995 flow into case label
case SIGN_EXTRACT:
^
combine.c 6575: [warning]: CFE1995 flow into case label
case ASHIFTRT:
^
combine.c 6946: [warning]: CFE1995 flow into case label
case MULT:
^
combine.c 8769: [warning]: CFE1111 statement is unreachable
break;
^
combine.c 9215: [warning]: CFE1995 flow into case label
case LSHIFTRT:
^
combine.c 9759: [warning]: CFE1167 argument of type "int *" is incompatible with parameter of type "unsigned int *"
SUBST_INT (XVECLEN (pat, 0), pos);
^
combine.c 9793: [warning]: CFE1188 enumerated type mixed with another type
notes = gen_rtx_EXPR_LIST (REG_UNUSED,
^
combine.c 10308: [warning]: CFE1995 flow into case label
case LE:
^
combine.c 10338: [warning]: CFE1995 flow into case label
case GT:
^
combine.c 10377: [warning]: CFE1995 flow into case label
case LEU:
^
combine.c 10412: [warning]: CFE1995 flow into case label
case GTU:
^
combine.c 10486: [warning]: CFE1995 flow into case label
case SIGN_EXTRACT:
^
combine.c 10582: [warning]: CFE1995 flow into case label
case ABS:
^
combine.c 10648: [warning]: CFE1995 flow into case label
case ZERO_EXTEND:
^
combine.c 11036: [warning]: CFE1995 flow into case label
case LSHIFTRT:
^
combine.c 11303: [warning]: CFE1188 enumerated type mixed with another type
reg_last_set_mode[i] = 0;
^
combine.c 11435: [warning]: CFE1188 enumerated type mixed with another type
reg_last_set_mode[i] = 0;
^
combine.c 12011: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_DEAD,
^
combine.c 12049: [warning]: CFE1188 enumerated type mixed with another type
*pnotes = gen_rtx_EXPR_LIST (REG_DEAD, x, *pnotes);
^
combine.c 12512: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_UNUSED, XEXP (note, 0),
^
combine.c 12633: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_DEAD, piece, NULL_RTX);
^
combine.c 12660: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_UNUSED, piece,
^
combine.c 12698: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTE_KIND (note),
^
combine.c 173: [warning]: CFE1550 variable "subst_prev_insn" was set but never used
static rtx subst_prev_insn;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include varray.c -o varray.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include regclass.c -o regclass.o
regclass.c 482: [warning]: CFE1188 enumerated type mixed with another type
if (reg_class_subset_p (i, j))
^
regclass.c 482: [warning]: CFE1188 enumerated type mixed with another type
if (reg_class_subset_p (i, j))
^
regclass.c 487: [warning]: CFE1188 enumerated type mixed with another type
if (reg_class_subset_p (j, i))
^
regclass.c 487: [warning]: CFE1188 enumerated type mixed with another type
if (reg_class_subset_p (j, i))
^
regclass.c 561: [warning]: CFE1188 enumerated type mixed with another type
top_of_stack[i] = gen_rtx_MEM (i, stack_pointer_rtx);
^
regclass.c 1516: [warning]: CFE1995 flow into case label
case '!': case '#': case '&':
^
regclass.c 1584: [warning]: CFE1995 flow into case label
case 'i':
^
regclass.c 1626: [warning]: CFE1995 flow into case label
case 'r':
^
regclass.c 1782: [warning]: CFE1188 enumerated type mixed with another type
enum reg_class pref = reg_pref[regno].prefclass;
^
regclass.c 2435: [warning]: CFE1995 flow into case label
default:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include regmove.c -o regmove.o
regmove.c 90: [warning]: CFE1188 enumerated type mixed with another type
|| (reg_class_subset_p (class0, class1)
^
regmove.c 90: [warning]: CFE1188 enumerated type mixed with another type
|| (reg_class_subset_p (class0, class1)
^
regmove.c 92: [warning]: CFE1188 enumerated type mixed with another type
|| (reg_class_subset_p (class1, class0)
^
regmove.c 92: [warning]: CFE1188 enumerated type mixed with another type
|| (reg_class_subset_p (class1, class0)
^
regmove.c 169: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_INC,
^
regmove.c 2085: [warning]: CFE1995 flow into case label
default:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include local-alloc.c -o local-alloc.o
local-alloc.c 904: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_EQUIV, dest, REG_NOTES (init_insn));
^
local-alloc.c 938: [warning]: CFE1188 enumerated type mixed with another type
= note = gen_rtx_EXPR_LIST (REG_EQUAL, src, REG_NOTES (insn));
^
local-alloc.c 984: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = note = gen_rtx_EXPR_LIST (REG_EQUIV, SET_SRC (set),
^
local-alloc.c 1525: [warning]: CFE1995 flow into case label
case 2:
^
local-alloc.c 1532: [warning]: CFE1995 flow into case label
case 1:
^
local-alloc.c 1574: [warning]: CFE1995 flow into case label
case 2:
^
local-alloc.c 1581: [warning]: CFE1995 flow into case label
case 1:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include global.c -o global.o
global.c 1359: [warning]: CFE1550 variable "ialloc_prod" was set but never used
register int ialloc_prod;
^
global.c 1429: [warning]: CFE1550 variable "word" was set but never used
int word = 0;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include reload.c -o reload.o
reload.c 677: [warning]: CFE1188 enumerated type mixed with another type
best_class = class, best_size = reg_class_size[class];
^
reload.c 1433: [warning]: CFE1188 enumerated type mixed with another type
&& 0 != find_equiv_reg (in, this_insn, 0, REGNO (out),
^
reload.c 2641: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_EQUAL,
^
reload.c 2950: [warning]: CFE1188 enumerated type mixed with another type
this_alternative[c], -1,
^
reload.c 3095: [warning]: CFE1995 flow into case label
case 'i':
^
reload.c 3147: [warning]: CFE1995 flow into case label
case 'r':
^
reload.c 3169: [warning]: CFE1188 enumerated type mixed with another type
&& reg_fits_class_p (operand, this_alternative[i],
^
reload.c 3294: [warning]: CFE1188 enumerated type mixed with another type
if (! reg_class_subset_p (this_alternative[i],
^
reload.c 3302: [warning]: CFE1188 enumerated type mixed with another type
this_alternative[i]))
^
reload.c 3832: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_LABEL,
^
reload.c 4430: [warning]: CFE1188 enumerated type mixed with another type
= XEXP (eliminate_regs (reg_equiv_memory_loc[regno], 0, NULL_RTX), 0);
^
reload.c 5372: [warning]: CFE1177 variable "tem" was declared but never referenced
rtx tem ATTRIBUTE_UNUSED = XEXP (x, 0);
^
reload.c 5722: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_LABEL,
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include reload1.c -o reload1.o
reload1.c 952: [warning]: CFE1188 enumerated type mixed with another type
rtx x = eliminate_regs (reg_equiv_memory_loc[i], 0, NULL_RTX);
^
reload1.c 2116: [warning]: CFE1995 flow into case label
case CODE_LABEL:
^
reload1.c 2159: [warning]: CFE1995 flow into case label
case INSN:
^
reload1.c 2297: [warning]: CFE1188 enumerated type mixed with another type
new = eliminate_regs (XEXP (x, 0), 0, insn);
^
reload1.c 2439: [warning]: CFE1995 flow into case label
case CALL:
^
reload1.c 2476: [warning]: CFE1188 enumerated type mixed with another type
x = gen_rtx_EXPR_LIST (REG_NOTE_KIND (x), new, XEXP (x, 1));
^
reload1.c 2482: [warning]: CFE1995 flow into case label
case INSN_LIST:
^
reload1.c 2574: [warning]: CFE1188 enumerated type mixed with another type
return eliminate_regs (XEXP (XEXP (x, 0), 0), 0, insn);
^
reload1.c 2591: [warning]: CFE1188 enumerated type mixed with another type
new = eliminate_regs (XEXP (x, 0), 0, insn);
^
reload1.c 2601: [warning]: CFE1995 flow into case label
default:
^
reload1.c 2689: [warning]: CFE1995 flow into case label
case REG:
^
reload1.c 2744: [warning]: CFE1995 flow into case label
case STRICT_LOW_PART:
^
reload1.c 2822: [warning]: CFE1188 enumerated type mixed with another type
elimination_effects (SET_DEST (x), 0);
^
reload1.c 2823: [warning]: CFE1188 enumerated type mixed with another type
elimination_effects (SET_SRC (x), 0);
^
reload1.c 3084: [warning]: CFE1188 enumerated type mixed with another type
elimination_effects (old_body, 0);
^
reload1.c 3112: [warning]: CFE1188 enumerated type mixed with another type
substed_operand[i] = eliminate_regs (recog_data.operand[i], 0,
^
reload1.c 3241: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = eliminate_regs (REG_NOTES (insn), 0, REG_NOTES (insn));
^
reload1.c 2915: [warning]: CFE1550 variable "any_changes" was set but never used
int i, any_changes;
^
reload1.c 4507: [warning]: CFE1117 non-void function "reload_reg_free_p" (declared at line 4358) should return a value
}
^
reload1.c 4597: [warning]: CFE1995 flow into case label
case RELOAD_FOR_OPERAND_ADDRESS:
^
reload1.c 4627: [warning]: CFE1995 flow into case label
case RELOAD_FOR_OUTPUT:
^
reload1.c 4641: [warning]: CFE1117 non-void function "reload_reg_reaches_end_p" (declared at line 4518) should return a value
}
^
reload1.c 4718: [warning]: CFE1117 non-void function "reloads_conflict" (declared at line 4649) should return a value
}
^
reload1.c 5695: [warning]: CFE1995 flow into case label
default:
^
reload1.c 5713: [warning]: CFE1995 flow into case label
default:
^
reload1.c 6813: [warning]: CFE1550 variable "expect_occurrences" was set but never used
int expect_occurrences = 1;
^
reload1.c 7485: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_EQUIV, in, REG_NOTES (insn));
^
reload1.c 7494: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_EQUIV, in, REG_NOTES (insn));
^
reload1.c 7606: [warning]: CFE1188 enumerated type mixed with another type
eliminate_regs (substed, 0,
^
reload1.c 8263: [warning]: CFE1995 flow into case label
default:
^
reload1.c 8473: [warning]: CFE1188 enumerated type mixed with another type
&& reg_fits_class_p (reg, class, 0, mode)
^
reload1.c 8939: [warning]: CFE1188 enumerated type mixed with another type
enum rtx_code code = x->code;
^
reload1.c 8982: [warning]: CFE1995 flow into case label
case REG:
^
reload1.c 9160: [warning]: CFE1550 variable "success" was set but never used
int success = 0;
^
reload1.c 9460: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_EH_REGION, XEXP (eh_note, 0),
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include caller-save.c -o caller-save.o
caller-save.c 193: [warning]: CFE1188 enumerated type mixed with another type
reg_save_code[i][j] = recog_memoized (saveinsn);
^
caller-save.c 194: [warning]: CFE1188 enumerated type mixed with another type
reg_restore_code[i][j] = recog_memoized (restinsn);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./genpeep.c
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o genpeep \
genpeep.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genpeep ./config/mips/mips.md > tmp-peep.c
/bin/sh ./move-if-change tmp-peep.c insn-peep.c
echo timestamp > s-peep
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include -c insn-peep.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include reorg.c -o reorg.o
reorg.c 264: [warning]: CFE1117 non-void function "stop_search_p" (declared at line 234) should return a value
}
^
reorg.c 328: [warning]: CFE1188 enumerated type mixed with another type
mark_set_resources (insn, &insn_sets, 0, include_delayed_effects);
^
reorg.c 897: [warning]: CFE1995 flow into case label
default:
^
reorg.c 3732: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_BR_PRED,
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include haifa-sched.c -o haifa-sched.o
haifa-sched.c 1559: [warning]: CFE1188 enumerated type mixed with another type
enum insn_note note_type = INTVAL (XEXP (note, 0));
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include final.c -o final.o
final.c 2054: [warning]: CFE1117 non-void function "get_insn_template" (declared at line 2035) should return a value
}
^
final.c 2164: [warning]: CFE1177 variable "n" was declared but never referenced
int n = BLOCK_NUMBER (NOTE_BLOCK (insn));
^
final.c 2203: [warning]: CFE1177 variable "n" was declared but never referenced
int n = BLOCK_NUMBER (NOTE_BLOCK (insn));
^
final.c 3646: [warning]: CFE1995 flow into case label
case CODE_LABEL:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include recog.c -o recog.o
recog.c 1848: [warning]: CFE1995 flow into case label
case 'r':
^
recog.c 2028: [warning]: CFE1177 label "win" was declared but never referenced
win: ATTRIBUTE_UNUSED_LABEL
^
recog.c 2040: [warning]: CFE1550 variable "addr" was set but never used
rtx addr;
^
recog.c 2052: [warning]: CFE1177 label "lose" was declared but never referenced
lose: ATTRIBUTE_UNUSED_LABEL
^
recog.c 2101: [warning]: CFE1117 non-void function "adj_offsettable_operand" (declared at line 2062) should return a value
}
^
recog.c 2203: [warning]: CFE1995 flow into case label
default:
^
recog.c 2576: [warning]: CFE1995 flow into case label
case 'i':
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include reg-stack.c -o reg-stack.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include regrename.c -o regrename.o
regrename.c 163: [warning]: CFE1188 enumerated type mixed with another type
clear_dead_regs (&live, REG_DEAD, REG_NOTES (insn));
^
regrename.c 169: [warning]: CFE1188 enumerated type mixed with another type
clear_dead_regs (&live, REG_UNUSED, REG_NOTES (insn));
^
regrename.c 705: [warning]: CFE1995 flow into case label
case CLOBBER:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./genopinit.c
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o genopinit \
genopinit.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genopinit ./config/mips/mips.md > tmp-opinit.c
/bin/sh ./move-if-change tmp-opinit.c insn-opinit.c
echo timestamp > s-opinit
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include -c insn-opinit.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./genrecog.c
./genrecog.c 1291: [warning]: CFE1117 non-void function "nodes_identical_1" (declared at line 1251) should return a value
}
^
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o genrecog \
genrecog.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genrecog ./config/mips/mips.md > tmp-recog.c
./config/mips/mips.md:2460: warning: operand 0 missing mode?
./config/mips/mips.md:2460: warning: operand 1 missing mode?
./config/mips/mips.md:2504: warning: operand 0 missing mode?
./config/mips/mips.md:2504: warning: operand 1 missing mode?
./config/mips/mips.md:9662: warning: operand 0 missing mode?
./config/mips/mips.md:9681: warning: operand 0 missing mode?
./config/mips/mips.md:9868: warning: operand 1 missing mode?
./config/mips/mips.md:9888: warning: operand 1 missing mode?
./config/mips/mips.md:9997: warning: operand 1 missing mode?
./config/mips/mips.md:10020: warning: operand 1 missing mode?
/bin/sh ./move-if-change tmp-recog.c insn-recog.c
echo timestamp > s-recog
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include -c insn-recog.c
insn-recog.c 127: [warning]: CFE1177 variable "x5" was declared but never referenced
register rtx x5 ATTRIBUTE_UNUSED;
^
insn-recog.c 128: [warning]: CFE1177 variable "x6" was declared but never referenced
register rtx x6 ATTRIBUTE_UNUSED;
^
insn-recog.c 129: [warning]: CFE1177 variable "tem" was declared but never referenced
int tem ATTRIBUTE_UNUSED;
^
insn-recog.c 489: [warning]: CFE1177 label "L203" was declared but never referenced
L203: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 1018: [warning]: CFE1177 label "L1471" was declared but never referenced
L1471: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 1030: [warning]: CFE1177 label "L1475" was declared but never referenced
L1475: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 1039: [warning]: CFE1177 label "L1479" was declared but never referenced
L1479: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 1063: [warning]: CFE1177 variable "x5" was declared but never referenced
register rtx x5 ATTRIBUTE_UNUSED;
^
insn-recog.c 1064: [warning]: CFE1177 variable "x6" was declared but never referenced
register rtx x6 ATTRIBUTE_UNUSED;
^
insn-recog.c 1065: [warning]: CFE1177 variable "tem" was declared but never referenced
int tem ATTRIBUTE_UNUSED;
^
insn-recog.c 1425: [warning]: CFE1177 label "L215" was declared but never referenced
L215: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 1953: [warning]: CFE1177 label "L1459" was declared but never referenced
L1459: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 1962: [warning]: CFE1177 label "L1463" was declared but never referenced
L1463: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 1987: [warning]: CFE1177 variable "x6" was declared but never referenced
register rtx x6 ATTRIBUTE_UNUSED;
^
insn-recog.c 1988: [warning]: CFE1177 variable "tem" was declared but never referenced
int tem ATTRIBUTE_UNUSED;
^
insn-recog.c 2148: [warning]: CFE1177 label "L251" was declared but never referenced
L251: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 2155: [warning]: CFE1177 label "L270" was declared but never referenced
L270: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 2708: [warning]: CFE1177 label "L1036" was declared but never referenced
L1036: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 2939: [warning]: CFE1177 label "L1595" was declared but never referenced
L1595: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 2969: [warning]: CFE1177 label "L1646" was declared but never referenced
L1646: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 3011: [warning]: CFE1177 label "L1697" was declared but never referenced
L1697: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 3067: [warning]: CFE1177 label "L3279" was declared but never referenced
L3279: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 3098: [warning]: CFE1177 label "L1902" was declared but never referenced
L1902: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 3201: [warning]: CFE1177 label "L1957" was declared but never referenced
L1957: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 3243: [warning]: CFE1177 label "L1981" was declared but never referenced
L1981: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 3266: [warning]: CFE1177 label "L2015" was declared but never referenced
L2015: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 3322: [warning]: CFE1177 label "L2051" was declared but never referenced
L2051: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 3364: [warning]: CFE1177 label "L2075" was declared but never referenced
L2075: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 3544: [warning]: CFE1177 variable "x6" was declared but never referenced
register rtx x6 ATTRIBUTE_UNUSED;
^
insn-recog.c 3545: [warning]: CFE1177 variable "tem" was declared but never referenced
int tem ATTRIBUTE_UNUSED;
^
insn-recog.c 3859: [warning]: CFE1177 label "L331" was declared but never referenced
L331: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 3904: [warning]: CFE1177 label "L371" was declared but never referenced
L371: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4073: [warning]: CFE1177 label "L515" was declared but never referenced
L515: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4320: [warning]: CFE1177 label "L994" was declared but never referenced
L994: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4359: [warning]: CFE1177 label "L1024" was declared but never referenced
L1024: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4395: [warning]: CFE1177 label "L1048" was declared but never referenced
L1048: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4409: [warning]: CFE1177 label "L1060" was declared but never referenced
L1060: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4544: [warning]: CFE1177 label "L1634" was declared but never referenced
L1634: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4574: [warning]: CFE1177 label "L1685" was declared but never referenced
L1685: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4604: [warning]: CFE1177 label "L1742" was declared but never referenced
L1742: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4642: [warning]: CFE1177 label "L3344" was declared but never referenced
L3344: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4673: [warning]: CFE1177 label "L1908" was declared but never referenced
L1908: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4776: [warning]: CFE1177 label "L1969" was declared but never referenced
L1969: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4818: [warning]: CFE1177 label "L1993" was declared but never referenced
L1993: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4913: [warning]: CFE1177 label "L2063" was declared but never referenced
L2063: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 4955: [warning]: CFE1177 label "L2087" was declared but never referenced
L2087: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 5133: [warning]: CFE1177 variable "x4" was declared but never referenced
register rtx x4 ATTRIBUTE_UNUSED;
^
insn-recog.c 5134: [warning]: CFE1177 variable "x5" was declared but never referenced
register rtx x5 ATTRIBUTE_UNUSED;
^
insn-recog.c 5135: [warning]: CFE1177 variable "x6" was declared but never referenced
register rtx x6 ATTRIBUTE_UNUSED;
^
insn-recog.c 5566: [warning]: CFE1177 label "L1363" was declared but never referenced
L1363: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 5574: [warning]: CFE1177 label "L1367" was declared but never referenced
L1367: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 6112: [warning]: CFE1177 label "L1344" was declared but never referenced
L1344: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 6131: [warning]: CFE1177 label "L1352" was declared but never referenced
L1352: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 6300: [warning]: CFE1177 label "L1435" was declared but never referenced
L1435: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 6308: [warning]: CFE1177 label "L1439" was declared but never referenced
L1439: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 6376: [warning]: CFE1177 label "L1447" was declared but never referenced
L1447: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 6384: [warning]: CFE1177 label "L1451" was declared but never referenced
L1451: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 7376: [warning]: CFE1177 label "L2169" was declared but never referenced
L2169: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 7422: [warning]: CFE1177 variable "x6" was declared but never referenced
register rtx x6 ATTRIBUTE_UNUSED;
^
insn-recog.c 7423: [warning]: CFE1177 variable "tem" was declared but never referenced
int tem ATTRIBUTE_UNUSED;
^
insn-recog.c 8101: [warning]: CFE1177 label "L1622" was declared but never referenced
L1622: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 8189: [warning]: CFE1177 label "L1673" was declared but never referenced
L1673: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 8278: [warning]: CFE1177 label "L1730" was declared but never referenced
L1730: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 9011: [warning]: CFE1177 label "L2392" was declared but never referenced
L2392: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 9016: [warning]: CFE1177 label "L2402" was declared but never referenced
L2402: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 9066: [warning]: CFE1177 label "L2432" was declared but never referenced
L2432: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 9072: [warning]: CFE1177 label "L2442" was declared but never referenced
L2442: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 9119: [warning]: CFE1177 label "L2452" was declared but never referenced
L2452: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 9143: [warning]: CFE1177 variable "tem" was declared but never referenced
int tem ATTRIBUTE_UNUSED;
^
insn-recog.c 10078: [warning]: CFE1177 variable "tem" was declared but never referenced
int tem ATTRIBUTE_UNUSED;
^
insn-recog.c 11206: [warning]: CFE1177 label "L2324" was declared but never referenced
L2324: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 11211: [warning]: CFE1177 label "L2332" was declared but never referenced
L2332: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 11260: [warning]: CFE1177 label "L2356" was declared but never referenced
L2356: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 11266: [warning]: CFE1177 label "L2364" was declared but never referenced
L2364: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 11313: [warning]: CFE1177 label "L2372" was declared but never referenced
L2372: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 11423: [warning]: CFE1177 label "L264" was declared but never referenced
L264: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 11831: [warning]: CFE1177 label "L2484" was declared but never referenced
L2484: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 12104: [warning]: CFE1177 label "L3449" was declared but never referenced
L3449: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 12113: [warning]: CFE1177 label "L3451" was declared but never referenced
L3451: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 12136: [warning]: CFE1177 variable "x3" was declared but never referenced
register rtx x3 ATTRIBUTE_UNUSED;
^
insn-recog.c 12137: [warning]: CFE1177 variable "x4" was declared but never referenced
register rtx x4 ATTRIBUTE_UNUSED;
^
insn-recog.c 12138: [warning]: CFE1177 variable "x5" was declared but never referenced
register rtx x5 ATTRIBUTE_UNUSED;
^
insn-recog.c 12139: [warning]: CFE1177 variable "x6" was declared but never referenced
register rtx x6 ATTRIBUTE_UNUSED;
^
insn-recog.c 12140: [warning]: CFE1177 variable "tem" was declared but never referenced
int tem ATTRIBUTE_UNUSED;
^
insn-recog.c 12249: [warning]: CFE1177 label "L725" was declared but never referenced
L725: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 12524: [warning]: CFE1177 variable "x4" was declared but never referenced
register rtx x4 ATTRIBUTE_UNUSED;
^
insn-recog.c 12525: [warning]: CFE1177 variable "x5" was declared but never referenced
register rtx x5 ATTRIBUTE_UNUSED;
^
insn-recog.c 12526: [warning]: CFE1177 variable "x6" was declared but never referenced
register rtx x6 ATTRIBUTE_UNUSED;
^
insn-recog.c 12527: [warning]: CFE1177 variable "tem" was declared but never referenced
rtx tem ATTRIBUTE_UNUSED;
^
insn-recog.c 13076: [warning]: CFE1177 label "L2840" was declared but never referenced
L2840: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 13861: [warning]: CFE1177 variable "x5" was declared but never referenced
register rtx x5 ATTRIBUTE_UNUSED;
^
insn-recog.c 13862: [warning]: CFE1177 variable "x6" was declared but never referenced
register rtx x6 ATTRIBUTE_UNUSED;
^
insn-recog.c 13863: [warning]: CFE1177 variable "tem" was declared but never referenced
rtx tem ATTRIBUTE_UNUSED;
^
insn-recog.c 13973: [warning]: CFE1177 label "L2655" was declared but never referenced
L2655: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14010: [warning]: CFE1177 label "L2673" was declared but never referenced
L2673: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14068: [warning]: CFE1177 label "L2715" was declared but never referenced
L2715: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14103: [warning]: CFE1177 label "L2733" was declared but never referenced
L2733: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14156: [warning]: CFE1177 label "L2902" was declared but never referenced
L2902: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14165: [warning]: CFE1177 label "L2911" was declared but never referenced
L2911: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14175: [warning]: CFE1177 label "L2920" was declared but never referenced
L2920: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14228: [warning]: CFE1177 label "L2950" was declared but never referenced
L2950: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14236: [warning]: CFE1177 label "L2959" was declared but never referenced
L2959: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14246: [warning]: CFE1177 label "L2968" was declared but never referenced
L2968: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14300: [warning]: CFE1177 label "L3004" was declared but never referenced
L3004: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14309: [warning]: CFE1177 label "L3013" was declared but never referenced
L3013: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14319: [warning]: CFE1177 label "L3022" was declared but never referenced
L3022: ATTRIBUTE_UNUSED_LABEL
^
insn-recog.c 14756: [warning]: CFE1177 variable "operands" was declared but never referenced
register rtx * const operands ATTRIBUTE_UNUSED = &recog_data.operand[0];
^
insn-recog.c 14757: [warning]: CFE1177 variable "x1" was declared but never referenced
register rtx x1 ATTRIBUTE_UNUSED;
^
insn-recog.c 14758: [warning]: CFE1177 variable "x2" was declared but never referenced
register rtx x2 ATTRIBUTE_UNUSED;
^
insn-recog.c 14759: [warning]: CFE1177 variable "x3" was declared but never referenced
register rtx x3 ATTRIBUTE_UNUSED;
^
insn-recog.c 14760: [warning]: CFE1177 variable "x4" was declared but never referenced
register rtx x4 ATTRIBUTE_UNUSED;
^
insn-recog.c 14761: [warning]: CFE1177 variable "x5" was declared but never referenced
register rtx x5 ATTRIBUTE_UNUSED;
^
insn-recog.c 14762: [warning]: CFE1177 variable "x6" was declared but never referenced
register rtx x6 ATTRIBUTE_UNUSED;
^
insn-recog.c 14763: [warning]: CFE1177 variable "tem" was declared but never referenced
rtx tem ATTRIBUTE_UNUSED;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./genextract.c
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o genextract \
genextract.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genextract ./config/mips/mips.md > tmp-extract.c
/bin/sh ./move-if-change tmp-extract.c insn-extract.c
echo timestamp > s-extract
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include -c insn-extract.c
insn-extract.c 28: [warning]: CFE1995 flow into case label
case 521:
^
insn-extract.c 11: [warning]: CFE1177 variable "junk" was declared but never referenced
static rtx junk ATTRIBUTE_UNUSED;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./genoutput.c
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o genoutput \
genoutput.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genoutput ./config/mips/mips.md > tmp-output.c
/bin/sh ./move-if-change tmp-output.c insn-output.c
echo timestamp > s-output
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include -c insn-output.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./genemit.c
./genemit.c 217: [warning]: CFE1995 flow into case label
case PC:
^
./genemit.c 247: [warning]: CFE1995 flow into case label
default:
^
./genemit.c 33: [warning]: CFE1550 variable "register_constraints" was set but never used
static int register_constraints;
^
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o genemit \
genemit.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genemit ./config/mips/mips.md > tmp-emit.c
/bin/sh ./move-if-change tmp-emit.c insn-emit.c
echo timestamp > s-emit
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include -c insn-emit.c
insn-emit.c 3083: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4069: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4104: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4143: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4124: [warning]: CFE1550 variable "operand3" was set but never used
rtx operand3;
^
insn-emit.c 4125: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 4280: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4263: [warning]: CFE1550 variable "operand3" was set but never used
rtx operand3;
^
insn-emit.c 4264: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 4324: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4364: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4407: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4453: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4512: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4479: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 4480: [warning]: CFE1550 variable "operand5" was set but never used
rtx operand5;
^
insn-emit.c 4481: [warning]: CFE1550 variable "operand6" was set but never used
rtx operand6;
^
insn-emit.c 4581: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4548: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 4549: [warning]: CFE1550 variable "operand5" was set but never used
rtx operand5;
^
insn-emit.c 4550: [warning]: CFE1550 variable "operand6" was set but never used
rtx operand6;
^
insn-emit.c 4641: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4617: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 4618: [warning]: CFE1550 variable "operand5" was set but never used
rtx operand5;
^
insn-emit.c 4619: [warning]: CFE1550 variable "operand6" was set but never used
rtx operand6;
^
insn-emit.c 4701: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4677: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 4678: [warning]: CFE1550 variable "operand5" was set but never used
rtx operand5;
^
insn-emit.c 4679: [warning]: CFE1550 variable "operand6" was set but never used
rtx operand6;
^
insn-emit.c 4751: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4801: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4771: [warning]: CFE1550 variable "operand3" was set but never used
rtx operand3;
^
insn-emit.c 4772: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 4857: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4827: [warning]: CFE1550 variable "operand3" was set but never used
rtx operand3;
^
insn-emit.c 4828: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 4913: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4883: [warning]: CFE1550 variable "operand3" was set but never used
rtx operand3;
^
insn-emit.c 4884: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 4969: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4939: [warning]: CFE1550 variable "operand3" was set but never used
rtx operand3;
^
insn-emit.c 4940: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 5016: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 4995: [warning]: CFE1550 variable "operand3" was set but never used
rtx operand3;
^
insn-emit.c 4996: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 5063: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 5042: [warning]: CFE1550 variable "operand3" was set but never used
rtx operand3;
^
insn-emit.c 5043: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 5110: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 5089: [warning]: CFE1550 variable "operand3" was set but never used
rtx operand3;
^
insn-emit.c 5090: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 5157: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 5136: [warning]: CFE1550 variable "operand3" was set but never used
rtx operand3;
^
insn-emit.c 5137: [warning]: CFE1550 variable "operand4" was set but never used
rtx operand4;
^
insn-emit.c 6255: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 6326: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 6397: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 6689: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 6790: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 6810: [warning]: CFE1550 variable "operand1" was set but never used
rtx operand1;
^
insn-emit.c 7124: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 7226: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 7285: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 7335: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 10403: [warning]: CFE1550 variable "operand6" was set but never used
rtx operand6;
^
insn-emit.c 10500: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 10568: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 10646: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 10692: [warning]: CFE1111 statement is unreachable
emit_insn (const0_rtx);
^
insn-emit.c 11006: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 11049: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 11092: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
insn-emit.c 11135: [warning]: CFE1111 statement is unreachable
operand0 = operands[0];
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include lcm.c -o lcm.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include profile.c -o profile.o
profile.c 470: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_BR_PROB, GEN_INT (prob),
^
profile.c 484: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_EXEC_COUNT, GEN_INT (total),
^
profile.c 1126: [warning]: CFE1188 enumerated type mixed with another type
emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__bb_init_func"), 0,
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./genattrtab.c
./genattrtab.c 1066: [warning]: CFE1995 flow into case label
default:
^
./genattrtab.c 1495: [warning]: CFE1995 flow into case label
case COND:
^
./genattrtab.c 2576: [warning]: CFE1550 variable "first_spacer" was set but never used
char *first_spacer;
^
./genattrtab.c 3811: [warning]: CFE1995 flow into case label
case IOR:
^
./genattrtab.c 3815: [warning]: CFE1995 flow into case label
case NOT:
^
./genattrtab.c 4072: [warning]: CFE1117 non-void function "simplify_with_current_value_aux" (declared at line 3998) should return a value
}
^
./genattrtab.c 4567: [warning]: CFE1995 flow into case label
case PLUS: case MINUS: case MULT: case DIV: case MOD:
^
./genattrtab.c 4659: [warning]: CFE1995 flow into case label
case ABS: case NEG:
^
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o genattrtab \
genattrtab.o rtl.o bitmap.o ggc-none.o gensupport.o hashtab.o safe-ctype.o print-rtl.o errors.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
./genattrtab ./config/mips/mips.md > tmp-attrtab.c
/bin/sh ./move-if-change tmp-attrtab.c insn-attrtab.c
echo timestamp > s-attrtab
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include -c insn-attrtab.c
insn-attrtab.c 49: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 78: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 1416: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 2060: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 2165: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 2224: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 2306: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 2705: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 2722: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 3808: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 3919: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 4232: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 4494: [warning]: CFE1995 flow into case label
case 0:
^
insn-attrtab.c 5004: [warning]: CFE1995 flow into case label
case 78:
^
insn-attrtab.c 5314: [warning]: CFE1111 statement is unreachable
break;
^
insn-attrtab.c 5329: [warning]: CFE1111 statement is unreachable
break;
^
insn-attrtab.c 5359: [warning]: CFE1111 statement is unreachable
break;
^
insn-attrtab.c 5365: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 5368: [warning]: CFE1111 statement is unreachable
break;
^
insn-attrtab.c 5868: [warning]: CFE1995 flow into case label
case 321:
^
insn-attrtab.c 6487: [warning]: CFE1995 flow into case label
case 321:
^
insn-attrtab.c 7106: [warning]: CFE1995 flow into case label
case 321:
^
insn-attrtab.c 7238: [warning]: CFE1117 non-void function "eligible_for_delay" (declared at line 5271) should return a value
}
^
insn-attrtab.c 7284: [warning]: CFE1111 statement is unreachable
break;
^
insn-attrtab.c 7299: [warning]: CFE1111 statement is unreachable
break;
^
insn-attrtab.c 7329: [warning]: CFE1111 statement is unreachable
break;
^
insn-attrtab.c 7335: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 7338: [warning]: CFE1111 statement is unreachable
break;
^
insn-attrtab.c 7355: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 7366: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 7860: [warning]: CFE1995 flow into case label
case 321:
^
insn-attrtab.c 7999: [warning]: CFE1117 non-void function "eligible_for_annul_false" (declared at line 7241) should return a value
}
^
insn-attrtab.c 8302: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 8395: [warning]: CFE1117 non-void function "imuldiv_unit_blockage" (declared at line 8003) should return a value
}
^
insn-attrtab.c 8698: [warning]: CFE1995 flow into case label
default:
^
insn-attrtab.c 8791: [warning]: CFE1117 non-void function "imuldiv_unit_conflict_cost" (declared at line 8399) should return a value
}
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include \
./config/mips/mips.c -o mips.o
./config/mips/mips.c 2703: [warning]: CFE1995 flow into case label
case SYMBOL_REF:
^
./config/mips/mips.c 2734: [warning]: CFE1995 flow into case label
default:
^
./config/mips/mips.c 3323: [warning]: CFE1188 enumerated type mixed with another type
emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "memcpy"), 0,
^
./config/mips/mips.c 3325: [warning]: CFE1188 enumerated type mixed with another type
convert_to_mode (TYPE_MODE (sizetype), bytes_rtx,
^
./config/mips/mips.c 4003: [warning]: CFE1995 flow into case label
case BLKmode:
^
./config/mips/mips.c 4456: [warning]: CFE1188 enumerated type mixed with another type
= function_arg_pass_by_reference (NULL, TYPE_MODE (type), type, 0);
^
./config/mips/mips.c 4527: [warning]: CFE1188 enumerated type mixed with another type
r = expand_expr (foff, NULL_RTX, TYPE_MODE (TREE_TYPE (foff)),
^
./config/mips/mips.c 4594: [warning]: CFE1188 enumerated type mixed with another type
r = expand_expr (goff, NULL_RTX, TYPE_MODE (TREE_TYPE (goff)),
^
./config/mips/mips.c 7067: [warning]: CFE1188 enumerated type mixed with another type
enum machine_mode passed_mode = TYPE_MODE (passed_type);
^
./config/mips/mips.c 7144: [warning]: CFE1188 enumerated type mixed with another type
REG_NOTES(insn) = gen_rtx_EXPR_LIST (REG_MAYBE_DEAD, NULL_RTX,
^
./config/mips/mips.c 7919: [warning]: CFE1111 statement is unreachable
if (type == NULL_TREE || mode == DImode || mode == DFmode)
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include convert.c -o convert.o
convert.c 192: [warning]: CFE1188 enumerated type mixed with another type
convert (type_for_mode (TYPE_MODE (type),
^
convert.c 360: [warning]: CFE1995 flow into case label
case NOP_EXPR:
^
rm -f splay-tree.c
ln -s ./../libiberty/splay-tree.c splay-tree.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include \
splay-tree.c -o splay-tree.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include graph.c -o graph.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include sbitmap.c -o sbitmap.o
sbitmap.c 496: [warning]: CFE1111 statement is unreachable
EXECUTE_IF_SET_IN_SBITMAP (bmap, 0, n, { return n; });
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include resource.c -o resource.o
resource.c 366: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_HARD_REG_SET (res->regs);
^
resource.c 366: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_HARD_REG_SET (res->regs);
^
resource.c 366: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_HARD_REG_SET (res->regs);
^
resource.c 393: [warning]: CFE1995 flow into case label
case INSN:
^
resource.c 500: [warning]: CFE1995 flow into case label
default:
^
resource.c 694: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_HARD_REG_SET (res->regs);
^
resource.c 694: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_HARD_REG_SET (res->regs);
^
resource.c 694: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_HARD_REG_SET (res->regs);
^
resource.c 699: [warning]: CFE1995 flow into case label
case JUMP_INSN:
^
resource.c 816: [warning]: CFE1995 flow into case label
case UNSPEC_VOLATILE:
^
resource.c 1131: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_HARD_REG_SET (res->regs);
^
resource.c 1131: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_HARD_REG_SET (res->regs);
^
resource.c 1131: [warning]: CFE1068 integer conversion resulted in a change of sign
SET_HARD_REG_SET (res->regs);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include hash.c -o hash.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include predict.c -o predict.o
predict.c 99: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_BR_PROB,
^
predict.c 226: [warning]: CFE1188 enumerated type mixed with another type
= gen_rtx_EXPR_LIST (REG_BR_PROB, GEN_INT (prob),
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include lists.c -o lists.o
lists.c 106: [warning]: CFE1188 enumerated type mixed with another type
r = gen_rtx_EXPR_LIST (kind, val, next);
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include ggc-common.c -o ggc-common.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include ggc-page.c -o ggc-page.o
ggc-page.c 386: [warning]: CFE1177 function "ggc_allocated_p" was declared but never referenced
ggc_allocated_p (p)
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include stringpool.c -o stringpool.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include simplify-rtx.c -o simplify-rtx.o
simplify-rtx.c 769: [warning]: CFE1995 flow into case label
case PLUS:
^
simplify-rtx.c 1226: [warning]: CFE1995 flow into case label
case DIV:
^
simplify-rtx.c 1273: [warning]: CFE1995 flow into case label
case MOD:
^
simplify-rtx.c 1289: [warning]: CFE1995 flow into case label
case ASHIFT:
^
simplify-rtx.c 1996: [warning]: CFE1117 non-void function "simplify_relational_operation" (declared at line 1731) should return a value
}
^
simplify-rtx.c 2715: [warning]: CFE1188 enumerated type mixed with another type
tem_hash = hash_rtx (tem, 0, create);
^
simplify-rtx.c 2724: [warning]: CFE1188 enumerated type mixed with another type
unsigned int tem_hash = hash_rtx (XVECEXP (x, i, j), 0, create);
^
simplify-rtx.c 2866: [warning]: CFE1995 flow into case label
case MEM:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include ssa.c -o ssa.o
ssa.c 1346: [warning]: CFE1111 statement is unreachable
EXECUTE_IF_SET_IN_SBITMAP (succ[t], 0, s,
^
ssa.c 1931: [warning]: CFE1995 flow into case label
case CONST_INT:
^
ssa.c 1937: [warning]: CFE1117 non-void function "mark_reg_in_phi" (declared at line 1919) should return a value
}
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include bb-reorder.c -o bb-reorder.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include sibcall.c -o sibcall.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include conflict.c -o conflict.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include timevar.c -o timevar.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include ifcvt.c -o ifcvt.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include dominance.c -o dominance.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include dependence.c -o dependence.o
dependence.c 289: [warning]: CFE1188 enumerated type mixed with another type
build_def_use (TREE_VALUE (node), 0);
^
dependence.c 306: [warning]: CFE1188 enumerated type mixed with another type
build_def_use (TREE_OPERAND (node, 3), 0);
^
dependence.c 335: [warning]: CFE1995 flow into case label
case ARRAY_REF:
^
dependence.c 367: [warning]: CFE1549 variable "array_idx" is used before its value is set
array_idx -= 1;
^
dependence.c 1454: [warning]: CFE1042 operand types are incompatible ("dependence *" and "void *")
if (dep_ptr == VARRAY_GENERIC_PTR (dep_chain, -src_idx))
^
dependence.c 1431: [warning]: CFE1550 parameter "direction" was set but never used
enum direction_type direction[MAX_SUBSCRIPTS];
^
dependence.c 1432: [warning]: CFE1550 parameter "distance" was set but never used
int distance[MAX_SUBSCRIPTS];
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include dce.c -o dce.o
dce.c 163: [warning]: CFE1068 integer conversion resulted in a change of sign
c->length = num_basic_blocks - (INVALID_BLOCK+1);
^
dce.c 304: [warning]: CFE1111 statement is unreachable
break;
^
dce.c 307: [warning]: CFE1111 statement is unreachable
break;
^
dce.c 313: [warning]: CFE1111 statement is unreachable
break;
^
dce.c 316: [warning]: CFE1111 statement is unreachable
break;
^
dce.c 352: [warning]: CFE1111 statement is unreachable
break;
^
dce.c 355: [warning]: CFE1111 statement is unreachable
break;
^
dce.c 371: [warning]: CFE1111 statement is unreachable
break;
^
dce.c 377: [warning]: CFE1111 statement is unreachable
break;
^
dce.c 386: [warning]: CFE1117 non-void function "find_inherently_necessary" (declared at line 336) should return a value
}
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include sched-vis.c -o sched-vis.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include sched-deps.c -o sched-deps.o
sched-deps.c 277: [warning]: CFE1188 enumerated type mixed with another type
present_dep_type = 0;
^
sched-deps.c 779: [warning]: CFE1188 enumerated type mixed with another type
add_dependence (insn, XEXP (u, 0), 0);
^
sched-deps.c 783: [warning]: CFE1188 enumerated type mixed with another type
add_dependence (insn, XEXP (u, 0), 0);
^
sched-deps.c 807: [warning]: CFE1188 enumerated type mixed with another type
add_dependence (insn, XEXP (u, 0), 0);
^
sched-deps.c 811: [warning]: CFE1188 enumerated type mixed with another type
add_dependence (insn, XEXP (u, 0), 0);
^
sched-deps.c 854: [warning]: CFE1188 enumerated type mixed with another type
add_dependence (insn, XEXP (pending, 0), 0);
^
sched-deps.c 902: [warning]: CFE1188 enumerated type mixed with another type
add_dependence (insn, XEXP (u, 0), 0);
^
sched-deps.c 904: [warning]: CFE1188 enumerated type mixed with another type
add_dependence (insn, XEXP (u, 0), 0);
^
sched-deps.c 1120: [warning]: CFE1188 enumerated type mixed with another type
add_dependence (insn, XEXP (u, 0), 0);
^
sched-deps.c 1122: [warning]: CFE1188 enumerated type mixed with another type
add_dependence (insn, XEXP (u, 0), 0);
^
sched-deps.c 1286: [warning]: CFE1188 enumerated type mixed with another type
add_dependence (insn, XEXP (u, 0), 0);
^
sched-deps.c 1288: [warning]: CFE1188 enumerated type mixed with another type
add_dependence (insn, XEXP (u, 0), 0);
^
sched-deps.c 1391: [warning]: CFE1111 statement is unreachable
abort ();
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include sched-rgn.c -o sched-rgn.o
sched-rgn.c 2027: [warning]: CFE1995 flow into case label
case PRISKY_CANDIDATE:
^
sched-rgn.c 167: [warning]: CFE1550 variable "bitlst_table_size" was set but never used
static int bitlst_table_size;
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include sched-ebb.c -o sched-ebb.o
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include params.c -o params.o
rm -rf libbackend.a
ar rc libbackend.a diagnostic.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o real.o builtins.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o dbxout.o sdbout.o dwarfout.o dwarf2asm.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o doloop.o unroll.o flow.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o haifa-sched.o final.o recog.o reg-stack.o regrename.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o mips.o convert.o mbchar.o splay-tree.o graph.o sbitmap.o resource.o hash.o predict.o lists.o ggc-common.o ggc-page.o stringpool.o simplify-rtx.o ssa.o bb-reorder.o sibcall.o conflict.o timevar.o ifcvt.o dominance.o dependence.o dce.o sched-vis.o sched-deps.o sched-rgn.o sched-ebb.o params.o
if [ -f ranlib ] || [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib libbackend.a ; else true ; fi
cc -DIN_GCC -g -DHAVE_CONFIG_H -o cc1 \
c-parse.o c-lang.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-format.o c-semantics.o c-dump.o libcpp.a toplev.o libbackend.a obstack.o alloca.o ./intl/libintl.a ../libiberty/libiberty.a
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include tradcpp.c -o tradcpp.o
tradcpp.c 775: [warning]: CFE1995 flow into case label
default:
^
tradcpp.c 1496: [warning]: CFE1995 flow into case label
case '_':
^
tradcpp.c 1623: [warning]: CFE1995 flow into case label
default:
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include tradcif.c -o tradcif.o
cc -DIN_GCC -g -DHAVE_CONFIG_H -o tradcpp0 \
tradcpp.o tradcif.o mkdeps.o cppdefault.o version.o intl.o obstack.o alloca.o ./intl/libintl.a ../libiberty/libiberty.a
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include \
-DTARGET_MACHINE=\"mips-sni-sysv4\" \
-c ./collect2.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include tlink.c -o tlink.o
tlink.c 135: [warning]: CFE1191 type qualifier is meaningless on cast type
hash_lookup (&symbol_table, (const hash_table_key) string,
^
tlink.c 172: [warning]: CFE1191 type qualifier is meaningless on cast type
hash_lookup (&file_table, (const hash_table_key) string, true,
^
tlink.c 207: [warning]: CFE1191 type qualifier is meaningless on cast type
hash_lookup (&demangled_table, (const hash_table_key) string,
^
/bin/sh ./genmultilib \
"`test yes != yes || echo `" \
"`test yes != yes || echo `" \
"`test yes != yes || echo `" \
"`test yes != yes || echo `" \
"`test yes != yes || echo `" \
"`test yes != yes || echo `" \
> tmp-mlib.h
/bin/sh ./move-if-change tmp-mlib.h multilib.h
echo timestamp > s-mlib
(SHLIB_LINK='' \
SHLIB_MULTILIB=''; \
cc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include \
-DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.0\" -DDEFAULT_TARGET_MACHINE=\"mips-sni-sysv4\" -DSTANDARD_BINDIR_PREFIX=\"/opt/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
-c ./gcc.c)
./gcc.c 2216: [warning]: CFE1550 variable "std_loc_p" was set but never used
int prog_num, bin_num, prefix_num, std_loc_p;
^
./gcc.c 4074: [warning]: CFE1995 flow into case label
case 'b':
^
./gcc.c 4210: [warning]: CFE1111 statement is unreachable
break;
^
./gcc.c 4247: [warning]: CFE1995 flow into case label
case 'g':
^
./gcc.c 4748: [warning]: CFE1995 flow into case label
case '(':
^
./gcc.c 4900: [warning]: CFE1995 flow into case label
default:
^
./gcc.c 1270: [warning]: CFE1177 function "init_gcc_specs" was declared but never referenced
init_gcc_specs (obstack, shared_name, static_name)
^
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include gccspec.c -o gccspec.o
cc -DIN_GCC -g -DHAVE_CONFIG_H -o xgcc gcc.o gccspec.o intl.o \
prefix.o version.o obstack.o alloca.o ./intl/libintl.a ../libiberty/libiberty.a
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include cppmain.c -o cppmain.o
cc -DIN_GCC -g -DHAVE_CONFIG_H -o cpp0 cppmain.o \
intl.o libcpp.a obstack.o alloca.o ./intl/libintl.a ../libiberty/libiberty.a
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -dumpspecs > tmp-specs
mv tmp-specs specs
echo "int xxy_us_dummy;" >tmp-dum.c
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -S tmp-dum.c
echo '/*WARNING: This file is automatically generated!*/' >tmp-under.c
if grep _xxy_us_dummy tmp-dum.s > /dev/null ; then \
echo "int prepends_underscore = 1;" >>tmp-under.c; \
else \
echo "int prepends_underscore = 0;" >>tmp-under.c; \
fi
/bin/sh ./move-if-change tmp-under.c underscore.c
rm -f tmp-dum.c tmp-dum.s
echo timestamp > s-under
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include underscore.c -o underscore.o
rm -f collect2
cc -DIN_GCC -g -DHAVE_CONFIG_H -o collect2 collect2.o tlink.o hash.o intl.o underscore.o version.o obstack.o alloca.o ./intl/libintl.a ../libiberty/libiberty.a
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include cppspec.c -o cppspec.o
cc -DIN_GCC -g -DHAVE_CONFIG_H -o cpp gcc.o cppspec.o intl.o \
prefix.o version.o obstack.o alloca.o ./intl/libintl.a ../libiberty/libiberty.a
if [ -f /usr/include/limits.h ] ; then \
cat ./limitx.h ./glimits.h ./limity.h > tmp-xlimits.h; \
else \
cat ./glimits.h > tmp-xlimits.h; \
fi
mv tmp-xlimits.h xlimits.h
(SHLIB_LINK='' \
SHLIB_MULTILIB=''; \
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/opt/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"3.0\" -DDEFAULT_TARGET_MACHINE=\"mips-sni-sysv4\" -DSTANDARD_BINDIR_PREFIX=\"/opt/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` `test "X${SHLIB_MULTILIB}" = "X" || echo "-DNO_SHARED_LIBGCC_MULTILIB"` \
-I. -I. -I. -I./. -I./config -I./../include ./cp/g++spec.c)
./cp/g++spec.c 49: [warning]: CFE1550 variable "saw_verbose_flag" was set but never used
int saw_verbose_flag = 0;
^
cc -DIN_GCC -g -DHAVE_CONFIG_H -o g++ \
gcc.o g++spec.o intl.o prefix.o version.o obstack.o alloca.o ./intl/libintl.a ../libiberty/libiberty.a
if [ -f specs.ready ] ; then \
true; \
else \
echo timestamp > specs.ready; \
fi
(MAKE="make"; srcdir=`cd ./fixinc && pwd` ; \
CC="cc"; CFLAGS="-g "; LDFLAGS=""; \
WARN_CFLAGS=""; \
export MAKE srcdir CC CFLAGS LDFLAGS WARN_CFLAGS; cd ./fixinc && \
/bin/sh ${srcdir}/mkfixinc.sh mips-sni-sysv4 mips-sni-sysv4)
constructing ../fixinc.sh for mips-sni-sysv4 to run on mips-sni-sysv4
copying /home/sgkim/gcc-3.0/gcc/fixinc/fixinc.svr4 to ../fixinc.sh
rm -rf include; mkdir include
chmod a+rx include
(TARGET_MACHINE=mips-sni-sysv4; srcdir=`cd .; pwd`; \
SHELL=/bin/sh ;\
export TARGET_MACHINE srcdir SHELL ; \
/bin/sh ./fixinc.sh `pwd`/include /usr/include ; \
rm -f include/syslimits.h; \
if [ -f include/limits.h ]; then \
mv include/limits.h include/syslimits.h; \
else \
cp ./gsyslimits.h include/syslimits.h; \
fi; \
chmod a+r include/syslimits.h)
Building fixincludes in /home/sgkim/gcc-3.0/gcc/include
Making directories:
Making internal symbolic directory links
./sys/nfs -> ../nfs: Making link
Finding header files in /usr/include:
Checking header files:
Fixed ./ioutil.h
Fixed ./rpc/auth.h
Fixed ./a.out.h
Fixed ./aouthdr.h
Fixed ./ar.h
Fixed ./core.h
Fixed ./ctype.h
Fixed ./float.h
Fixed ./ieeefp.h
Fixed ./limits.h
Fixed ./math.h
Fixed ./nan.h
Fixed ./prof.h
Fixed ./reloc.h
Fixed ./rje.h
Fixed ./scnhdr.h
Fixed ./setjmp.h
Fixed ./signal.h
Fixed ./stand.h
Fixed ./stdarg.h
Fixed ./stdio.h
Fixed ./stdlib.h
Fixed ./string.h
Fixed ./time.h
Fixed ./ulocks.h
Fixed ./values.h
Fixed ./varargs.h
Fixed ./des/softdes.h
Fixed ./net/if.h
Fixed ./netinet/if_ether.h
Fixed ./netinet/ip.h
Fixed ./netinet/ip_mroute.h
Fixed ./netinet/ip_var.h
Fixed ./netinet/tcp.h
Fixed ./netinet/tcp_seq.h
Fixed ./netinet/tcp_var.h
Fixed ./sys/fs/hsmacros.h
Fixed ./sys/fs/ufs_inode.h
Fixed ./sys/fs/xnamnode.h
Fixed ./sys/byteorder.h
Fixed ./sys/conf.h
Fixed ./sys/cpupriv.h
Fixed ./sys/disp.h
Fixed ./sys/dl.h
Fixed ./sys/evsys.h
Fixed ./sys/hetero.h
Fixed ./sys/kmacct.h
Fixed ./sys/mpinline.h
Fixed ./sys/mplocks.h
Fixed ./sys/sigaction.h
Fixed ./sys/signal.h
Fixed ./sys/stream.h
Fixed ./sys/sysinfo.h
Fixed ./sys/systm.h
Fixed ./sys/ticlts.h
Fixed ./sys/ticots.h
Fixed ./sys/ticotsord.h
Fixed ./sys/ttold.h
Fixed ./sys/tty.h
Fixed ./sys/tuneable.h
Fixed ./sys/user.h
Fixed ./sys/vfs.h
Fixed ./sys/fc.h
Fixed ./vm/debugger.h
Fixed ./vm/hat.h
Fixed ./daps.h
Fixed ./arpa/nameser.h
Finding header files in /opt/X/include/X11:
Checking header files:
Fixed ./Xfuncs.h
Fixed ./Xos.h
Fixed ./Xos_r.h
Fixed ./Xosdefs.h
Fixed ./Xthreads.h
Fixed ./extensions/xvrop.h
Fixed ./extensions/xtrapddmi.h
Fixed ./extensions/xtraplibp.h
Fixed ./extensions/xtrapproto.h
Finding header files in /opt/X/include/Xm:
Checking header files:
Fixed ./XmosP.h
Finding header files in /opt/X/include/Mrm:
Checking header files:
Finding header files in /opt/X/include/XmSni:
Checking header files:
Finding header files in /opt/X/include/uil:
Checking header files:
Fixing size_t, ptrdiff_t and wchar_t in stdlib.h
Checking /home/sgkim/gcc-3.0/gcc/include/stdlib.h
Checking /usr/include/unistd.h
Fixed /usr/include/unistd.h
Checking /usr/include/sys/param.h
Fixed /usr/include/sys/param.h
Checking /home/sgkim/gcc-3.0/gcc/include/stdio.h
Fixed /home/sgkim/gcc-3.0/gcc/include/stdio.h
Checking /usr/include/sys/mman.h
Checking /usr/include/ftw.h
Fixed /usr/include/ftw.h
Checking /usr/include/curses.h
Fixed /usr/include/curses.h
Checking /usr/include/regexp.h
Checking /home/sgkim/gcc-3.0/gcc/include/string.h
Checking /home/sgkim/gcc-3.0/gcc/include/ieeefp.h
Fixed /home/sgkim/gcc-3.0/gcc/include/ieeefp.h
Checking /home/sgkim/gcc-3.0/gcc/include/sys/signal.h
Fixed /home/sgkim/gcc-3.0/gcc/include/sys/signal.h
Checking /usr/include/sys/mkdev.h
Checking /usr/include/sys/err.h
Fixed /usr/include/sys/err.h
Checking /usr/include/sys/map.h
Fixed /usr/include/sys/map.h
Checking /usr/include/sys/cmn_err.h
Checking /home/sgkim/gcc-3.0/gcc/include/sys/stream.h
Checking /usr/include/sys/strsubr.h
Checking /usr/include/rpc/types.h
Checking /usr/include/sys/stat.h
Fixed /usr/include/sys/stat.h
Checking /home/sgkim/gcc-3.0/gcc/include/limits.h
Fixed /home/sgkim/gcc-3.0/gcc/include/limits.h
Checking /home/sgkim/gcc-3.0/gcc/include/math.h
Fixed /home/sgkim/gcc-3.0/gcc/include/math.h
Checking /home/sgkim/gcc-3.0/gcc/include/math.h
Checking /home/sgkim/gcc-3.0/gcc/include/math.h
Fixed /home/sgkim/gcc-3.0/gcc/include/math.h
Checking /home/sgkim/gcc-3.0/gcc/include/sys/stream.h
Fixed /home/sgkim/gcc-3.0/gcc/include/sys/stream.h
file=arpa/inet.h
+ basename arpa/inet.h
base=inet.h.7971
+ [ -r /home/sgkim/gcc-3.0/gcc/include/arpa/inet.h ]
+ [ -r /usr/include/arpa/inet.h ]
file_to_fix=/usr/include/arpa/inet.h
+ [ ! -z /usr/include/arpa/inet.h ]
+ echo Checking /usr/include/arpa/inet.h
Checking /usr/include/arpa/inet.h
+ sed -e /^extern.*htons.*(in_port_t)/d -e /^extern.*ntohs.*(in_port_t)/d /usr/include/arpa/inet.h
+ cmp /usr/include/arpa/inet.h /tmp/inet.h.7971
+ true
+ rm -f /tmp/inet.h.7971
+ echo Removing unneeded directories:
Removing unneeded directories:
+ cd /home/sgkim/gcc-3.0/gcc/include
+ find . -type d ! -name . -print
+ sort -r
files=./vm
./uil
./sys/mips
./sys/io
./sys/fs
./sys/diag.d
./sys
./rpcsvc
./rpc
./protocols
./nlm
./nfs
./netinet
./net
./mls
./klm
./fs/sockfs
./fs/proc
./fs
./des
./debug
./dce
./cmplrs
./arpa
./XmSni
./Xm
./X11/extensions
./X11/bitmaps
./X11/Xmu
./X11/Xaw
./X11/SM
./X11/PM
./X11/PEX5
./X11/ICE
./X11
./Mrm
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./vm
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./uil
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./sys/mips
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./sys/io
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./sys/fs
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./sys/diag.d
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./sys
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./rpcsvc
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./rpc
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./protocols
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./nlm
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./nfs
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./netinet
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./net
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./mls
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./klm
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./fs/sockfs
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./fs/proc
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./fs
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./des
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./debug
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./dce
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./cmplrs
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./arpa
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./XmSni
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./Xm
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./X11/extensions
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./X11/bitmaps
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./X11/Xmu
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./X11/Xaw
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./X11/SM
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./X11/PM
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./X11/PEX5
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./X11/ICE
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./X11
+ rmdir /home/sgkim/gcc-3.0/gcc/include/./Mrm
+ true
+ echo Making internal symbolic non-directory links
Making internal symbolic non-directory links
+ cd /usr/include
+ find . -type l -print
files=./sys/mips/autoconf.h
./sys/mips/cpu_board.h
./sys/mips/hw.h
./sys/mips/sli.h
./sys/nfs
./dce/pthread.h
./dce/pthread_exc.h
./X11
./Xm
./Mrm
./XmSni
./uil
+ ls -ld ./sys/mips/autoconf.h
+ sed -n s/.*-> //p
dest=/usr/include/sys/autoconf.h
+ expr /usr/include/sys/autoconf.h : [^/].*
+ ls -ld ./sys/mips/cpu_board.h
+ sed -n s/.*-> //p
dest=/usr/include/sys/cpu_board.h
+ expr /usr/include/sys/cpu_board.h : [^/].*
+ ls -ld ./sys/mips/hw.h
+ sed -n s/.*-> //p
dest=/usr/include/sys/hw.h
+ expr /usr/include/sys/hw.h : [^/].*
+ ls -ld ./sys/mips/sli.h
+ sed -n s/.*-> //p
dest=/usr/include/sys/sli.h
+ expr /usr/include/sys/sli.h : [^/].*
+ ls -ld ./sys/nfs
+ sed -n s/.*-> //p
dest=../nfs
+ expr ../nfs : [^/].*
+ echo ./sys/nfs
+ sed s|[^/]*$|../nfs|
target=/home/sgkim/gcc-3.0/gcc/include/./sys/../nfs
+ [ -f /home/sgkim/gcc-3.0/gcc/include/./sys/../nfs ]
+ ls -ld ./dce/pthread.h
+ sed -n s/.*-> //p
dest=/usr/include/pthread.h
+ expr /usr/include/pthread.h : [^/].*
+ ls + sed-ld -n./dce/pthread_exc.h s/.*-> //p
dest=/opt/thread/include/pthread_exc.h
+ expr /opt/thread/include/pthread_exc.h : [^/].*
+ sed -n s/.*-> //p
+ ls -ld ./X11
dest=/opt/X/include/X11
+ expr /opt/X/include/X11 : [^/].*
+ ls -ld ./Xm
+ sed -n s/.*-> //p
dest=/opt/X/include/Xm
+ expr /opt/X/include/Xm : [^/].*
+ ls -ld ./Mrm
+ sed -n s/.*-> //p
dest=/opt/X/include/Mrm
+ expr /opt/X/include/Mrm : [^/].*
+ ls -ld ./XmSni
+ sed -n s/.*-> //p
dest=/opt/X/include/XmSni
+ expr /opt/X/include/XmSni : [^/].*
+ ls -ld ./uil
+ sed -n s/.*-> //p
dest=/opt/X/include/uil
+ expr /opt/X/include/uil : [^/].*
+ cd /home/sgkim/gcc-3.0/gcc
+ echo Replacing <sys/byteorder.h>
Replacing <sys/byteorder.h>
+ [ ! -d /home/sgkim/gcc-3.0/gcc/include/sys ]
+ rm -f /home/sgkim/gcc-3.0/gcc/include/sys/byteorder.h
+ cat
+ [ -r /usr/include/sys/byteorder.h ]
+ grep BYTE_ORDER /usr/include/sys/byteorder.h
+ cat
+ chmod a+r /home/sgkim/gcc-3.0/gcc/include/sys/byteorder.h
+ exit 0
if [ "/usr/include" = "/opt/mips-sni-sysv4/sys-include" ] \
&& [ -d /opt/mips-sni-sysv4/sys-include ]; then \
if [ -d /opt/lib ] ; then true ; else mkdir /opt/lib ; fi; \
if [ -d /opt/lib/gcc-lib ] ; then true ; else mkdir /opt/lib/gcc-lib; fi; \
if [ -d /opt/lib/gcc-lib/mips-sni-sysv4 ] ; then true ; else mkdir /opt/lib/gcc-lib/mips-sni-sysv4 ; fi; \
if [ -d /opt/lib/gcc-lib/mips-sni-sysv4/3.0 ] ; then true ; else mkdir /opt/lib/gcc-lib/mips-sni-sysv4/3.0 ; fi; \
else true; fi
echo timestamp > stmp-fixinc
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
for file in .. ./ginclude/stdarg.h ./ginclude/stddef.h ./ginclude/varargs.h ./ginclude/proto.h ./ginclude/stdbool.h ./ginclude/iso646.h ; do \
if [ X$file != X.. ]; then \
realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
echo timestamp > include/$realfile; \
rm -f include/$realfile; \
cp $file include; \
chmod a+r include/$realfile; \
fi; \
done
rm -f include/limits.h
cp xlimits.h include/limits.h
chmod a+r include/limits.h
rm -f include/float.h
if [ xfloat-i64.h != xMakefile.in ]; then \
cp ./config/float-i64.h include/float.h && \
chmod a+r include/float.h; \
else :; fi
rm -f include/README
cp ./README-fixinc include/README
chmod a+r include/README
echo timestamp > stmp-int-hdrs
if [ -d /usr/include ]; \
then \
CC="./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -isystem include -isystem /usr/include"; \
export CC; \
/bin/sh ./scan-types.sh "." >tmp-deduced.h; \
mv tmp-deduced.h deduced.h; \
else \
echo timestamp > deduced.h; \
fi
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./gen-protos.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./scan.c
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o gen-protos \
gen-protos.o scan.o ../libiberty/libiberty.a
sed -e s/TARGET_GETGROUPS_T/gid_t/ \
deduced.h ./sys-protos.h > tmp-fixtmp.c
mv tmp-fixtmp.c fixtmp.c
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include fixtmp.c -w -U__SIZE_TYPE__ -U__PTRDIFF_TYPE__ -U__WCHAR_TYPE__ -E \
| sed -e 's/ / /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \
| ./gen-protos >xsys-protos.hT
gen-protos: 1346 entries 340 collisions
mv xsys-protos.hT xsys-protos.h
rm -rf fixtmp.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./fix-header.c
cc -c -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./scan-decls.c
./scan-decls.c 52: [warning]: CFE1188 enumerated type mixed with another type
token = tok.type;
^
./scan-decls.c 147: [warning]: CFE1995 flow into case label
case CPP_OPEN_BRACE: case CPP_CLOSE_BRACE:
^
cc -DIN_GCC -g -DHAVE_CONFIG_H -DGENERATOR_FILE -o fix-header fix-header.o \
scan-decls.o scan.o libcpp.a obstack.o alloca.o ./intl/libintl.a ../libiberty/libiberty.a
if [ -f fixhdr.ready ] ; then \
true; \
else \
echo timestamp > fixhdr.ready; \
fi
if [ -f include/fixed ] ; then true; \
else \
: This line works around a 'make' bug in BSDI 1.1.; \
FIXPROTO_DEFINES=""; export FIXPROTO_DEFINES; \
mkinstalldirs="/bin/sh ./mkinstalldirs"; \
export mkinstalldirs; \
if [ -d /usr/include ] ; then \
/bin/sh ./fixproto include include /usr/include; \
if [ $? -eq 0 ] ; then true ; else exit 1 ; fi ; \
else true; fi; \
echo timestamp > include/fixed; \
fi
fixproto: populating `include'
fix-header: fixing X11/Xfuncs.h
fix-header: fixing X11/extensions/xtraplibp.h
echo timestamp > stmp-fixproto
objext='.o' \
OLDCC='cc -Olimit 3000 ' \
LIBGCC1='' \
LIB1FUNCS='_mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 _lshrsi3 _ashrsi3 _ashlsi3 _divdf3 _muldf3 _negdf2 _adddf3 _subdf3 _fixdfsi _fixsfsi _floatsidf _floatsisf _truncdfsf2 _extendsfdf2 _addsf3 _negsf2 _subsf3 _mulsf3 _divsf3 _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2 _ledf2 _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2' \
LIB1ASMFUNCS='' \
LIB1FUNCS_EXTRA='' \
LIB2FUNCS='_muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _clz _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2 _ctors' \
LIB2FUNCS_ST='_eprintf _bb __gcc_bcmp ' \
LIB2ADD='' \
LIB2ADDEH='./unwind-dw2.c ./unwind-dw2-fde.c ./unwind-sjlj.c' \
LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h' \
LIB2ADD_ST='' \
FPBIT='' \
FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _thenan_sf _sf_to_usi _usi_to_sf' \
DPBIT='' \
DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _thenan_df _df_to_usi _usi_to_df' \
MULTILIBS=`./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include --print-multi-lib` \
EXTRA_MULTILIB_PARTS='' \
SHLIB_LINK='' \
SHLIB_INSTALL='' \
SHLIB_EXT='' \
SHLIB_MULTILIB='' \
SHLIB_MKMAP='' \
SHLIB_MAPFILES='' \
SHLIB_NM_FLAGS='-pg' \
/bin/sh mklibgcc > tmp-libgcc.mk
cc: [warning]: CDR9977 invalid option '-limit' ignored
cc: [warning]: CDR9971 unknown file '3000' ignored
mv tmp-libgcc.mk libgcc.mk
HEADERS="gansidecl.h mips/xm-mips.h defaults.h" DEFINES="" TARGET_CPU_DEFAULT="" \
/bin/sh ./mkconfig.sh tconfig.h
echo '#include "config.h"' > conftest.c
echo '#include "except.h"' >> conftest.c
echo 'xyzzy USING_SJLJ_EXCEPTIONS' >> conftest.c
cc -E conftest.c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include > conftest.out
sed -e 's/xyzzy/#define USING_SJLJ_EXCEPTIONS/' -e '/#define/p' \
-e d conftest.out >> tconfig.h
rm conftest.*
make GCC_FOR_TARGET="./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include" \
HOST_PREFIX="" HOST_PREFIX_1="loser-" \
AR_FOR_TARGET="` if [ -f /home/sgkim/gcc-3.0/gcc/../binutils/ar ] ; then echo /home/sgkim/gcc-3.0/gcc/../binutils/ar ; else if [ "mips-sni-sysv4" = "mips-sni-sysv4" ] ; then echo ar; else t='s,^,mips-sni-sysv4-,'; echo ar | sed -e $t ; fi; fi`" \
AR_CREATE_FOR_TARGET="` if [ -f /home/sgkim/gcc-3.0/gcc/../binutils/ar ] ; then echo /home/sgkim/gcc-3.0/gcc/../binutils/ar ; else if [ "mips-sni-sysv4" = "mips-sni-sysv4" ] ; then echo ar; else t='s,^,mips-sni-sysv4-,'; echo ar | sed -e $t ; fi; fi` rc" \
AR_FLAGS_FOR_TARGET="" \
OLDCC="cc -Olimit 3000 " CCLIBFLAGS="-O" \
CFLAGS="-g " \
RANLIB_FOR_TARGET="` if [ -f /home/sgkim/gcc-3.0/gcc/../binutils/ranlib ] ; then echo /home/sgkim/gcc-3.0/gcc/../binutils/ranlib ; else if [ "mips-sni-sysv4" = "mips-sni-sysv4" ] ; then echo ranlib; else t='s,^,mips-sni-sysv4-,'; echo ranlib | sed -e $t ; fi; fi`" \
RANLIB_TEST_FOR_TARGET="[ -f ` if [ -f /home/sgkim/gcc-3.0/gcc/../binutils/ranlib ] ; then echo /home/sgkim/gcc-3.0/gcc/../binutils/ranlib ; else if [ "mips-sni-sysv4" = "mips-sni-sysv4" ] ; then echo ranlib; else t='s,^,mips-sni-sysv4-,'; echo ranlib | sed -e $t ; fi; fi` ] || ( [ "mips-sni-sysv4" = "mips-sni-sysv4" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \
NM_FOR_TARGET="` if [ -f /home/sgkim/gcc-3.0/gcc/../binutils/nm ] ; then echo /home/sgkim/gcc-3.0/gcc/../binutils/nm ; else if [ "mips-sni-sysv4" = "mips-sni-sysv4" ] ; then echo nm; else t='s,^,mips-sni-sysv4-,'; echo nm | sed -e $t ; fi; fi`" AWK="nawk" \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " \
INCLUDES="-I. -I. -I. -I./. -I./config -I./../include" MAYBE_USE_COLLECT2="" \
CONFIG_H="tconfig.h insn-codes.h insn-flags.h" MACHMODE_H="machmode.h machmode.def" \
LIB1ASMSRC='' \
MAKEOVERRIDES= \
-f libgcc.mk all
make[3]: Entering directory `/home/sgkim/gcc-3.0/gcc'
for d in libgcc; do \
if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_muldi3 -c ./libgcc2.c -o libgcc/./_muldi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_divdi3 -c ./libgcc2.c -o libgcc/./_divdi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_moddi3 -c ./libgcc2.c -o libgcc/./_moddi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_udivdi3 -c ./libgcc2.c -o libgcc/./_udivdi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_umoddi3 -c ./libgcc2.c -o libgcc/./_umoddi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_negdi2 -c ./libgcc2.c -o libgcc/./_negdi2.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_lshrdi3 -c ./libgcc2.c -o libgcc/./_lshrdi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_ashldi3 -c ./libgcc2.c -o libgcc/./_ashldi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_ashrdi3 -c ./libgcc2.c -o libgcc/./_ashrdi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_ffsdi2 -c ./libgcc2.c -o libgcc/./_ffsdi2.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_clz -c ./libgcc2.c -o libgcc/./_clz.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_udiv_w_sdiv -c ./libgcc2.c -o libgcc/./_udiv_w_sdiv.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_udivmoddi4 -c ./libgcc2.c -o libgcc/./_udivmoddi4.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_cmpdi2 -c ./libgcc2.c -o libgcc/./_cmpdi2.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_ucmpdi2 -c ./libgcc2.c -o libgcc/./_ucmpdi2.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_floatdidf -c ./libgcc2.c -o libgcc/./_floatdidf.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_floatdisf -c ./libgcc2.c -o libgcc/./_floatdisf.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunsdfsi -c ./libgcc2.c -o libgcc/./_fixunsdfsi.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunssfsi -c ./libgcc2.c -o libgcc/./_fixunssfsi.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunsdfdi -c ./libgcc2.c -o libgcc/./_fixunsdfdi.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixdfdi -c ./libgcc2.c -o libgcc/./_fixdfdi.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunssfdi -c ./libgcc2.c -o libgcc/./_fixunssfdi.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixsfdi -c ./libgcc2.c -o libgcc/./_fixsfdi.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixxfdi -c ./libgcc2.c -o libgcc/./_fixxfdi.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunsxfdi -c ./libgcc2.c -o libgcc/./_fixunsxfdi.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_floatdixf -c ./libgcc2.c -o libgcc/./_floatdixf.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunsxfsi -c ./libgcc2.c -o libgcc/./_fixunsxfsi.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixtfdi -c ./libgcc2.c -o libgcc/./_fixtfdi.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_fixunstfdi -c ./libgcc2.c -o libgcc/./_fixunstfdi.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_floatditf -c ./libgcc2.c -o libgcc/./_floatditf.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_clear_cache -c ./libgcc2.c -o libgcc/./_clear_cache.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_trampoline -c ./libgcc2.c -o libgcc/./_trampoline.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL__main -c ./libgcc2.c -o libgcc/./__main.o
cc1: warning: `-g1': unknown or unsupported -g option
libgcc2.c:2792: warning: function declaration isn't a prototype
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_exit -c ./libgcc2.c -o libgcc/./_exit.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_absvsi2 -c ./libgcc2.c -o libgcc/./_absvsi2.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_absvdi2 -c ./libgcc2.c -o libgcc/./_absvdi2.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_addvsi3 -c ./libgcc2.c -o libgcc/./_addvsi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_addvdi3 -c ./libgcc2.c -o libgcc/./_addvdi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_subvsi3 -c ./libgcc2.c -o libgcc/./_subvsi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_subvdi3 -c ./libgcc2.c -o libgcc/./_subvdi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_mulvsi3 -c ./libgcc2.c -o libgcc/./_mulvsi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_mulvdi3 -c ./libgcc2.c -o libgcc/./_mulvdi3.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_negvsi2 -c ./libgcc2.c -o libgcc/./_negvsi2.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_negvdi2 -c ./libgcc2.c -o libgcc/./_negvdi2.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_ctors -c ./libgcc2.c -o libgcc/./_ctors.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -fexceptions -c ./unwind-dw2.c -o libgcc/./unwind-dw2.o
cc1: warning: `-g1': unknown or unsupported -g option
unwind-dw2.c: In function `extract_cie_info':
unwind-dw2.c:219: warning: implicit declaration of function `strlen'
unwind-dw2.c: In function `execute_stack_op':
unwind-dw2.c:300: warning: `result' might be used uninitialized in this function
unwind-dw2.c: In function `execute_cfa_program':
unwind-dw2.c:775: warning: implicit declaration of function `alloca'
unwind-dw2.c: In function `uw_frame_state_for':
unwind-dw2.c:886: warning: implicit declaration of function `memset'
unwind-dw2.c: In function `uw_install_context_1':
unwind-dw2.c:1103: warning: implicit declaration of function `memcpy'
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -fexceptions -c ./unwind-dw2-fde.c -o libgcc/./unwind-dw2-fde.o
cc1: warning: `-g1': unknown or unsupported -g option
unwind-dw2-fde.c: In function `get_cie_encoding':
unwind-dw2-fde.c:250: warning: implicit declaration of function `strlen'
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -fexceptions -c ./unwind-sjlj.c -o libgcc/./unwind-sjlj.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_eprintf -c ./libgcc2.c -o libgcc/./_eprintf.o
cc1: warning: `-g1': unknown or unsupported -g option
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL_bb -c ./libgcc2.c -o libgcc/./_bb.o
cc1: warning: `-g1': unknown or unsupported -g option
libgcc2.c: In function `__bb_exit_func':
libgcc2.c:1493: warning: implicit declaration of function `time'
./xgcc -B./ -B/opt/mips-sni-sysv4/bin/ -isystem /opt/mips-sni-sysv4/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./. -I./config -I./../include -DL__gcc_bcmp -c ./libgcc2.c -o libgcc/./__gcc_bcmp.o
cc1: warning: `-g1': unknown or unsupported -g option
rm -rf ./libgcc.a
ar rc ./libgcc.a libgcc/./_muldi3.o libgcc/./_divdi3.o libgcc/./_moddi3.o libgcc/./_udivdi3.o libgcc/./_umoddi3.o libgcc/./_negdi2.o libgcc/./_lshrdi3.o libgcc/./_ashldi3.o libgcc/./_ashrdi3.o libgcc/./_ffsdi2.o libgcc/./_clz.o libgcc/./_udiv_w_sdiv.o libgcc/./_udivmoddi4.o libgcc/./_cmpdi2.o libgcc/./_ucmpdi2.o libgcc/./_floatdidf.o libgcc/./_floatdisf.o libgcc/./_fixunsdfsi.o libgcc/./_fixunssfsi.o libgcc/./_fixunsdfdi.o libgcc/./_fixdfdi.o libgcc/./_fixunssfdi.o libgcc/./_fixsfdi.o libgcc/./_fixxfdi.o libgcc/./_fixunsxfdi.o libgcc/./_floatdixf.o libgcc/./_fixunsxfsi.o libgcc/./_fixtfdi.o libgcc/./_fixunstfdi.o libgcc/./_floatditf.o libgcc/./_clear_cache.o libgcc/./_trampoline.o libgcc/./__main.o libgcc/./_exit.o libgcc/./_absvsi2.o libgcc/./_absvdi2.o libgcc/./_addvsi3.o libgcc/./_addvdi3.o libgcc/./_subvsi3.o libgcc/./_subvdi3.o libgcc/./_mulvsi3.o libgcc/./_mulvdi3.o libgcc/./_negvsi2.o libgcc/./_negvdi2.o libgcc/./_ctors.o libgcc/./unwind-dw2.o libgcc/./unwind-dw2-fde.o libgcc/./unwind-sjlj.o libgcc/./_eprintf.o libgcc/./_bb.o libgcc/./__gcc_bcmp.o
if [ -f ranlib ] || ( [ mips-sni-sysv4 = mips-sni-sysv4 ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
ranlib ./libgcc.a ; \
else true; fi;
make[3]: Leaving directory `/home/sgkim/gcc-3.0/gcc'
rm -f cxxmain.c
ln -s ./../libiberty/cplus-dem.c cxxmain.c
cc -c -DMAIN -DIN_GCC -g -DHAVE_CONFIG_H -I. -I. -I. -I./. -I./config -I./../include \
-DVERSION=\"3.0\" cxxmain.c
cxxmain.c 634: [warning]: CFE1117 non-void function "code_for_qualifier" (declared at line 614) should return a value
}
^
cxxmain.c 675: [warning]: CFE1117 non-void function "qualifier_string" (declared at line 640) should return a value
}
^
cxxmain.c 978: [warning]: CFE1550 variable "at_start_name" was set but never used
int at_start_name;
^
cxxmain.c 1565: [warning]: CFE1995 flow into case label
default:
^
cxxmain.c 2030: [warning]: CFE1550 variable "start" was set but never used
const char *start;
^
cxxmain.c 3916: [warning]: CFE1995 flow into case label
case 'I':
^
cxxmain.c 4010: [warning]: CFE1995 flow into case label
case 'P':
^
cxxmain.c 5068: [warning]: CFE1995 flow into case label
case 'n':
^
cc -o c++filt -DIN_GCC -g -DHAVE_CONFIG_H \
cxxmain.o underscore.o obstack.o alloca.o ./intl/libintl.a ../libiberty/libiberty.a
make[2]: Leaving directory `/home/sgkim/gcc-3.0/gcc'
echo timestamp > stage1_build
echo stage1_build > stage_last
make stage1
make[2]: Entering directory `/home/sgkim/gcc-3.0/gcc'
if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
make -f libgcc.mk libgcc-stage-start stage=stage1
make[3]: Entering directory `/home/sgkim/gcc-3.0/gcc'
for dir in libgcc; do \
if [ -d stage1/$dir ]; then true; else mkdir stage1/$dir; fi; \
done
for dir in libgcc; do \
mv $dir/*.o stage1/$dir; \
done
make[3]: Leaving directory `/home/sgkim/gcc-3.0/gcc'
for dir in intl cp objc ; \
do \
if [ -d stage1/$dir ] ; then true ; else mkdir stage1/$dir ; fi ; \
done
mv *.o insn-flags.h insn-config.h insn-codes.h insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c insn-attr.h insn-attrtab.c insn-opinit.c tree-check.h s-flags s-config s-codes s-mlib s-under s-genrtl s-output s-recog s-emit s-extract s-peep s-check s-attr s-attrtab s-opinit s-crt0 genemit genoutput genrecog genextract genflags gencodes genconfig genpeep genattrtab genattr genopinit gengenrtl gencheck genrtl.c genrtl.h xgcc cpp cc1 cpp0 gcc-cross cc1obj enquire protoize unprotoize specs collect2 collect2 underscore.c tradcpp0 gcov *.[0-9][0-9].* *.[si] libcpp.a libbackend.a libgcc.mk g++ g++-cross cc1plus stage1
mv: Cannot access s-crt0: No such file or directory
mv: Cannot access gcc-cross: No such file or directory
mv: Cannot access cc1obj: No such file or directory
mv: Cannot access enquire: No such file or directory
mv: Cannot access protoize: No such file or directory
mv: Cannot access unprotoize: No such file or directory
mv: Cannot access collect2: No such file or directory
mv: Cannot access gcov: No such file or directory
mv: Cannot access *.[0-9][0-9].*: No such file or directory
mv: Cannot access *.[si]: No such file or directory
mv: Cannot access g++-cross: No such file or directory
mv: Cannot access cc1plus: No such file or directory
make[2]: [stage1-start] Error 2 (ignored)
mv intl/*.o stage1/intl
if [ -f as ] ; then ln -s ../as stage1 ; else true ; fi
if [ -f ld ] ; then ln -s ../ld stage1 ; else true ; fi
if [ -f collect-ld ] ; then ln -s ../collect-ld stage1 ; else true ; fi
rm -f stage1/libgcc.a
cp libgcc.a stage1
if [ -f ` if [ -f /home/sgkim/gcc-3.0/gcc/../binutils/ranlib ] ; then echo /home/sgkim/gcc-3.0/gcc/../binutils/ranlib ; else if [ "mips-sni-sysv4" = "mips-sni-sysv4" ] ; then echo ranlib; else t='s,^,mips-sni-sysv4-,'; echo ranlib | sed -e $t ; fi; fi` ] || ( [ "mips-sni-sysv4" = "mips-sni-sysv4" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
` if [ -f /home/sgkim/gcc-3.0/gcc/../binutils/ranlib ] ; then echo /home/sgkim/gcc-3.0/gcc/../binutils/ranlib ; else if [ "mips-sni-sysv4" = "mips-sni-sysv4" ] ; then echo ranlib; else t='s,^,mips-sni-sysv4-,'; echo ranlib | sed -e $t ; fi; fi` stage1/libgcc.a; \
else true; fi
for f in .. ; do if [ x${f} != x.. ]; then \
cp stage1/${f} . ; \
else true; \
fi; done
mv cp/*.o stage1/cp
mv: Cannot access cp/*.o: No such file or directory
make[2]: [c++.stage1] Error 2 (ignored)
mv objc/*.o stage1/objc
mv: Cannot access objc/*.o: No such file or directory
make[2]: [objc.stage1] Error 2 (ignored)
mv cc1obj stage1
mv: Cannot access cc1obj: No such file or directory
make[2]: [objc.stage1] Error 2 (ignored)
make[2]: Leaving directory `/home/sgkim/gcc-3.0/gcc'
echo timestamp > stage1_copy
echo stage2_build > stage_last
make CC="stage1/xgcc -Bstage1/ -B/opt/mips-sni-sysv4/bin/" \
STAGE_PREFIX=stage1/ \
CFLAGS="-g -O2" LDFLAGS="" WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-Wtraditional -pedantic -Wno-long-long" libdir=/opt/lib LANGUAGES="c gcov c++ objc" MAKEOVERRIDES= OUTPUT_OPTION="-o \$@"
make[2]: Entering directory `/home/sgkim/gcc-3.0/gcc'
stage1/xgcc -Bstage1/ -B/opt/mips-sni-sysv4/bin/ -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include ./gengenrtl.c
cc1: warning: `-g': unknown or unsupported -g option
rm -f obstack.c
ln -s ./../libiberty/obstack.c obstack.c
stage1/xgcc -Bstage1/ -B/opt/mips-sni-sysv4/bin/ -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include \
obstack.c -o obstack.o
cc1: warning: `-g': unknown or unsupported -g option
rm -f alloca.c
ln -s ./../libiberty/alloca.c alloca.c
stage1/xgcc -Bstage1/ -B/opt/mips-sni-sysv4/bin/ -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I. -I./. -I./config -I./../include \
-c alloca.c
cc1: warning: `-g': unknown or unsupported -g option
true
stage1/xgcc -Bstage1/ -B/opt/mips-sni-sysv4/bin/ -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengenrtl \
gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
ld: gengenrtl.o: fatal error: gengenrtl.o: file type unknown to the library used by ld
collect2: ld returned 1 exit status
make[2]: *** [gengenrtl] Error 1
make[2]: Leaving directory `/home/sgkim/gcc-3.0/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/home/sgkim/gcc-3.0/gcc'
make: *** [bootstrap] Error 2
[@cs2:/home/sgkim/gcc-3.0]
[@cs2:/home/sgkim/gcc-3.0]
[@cs2:/home/sgkim/gcc-3.0]
[@cs2:/home/sgkim/gcc-3.0]
[@cs2:/home/sgkim/gcc-3.0]
[@cs2:/home/sgkim/gcc-3.0] rm cd gcc
[@cs2:/home/sgkim/gcc-3.0/gcc] ls -l |more
[24;1H[Ktotal 36438
-rw-r--r-- 1 root other 2440 Nov 8 2000 ABOUT-GCC-NLS
-rw-r--r-- 1 root other 11651 Sep 5 1999 ABOUT-NLS
-rw-r--r-- 1 root other 17992 Dec 19 2000 COPYING
-rw-r--r-- 1 root other 26430 Jan 29 2001 COPYING.LIB
-rw-r--r-- 1 root other 304984 Jun 18 04:39 ChangeLog
-rw-r--r-- 1 root other 472885 Apr 14 1999 ChangeLog.0
-rw-r--r-- 1 root other 591614 Mar 4 04:30 ChangeLog.1
-rw-r--r-- 1 root other 535359 May 31 2000 ChangeLog.2
-rw-r--r-- 1 root other 618937 Mar 4 04:30 ChangeLog.3
-rw-r--r-- 1 root other 558211 Mar 4 04:30 ChangeLog.4
-rw-r--r-- 1 root other 132548 Mar 4 04:30 ChangeLog.lib
-rw-r--r-- 1 root other 107272 Sep 7 1999 FSFChangeLog
-rw-r--r-- 1 root other 390466 Jan 27 1999 FSFChangeLog.10
-rw-r--r-- 1 root other 563169 Jan 27 1999 FSFChangeLog.11
-rw-r--r-- 1 root other 3857 Dec 17 1998 LANGUAGES
-rw-r--r-- 1 root other 923 Aug 8 18:36 Make-hooks
-rw-r--r-- 1 root other 510 Aug 8 18:36 Make-host
-rw-r--r-- 1 root other 16344 Aug 8 18:36 Make-lang
-rw-r--r-- 1 root other 222 Aug 8 18:36 Make-target
-rw-r--r-- 1 root other 153189 Aug 8 18:36 Makefile
-rw-r--r-- 1 root other 135410 Jun 13 14:05 Makefile.in
-rw-r--r-- 1 root other 88404 Jun 18 04:50 NEWS
[24;1H[K[1;7mbyte 1452[m[24;1H[24;1H[K-rw-r--r-- 1 root other 41485 Dec 5 2000 ONEWS
-rw-r--r-- 1 root other 495 Dec 17 1998 README-fixinc
-rw-r--r-- 1 root other 11355 Jul 16 2000 README.Portability
-rw-r--r-- 1 root other 265 Oct 17 2000 SERVICE
-rw-r--r-- 1 root other 1197 Jan 26 2001 acconfig.h
-rw-r--r-- 1 root other 33640 May 26 14:43 aclocal.m4
-rw-r--r-- 1 root other 69605 May 13 05:32 alias.c
lrwxrwxrwx 1 root other 23 Aug 8 18:50 alloca.c -> ./../libiberty
/alloca.c
-rw-r--r-- 1 root other 201 Aug 8 18:50 alloca.o
-rw-r--r-- 1 root other 14348 Aug 8 17:21 auto-host.h
-rw-r--r-- 1 root other 20141 May 13 16:09 basic-block.h
-rw-r--r-- 1 root other 33935 May 13 16:09 bb-reorder.c
-rw-r--r-- 1 root other 15712 Jul 24 2000 bitmap.c
-rw-r--r-- 1 root other 11203 Jan 12 2000 bitmap.h
-rw-r--r-- 1 root other 1034 Jan 3 2001 build-make
-rw-r--r-- 1 root other 114107 May 23 05:04 builtins.c
-rw-r--r-- 1 root other 3541 May 13 16:09 builtins.def
-rwxr-xr-x 1 root other 229117 Aug 8 18:50 c++filt
-rw-r--r-- 1 root other 22119 Mar 22 2000 c-aux-info.c
-rw-r--r-- 1 root other 144910 Jun 5 16:46 c-common.c
-rw-r--r-- 1 root other 4139 Sep 11 2000 c-common.def
-rw-r--r-- 1 root other 32130 Jun 5 16:46 c-common.h
[24;1H[K[1;7mbyte 2910[m[24;1H[24;1H[K-rw-r--r-- 1 root other 4069 Apr 24 07:57 c-convert.c
-rw-r--r-- 1 root other 230550 Jun 12 21:19 c-decl.c
-rw-r--r-- 1 root other 21914 Jun 5 16:46 c-dump.c
-rw-r--r-- 1 root other 2799 Jun 5 16:46 c-dump.h
-rw-r--r-- 1 root other 1472 Aug 20 2000 c-errors.c
-rw-r--r-- 1 root other 85651 Mar 3 04:51 c-format.c
-rw-r--r-- 1 root other 6767 Jun 5 16:46 c-lang.c
-rw-r--r-- 1 root other 45764 May 22 20:08 c-lex.c
-rw-r--r-- 1 root other 1383 Mar 2 09:38 c-lex.h
-rw-r--r-- 1 root other 169909 Jun 18 04:51 c-parse.c
-rw-r--r-- 1 root other 96543 Mar 7 10:19 c-parse.in
-rw-r--r-- 1 root other 78128 Jun 18 04:51 c-parse.y
-rw-r--r-- 1 root other 8034 Jan 28 2001 c-pragma.c
-rw-r--r-- 1 root other 2265 Nov 26 2000 c-pragma.h
-rw-r--r-- 1 root other 21797 Jun 6 12:05 c-semantics.c
-rw-r--r-- 1 root other 16551 Jun 5 15:47 c-tree.h
-rw-r--r-- 1 root other 217919 Jun 12 21:19 c-typeck.c
-rw-r--r-- 1 root other 24809 Oct 13 2000 caller-save.c
-rw-r--r-- 1 root other 152576 Jun 10 04:22 calls.c
-rw-r--r-- 1 root other 95560 Apr 28 04:37 collect2.c
-rw-r--r-- 1 root other 1787 Sep 4 1999 collect2.h
-rw-r--r-- 1 root other 433866 Jun 10 04:22 combine.c
-rw-r--r-- 1 root other 4635 Dec 17 1998 conditions.h
[24;1H[K[1;7mbyte 4392[m[24;1H[K[@cs2:/home/sgkim/gcc-3.0/gcc] k ls -l genrtl*
genrtl*: No such file or directory
[@cs2:/home/sgkim/gcc-3.0/gcc] kkkkkk
/sbin/ksh: ^[k^[kkk^[k^[k: not found
[@cs2:/home/sgkim/gcc-3.0/gcc] k
/sbin/ksh: ^[k: not found
[@cs2:/home/sgkim/gcc-3.0/gcc] ls
ABOUT-GCC-NLS dwarf2out.c mbchar.c
ABOUT-NLS dwarf2out.h mbchar.h
COPYING dwarfout.c mips-tdump.c
COPYING.LIB dwarfout.h mips-tfile.c
ChangeLog emit-rtl.c mkconfig.sh
ChangeLog.0 enquire.c mkdeps.c
ChangeLog.1 errors.c mkdeps.h
ChangeLog.2 errors.h mkinstalldirs
ChangeLog.3 except.c mklibgcc
ChangeLog.4 except.h mklibgcc.in
ChangeLog.lib exgettext mkmap-flat.awk
FSFChangeLog explow.c mkmap-symver.awk
FSFChangeLog.10 expmed.c move-if-change
FSFChangeLog.11 expr.c multilib.h
LANGUAGES expr.h objc
Make-hooks f obstack.c
Make-host final.c obstack.o
Make-lang fix-header optabs.c
Make-target fix-header.c options.h
Makefile fixhdr.ready output.h
Makefile.in fixinc params.c
NEWS fixinc.sh params.def
ONEWS fixproto params.h
README-fixinc fixproto.list patch-apollo-includes
README.Portability flags.h po
SERVICE floatlib.c predict.c
acconfig.h flow.c prefix.c
aclocal.m4 fold-const.c prefix.h
alias.c fp-test.c print-rtl.c
alloca.c function.c print-tree.c
alloca.o function.h profile.c
auto-host.h future.options protoize.c
basic-block.h gansidecl.h real.c
bb-reorder.c gbl-ctors.h real.h
bitmap.c gcc.c recog.c
bitmap.h gcc.h recog.h
build-make gcc.hlp reg-stack.c
builtins.c gccbug regclass.c
builtins.def gccbug.in regmove.c
c++filt gccspec.c regrename.c
c-aux-info.c gcov-io.h regs.h
c-common.c gcov.c reload.c
c-common.def gcse.c reload.h
c-common.h gen-protos reload1.c
c-convert.c gen-protos.c reorg.c
c-decl.c genattr.c resource.c
c-dump.c genattrtab.c resource.h
c-dump.h gencheck.c rtl.c
c-errors.c gencheck.h rtl.def
c-format.c gencodes.c rtl.h
c-lang.c genconfig.c rtlanal.c
c-lex.c genemit.c safe-ctype.c
c-lex.h genextract.c sbitmap.c
c-parse.c genflags.c sbitmap.h
c-parse.in gengenrtl.c scan-decls.c
c-parse.y gengenrtl.o scan-types.sh
c-pragma.c genmultilib scan.c
c-pragma.h genopinit.c scan.h
c-semantics.c genoutput.c sched-deps.c
c-tree.h genpeep.c sched-ebb.c
c-typeck.c genrecog.c sched-int.h
caller-save.c gensupport.c sched-rgn.c
calls.c gensupport.h sched-vis.c
collect2.c ggc-callbacks.c sdbout.c
collect2.h ggc-common.c sdbout.h
combine.c ggc-none.c sibcall.c
conditions.h ggc-page.c simplify-rtx.c
config ggc-simple.c sort-protos
config.gcc ggc.h specs.h
config.guess ginclude specs.ready
config.h glimits.h splay-tree.c
config.in global.c ssa.c
config.log gmon.c ssa.h
config.status graph.c stab.def
configargs.h graph.h stack.h
configure gstab.h stage1
configure.frag gsyms.h stage1_build
configure.in gsyslimits.h stage1_copy
conflict.c gthr-aix.h stage_last
convert.c gthr-dce.h stmp-dirs
convert.h gthr-posix.h stmp-fixinc
cp gthr-rtems.h stmp-fixproto
cppdefault.c gthr-single.h stmp-int-hdrs
cppdefault.h gthr-solaris.h stmt.c
cpperror.c gthr-vxworks.h stor-layout.c
cppexp.c gthr-win32.h stringpool.c
cppfiles.c gthr.h sys-protos.h
cpphash.c haifa-sched.c sys-types.h
cpphash.h halfpic.c system.h
cppinit.c halfpic.h tconfig.h
cpplex.c hard-reg-set.h testsuite
cpplib.c hash.c timevar.c
cpplib.h hash.h timevar.def
cppmacro.c hashtab.c timevar.h
cppmain.c hconfig.h tlink.c
cppspec.c hwint.h tm.h
cross-make ifcvt.c tm_p.h
crtstuff.c include toplev.c
cs-config.h input.h toplev.h
cs-hconfig.h insn-addr.h tradcif.c
cs-tconfig.h integrate.c tradcif.y
cs-tm.h integrate.h tradcpp.c
cs-tm_p.h intl tradcpp.h
cse.c intl.c tree.c
cselib.h intl.h tree.def
cstamp-h java tree.h
cstamp-h.in jump.c tsystem.h
cxxmain.c lcm.c typeclass.h
dbxout.c libgcc unprotoize.c
dbxout.h libgcc-std.ver unroll.c
dbxstclass.h libgcc.a unwind-dw2-fde.c
dce.c libgcc1-test.c unwind-dw2-fde.h
deduced.h libgcc1.c unwind-dw2.c
defaults.h libgcc2.c unwind-pe.h
dependence.c libgcc2.h unwind-sjlj.c
diagnostic.c libintl.h unwind.h
diagnostic.h limitx.h unwind.inc
doc limity.h varasm.c
doloop.c listing varray.c
dominance.c lists.c varray.h
doprint.c local-alloc.c version.c
doschk.c longlong.h version.h
dostage2 loop.c vmsconfig.com
dostage3 loop.h xcoffout.c
dwarf.h machmode.def xcoffout.h
dwarf2.h machmode.h xlimits.h
dwarf2asm.c make-l2.com xsys-protos.h
dwarf2asm.h makefile.vms
[@cs2:/home/sgkim/gcc-3.0/gcc] ls -l gen*
-rwxr-xr-x 1 root other 34821 Aug 8 18:49 gen-protos
-rw-r--r-- 1 root other 4675 Feb 27 2000 gen-protos.c
-rw-r--r-- 1 root other 11452 Nov 11 2000 genattr.c
-rw-r--r-- 1 root other 172367 Dec 17 2000 genattrtab.c
-rw-r--r-- 1 root other 2085 Jun 15 2000 gencheck.c
-rw-r--r-- 1 root other 56 Aug 8 18:36 gencheck.h
-rw-r--r-- 1 root other 3707 Jan 15 2001 gencodes.c
-rw-r--r-- 1 root other 9467 May 28 2000 genconfig.c
-rw-r--r-- 1 root other 22825 May 13 05:32 genemit.c
-rw-r--r-- 1 root other 13328 May 19 2000 genextract.c
-rw-r--r-- 1 root other 6392 May 13 05:32 genflags.c
-rw-r--r-- 1 root other 9974 Oct 13 2000 gengenrtl.c
-rw-r--r-- 1 root other 42664 Aug 8 18:50 gengenrtl.o
-rw-r--r-- 1 root other 10992 May 10 2000 genmultilib
-rw-r--r-- 1 root other 12568 May 13 05:32 genopinit.c
-rw-r--r-- 1 root other 26089 May 13 05:32 genoutput.c
-rw-r--r-- 1 root other 11794 Aug 1 2000 genpeep.c
-rw-r--r-- 1 root other 75253 Mar 3 04:51 genrecog.c
-rw-r--r-- 1 root other 20665 Mar 16 04:02 gensupport.c
-rw-r--r-- 1 root other 1051 May 7 2000 gensupport.h
[@cs2:/home/sgkim/gcc-3.0/gcc] ks 0k gen ls -l gengen*
-rw-r--r-- 1 root other 9974 Oct 13 2000 gengenrtl.c
-rw-r--r-- 1 root other 42664 Aug 8 18:50 gengenrtl.o
[@cs2:/home/sgkim/gcc-3.0/gcc] cd stage1
[@cs2:/home/sgkim/gcc-3.0/gcc/stage1] ls
alias.o dbxout.o gengenrtl intl s-extract
alloca.o dce.o gengenrtl.o intl.o s-flags
bb-reorder.o dependence.o genopinit jump.o s-genrtl
bitmap.o diagnostic.o genopinit.o lcm.o s-mlib
More information about the Gcc-bugs
mailing list