This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problems in building gcc-3.3.5 with SUSE10.1 (having gcc-4.1.0)


Hi,
I am a newbie and am trying to build gcc-3.3.5 on my SUSe10.1 system (which have gcc-4.1.0 from the package, also have g77 based on gcc-3.3.5, the machine is a Thinkpad T60). I downloaded the tarball, unpack it, and tried to build it in a OBJDIR gcc_BLDG with the following command:

../gcc-3.3.5/configure --prefix=/usr/local/gcc-3.3.5
seems went OK. then

make bootstrap

failed with lots of warnings, the final few lines are:

a-charac.ads:16:01: (style) multiple blank lines
make[2]: *** [ada/a-charac.o] Error 1
make[2]: Leaving directory `/home/pu/Documents/COMPILERS/gcc_BLDG/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/pu/Documents/COMPILERS/gcc_BLDG/gcc'
make: *** [bootstrap] Error 2

I also tried to build in the source directory, the same thing happened. This is true for gcc-3.4.6 too. I attached the output file from configure (config.log) and make (make.log). Any advices will be highly appreciated.

THanks,

Pu

make[1]: Entering directory `/home/pu/Documents/COMPILERS/gcc_BLDG/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/regex.c -o pic/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/regex.c -o regex.o
In file included from ../../gcc-3.3.5/libiberty/../include/xregex.h:26,
                 from ../../gcc-3.3.5/libiberty/regex.c:195:
../../gcc-3.3.5/libiberty/../include/xregex2.h:548: warning: ISO C90 does not support â??staticâ?? or type qualifiers in parameter array declarators
In file included from ../../gcc-3.3.5/libiberty/regex.c:649:
../../gcc-3.3.5/libiberty/regex.c: In function â??byte_compile_rangeâ??:
../../gcc-3.3.5/libiberty/regex.c:4548: warning: signed and unsigned type in conditional expression
../../gcc-3.3.5/libiberty/regex.c:4558: warning: signed and unsigned type in conditional expression
../../gcc-3.3.5/libiberty/regex.c:4558: warning: signed and unsigned type in conditional expression
../../gcc-3.3.5/libiberty/regex.c: In function â??xregcompâ??:
../../gcc-3.3.5/libiberty/regex.c:8043: warning: signed and unsigned type in conditional expression
../../gcc-3.3.5/libiberty/regex.c: In function â??xregerrorâ??:
../../gcc-3.3.5/libiberty/regex.c:8178: warning: unused parameter â??pregâ??
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/md5.c -o pic/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/md5.c -o md5.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/alloca.c -o pic/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/alloca.c -o alloca.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/argv.c -o pic/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/argv.c -o argv.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/choose-temp.c -o pic/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/concat.c -o pic/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/concat.c -o concat.o
../../gcc-3.3.5/libiberty/concat.c: In function â??concat_lengthâ??:
../../gcc-3.3.5/libiberty/concat.c:112: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/libiberty/concat.c: In function â??concat_copyâ??:
../../gcc-3.3.5/libiberty/concat.c:127: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/libiberty/concat.c: In function â??concat_copy2â??:
../../gcc-3.3.5/libiberty/concat.c:146: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/libiberty/concat.c: In function â??concatâ??:
../../gcc-3.3.5/libiberty/concat.c:157: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/libiberty/concat.c: In function â??reconcatâ??:
../../gcc-3.3.5/libiberty/concat.c:194: warning: traditional C rejects ISO C style function definitions
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/dyn-string.c -o pic/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/fdmatch.c -o pic/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/fibheap.c -o pic/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/fibheap.c -o fibheap.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/floatformat.c -o pic/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/floatformat.c -o floatformat.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/fnmatch.c -o pic/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/getopt.c -o pic/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/getopt.c -o getopt.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/getopt1.c -o pic/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/getopt1.c -o getopt1.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/getpwd.c -o pic/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/getpwd.c -o getpwd.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/getruntime.c -o pic/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/getruntime.c -o getruntime.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/hashtab.c -o pic/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/hashtab.c -o hashtab.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/hex.c -o pic/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/hex.c -o hex.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/lbasename.c -o pic/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/lbasename.c -o lbasename.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/lrealpath.c -o pic/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/objalloc.c -o pic/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/objalloc.c -o objalloc.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/obstack.c -o pic/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/obstack.c -o obstack.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/partition.c -o pic/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/partition.c -o partition.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/physmem.c -o pic/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/physmem.c -o physmem.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/pexecute.c -o pic/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/pexecute.c -o pexecute.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/sort.c -o pic/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/sort.c -o sort.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/spaces.c -o pic/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/spaces.c -o spaces.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/splay-tree.c -o pic/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/strerror.c -o pic/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/strerror.c -o strerror.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/strsignal.c -o pic/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/strsignal.c -o strsignal.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/ternary.c -o pic/ternary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/ternary.c -o ternary.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/xatexit.c -o pic/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/xatexit.c -o xatexit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/xexit.c -o pic/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/xexit.c -o xexit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/xmalloc.c -o pic/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/xmemdup.c -o pic/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/xstrdup.c -o pic/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/xstrerror.c -o pic/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic  ../../gcc-3.3.5/libiberty/mkstemps.c -o pic/mkstemps.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-3.3.5/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../gcc-3.3.5/libiberty/mkstemps.c -o mkstemps.o
rm -f libiberty.a pic/libiberty.a
ar rc libiberty.a \
  regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  mkstemps.o
ranlib libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  ar rc libiberty.a \
    regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o  mkstemps.o; \
  ranlib libiberty.a; \
  cd ..; \
else true; fi
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 mkstemps.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o make-temp-file.o objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > required-list
make[2]: Entering directory `/home/pu/Documents/COMPILERS/gcc_BLDG/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/pu/Documents/COMPILERS/gcc_BLDG/libiberty/testsuite'
make[1]: Leaving directory `/home/pu/Documents/COMPILERS/gcc_BLDG/libiberty'
make[1]: Entering directory `/home/pu/Documents/COMPILERS/gcc_BLDG/zlib'
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/adler32.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/compress.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/crc32.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/deflate.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/gzio.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/infblock.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/infcodes.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/inffast.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/inflate.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/inftrees.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/infutil.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/trees.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/uncompr.c
gcc -DPACKAGE=\"zlib\" -DVERSION=\"1.1.3\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-3.3.5/zlib      -g -O2 -c ../../gcc-3.3.5/zlib/zutil.c
rm -f libz.a
ar cru libz.a adler32.o compress.o crc32.o deflate.o gzio.o infblock.o infcodes.o inffast.o inflate.o inftrees.o infutil.o trees.o uncompr.o zutil.o 
ranlib libz.a
: make ; exec true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2" "INSTALL=/bin/sh /home/pu/Documents/COMPILERS/gcc-3.3.5/install-sh -c" "INSTALL_DATA=/bin/sh /home/pu/Documents/COMPILERS/gcc-3.3.5/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /home/pu/Documents/COMPILERS/gcc-3.3.5/install-sh -c " "INSTALL_SCRIPT=/bin/sh /home/pu/Documents/COMPILERS/gcc-3.3.5/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-O2 -g -O2" "MAKE=make" "MAKEINFO=makeinfo --no-split " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local/gcc-3.3.5/" "infodir=/usr/local/gcc-3.3.5//info" "libdir=/usr/local/gcc-3.3.5//lib" "prefix=/usr/local/gcc-3.3.5/" "tooldir=/usr/local/gcc-3.3.5//i686-pc-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=c++" "LD=ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do
make[1]: Leaving directory `/home/pu/Documents/COMPILERS/gcc_BLDG/zlib'
Bootstrapping the compiler
make[1]: Entering directory `/home/pu/Documents/COMPILERS/gcc_BLDG/gcc'
make AR_FOR_TARGET="ar" \
        RANLIB_FOR_TARGET="ranlib" \
	CC="gcc" libdir=/usr/local/gcc-3.3.5//lib LANGUAGES="c  ada" \
	CFLAGS="-g " MAKEINFO="makeinfo --no-split" \
	MAKEINFOFLAGS="" COVERAGE_FLAGS=
make[2]: Entering directory `/home/pu/Documents/COMPILERS/gcc_BLDG/gcc'
TM_DEFINES="" \
HEADERS="auto-host.h ansidecl.h  i386/i386.h i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h defaults.h" XM_DEFINES="POSIX" \
TARGET_CPU_DEFAULT="TARGET_CPU_DEFAULT_pentiumpro" \
/bin/sh ../../gcc-3.3.5/gcc/mkconfig.sh config.h
TM_DEFINES="" \
HEADERS="auto-host.h ansidecl.h  i386/i386.h i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h linux.h i386/linux.h defaults.h" XM_DEFINES="POSIX" \
TARGET_CPU_DEFAULT="TARGET_CPU_DEFAULT_pentiumpro" \
/bin/sh ../../gcc-3.3.5/gcc/mkconfig.sh hconfig.h
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/gengenrtl.c -o gengenrtl.o
In file included from ../../gcc-3.3.5/gcc/gengenrtl.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/gengenrtl.c:29:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
 gengenrtl.o ../libiberty/libiberty.a
