fixinc "make check" errors on mips-sgi-irix6.2

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Tue May 23 08:11:00 GMT 2000


Here is the fixinc "make check" output from last night's CVS on
mips-sgi-irix6.2:

/bin/sh ../../../egcs-CVS20000521/gcc/fixinc/genfixes machname.h
Forbidden identifiers: LANGUAGE_ASSEMBLY LANGUAGE_C MIPSEB MIPSEL SYSTYPE_SVR4 host_mips mips sgi unix 
[...]
autogen -T ../../../egcs-CVS20000521/gcc/fixinc/check.tpl ../../../egcs-CVS20000521/gcc/fixinc/inclhack.def
/bin/sh ./check.sh
No test for math_huge_val_from_dbl_max in inc/math.h
No test for nested_motorola in inc/limits.h
No test for nested_ultrix in inc/rpc/svc.h
No test for sony_include in inc/machine/machparam.h
No test for stdio_va_list in inc/stdio.h
No test for systypes in inc/sys/types.h
No test for sysv68_string in inc/string.h
No test for sysz_stdtypes_for_sun in inc/sys/stdtypes.h
No test for tinfo_cplusplus in inc/tinfo.h
No test for ultrix_atof_param in inc/math.h
No test for ultrix_const in inc/stdio.h
No test for ultrix_fix_fixproto in inc/sys/utsname.h
No test for ultrix_ifdef in inc/sys/file.h
No test for ultrix_static in inc/machine/cpu.h
No test for unixware7_byteorder_fix in inc/arpa/inet.h
No test for va_i960_macro in inc/arch/i960/archI960.h
No test for void_null in inc/curses.h
No test for vxworks_gcc_problem in inc/types/vxTypesBase.h
No test for vxworks_needs_vxworks in inc/sys/stat.h
No test for vxworks_time in inc/time.h
Fixed:  X11/Intrinsic.h
Fixed:  X11/ShellP.h
Fixed:  X11/Xmu.h
Fixed:  Xm/BaseClassI.h
Fixed:  Xm/Traversal.h
Fixed:  ansi/math.h
Fixed:  ansi/stdlib.h
Fixed:  assert.h
Fixed:  bsd/libc.h
Fixed:  c_asm.h
Fixed:  curses.h
Fixed:  fcntl.h
Fixed:  hsfs/hsfs_spec.h
Fixed:  inttypes.h
Fixed:  libgen.h
Fixed:  limits.h
Fixed:  machine/ansi.h
Fixed:  malloc.h
Fixed:  math.h
Fixed:  netdnet/dnetdb.h
Fixed:  netinet/ip.h
Fixed:  pixrect/memvar.h
Fixed:  pthread.h
Fixed:  reg_types.h
NOTE: server restarted
Fixed:  regex.h
Fixed:  rpc/auth.h
Fixed:  rpc/rpc.h
Fixed:  rpc/xdr.h
Fixed:  rpcsvc/rstat.h
Fixed:  rpcsvc/rusers.h
Fixed:  sparc/asm_linkage.h
Fixed:  stdio.h
Fixed:  stdlib.h
Fixed:  strings.h
Fixed:  sundev/vuid_event.h
Fixed:  sunwindow/win_lock.h
Fixed:  sym.h
Fixed:  sys/asm.h
Fixed:  sys/file.h
Fixed:  sys/limits.h
Fixed:  sys/mman.h
Fixed:  sys/param.h
Fixed:  sys/signal.h
Fixed:  sys/spinlock.h
NOTE: server restarted
Fixed:  sys/stat.h
Fixed:  sys/time.h
Fixed:  sys/times.h
Fixed:  sys/types.h
Fixed:  sys/wait.h
Fixed:  testing.h
NOTE: server restarted
Fixed:  time.h
Fixed:  unistd.h

Test output check:
                    machine_name test failed.  See testdir/inc/testing.h

diff of diffs:
1201c1201
< *** 1,24 ****
---
> *** 1,43 ****
1226c1226,1242
< --- 1,24 ----
---
>   #if defined( MACHINE_NAME_CHECK )
>   #endif  /* MACHINE_NAME_CHECK */
>   
>   
>   #if defined( SCO_STRICT_ANSI_CHECK )
> ! #if !__STDC__ /* not standard C */
>   int foo;
>   #endif
>   #endif  /* SCO_STRICT_ANSI_CHECK */
>   
>   
>   #if defined( UNDEFINE_NULL_CHECK )
>   #define NULL 0UL
>   #define NULL	((void*)0)
>   
>   #endif  /* UNDEFINE_NULL_CHECK */
> --- 1,47 ----
1251,1267c1267,1268
< ***************
< *** 30,43 ****
<   
<   
<   #if defined( SCO_STRICT_ANSI_CHECK )
< ! #if !__STDC__ /* not standard C */
<   int foo;
<   #endif
<   #endif  /* SCO_STRICT_ANSI_CHECK */
<   
<   
<   #if defined( UNDEFINE_NULL_CHECK )
<   #define NULL 0UL
<   #define NULL	((void*)0)
<   
<   #endif  /* UNDEFINE_NULL_CHECK */
< --- 30,47 ----
---
>   #if defined( MACHINE_NAME_CHECK )
>   #endif  /* MACHINE_NAME_CHECK */

Results do not match expectations

make-6.2: *** [check] Error 1



More information about the Gcc-bugs mailing list