This is the mail archive of the gcc-bugs@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]

mmix broken in mainline by real changes



Crosscompiling to mmix I get with current CVS:

gcc -c -DIN_GCC -DCROSS_COMPILE   -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional   -DHAVE_CONFIG_H    -I. -I. -I/mmix/mmix/sources/combined/gcc -I/mmix/mmix/sources/combined/gcc/. -I/mmix/mmix/sources/combined/gcc/config -I/mmix/mmix/sources/combined/gcc/../include \
        /mmix/mmix/sources/combined/gcc/config/mmix/mmix.c -o mmix.o
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c: In function `mmix_print_operand_address':
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c:2363: warning: comparison between signed and unsigned
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c:2381: warning: comparison between signed and unsigned
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c:2386: warning: comparison between signed and unsigned
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c: In function `mmix_intval':
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c:3139: `REAL_VALUE_TYPE' undeclared (first use in this function)
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c:3139: (Each undeclared identifier is reported only once
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c:3139: for each function it appears in.)
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c:3139: parse error before `value'
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c:3142: warning: implicit declaration of function `REAL_VALUE_FROM_CONST_DOUBLE'
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c:3142: `value' undeclared (first use in this function)
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c:3148: warning: implicit declaration of function `REAL_VALUE_TO_TARGET_DOUBLE'
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c:3167: warning: implicit declaration of function `REAL_VALUE_TO_TARGET_SINGLE'
/mmix/mmix/sources/combined/gcc/config/mmix/mmix.c:3166: warning: `bits' might be used uninitialized in this function
make[1]: *** [mmix.o] Error 1

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


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