./gengenrtl -h > tmp-genrtl.h
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-genrtl.h genrtl.h
./gengenrtl > tmp-genrtl.c
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-genrtl.c genrtl.c
echo timestamp > s-genrtl
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genflags.c -o genflags.o
In file included from ../../gcc-3.3.5/gcc/genflags.c:27:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
echo "/* This file is machine generated.  Do not edit.  */" > tmp-gtyp.h
echo "static const char *srcdir = "  >> tmp-gtyp.h
echo "\"../../gcc-3.3.5/gcc\"" >> tmp-gtyp.h
echo ";" >> tmp-gtyp.h
echo "static const char *lang_files[] = {" >> tmp-gtyp.h
ll="../../gcc-3.3.5/gcc/ada/ada-tree.h  ../../gcc-3.3.5/gcc/ada/gigi.h  ../../gcc-3.3.5/gcc/ada/decl.c  ../../gcc-3.3.5/gcc/ada/trans.c  ../../gcc-3.3.5/gcc/ada/utils.c  ../../gcc-3.3.5/gcc/cp/mangle.c  ../../gcc-3.3.5/gcc/cp/cp-tree.h  ../../gcc-3.3.5/gcc/cp/decl.h  ../../gcc-3.3.5/gcc/cp/lex.h  ../../gcc-3.3.5/gcc/cp/call.c  ../../gcc-3.3.5/gcc/cp/decl.c  ../../gcc-3.3.5/gcc/cp/decl2.c  ../../gcc-3.3.5/gcc/cp/parse.y  ../../gcc-3.3.5/gcc/cp/pt.c  ../../gcc-3.3.5/gcc/cp/repo.c  ../../gcc-3.3.5/gcc/cp/spew.c  ../../gcc-3.3.5/gcc/cp/tree.c  ../../gcc-3.3.5/gcc/c-common.c  ../../gcc-3.3.5/gcc/c-common.h  ../../gcc-3.3.5/gcc/c-pragma.c  ../../gcc-3.3.5/gcc/f/com.c  ../../gcc-3.3.5/gcc/f/com.h  ../../gcc-3.3.5/gcc/f/ste.c  ../../gcc-3.3.5/gcc/f/where.h  ../../gcc-3.3.5/gcc/f/where.c  ../../gcc-3.3.5/gcc/f/lex.c  ../../gcc-3.3.5/gcc/java/java-tree.h  ../../gcc-3.3.5/gcc/java/builtins.c  ../../gcc-3.3.5/gcc/java/class.c  ../../gcc-3.3.5/gcc/java/constants.c  ../../gcc-3.3.5/gcc/java/decl.c  ../../gcc-3.3.5/gcc/java/expr.c  ../../gcc-3.3.5/gcc/java/jcf-parse.c  ../../gcc-3.3.5/gcc/java/jcf-write.c  ../../gcc-3.3.5/gcc/java/lang.c  ../../gcc-3.3.5/gcc/java/mangle.c  ../../gcc-3.3.5/gcc/java/parse.y  ../../gcc-3.3.5/gcc/objc/objc-act.h  ../../gcc-3.3.5/gcc/c-parse.in  ../../gcc-3.3.5/gcc/c-tree.h  ../../gcc-3.3.5/gcc/c-decl.c  ../../gcc-3.3.5/gcc/c-objc-common.c  ../../gcc-3.3.5/gcc/c-common.c  ../../gcc-3.3.5/gcc/c-common.h  ../../gcc-3.3.5/gcc/c-pragma.c  ../../gcc-3.3.5/gcc/c-parse.in  ../../gcc-3.3.5/gcc/c-lang.c  ../../gcc-3.3.5/gcc/c-parse.in  ../../gcc-3.3.5/gcc/c-tree.h  ../../gcc-3.3.5/gcc/c-decl.c  ../../gcc-3.3.5/gcc/c-common.c  ../../gcc-3.3.5/gcc/c-common.h  ../../gcc-3.3.5/gcc/c-pragma.c  ../../gcc-3.3.5/gcc/c-objc-common.c "; \
for f in $ll; do \
echo "\"$f\", "; done >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
echo "static const char *langs_for_lang_files[] = {" >> tmp-gtyp.h
ff="ada  ada  ada  ada  ada  cp  cp  cp  cp  cp  cp  cp  cp  cp  cp  cp  cp  cp  cp  cp  f  f  f  f  f  f  java  java  java  java  java  java  java  java  java  java  java  objc  objc  objc  objc  objc  objc  objc  objc  objc  c  c  c  c  c  c  c  c "; \
for f in $ff; do \
echo "\"$f\", " ; done  >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
echo "static const char *all_files[] = {" >> tmp-gtyp.h
gf="config.h auto-host.h ../../gcc-3.3.5/gcc/../include/ansidecl.h ../../gcc-3.3.5/gcc/config/i386/i386.h ../../gcc-3.3.5/gcc/config/i386/unix.h ../../gcc-3.3.5/gcc/config/i386/att.h ../../gcc-3.3.5/gcc/config/dbxelf.h ../../gcc-3.3.5/gcc/config/elfos.h ../../gcc-3.3.5/gcc/config/svr4.h ../../gcc-3.3.5/gcc/config/linux.h ../../gcc-3.3.5/gcc/config/i386/linux.h ../../gcc-3.3.5/gcc/defaults.h ../../gcc-3.3.5/gcc/defaults.h ../../gcc-3.3.5/gcc/location.h ../../gcc-3.3.5/gcc/../include/hashtab.h ../../gcc-3.3.5/gcc/bitmap.h ../../gcc-3.3.5/gcc/function.h  ../../gcc-3.3.5/gcc/rtl.h ../../gcc-3.3.5/gcc/optabs.h ../../gcc-3.3.5/gcc/tree.h ../../gcc-3.3.5/gcc/libfuncs.h ../../gcc-3.3.5/gcc/hashtable.h ../../gcc-3.3.5/gcc/real.h ../../gcc-3.3.5/gcc/varray.h ../../gcc-3.3.5/gcc/ssa.h ../../gcc-3.3.5/gcc/insn-addr.h ../../gcc-3.3.5/gcc/cselib.h ../../gcc-3.3.5/gcc/c-common.h ../../gcc-3.3.5/gcc/c-tree.h ../../gcc-3.3.5/gcc/basic-block.h ../../gcc-3.3.5/gcc/alias.c ../../gcc-3.3.5/gcc/bitmap.c ../../gcc-3.3.5/gcc/cselib.c ../../gcc-3.3.5/gcc/dwarf2out.c ../../gcc-3.3.5/gcc/emit-rtl.c ../../gcc-3.3.5/gcc/except.c ../../gcc-3.3.5/gcc/explow.c ../../gcc-3.3.5/gcc/expr.c ../../gcc-3.3.5/gcc/fold-const.c ../../gcc-3.3.5/gcc/function.c ../../gcc-3.3.5/gcc/gcse.c ../../gcc-3.3.5/gcc/integrate.c ../../gcc-3.3.5/gcc/lists.c ../../gcc-3.3.5/gcc/optabs.c ../../gcc-3.3.5/gcc/profile.c ../../gcc-3.3.5/gcc/ra-build.c ../../gcc-3.3.5/gcc/regclass.c ../../gcc-3.3.5/gcc/reg-stack.c ../../gcc-3.3.5/gcc/sdbout.c ../../gcc-3.3.5/gcc/stmt.c ../../gcc-3.3.5/gcc/stor-layout.c ../../gcc-3.3.5/gcc/tree.c ../../gcc-3.3.5/gcc/varasm.c ../../gcc-3.3.5/gcc/config/i386/i386.c ../../gcc-3.3.5/gcc/ada/ada-tree.h ../../gcc-3.3.5/gcc/ada/gigi.h ../../gcc-3.3.5/gcc/ada/decl.c ../../gcc-3.3.5/gcc/ada/trans.c ../../gcc-3.3.5/gcc/ada/utils.c ../../gcc-3.3.5/gcc/cp/mangle.c ../../gcc-3.3.5/gcc/cp/cp-tree.h ../../gcc-3.3.5/gcc/cp/decl.h ../../gcc-3.3.5/gcc/cp/lex.h ../../gcc-3.3.5/gcc/cp/call.c ../../gcc-3.3.5/gcc/cp/decl.c ../../gcc-3.3.5/gcc/cp/decl2.c ../../gcc-3.3.5/gcc/cp/parse.y ../../gcc-3.3.5/gcc/cp/pt.c ../../gcc-3.3.5/gcc/cp/repo.c ../../gcc-3.3.5/gcc/cp/spew.c ../../gcc-3.3.5/gcc/cp/tree.c ../../gcc-3.3.5/gcc/c-common.c ../../gcc-3.3.5/gcc/c-common.h ../../gcc-3.3.5/gcc/c-pragma.c ../../gcc-3.3.5/gcc/f/com.c ../../gcc-3.3.5/gcc/f/com.h ../../gcc-3.3.5/gcc/f/ste.c ../../gcc-3.3.5/gcc/f/where.h ../../gcc-3.3.5/gcc/f/where.c ../../gcc-3.3.5/gcc/f/lex.c ../../gcc-3.3.5/gcc/java/java-tree.h ../../gcc-3.3.5/gcc/java/builtins.c ../../gcc-3.3.5/gcc/java/class.c ../../gcc-3.3.5/gcc/java/constants.c ../../gcc-3.3.5/gcc/java/decl.c ../../gcc-3.3.5/gcc/java/expr.c ../../gcc-3.3.5/gcc/java/jcf-parse.c ../../gcc-3.3.5/gcc/java/jcf-write.c ../../gcc-3.3.5/gcc/java/lang.c ../../gcc-3.3.5/gcc/java/mangle.c ../../gcc-3.3.5/gcc/java/parse.y ../../gcc-3.3.5/gcc/objc/objc-act.h ../../gcc-3.3.5/gcc/c-parse.in ../../gcc-3.3.5/gcc/c-tree.h ../../gcc-3.3.5/gcc/c-decl.c ../../gcc-3.3.5/gcc/c-objc-common.c ../../gcc-3.3.5/gcc/c-common.c ../../gcc-3.3.5/gcc/c-common.h ../../gcc-3.3.5/gcc/c-pragma.c ../../gcc-3.3.5/gcc/c-parse.in ../../gcc-3.3.5/gcc/c-lang.c ../../gcc-3.3.5/gcc/c-parse.in ../../gcc-3.3.5/gcc/c-tree.h ../../gcc-3.3.5/gcc/c-decl.c ../../gcc-3.3.5/gcc/c-common.c ../../gcc-3.3.5/gcc/c-common.h ../../gcc-3.3.5/gcc/c-pragma.c ../../gcc-3.3.5/gcc/c-objc-common.c"; \
for f in $gf; do \
echo "\"$f\", "; done >> tmp-gtyp.h
echo " NULL};" >> tmp-gtyp.h
echo "static const char *lang_dir_names[] = { \"c\", " >> tmp-gtyp.h
gf="ada cp f java objc"; \
for l in $gf; do \
echo "\"$l\", "; done >> tmp-gtyp.h
echo "NULL};" >> tmp-gtyp.h
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-gtyp.h gtyp-gen.h 
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include \
  ../../gcc-3.3.5/gcc/gengtype.c -o gengtype.o
../../gcc-3.3.5/gcc/gengtype.c: In function â??error_at_lineâ??:
../../gcc-3.3.5/gcc/gengtype.c:38: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/gengtype.c: In function â??xasprintfâ??:
../../gcc-3.3.5/gcc/gengtype.c:70: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/gengtype.c: In function â??oprintfâ??:
../../gcc-3.3.5/gcc/gengtype.c:1075: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include \
  ../../gcc-3.3.5/gcc/gengtype-lex.c -o gengtype-lex.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include \
  ../../gcc-3.3.5/gcc/gengtype-yacc.c -o gengtype-yacc.o
gengtype-yacc.c: In function â??yydestructâ??:
gengtype-yacc.c:725: warning: traditional C rejects ISO C style function definitions
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gengtype \
 gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a
./gengtype
warning: structure `JCF' used but not defined
warning: structure `CPool' used but not defined
warning: structure `reg_info_def' used but not defined
warning: structure `die_struct' used but not defined
warning: structure `basic_block_def' used but not defined
echo timestamp > s-gtype
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/rtl.c -o rtl.o
In file included from ../../gcc-3.3.5/gcc/rtl.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/rtl.c:25:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/read-rtl.c -o read-rtl.o
In file included from ../../gcc-3.3.5/gcc/read-rtl.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/read-rtl.c: In function â??fatal_with_file_and_lineâ??:
../../gcc-3.3.5/gcc/read-rtl.c:53: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/bitmap.c -o bitmap.o
In file included from ../../gcc-3.3.5/gcc/bitmap.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/ggc-none.c -o ggc-none.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/gensupport.c -o gensupport.o
In file included from ../../gcc-3.3.5/gcc/gensupport.c:23:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/gensupport.c: In function â??message_with_lineâ??:
../../gcc-3.3.5/gcc/gensupport.c:109: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include \
	../../gcc-3.3.5/gcc/genconditions.c -o genconditions.o
In file included from ../../gcc-3.3.5/gcc/genconditions.c:31:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include \
    ../../gcc-3.3.5/gcc/dummy-conditions.c -o dummy-conditions.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/errors.c -o errors.o
../../gcc-3.3.5/gcc/errors.c: In function â??warningâ??:
../../gcc-3.3.5/gcc/errors.c:41: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/errors.c: In function â??errorâ??:
../../gcc-3.3.5/gcc/errors.c:56: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/errors.c: In function â??fatalâ??:
../../gcc-3.3.5/gcc/errors.c:73: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/errors.c: In function â??internal_errorâ??:
../../gcc-3.3.5/gcc/errors.c:88: warning: traditional C rejects ISO C style function definitions
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genconditions \
 genconditions.o gensupport.o dummy-conditions.o rtl.o read-rtl.o bitmap.o ggc-none.o \
    errors.o ../libiberty/libiberty.a
./genconditions ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-conditions.c
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-conditions.c insn-conditions.c
echo timestamp > s-conditions
TM_DEFINES="" \
HEADERS="i386/i386-protos.h" XM_DEFINES="" TARGET_CPU_DEFAULT="" \
/bin/sh ../../gcc-3.3.5/gcc/mkconfig.sh tm_p.h
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genpreds.c -o genpreds.o
In file included from ../../gcc-3.3.5/gcc/genpreds.c:28:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genpreds \
 genpreds.o ../libiberty/libiberty.a
./genpreds > tmp-preds.h
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-preds.h tm-preds.h
echo timestamp > s-preds
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genconstants.c -o genconstants.o
In file included from ../../gcc-3.3.5/gcc/genconstants.c:31:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genconstants \
 genconstants.o gensupport.o dummy-conditions.o rtl.o read-rtl.o bitmap.o ggc-none.o \
    errors.o ../libiberty/libiberty.a
./genconstants ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-constants.h
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-constants.h insn-constants.h
echo timestamp > s-constants
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include insn-conditions.c
In file included from insn-conditions.c:16:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from insn-conditions.c:26:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from insn-conditions.c:27:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
insn-conditions.c:640: warning: string length â??709â?? is greater than the length â??509â?? ISO C89 compilers are required to support
insn-conditions.c:1510: warning: string length â??597â?? is greater than the length â??509â?? ISO C89 compilers are required to support
ltf="../../gcc-3.3.5/gcc/ada/ada-tree.def ../../gcc-3.3.5/gcc/cp/cp-tree.def ../../gcc-3.3.5/gcc/java/java-tree.def ../../gcc-3.3.5/gcc/objc/objc-tree.def"; for f in $ltf; do \
    echo "#include \"$f\""; \
done | sed 's|../../gcc-3.3.5/gcc/||' > tmp-gencheck.h
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-gencheck.h gencheck.h
echo timestamp > s-gencheck
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include \
  ../../gcc-3.3.5/gcc/gencheck.c -o gencheck.o
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gencheck \
 gencheck.o ../libiberty/libiberty.a
./gencheck > tmp-check.h
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-check.h tree-check.h
echo timestamp > s-check
rm -f print-rtl1.c
sed -e 's/config[.]h/hconfig.h/' ../../gcc-3.3.5/gcc/print-rtl.c > print-rtl1.c
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include print-rtl1.c -o print-rtl1.o
In file included from print-rtl1.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from print-rtl1.c:30:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from print-rtl1.c:30:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from print-rtl1.c:31:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genflags \
 genflags.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genflags ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-flags.h
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-flags.h insn-flags.h
echo timestamp > s-flags
(cd intl && make all)
make[3]: Entering directory `/home/pu/Documents/COMPILERS/gcc_BLDG/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pu/Documents/COMPILERS/gcc_BLDG/gcc/intl'
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include \
       -c ../../gcc-3.3.5/gcc/c-parse.c -o c-parse.o
In file included from c-parse.y:13:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from c-parse.y:13:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from c-parse.y:15:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from c-parse.y:15:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
c-p10012.c: In function â??yysymprintâ??:
c-p10012.c:2221: warning: traditional C rejects ISO C style function definitions
c-p10012.c: In function â??yydestructâ??:
c-p10012.c:2257: warning: traditional C rejects ISO C style function definitions
c-parse.y: At top level:
c-parse.y:2383: warning: type of bit-field â??ridâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-lang.c -o c-lang.o
In file included from ../../gcc-3.3.5/gcc/c-lang.c:25:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-lang.c:25:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-lang.c:26:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-lang.c:26:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-pretty-print.c -o c-pretty-print.o
In file included from ../../gcc-3.3.5/gcc/c-pretty-print.c:24:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-pretty-print.h:25,
                 from ../../gcc-3.3.5/gcc/c-pretty-print.c:25:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-pretty-print.h:25,
                 from ../../gcc-3.3.5/gcc/c-pretty-print.c:25:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-pretty-print.h:26,
                 from ../../gcc-3.3.5/gcc/c-pretty-print.c:25:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-pretty-print.h:26,
                 from ../../gcc-3.3.5/gcc/c-pretty-print.c:25:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/attribs.c -o attribs.o
In file included from ../../gcc-3.3.5/gcc/attribs.c:24:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/attribs.c:24:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/attribs.c:28:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/attribs.c:32:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/attribs.c:32:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-errors.c -o c-errors.o
In file included from ../../gcc-3.3.5/gcc/c-errors.c:24:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-errors.c:24:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-errors.c:25:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-errors.c:25:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/c-errors.c: In function â??pedwarn_c99â??:
../../gcc-3.3.5/gcc/c-errors.c:34: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-lex.c -o c-lex.o
In file included from ../../gcc-3.3.5/gcc/c-lex.c:25:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-lex.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-lex.c:27:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-lex.c:27:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-lex.c:31:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-lex.c:31:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-pragma.c -o c-pragma.o
In file included from ../../gcc-3.3.5/gcc/c-pragma.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-pragma.c:25:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-pragma.c:25:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-pragma.c:27:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-pragma.c:27:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-decl.c -o c-decl.o
In file included from ../../gcc-3.3.5/gcc/c-decl.c:32:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-decl.c:32:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-decl.c:34:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-decl.c:39:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-decl.c:39:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-typeck.c -o c-typeck.o
In file included from ../../gcc-3.3.5/gcc/c-typeck.c:34:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-typeck.c:35:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-typeck.c:35:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-typeck.c:36:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-typeck.c:36:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-convert.c -o c-convert.o
In file included from ../../gcc-3.3.5/gcc/c-convert.c:29:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-convert.c:29:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-convert.c:32:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-convert.c:32:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-aux-info.c -o c-aux-info.o
In file included from ../../gcc-3.3.5/gcc/c-aux-info.c:29:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-aux-info.c:29:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-aux-info.c:30:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-aux-info.c:30:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-common.c -o c-common.o
In file included from ../../gcc-3.3.5/gcc/c-common.c:24:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.c:24:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.c:25:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.c:30:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-common.c:33:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-common.c:33:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.c:3583:
../../gcc-3.3.5/gcc/builtins.def: In function â??c_common_nodes_and_builtinsâ??:
../../gcc-3.3.5/gcc/builtins.def:217: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:217: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:218: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:218: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:219: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:219: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:220: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:220: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:221: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:221: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:222: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:222: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:727: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:727: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:728: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:728: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:729: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:729: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:730: warning: null argument where non-null required (argument 1)
../../gcc-3.3.5/gcc/builtins.def:730: warning: null argument where non-null required (argument 1)
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-opts.c -o c-opts.o
In file included from ../../gcc-3.3.5/gcc/c-opts.c:24:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-opts.c:24:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-opts.c:25:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-opts.c:25:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/c-opts.c:298: warning: type of bit-field â??opt_codeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-format.c -o c-format.o
In file included from ../../gcc-3.3.5/gcc/c-format.c:24:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-format.c:24:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-format.c:27:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-format.c:27:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/c-format.c: In function â??status_warningâ??:
../../gcc-3.3.5/gcc/c-format.c:998: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-semantics.c -o c-semantics.o
In file included from ../../gcc-3.3.5/gcc/c-semantics.c:26:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-semantics.c:26:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-semantics.c:30:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-semantics.c:30:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-semantics.c:35:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/c-semantics.c: In function â??build_stmtâ??:
../../gcc-3.3.5/gcc/c-semantics.c:187: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genconfig.c -o genconfig.o
In file included from ../../gcc-3.3.5/gcc/genconfig.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genconfig \
  genconfig.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genconfig ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-config.h
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-config.h insn-config.h
echo timestamp > s-config
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-objc-common.c -o c-objc-common.o
In file included from ../../gcc-3.3.5/gcc/c-objc-common.c:23:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-objc-common.c:23:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-objc-common.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-objc-common.c:28:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-objc-common.c:28:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/c-dump.c -o c-dump.o
In file included from ../../gcc-3.3.5/gcc/c-dump.c:24:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-dump.c:24:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-dump.c:25:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/c-dump.c:25:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cpplib.c -o cpplib.o
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/cpplib.c:25:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.c:25:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cpplex.c -o cpplex.o
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/cpplex.c:25:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplex.c:25:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cppmacro.c -o cppmacro.o
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/cppmacro.c:28:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cppmacro.c:28:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cppexp.c -o cppexp.o
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/cppexp.c:23:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cppexp.c:23:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cppfiles.c -o cppfiles.o
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/cppfiles.c:25:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cppfiles.c:25:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cpptrad.c -o cpptrad.o
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/cpptrad.c:21:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpptrad.c:21:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cpphash.c -o cpphash.o
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/cpphash.c:28:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpphash.c:28:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cpperror.c -o cpperror.o
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/cpperror.c:28:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpperror.c:28:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpperror.c: In function â??cpp_errorâ??:
../../gcc-3.3.5/gcc/cpperror.c:130: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/cpperror.c: In function â??cpp_error_with_lineâ??:
../../gcc-3.3.5/gcc/cpperror.c:168: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cppinit.c -o cppinit.o
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/cppinit.c:24:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cppinit.c:24:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include \
  -DGCC_INCLUDE_DIR=\"/usr/local/gcc-3.3.5//lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/gcc-3.3.5//lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../..`echo /usr/local/gcc-3.3.5/ | sed -e 's|^/usr/local/gcc-3.3.5/||' -e 's|/[^/]*|/..|g'`/include/c++/3.3.5\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/local/gcc-3.3.5//lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../..`echo /usr/local/gcc-3.3.5/ | sed -e 's|^/usr/local/gcc-3.3.5/||' -e 's|/[^/]*|/..|g'`/include/c++/3.3.5/i686-pc-linux-gnu\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/local/gcc-3.3.5//lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../..`echo /usr/local/gcc-3.3.5/ | sed -e 's|^/usr/local/gcc-3.3.5/||' -e 's|/[^/]*|/..|g'`/include/c++/3.3.5/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/local/gcc-3.3.5//lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/local/gcc-3.3.5//lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/include\"  \
  -c ../../gcc-3.3.5/gcc/cppdefault.c -o cppdefault.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cppmain.c -o cppmain.o
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/cppmain.c:26:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cppmain.c:26:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/hashtable.c -o hashtable.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/line-map.c -o line-map.o
In file included from ../../gcc-3.3.5/gcc/line-map.c:25:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/mkdeps.c -o mkdeps.o
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include \
-DPREFIX=\"/usr/local/gcc-3.3.5/\" \
  -c ../../gcc-3.3.5/gcc/prefix.c -o prefix.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/mbchar.c -o mbchar.o
rm -rf libcpp.a
ar rc libcpp.a cpplib.o cpplex.o cppmacro.o cppexp.o cppfiles.o cpptrad.o cpphash.o cpperror.o cppinit.o cppdefault.o cppmain.o hashtable.o line-map.o mkdeps.o prefix.o mbchar.o
ranlib libcpp.a
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/main.c -o main.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/alias.c -o alias.o
In file included from ../../gcc-3.3.5/gcc/alias.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/alias.c:26:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/alias.c:26:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/bb-reorder.c -o bb-reorder.o
In file included from ../../gcc-3.3.5/gcc/bb-reorder.c:85:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/bb-reorder.c:85:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/bb-reorder.c:86:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/gencodes.c -o gencodes.o
In file included from ../../gcc-3.3.5/gcc/gencodes.c:27:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o gencodes \
 gencodes.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./gencodes ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-codes.h
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-codes.h insn-codes.h
echo timestamp > s-codes
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/builtins.c -o builtins.o
In file included from ../../gcc-3.3.5/gcc/builtins.c:25:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/builtins.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/builtins.c:27:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/builtins.c:27:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/builtins.c:37:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/builtins.c: In function â??validate_arglistâ??:
../../gcc-3.3.5/gcc/builtins.c:4373: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/caller-save.c -o caller-save.o
In file included from ../../gcc-3.3.5/gcc/caller-save.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/caller-save.c:29:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/calls.c -o calls.o
In file included from ../../gcc-3.3.5/gcc/calls.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/calls.c:25:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/calls.c:25:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
../../gcc-3.3.5/gcc/calls.c: In function â??emit_library_callâ??:
../../gcc-3.3.5/gcc/calls.c:4319: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/calls.c: In function â??emit_library_call_valueâ??:
../../gcc-3.3.5/gcc/calls.c:4343: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cfg.c -o cfg.o
In file included from ../../gcc-3.3.5/gcc/cfg.c:46:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cfg.c:46:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cfg.c:47:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cfganal.c -o cfganal.o
In file included from ../../gcc-3.3.5/gcc/cfganal.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cfganal.c:29:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cfgbuild.c -o cfgbuild.o
In file included from ../../gcc-3.3.5/gcc/cfgbuild.c:37:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cfgbuild.c:37:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cfgbuild.c:38:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cfgcleanup.c -o cfgcleanup.o
In file included from ../../gcc-3.3.5/gcc/cfgcleanup.c:36:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cfgcleanup.c:43:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cfglayout.c -o cfglayout.o
In file included from ../../gcc-3.3.5/gcc/cfglayout.c:23:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cfglayout.c:23:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cfglayout.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cfgloop.c -o cfgloop.o
In file included from ../../gcc-3.3.5/gcc/cfgloop.c:23:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cfgrtl.c -o cfgrtl.o
In file included from ../../gcc-3.3.5/gcc/cfgrtl.c:47:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cfgrtl.c:47:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cfgrtl.c:48:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genattr.c -o genattr.o
In file included from ../../gcc-3.3.5/gcc/genattr.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genattr \
 genattr.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genattr ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-attr.h
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-attr.h insn-attr.h
echo timestamp > s-attr
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/combine.c -o combine.o
In file included from ../../gcc-3.3.5/gcc/combine.c:75:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/combine.c:86:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/combine.c:87:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/conflict.c -o conflict.o
In file included from ../../gcc-3.3.5/gcc/conflict.c:32:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/convert.c -o convert.o
In file included from ../../gcc-3.3.5/gcc/convert.c:28:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/convert.c:28:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cse.c -o cse.o
In file included from ../../gcc-3.3.5/gcc/cse.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cse.c:32:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cse.c:34:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/cselib.c -o cselib.o
In file included from ../../gcc-3.3.5/gcc/cselib.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cselib.c:30:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cselib.c:32:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/dbxout.c -o dbxout.o
In file included from ../../gcc-3.3.5/gcc/dbxout.c:74:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/dbxout.c:74:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/dbxout.c:75:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/debug.c -o debug.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/df.c -o df.o
In file included from ../../gcc-3.3.5/gcc/df.c:158:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/df.c:161:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/diagnostic.c -o diagnostic.o
In file included from ../../gcc-3.3.5/gcc/diagnostic.c:30:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/diagnostic.c:30:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
../../gcc-3.3.5/gcc/diagnostic.c: In function â??build_message_stringâ??:
../../gcc-3.3.5/gcc/diagnostic.c:646: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??output_printfâ??:
../../gcc-3.3.5/gcc/diagnostic.c:670: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??output_verbatimâ??:
../../gcc-3.3.5/gcc/diagnostic.c:765: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??fnoticeâ??:
../../gcc-3.3.5/gcc/diagnostic.c:942: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??fatal_io_errorâ??:
../../gcc-3.3.5/gcc/diagnostic.c:956: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??pedwarnâ??:
../../gcc-3.3.5/gcc/diagnostic.c:973: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??pedwarn_with_declâ??:
../../gcc-3.3.5/gcc/diagnostic.c:987: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??pedwarn_with_file_and_lineâ??:
../../gcc-3.3.5/gcc/diagnostic.c:1012: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??sorryâ??:
../../gcc-3.3.5/gcc/diagnostic.c:1028: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??error_with_file_and_lineâ??:
../../gcc-3.3.5/gcc/diagnostic.c:1114: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??error_with_declâ??:
../../gcc-3.3.5/gcc/diagnostic.c:1129: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??errorâ??:
../../gcc-3.3.5/gcc/diagnostic.c:1147: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??fatal_errorâ??:
../../gcc-3.3.5/gcc/diagnostic.c:1164: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??internal_errorâ??:
../../gcc-3.3.5/gcc/diagnostic.c:1181: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??warning_with_file_and_lineâ??:
../../gcc-3.3.5/gcc/diagnostic.c:1217: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??warning_with_declâ??:
../../gcc-3.3.5/gcc/diagnostic.c:1232: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??warningâ??:
../../gcc-3.3.5/gcc/diagnostic.c:1247: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??verbatimâ??:
../../gcc-3.3.5/gcc/diagnostic.c:1264: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/diagnostic.c: In function â??informâ??:
../../gcc-3.3.5/gcc/diagnostic.c:1425: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/doloop.c -o doloop.o
In file included from ../../gcc-3.3.5/gcc/doloop.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/dominance.c -o dominance.o
In file included from ../../gcc-3.3.5/gcc/dominance.c:38:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/dwarf2asm.c -o dwarf2asm.o
In file included from ../../gcc-3.3.5/gcc/dwarf2asm.c:25:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/dwarf2asm.c:25:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/dwarf2asm.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/dwarf2asm.c: In function â??dw2_asm_output_dataâ??:
../../gcc-3.3.5/gcc/dwarf2asm.c:70: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/dwarf2asm.c: In function â??dw2_asm_output_deltaâ??:
../../gcc-3.3.5/gcc/dwarf2asm.c:100: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/dwarf2asm.c: In function â??dw2_asm_output_offsetâ??:
../../gcc-3.3.5/gcc/dwarf2asm.c:134: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/dwarf2asm.c: In function â??dw2_asm_output_pcrelâ??:
../../gcc-3.3.5/gcc/dwarf2asm.c:163: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/dwarf2asm.c: In function â??dw2_asm_output_addrâ??:
../../gcc-3.3.5/gcc/dwarf2asm.c:193: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/dwarf2asm.c: In function â??dw2_asm_output_addr_rtxâ??:
../../gcc-3.3.5/gcc/dwarf2asm.c:216: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/dwarf2asm.c: In function â??dw2_asm_output_nstringâ??:
../../gcc-3.3.5/gcc/dwarf2asm.c:237: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/dwarf2asm.c: In function â??dw2_asm_output_data_uleb128â??:
../../gcc-3.3.5/gcc/dwarf2asm.c:510: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/dwarf2asm.c: In function â??dw2_asm_output_data_sleb128â??:
../../gcc-3.3.5/gcc/dwarf2asm.c:572: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/dwarf2asm.c: In function â??dw2_asm_output_delta_uleb128â??:
../../gcc-3.3.5/gcc/dwarf2asm.c:636: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/dwarf2asm.c: In function â??dw2_asm_output_delta_sleb128â??:
../../gcc-3.3.5/gcc/dwarf2asm.c:665: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/dwarf2asm.c: In function â??dw2_asm_output_encoded_addr_rtxâ??:
../../gcc-3.3.5/gcc/dwarf2asm.c:826: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/dwarf2out.c -o dwarf2out.o
In file included from ../../gcc-3.3.5/gcc/dwarf2out.c:39:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/dwarf2out.c:39:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/dwarf2out.c:41:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/dwarf2out.c:42:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/dwarfout.c -o dwarfout.o
In file included from ../../gcc-3.3.5/gcc/dwarfout.c:570:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/dwarfout.c:570:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/dwarfout.c:573:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/emit-rtl.c -o emit-rtl.o
In file included from ../../gcc-3.3.5/gcc/emit-rtl.c:41:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/emit-rtl.c:42:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/emit-rtl.c:42:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/emit-rtl.c:51:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/emit-rtl.c:52:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
../../gcc-3.3.5/gcc/emit-rtl.c: In function â??gen_rtxâ??:
../../gcc-3.3.5/gcc/emit-rtl.c:648: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/emit-rtl.c: In function â??gen_rtvecâ??:
../../gcc-3.3.5/gcc/emit-rtl.c:741: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/emit-rtl.c: In function â??set_mem_attributes_minus_bitposâ??:
../../gcc-3.3.5/gcc/emit-rtl.c:1859: warning: comparison between signed and unsigned
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/except.c -o except.o
In file included from ../../gcc-3.3.5/gcc/except.c:52:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/except.c:53:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/except.c:53:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
../../gcc-3.3.5/gcc/except.c: In function â??for_each_eh_labelâ??:
../../gcc-3.3.5/gcc/except.c:2492: warning: ISO C forbids conversion of function pointer to object pointer type
../../gcc-3.3.5/gcc/except.c: In function â??for_each_eh_label_1â??:
../../gcc-3.3.5/gcc/except.c:2501: warning: ISO C forbids conversion of object pointer to function pointer type
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/explow.c -o explow.o
In file included from ../../gcc-3.3.5/gcc/explow.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/explow.c:27:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/explow.c:27:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/explow.c:36:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/expmed.c -o expmed.o
In file included from ../../gcc-3.3.5/gcc/expmed.c:27:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/expmed.c:28:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/expmed.c:28:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/expmed.c:34:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/expmed.c:35:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/expr.c -o expr.o
In file included from ../../gcc-3.3.5/gcc/expr.c:25:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/expr.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/expr.c:27:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/expr.c:27:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/expr.c:39:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/final.c -o final.o
In file included from ../../gcc-3.3.5/gcc/final.c:50:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/final.c:50:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/final.c:51:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/final.c:56:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/final.c:59:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
../../gcc-3.3.5/gcc/final.c: In function â??get_insn_templateâ??:
../../gcc-3.3.5/gcc/final.c:1943: warning: ISO C forbids conversion of object pointer to function pointer type
../../gcc-3.3.5/gcc/final.c: In function â??output_operand_lossageâ??:
../../gcc-3.3.5/gcc/final.c:3134: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/final.c: In function â??asm_fprintfâ??:
../../gcc-3.3.5/gcc/final.c:3672: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/flow.c -o flow.o
In file included from ../../gcc-3.3.5/gcc/flow.c:123:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/flow.c:123:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/flow.c:124:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/flow.c:135:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/fold-const.c -o fold-const.o
In file included from ../../gcc-3.3.5/gcc/fold-const.c:48:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/fold-const.c:48:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/fold-const.c:49:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/fold-const.c:50:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/function.c -o function.o
In file included from ../../gcc-3.3.5/gcc/function.c:43:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/function.c:44:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/function.c:44:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/function.c:53:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/function.c: In function â??assign_stack_temp_for_typeâ??:
../../gcc-3.3.5/gcc/function.c:741: warning: signed and unsigned type in conditional expression
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/gcse.c -o gcse.o
In file included from ../../gcc-3.3.5/gcc/gcse.c:150:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/gcse.c:155:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/gcse.c:157:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include genrtl.c -o genrtl.o
In file included from genrtl.c:6:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/ggc-common.c -o ggc-common.o
In file included from ../../gcc-3.3.5/gcc/ggc-common.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ggc-common.c:27:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ggc-common.c:27:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/global.c -o global.o
In file included from ../../gcc-3.3.5/gcc/global.c:28:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/graph.c -o graph.o
In file included from ../../gcc-3.3.5/gcc/graph.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include gtype-desc.c -o gtype-desc.o
In file included from gtype-desc.c:28:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from gtype-desc.c:28:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from gtype-desc.c:29:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/haifa-sched.c -o haifa-sched.o
In file included from ../../gcc-3.3.5/gcc/haifa-sched.c:138:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/haifa-sched.c:149:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/hooks.c -o hooks.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/ifcvt.c -o ifcvt.o
In file included from ../../gcc-3.3.5/gcc/ifcvt.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ifcvt.c:29:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ifcvt.c:34:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genattrtab.c -o genattrtab.o
In file included from ../../gcc-3.3.5/gcc/genattrtab.c:105:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/genattrtab.c: In function â??attr_rtxâ??:
../../gcc-3.3.5/gcc/genattrtab.c:721: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/genattrtab.c: In function â??attr_printfâ??:
../../gcc-3.3.5/gcc/genattrtab.c:738: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genautomata.c -o genautomata.o
In file included from ../../gcc-3.3.5/gcc/genautomata.c:105:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/varray.c -o varray.o
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genattrtab \
 genattrtab.o genautomata.o \
 rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o errors.o \
 varray.o ../libiberty/libiberty.a -lm
./genattrtab ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-attrtab.c
Check description...done
Reservation transformation...done
Create automaton `pentium'...done
Create automaton `pentium_fpu'...done
Generation of attributes...done
All other genattrtab stuff...done
Forming and outputing automata tables...done
Output functions to work with automata...done

Automaton `pentium'
       48 NDFA states,             90 NDFA arcs
       48 DFA states,              90 DFA arcs
       20 minimal DFA states,      62 minimal DFA arcs
       29 all insns         16 insn equivalence classes
   62 transition comb vector els,   320 trans table els: use comb vect
   62 state alts comb vector els,   320 state alts table els: use comb vect
  768 min delay table els, compression factor 2

Automaton `pentium_fpu'
       80 NDFA states,            172 NDFA arcs
       80 DFA states,             172 DFA arcs
       75 minimal DFA states,     162 minimal DFA arcs
       29 all insns          8 insn equivalence classes
  164 transition comb vector els,   600 trans table els: use comb vect
  164 state alts comb vector els,   600 state alts table els: use comb vect
  640 min delay table els, compression factor 1

  237 all allocated states,       236 all allocated arcs
  342 all allocated alternative states
  226 all transition comb vector els,   920 all trans table els
  226 all state alts comb vector els,   920 all state alts table els
 1408 all min delay table els
   12 locked states num

  transformation: 0.004001, building DFA: 0.008000
  DFA minimization: 0.000000, making insn equivalence: 0.000000
 all automaton generation: 0.008000, output: 0.004000
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-attrtab.c insn-attrtab.c
echo timestamp > s-attrtab
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include -c insn-attrtab.c \
  -o insn-attrtab.o
In file included from insn-attrtab.c:6:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from insn-attrtab.c:9:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from insn-attrtab.c:11:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genemit.c -o genemit.o
In file included from ../../gcc-3.3.5/gcc/genemit.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genemit \
 genemit.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genemit ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-emit.c
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-emit.c insn-emit.c
echo timestamp > s-emit
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include -c insn-emit.c \
  -o insn-emit.o
In file included from insn-emit.c:6:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from insn-emit.c:11:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from insn-emit.c:16:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genextract.c -o genextract.o
In file included from ../../gcc-3.3.5/gcc/genextract.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genextract \
 genextract.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genextract ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-extract.c
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-extract.c insn-extract.c
echo timestamp > s-extract
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include -c insn-extract.c \
  -o insn-extract.o
In file included from insn-extract.c:6:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from insn-extract.c:8:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genopinit.c -o genopinit.o
In file included from ../../gcc-3.3.5/gcc/genopinit.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genopinit \
 genopinit.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genopinit ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-opinit.c
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-opinit.c insn-opinit.c
echo timestamp > s-opinit
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include -c insn-opinit.c \
  -o insn-opinit.o
In file included from insn-opinit.c:6:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from insn-opinit.c:9:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genoutput.c -o genoutput.o
In file included from ../../gcc-3.3.5/gcc/genoutput.c:90:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genoutput \
 genoutput.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genoutput ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-output.c
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-output.c insn-output.c
echo timestamp > s-output
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include -c insn-output.c \
  -o insn-output.o
In file included from insn-output.c:8:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from insn-output.c:15:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from insn-output.c:21:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
insn-output.c:18185: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18195: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18205: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18215: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18225: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18235: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18245: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18255: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18265: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18275: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18285: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18315: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18325: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18335: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18345: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18355: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18365: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18425: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18435: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18465: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18525: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18585: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18605: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18655: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18665: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18675: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18685: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18695: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18705: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18715: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18725: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18735: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18745: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18755: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18765: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18775: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18785: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18795: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18805: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18815: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18825: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18935: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18945: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18965: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18985: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:18995: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19005: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19015: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19025: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19035: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19045: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19055: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19075: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19085: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19095: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19105: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19115: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19125: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19135: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19145: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19175: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19205: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19255: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19515: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19525: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19535: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19545: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19555: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19565: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19575: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19585: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19595: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19605: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19615: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19625: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19635: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19645: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19655: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19665: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19675: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19685: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:19695: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:20035: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:20085: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:20105: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:20145: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:20995: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21005: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21015: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21025: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21035: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21045: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21055: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21065: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21765: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21775: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21785: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21795: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21805: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21865: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21957: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21967: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21977: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21987: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:21997: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22007: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22017: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22027: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22037: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22047: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22057: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22067: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22077: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22087: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22097: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22107: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22117: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22127: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22137: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22147: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22157: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22167: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22177: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22187: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22197: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22207: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22217: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22227: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22237: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22247: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22257: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22267: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22277: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22287: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22857: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:22997: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:23007: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:23017: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:23027: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:23047: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:23937: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:23957: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:24997: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:25007: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:25167: warning: ISO C forbids conversion of function pointer to object pointer type
insn-output.c:25187: warning: ISO C forbids conversion of function pointer to object pointer type
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genpeep.c -o genpeep.o
In file included from ../../gcc-3.3.5/gcc/genpeep.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genpeep \
 genpeep.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genpeep ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-peep.c
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-peep.c insn-peep.c
echo timestamp > s-peep
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include -c insn-peep.c \
  -o insn-peep.o
In file included from insn-peep.c:7:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from insn-peep.c:11:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from insn-peep.c:12:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/genrecog.c -o genrecog.o
In file included from ../../gcc-3.3.5/gcc/genrecog.c:55:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H -DGENERATOR_FILE  -o genrecog \
 genrecog.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o insn-conditions.o print-rtl1.o \
    errors.o ../libiberty/libiberty.a
./genrecog ../../gcc-3.3.5/gcc/config/i386/i386.md > tmp-recog.c
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-recog.c insn-recog.c
echo timestamp > s-recog
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include -c insn-recog.c \
  -o insn-recog.o
In file included from insn-recog.c:6:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from insn-recog.c:10:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from insn-recog.c:11:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/integrate.c -o integrate.o
In file included from ../../gcc-3.3.5/gcc/integrate.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/integrate.c:27:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/integrate.c:27:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/integrate.c:35:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/integrate.c:37:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include \
  -DLOCALEDIR=\"/usr/local/gcc-3.3.5//share/locale\" \
  -c ../../gcc-3.3.5/gcc/intl.c -o intl.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/jump.c -o jump.o
In file included from ../../gcc-3.3.5/gcc/jump.c:39:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/jump.c:46:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/jump.c:49:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/langhooks.c -o langhooks.o
In file included from ../../gcc-3.3.5/gcc/langhooks.c:25:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/langhooks.c:25:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/langhooks.c:26:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/langhooks.c:26:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/langhooks.c:28:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/lcm.c -o lcm.o
In file included from ../../gcc-3.3.5/gcc/lcm.c:54:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/lcm.c:58:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/lcm.c:60:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/lists.c -o lists.o
In file included from ../../gcc-3.3.5/gcc/lists.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/local-alloc.c -o local-alloc.o
In file included from ../../gcc-3.3.5/gcc/local-alloc.c:65:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/local-alloc.c:73:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/loop.c -o loop.o
In file included from ../../gcc-3.3.5/gcc/loop.c:39:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/loop.c:47:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/loop.c:49:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/optabs.c -o optabs.o
In file included from ../../gcc-3.3.5/gcc/optabs.c:30:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/optabs.c:31:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/optabs.c:31:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/optabs.c:39:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/optabs.c:42:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/params.c -o params.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/predict.c -o predict.o
In file included from ../../gcc-3.3.5/gcc/predict.c:33:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/predict.c:33:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/predict.c:34:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/predict.c:45:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/predict.c:49:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
../../gcc-3.3.5/gcc/predict.c: In function â??estimate_loops_at_levelâ??:
../../gcc-3.3.5/gcc/predict.c:1071: warning: overflow in implicit constant conversion
../../gcc-3.3.5/gcc/predict.c:1076: warning: overflow in implicit constant conversion
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/print-rtl.c -o print-rtl.o
In file included from ../../gcc-3.3.5/gcc/print-rtl.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/print-rtl.c:30:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/print-rtl.c:30:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/print-rtl.c:31:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/print-tree.c -o print-tree.o
In file included from ../../gcc-3.3.5/gcc/print-tree.c:25:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/print-tree.c:25:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/print-tree.c:26:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/profile.c -o profile.o
In file included from ../../gcc-3.3.5/gcc/profile.c:72:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/profile.c:73:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/profile.c:73:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/ra.c -o ra.o
In file included from ../../gcc-3.3.5/gcc/ra.c:23:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ra.c:26:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ra.c:39:
../../gcc-3.3.5/gcc/ra.h:204: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/ra.h:209: warning: type of bit-field â??regclassâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/ra-build.c -o ra-build.o
In file included from ../../gcc-3.3.5/gcc/ra-build.c:23:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ra-build.c:26:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ra-build.c:35:
../../gcc-3.3.5/gcc/ra.h:204: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/ra.h:209: warning: type of bit-field â??regclassâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/ra-colorize.c -o ra-colorize.o
In file included from ../../gcc-3.3.5/gcc/ra-colorize.c:23:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ra-colorize.c:31:
../../gcc-3.3.5/gcc/ra.h:204: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/ra.h:209: warning: type of bit-field â??regclassâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/ra-debug.c -o ra-debug.o
In file included from ../../gcc-3.3.5/gcc/ra-debug.c:23:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ra-debug.c:25:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ra-debug.c:31:
../../gcc-3.3.5/gcc/ra.h:204: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/ra.h:209: warning: type of bit-field â??regclassâ?? is a GCC extension
../../gcc-3.3.5/gcc/ra-debug.c: In function â??ra_debug_msgâ??:
../../gcc-3.3.5/gcc/ra-debug.c:50: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/ra-rewrite.c -o ra-rewrite.o
In file included from ../../gcc-3.3.5/gcc/ra-rewrite.c:23:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ra-rewrite.c:33:
../../gcc-3.3.5/gcc/ra.h:204: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/ra.h:209: warning: type of bit-field â??regclassâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/real.c -o real.o
In file included from ../../gcc-3.3.5/gcc/real.c:26:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/real.c:26:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/real.c:28:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/recog.c -o recog.o
In file included from ../../gcc-3.3.5/gcc/recog.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/recog.c:30:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/recog.c:35:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/reg-stack.c -o reg-stack.o
In file included from ../../gcc-3.3.5/gcc/reg-stack.c:156:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/reg-stack.c:156:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/reg-stack.c:157:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/reg-stack.c:165:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/regclass.c -o regclass.o
In file included from ../../gcc-3.3.5/gcc/regclass.c:30:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/regclass.c:38:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/regclass.c:40:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/regmove.c -o regmove.o
In file included from ../../gcc-3.3.5/gcc/regmove.c:30:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/regmove.c:33:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/regrename.c -o regrename.o
In file included from ../../gcc-3.3.5/gcc/regrename.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/regrename.c:34:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/reload.c -o reload.o
In file included from ../../gcc-3.3.5/gcc/reload.c:91:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/reload.c:96:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/reload.c:101:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/reload1.c -o reload1.o
In file included from ../../gcc-3.3.5/gcc/reload1.c:27:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/reload1.c:38:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/reload1.c:41:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/reload1.c:44:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/reload1.c:44:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/reorg.c -o reorg.o
In file included from ../../gcc-3.3.5/gcc/reorg.c:126:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/reorg.c:135:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/resource.c -o resource.o
In file included from ../../gcc-3.3.5/gcc/resource.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/rtlanal.c -o rtlanal.o
In file included from ../../gcc-3.3.5/gcc/rtlanal.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/rtlanal.c:29:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/rtlanal.c:33:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/rtl-error.c -o rtl-error.o
In file included from ../../gcc-3.3.5/gcc/rtl-error.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl-error.c: In function â??error_for_asmâ??:
../../gcc-3.3.5/gcc/rtl-error.c:94: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/rtl-error.c: In function â??warning_for_asmâ??:
../../gcc-3.3.5/gcc/rtl-error.c:105: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/sbitmap.c -o sbitmap.o
In file included from ../../gcc-3.3.5/gcc/sbitmap.c:23:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/sched-deps.c -o sched-deps.o
In file included from ../../gcc-3.3.5/gcc/sched-deps.c:28:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/sched-deps.c:39:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/sched-ebb.c -o sched-ebb.o
In file included from ../../gcc-3.3.5/gcc/sched-ebb.c:27:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/sched-ebb.c:38:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/sched-rgn.c -o sched-rgn.o
In file included from ../../gcc-3.3.5/gcc/sched-rgn.c:51:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/sched-rgn.c:62:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/sched-vis.c -o sched-vis.o
In file included from ../../gcc-3.3.5/gcc/sched-vis.c:27:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/sched-vis.c:33:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/sdbout.c -o sdbout.o
In file included from ../../gcc-3.3.5/gcc/sdbout.c:47:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/sdbout.c:47:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/sibcall.c -o sibcall.o
In file included from ../../gcc-3.3.5/gcc/sibcall.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/sibcall.c:30:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/sibcall.c:34:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/sibcall.c:34:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/simplify-rtx.c -o simplify-rtx.o
In file included from ../../gcc-3.3.5/gcc/simplify-rtx.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/simplify-rtx.c:26:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/simplify-rtx.c:26:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/simplify-rtx.c:31:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/simplify-rtx.c:33:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/ssa.c -o ssa.o
In file included from ../../gcc-3.3.5/gcc/ssa.c:35:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ssa.c:45:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ssa.c:47:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/ssa-ccp.c -o ssa-ccp.o
In file included from ../../gcc-3.3.5/gcc/ssa-ccp.c:65:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ssa-ccp.c:70:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/ssa-dce.c -o ssa-dce.o
In file included from ../../gcc-3.3.5/gcc/ssa-dce.c:73:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ssa-dce.c:78:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/stmt.c -o stmt.o
In file included from ../../gcc-3.3.5/gcc/stmt.c:39:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/stmt.c:40:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/stmt.c:40:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/stmt.c:50:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/stor-layout.c -o stor-layout.o
In file included from ../../gcc-3.3.5/gcc/stor-layout.c:25:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/stor-layout.c:25:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/stor-layout.c:26:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/stringpool.c -o stringpool.o
In file included from ../../gcc-3.3.5/gcc/stringpool.c:33:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/stringpool.c:33:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/timevar.c -o timevar.o
In file included from ../../gcc-3.3.5/gcc/timevar.c:25:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
lof="../../gcc-3.3.5/gcc/ada/lang-options.h ../../gcc-3.3.5/gcc/cp/lang-options.h ../../gcc-3.3.5/gcc/f/lang-options.h ../../gcc-3.3.5/gcc/java/lang-options.h ../../gcc-3.3.5/gcc/objc/lang-options.h"; for f in $lof; do \
    echo "#include \"$f\""; \
done | sed 's|../../gcc-3.3.5/gcc/||' > tmp-options.h
/bin/sh ../../gcc-3.3.5/gcc/move-if-change tmp-options.h options.h
echo timestamp > s-options
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include \
  -DTARGET_NAME=\"i686-pc-linux-gnu\" \
  -c ../../gcc-3.3.5/gcc/toplev.c -o toplev.o
In file included from ../../gcc-3.3.5/gcc/toplev.c:42:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/toplev.c:42:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/toplev.c:43:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/toplev.c:50:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/toplev.c:69:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/tracer.c -o tracer.o
In file included from ../../gcc-3.3.5/gcc/tracer.c:38:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/tracer.c:38:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/tracer.c:39:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/tree.c -o tree.o
In file included from ../../gcc-3.3.5/gcc/tree.c:35:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/tree.c:35:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/tree.c:36:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.c: In function â??buildâ??:
../../gcc-3.3.5/gcc/tree.c:2235: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/tree.c: In function â??build_ntâ??:
../../gcc-3.3.5/gcc/tree.c:2417: warning: traditional C rejects ISO C style function definitions
../../gcc-3.3.5/gcc/tree.c: In function â??build_function_type_listâ??:
../../gcc-3.3.5/gcc/tree.c:3752: warning: traditional C rejects ISO C style function definitions
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/tree-dump.c -o tree-dump.o
In file included from ../../gcc-3.3.5/gcc/tree-dump.c:24:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/tree-dump.c:24:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/tree-inline.c -o tree-inline.o
In file included from ../../gcc-3.3.5/gcc/tree-inline.c:25:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/tree-inline.c:25:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/tree-inline.c:27:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/tree-inline.c:43:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/tree-inline.c:43:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/unroll.c -o unroll.o
In file included from ../../gcc-3.3.5/gcc/unroll.c:136:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/unroll.c:141:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/varasm.c -o varasm.o
In file included from ../../gcc-3.3.5/gcc/varasm.c:32:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/varasm.c:33:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/varasm.c:33:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/varasm.c:39:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/cpplib.h:28,
                 from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/varasm.c:44:
../../gcc-3.3.5/gcc/line-map.h:47: warning: type of bit-field â??reasonâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/c-common.h:26,
                 from ../../gcc-3.3.5/gcc/c-tree.h:25,
                 from ../../gcc-3.3.5/gcc/varasm.c:44:
../../gcc-3.3.5/gcc/cpplib.h:180: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/cpplib.h:487: warning: type of bit-field â??typeâ?? is a GCC extension
../../gcc-3.3.5/gcc/varasm.c:2149: warning: type of bit-field â??kindâ?? is a GCC extension
../../gcc-3.3.5/gcc/varasm.c:2150: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/version.c -o version.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/vmsdbgout.c -o vmsdbgout.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/xcoffout.c -o xcoffout.o
In file included from ../../gcc-3.3.5/gcc/xcoffout.c:29:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/xcoffout.c:29:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/xcoffout.c:30:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/et-forest.c -o et-forest.o
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include ../../gcc-3.3.5/gcc/ggc-page.c -o ggc-page.o
In file included from ../../gcc-3.3.5/gcc/ggc-page.c:23:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ggc-page.c:23:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/ggc-page.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.5/gcc -I../../gcc-3.3.5/gcc/. -I../../gcc-3.3.5/gcc/config -I../../gcc-3.3.5/gcc/../include \
	../../gcc-3.3.5/gcc/config/i386/i386.c -o i386.o
In file included from ../../gcc-3.3.5/gcc/config/i386/i386.c:24:
../../gcc-3.3.5/gcc/rtl.h:132: warning: type of bit-field â??codeâ?? is a GCC extension
../../gcc-3.3.5/gcc/rtl.h:135: warning: type of bit-field â??modeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/config/i386/i386.c:25:
../../gcc-3.3.5/gcc/tree.h:130: warning: type of bit-field â??codeâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/config/i386/i386.c:25:
../../gcc-3.3.5/gcc/tree.h:1249: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1804: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/tree.h:1829: warning: type of bit-field â??built_in_classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/config/i386/i386.c:29:
../../gcc-3.3.5/gcc/real.h:45: warning: type of bit-field â??classâ?? is a GCC extension
In file included from ../../gcc-3.3.5/gcc/config/i386/i386.c:37:
../../gcc-3.3.5/gcc/recog.h:227: warning: type of bit-field â??modeâ?? is a GCC extension
../../gcc-3.3.5/gcc/config/i386/i386.c:14731: warning: unused parameter â??labelnoâ??
rm -rf libbackend.a
ar rc libbackend.a alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgrtl.o combine.o conflict.o convert.o cse.o cselib.o dbxout.o debug.o df.o diagnostic.o doloop.o dominance.o dwarf2asm.o dwarf2out.o dwarfout.o emit-rtl.o except.o explow.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hashtable.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o  langhooks.o lcm.o lists.o local-alloc.o loop.o mbchar.o optabs.o params.o predict.o print-rtl.o print-tree.o profile.o ra.o ra-build.o ra-colorize.o ra-debug.o ra-rewrite.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o stor-layout.o stringpool.o timevar.o toplev.o tracer.o tree.o tree-dump.o tree-inline.o unroll.o varasm.o varray.o version.o vmsdbgout.o xcoffout.o et-forest.o ggc-page.o i386.o 
ranlib libbackend.a
gcc   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o cc1 \
	c-parse.o c-lang.o c-pretty-print.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-objc-common.o c-dump.o libcpp.a  main.o libbackend.a   ../libiberty/libiberty.a
gcc -c -g       -gnatpg -gnata -I- -I. -Iada -I../../gcc-3.3.5/gcc/ada ../../gcc-3.3.5/gcc/ada/ada.ads -o ada/ada.o
gcc -c -g       -gnatpg -gnata -I- -I. -Iada -I../../gcc-3.3.5/gcc/ada ../../gcc-3.3.5/gcc/ada/a-charac.ads -o ada/a-charac.o
a-charac.ads:16:01: (style) multiple blank lines
make[2]: *** [ada/a-charac.o] Error 1
make[2]: Leaving directory `/home/pu/Documents/COMPILERS/gcc_BLDG/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/pu/Documents/COMPILERS/gcc_BLDG/gcc'
make: *** [bootstrap] Error 2
Configuring for a i686-pc-linux-gnu host.
Created "Makefile" in /home/pu/Documents/COMPILERS/gcc_BLDG using "mt-frag"
./config.status is unchanged
Configuring libiberty...
loading cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
checking for perl... perl
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ar... ar
checking for ranlib... ranlib
checking for gcc... gcc
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking for POSIXized ISC... no
checking for working const... yes
checking for inline... inline
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for sys/systemcfg.h... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for ANSI C header files... yes
checking for uintptr_t... no
checking for pid_t... yes
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for sigsetmask... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... no
checking for working vfork... yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking whether canonicalize_file_name must be declared... yes
checking for getrusage... yes
checking for on_exit... yes
checking for psignal... yes
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
checking for realpath... yes
checking for canonicalize_file_name... yes
checking for pstat_getstatic... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for getsysinfo... no
checking for table... no
checking for sysctl... yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Configuring zlib...
loading cache ../config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for ranlib... (cached) ranlib
checking for strip... strip
updating cache ../config.cache
loading cache ../config.cache within ltconfig
checking whether -lc should be explicitly linked in... no
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 49153
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
updating cache ../config.cache
loading cache ../config.cache
checking how to run the C preprocessor... (cached) gcc -E
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for memcpy... (cached) yes
checking for strerror... (cached) yes
checking for unistd.h... (cached) yes
updating cache ../config.cache
creating ./config.status
creating Makefile
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for gnatbind... gnatbind
checking for compiler driver that understands Ada... gcc
checking whether gcc accepts -Wno-long-long... yes
checking whether gcc accepts -Wno-long-long... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for inline... (cached) inline
checking for volatile... yes
checking for long double... yes
checking for long long int... yes
checking for __int64... no
checking for built-in _Bool... yes
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking execution character set... ASCII
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... yes
checking for gawk... gawk
checking whether ln works... yes
checking whether ln -s works... yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
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... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... yes
checking for sys/stat.h... (cached) yes
checking for direct.h... no
checking for malloc.h... (cached) yes
checking for langinfo.h... yes
checking for thread.h... no
checking for pthread.h... yes
checking for CHAR_BIT... yes
checking byte ordering... little-endian
checking floating point format... IEEE (little-endian)
checking for mktemp... yes
checking for makeinfo... (cached) makeinfo
checking for modern makeinfo... yes
checking for recent Pod::Man... yes
checking for flex... flex
checking for bison... bison
checking for collect2 libraries... none required
checking for library containing exc_resume... no
checking for library containing ldexp... none required
checking for preprocessor stringizing operator... yes
checking for inttypes.h... yes
checking for times... (cached) yes
checking for clock... (cached) yes
checking for dup2... yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... yes
checking for atoq... no
checking for sysconf... (cached) yes
checking for strsignal... (cached) yes
checking for putc_unlocked... yes
checking for fputc_unlocked... yes
checking for fputs_unlocked... yes
checking for fwrite_unlocked... yes
checking for fprintf_unlocked... no
checking for getrusage... (cached) yes
checking for nl_langinfo... yes
checking for lstat... yes
checking for scandir... yes
checking for alphasort... yes
checking for gettimeofday... (cached) yes
checking for mmap... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking whether the printf functions support %p... yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether getenv is declared... yes
checking whether atol is declared... yes
checking whether sbrk is declared... yes
checking whether abort is declared... yes
checking whether atof is declared... yes
checking whether getcwd is declared... yes
checking whether getwd is declared... yes
checking whether strsignal is declared... yes
checking whether putc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether strstr is declared... yes
checking whether errno is declared... yes
checking whether vasprintf is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether calloc is declared... yes
checking whether free is declared... yes
checking whether basename is declared... yes
checking whether getopt is declared... no
checking whether clock is declared... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether getrusage is declared... yes
checking whether times is declared... yes
checking for struct tms... yes
checking for clock_t... yes
checking for uchar... 
checking for .preinit_array/.init_array/.fini_array support... yes
checking if mkdir takes one argument... no
checking for main in -lunwind... no
Using `../../gcc-3.3.5/gcc/config/i386/i386.c' for machine-specific logic.
Using `../../gcc-3.3.5/gcc/config/i386/i386.md' as machine description file.
Using the following target machine macro files:
	../../gcc-3.3.5/gcc/config/i386/i386.h
	../../gcc-3.3.5/gcc/config/i386/unix.h
	../../gcc-3.3.5/gcc/config/i386/att.h
	../../gcc-3.3.5/gcc/config/dbxelf.h
	../../gcc-3.3.5/gcc/config/elfos.h
	../../gcc-3.3.5/gcc/config/svr4.h
	../../gcc-3.3.5/gcc/config/linux.h
	../../gcc-3.3.5/gcc/config/i386/linux.h
checking for library containing strerror... none required
checking for working const... (cached) yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... (cached) yes
checking for alloca... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for argz.h... yes
checking for limits.h... (cached) yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... (cached) yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... (cached) yes
checking for iconv declaration... (cached) 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... no
checking for bison... bison
checking version of bison... 2.1, ok
checking for catalogs to be installed...  be ca da de el es fr ja nl sv tr be ca da de el es fr ja nl sv tr
checking what assembler to use... /usr/bin/as
checking what linker to use... /usr/bin/ld
checking what nm to use... nm
checking what objdump to use... objdump
checking assembler alignment features... .p2align including maximum skip
checking assembler subsection support... .subsection
checking assembler weak support... yes
checking assembler hidden support... yes
checking assembler leb128 support... yes
checking assembler eh_frame optimization... yes
checking assembler section merging support... yes
checking assembler thread-local storage support... yes
checking assembler instructions... filds fists 
checking cmov syntax... no
checking assembler GOTOFF in data directives... yes
checking assembler dwarf2 debug_line support... yes
checking assembler --gdwarf2 support... yes
checking assembler --gstabs support... yes
checking linker read-only and read-write section mixing... read-write
checking linker PT_GNU_EH_FRAME support... yes
checking linker --as-needed support... yes
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a native compiler for i686-pc-linux-gnu
updating cache ../config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating mkheaders
creating ada/Makefile
creating auto-host.h
Configuring fastjar...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for rm... /bin/rm
checking for cp... /bin/cp
checking for strip... /usr/bin/strip
checking for chmod... /bin/chmod
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for limits.h... (cached) yes
checking for off_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking if mkdir takes one argument... (cached) no
checking size of char... 1
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking byte ordering... (cached) little-endian
updating cache ../config.cache
creating ./config.status
creating Makefile
creating install-defs.sh
creating config.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]