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

Linking problems with gcc-3.0 on alphaev56-dec-osf4.0d


The build of gcc version 3.0 20010402 (prerelease) on
on alphaev56-dec-osf4.0d was successful (I attached 
the warning list in build.log.err.

Now I have a linking error if I try to compile anything.
I attached the compiler output (compile.log) from the compilation of
a simple program with some printing to cout.


-- 
Ryszard Kabatek

Tel. (Softax) +48 (22) 517 38 31
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/libiberty/../include/libiberty.h:23,
                 from ../../gcc-20010402/libiberty/choose-temp.c:47:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/libiberty/../include/libiberty.h:23,
                 from ../../gcc-20010402/libiberty/cplus-dem.c:54:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/libiberty/../include/libiberty.h:23,
                 from ../../gcc-20010402/libiberty/cp-demangle.c:46:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/libiberty/../include/libiberty.h:23,
                 from ../../gcc-20010402/libiberty/dyn-string.c:36:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
../../gcc-20010402/libiberty/getopt.c: In function `_getopt_initialize':
../../gcc-20010402/libiberty/getopt.c:396: warning: unused parameter `argc'
../../gcc-20010402/libiberty/getopt.c:397: warning: unused parameter `argv'
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/libiberty/../include/libiberty.h:23,
                 from ../../gcc-20010402/libiberty/hashtab.c:50:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
../../gcc-20010402/libiberty/md5.c: In function `md5_init_ctx':
../../gcc-20010402/libiberty/md5.c:69: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:70: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c: In function `md5_process_block':
../../gcc-20010402/libiberty/md5.c:325: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:326: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:328: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:329: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:331: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:332: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:334: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:335: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:336: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:338: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:339: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:356: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:357: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:359: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:360: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:362: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:363: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:365: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:366: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:368: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:369: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:371: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:374: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:375: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:377: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:378: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:380: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:381: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:383: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:384: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:386: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:387: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:389: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:392: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:394: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:395: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:397: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:398: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:399: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:401: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:402: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:404: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:405: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/libiberty/md5.c:407: warning: integer constant is unsigned in ANSI C, signed with -traditional
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/libiberty/../include/libiberty.h:23,
                 from ../../gcc-20010402/libiberty/pexecute.c:48:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/libiberty/../include/libiberty.h:23,
                 from ../../gcc-20010402/libiberty/splay-tree.c:37:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/libiberty/../include/libiberty.h:23,
                 from ../../gcc-20010402/libiberty/xexit.c:27:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/libiberty/../include/libiberty.h:23,
                 from ../../gcc-20010402/libiberty/xstrerror.c:7:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/zlib/gzio.c:523:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
parse.y contains 35 shift/reduce conflicts and 58 reduce/reduce conflicts.
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/gcc/../include/libiberty.h:23,
                 from hashtab.c:50:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdio.h:391,
                 from safe-ctype.c:34:
../../gcc-20010402/gcc/../include/getopt.h:115: warning: function declaration isn't a prototype
../../../gcc-20010402/gcc/intl/loadmsgcat.c: In function `_nl_load_domain':
../../../gcc-20010402/gcc/intl/loadmsgcat.c:149: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../../gcc-20010402/gcc/intl/loadmsgcat.c:149: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../../gcc-20010402/gcc/intl/loadmsgcat.c:174: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/c-lex.c: In function `read_ucs':
../../gcc-20010402/gcc/c-lex.c:408: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/cppexp.c: In function `parse_number':
../../gcc-20010402/gcc/cppexp.c:191: warning: `long' switch expression not converted to `int' in ANSI C
../../gcc-20010402/gcc/toplev.c: In function `note_outlining_of_inline_function':
../../gcc-20010402/gcc/toplev.c:2731: warning: unused parameter `fndecl'
../../gcc-20010402/gcc/fold-const.c: In function `div_and_round_double':
../../gcc-20010402/gcc/fold-const.c:681: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/builtins.c: In function `builtin_memcpy_read_str':
../../gcc-20010402/gcc/builtins.c:1820: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/varasm.c: In function `assemble_real':
../../gcc-20010402/gcc/varasm.c:1929: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/varasm.c:1935: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/varasm.c:1935: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/varasm.c:1942: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/varasm.c:1942: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/varasm.c:1942: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/varasm.c:1942: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c: In function `operand_subword':
../../gcc-20010402/gcc/emit-rtl.c:1369: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1369: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1369: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1376: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1376: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1376: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1377: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1406: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1406: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1406: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1413: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1413: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1413: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1414: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1459: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1459: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/emit-rtl.c:1459: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/sdbout.c: In function `sdbout_record_type_name':
../../gcc-20010402/gcc/sdbout.c:447: warning: assignment discards `const' from pointer target type
../../gcc-20010402/gcc/dwarf2out.c: In function `output_call_frame_info':
../../gcc-20010402/gcc/dwarf2out.c:2073: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/dwarf2out.c:2081: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/jump.c: In function `jump_optimize_1':
../../gcc-20010402/gcc/jump.c:210: warning: unused variable `reversed_code'
../../gcc-20010402/gcc/combine.c: In function `recog_for_combine':
../../gcc-20010402/gcc/combine.c:9774: warning: pointer targets in passing arg 1 of `do_SUBST_INT' differ in signedness
../../gcc-20010402/gcc/regclass.c:139: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/regmove.c: In function `replace_in_call_usage':
../../gcc-20010402/gcc/regmove.c:1606: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload.c: In function `push_reload':
../../gcc-20010402/gcc/reload.c:1263: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload.c:1292: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload.c: In function `find_reloads_address':
../../gcc-20010402/gcc/reload.c:4590: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/reload.c:4590: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/reload.c:4590: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/reload.c: In function `regno_clobbered_p':
../../gcc-20010402/gcc/reload.c:6639: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload.c:6655: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload1.c: In function `replace_pseudos_in_call_usage':
../../gcc-20010402/gcc/reload1.c:625: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload1.c: In function `emit_input_reload_insns':
../../gcc-20010402/gcc/reload1.c:6206: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload1.c:6216: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload1.c: In function `reload_combine':
../../gcc-20010402/gcc/reload1.c:8828: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/final.c: In function `final':
../../gcc-20010402/gcc/final.c:2024: warning: comparison between signed and unsigned
insn-recog.c: In function `recog_1':
insn-recog.c:1070: warning: integer constant is unsigned in ANSI C, signed with -traditional
insn-recog.c:477: warning: label `L9' defined but not used
insn-recog.c: In function `recog_2':
insn-recog.c:2979: warning: label `L1221' defined but not used
insn-recog.c:2967: warning: label `L1249' defined but not used
insn-recog.c:2930: warning: label `L1235' defined but not used
insn-recog.c:2918: warning: label `L1265' defined but not used
insn-recog.c:2690: warning: label `L968' defined but not used
insn-recog.c:2669: warning: label `L926' defined but not used
insn-recog.c:2561: warning: label `L887' defined but not used
insn-recog.c:2476: warning: label `L841' defined but not used
insn-recog.c:2332: warning: label `L797' defined but not used
insn-recog.c:2311: warning: label `L667' defined but not used
insn-recog.c: In function `recog_3':
insn-recog.c:5863: warning: label `L1857' defined but not used
insn-recog.c:5704: warning: label `L1602' defined but not used
insn-recog.c:4945: warning: label `L1628' defined but not used
insn-recog.c:4938: warning: label `L1624' defined but not used
insn-recog.c:4883: warning: label `L1616' defined but not used
insn-recog.c:4876: warning: label `L1612' defined but not used
insn-recog.c:4737: warning: label `L958' defined but not used
insn-recog.c:4714: warning: label `L914' defined but not used
insn-recog.c:4681: warning: label `L875' defined but not used
insn-recog.c:4648: warning: label `L829' defined but not used
insn-recog.c:4615: warning: label `L817' defined but not used
insn-recog.c:4592: warning: label `L787' defined but not used
insn-recog.c:4569: warning: label `L655' defined but not used
insn-recog.c:4008: warning: label `L1644' defined but not used
insn-recog.c:4001: warning: label `L1640' defined but not used
insn-recog.c:3974: warning: label `L719' defined but not used
insn-recog.c:3957: warning: label `L765' defined but not used
insn-recog.c:3232: warning: label `L1668' defined but not used
insn-recog.c:3193: warning: label `L729' defined but not used
insn-recog.c:3180: warning: label `L777' defined but not used
insn-recog.c: In function `recog_6':
insn-recog.c:8428: warning: label `L2557' defined but not used
insn-recog.c: In function `recog':
insn-recog.c:9484: warning: label `L1733' defined but not used
insn-recog.c:9374: warning: label `L1536' defined but not used
insn-recog.c:9369: warning: label `L1519' defined but not used
insn-output.c: In function `output_74':
insn-output.c:166: warning: integer constant is unsigned in ANSI C, signed with -traditional
insn-emit.c: In function `gen_abstf2':
insn-emit.c:2743: warning: integer constant is unsigned in ANSI C, signed with -traditional
insn-emit.c: In function `gen_negtf2':
insn-emit.c:2794: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `mode_mask_operand':
../../gcc-20010402/gcc/config/alpha/alpha.c:527: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `alpha_emit_set_const_1':
../../gcc-20010402/gcc/config/alpha/alpha.c:1298: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c:1298: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c:1298: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c:1448: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c:1448: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c:1448: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `alpha_emit_set_long_const':
../../gcc-20010402/gcc/config/alpha/alpha.c:1477: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c:1477: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c:1477: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c:1481: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c:1481: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c:1481: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `alpha_expand_unaligned_store':
../../gcc-20010402/gcc/config/alpha/alpha.c:2627: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c:2634: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `alpha_expand_unaligned_store_words':
../../gcc-20010402/gcc/config/alpha/alpha.c:2745: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `alpha_expand_block_move':
../../gcc-20010402/gcc/config/alpha/alpha.c:3025: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `print_operand':
../../gcc-20010402/gcc/config/alpha/alpha.c:3970: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `alpha_initialize_trampoline':
../../gcc-20010402/gcc/config/alpha/alpha.c:4161: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `alpha_align_insns':
../../gcc-20010402/gcc/config/alpha/alpha.c:6160: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/config/alpha/alpha.c:6180: warning: comparison between signed and unsigned
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/gcc/../include/libiberty.h:23,
                 from splay-tree.c:37:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
../../gcc-20010402/gcc/ggc-page.c: In function `ggc_allocated_p':
../../gcc-20010402/gcc/ggc-page.c:396: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/ggc-page.c: In function `lookup_page_table_entry':
../../gcc-20010402/gcc/ggc-page.c:429: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/ggc-page.c: In function `set_page_table_entry':
../../gcc-20010402/gcc/ggc-page.c:456: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../gcc-20010402/gcc/mips-tdump.c: In function `emit_aggregate':
../../gcc-20010402/gcc/mips-tdump.c:1100: warning: integer constant is unsigned in ANSI C, signed with -traditional
In file included from ../../gcc-20010402/gcc/collect2.c:105:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/ldfcn.h:130: warning: macro arg `x' would be stringified with -traditional.
../../gcc-20010402/gcc/collect2.c:2712: warning: function declaration isn't a prototype
Forbidden identifiers: LANGUAGE_ASSEMBLY LANGUAGE_C SYSTYPE_BSD unix 
../../../gcc-20010402/gcc/fixinc/fixincl.c: In function `process':
../../../gcc-20010402/gcc/fixinc/fixincl.c:1355: warning: int format, different type arg (arg 3)
../../../gcc-20010402/gcc/fixinc/gnu-regex.c:160: warning: function declaration isn't a prototype
Applying bad_lval                 to libgen.h
Fixed:  libgen.h
Applying io_quotes_def            to xtiext.h
Applying io_quotes_use            to xtiext.h
Applying avoid_wchar_t_type       to X11/Xlib.h
Fixed:  X11/Xlib.h
Applying io_quotes_def            to X11/Xmu/Atoms.h
Applying dec_intern_asm           to c_asm.h
Fixed:  c_asm.h
Applying avoid_bool_type          to curses.h
Fixed:  curses.h
Applying ctrl_quotes_def          to curshdr.h
Applying machine_name             to dce/cma_config.h
Fixed:  dce/cma_config.h
Applying bad_lval                 to dirent.h
Fixed:  dirent.h
Applying sun_auth_proto           to rpc/svc.h
Fixed:  rpc/svc.h
Applying bad_lval                 to ftw.h
Fixed:  ftw.h
Applying bad_lval                 to grp.h
Fixed:  grp.h
Applying limits_ifndefs           to limits.h
Fixed:  limits.h
Applying sun_malloc               to malloc.h
Applying broken_cabs              to math.h
Applying math_exception           to math.h
Applying math_huge_val_ifndef     to math.h
Fixed:  math.h
Applying bad_lval                 to ndbm.h
Fixed:  ndbm.h
Applying io_quotes_def            to pdsc.h
Applying bad_lval                 to pthread.h
Applying machine_name             to pthread.h
Applying machine_name             to pthread_exception.h
Applying bad_lval                 to pwd.h
Fixed:  pwd.h
Applying osf_namespace_a          to reg_types.h
Fixed:  reg_types.h
Applying osf_namespace_c          to regex.h
Fixed:  regex.h
Applying AAA_standards            to standards.h
Applying avoid_wchar_t_type       to stddef.h
Applying gnu_types                to stddef.h
Fixed:  stddef.h
Applying stdio_stdarg_h           to stdio.h
Applying stdio_va_list            to stdio.h
Fixed:  stdio.h
Applying avoid_wchar_t_type       to stdlib.h
Applying bad_lval                 to stdlib.h
Applying gnu_types                to stdlib.h
Fixed:  stdlib.h
Applying bad_lval                 to string.h
Applying sysv68_string            to string.h
Fixed:  string.h
Applying bad_lval                 to stropts.h
Fixed:  stropts.h
Applying bad_lval                 to signal.h
Fixed:  signal.h
Applying avoid_bool_type          to term.h
Fixed:  term.h
Applying bad_lval                 to time.h
Fixed:  time.h
Applying bad_lval                 to unistd.h
Fixed:  unistd.h
Applying machine_name             to cda_ptp.h
Applying machine_name             to cda_typ.h
Applying machine_name             to cdatrans.h
Fixed:  cdatrans.h
Applying machine_name             to dvr_cc_ptp.h
Cannot access dxxxlib.h from /usr/include
	error 2 (No such file or directory)
Cannot access srllib.h from /usr/include
	error 2 (No such file or directory)
Cannot access gncflib.h from /usr/include
	error 2 (No such file or directory)
Cannot access sbdlib.h from /usr/include
	error 2 (No such file or directory)
Cannot access dtilib.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/gncflib.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/gndefs.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/gnerrno.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/gnlibfn.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/gnlogmsg.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/gnstatus.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/gnstart.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/dxxxlib.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/dxcallp.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/dxdigit.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/dxr2mf.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/dxsync.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/dxtables.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/d40low.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/dxdevdef.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/srllib.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/srl_eblk.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/srltpt.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/sbdlib.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/sbdmsg.h from /usr/include
	error 2 (No such file or directory)
Cannot access dialogic/dtilib.h from /usr/include
	error 2 (No such file or directory)
Applying ctrl_quotes_def          to alpha/cbus2_pci.h
Applying ctrl_quotes_def          to alpha/hal/cbus2_pci.h
Applying io_quotes_use            to dec/prf/prof.h
Applying io_quotes_def            to io/cam/siop/siopdefs.h
Applying io_quotes_use            to io/dec/fdi/fdi.h
Applying io_quotes_use            to io/dec/fdi/fdioctst.h
Applying io_quotes_def            to io/dec/pci/pci_debug.h
Applying ctrl_quotes_def          to io/dec/pci/pcia.h
Applying io_quotes_use            to net/bpf.h
Fixed:  net/bpf.h
Applying io_quotes_def            to net/ppp_comp.h
Applying io_quotes_use            to net/ppp_str.h
Fixed:  net/ppp_str.h
Applying strict_ansi_only         to netinet/ip.h
Fixed:  netinet/ip.h
Applying strict_ansi_only         to netinet/ip_var.h
Fixed:  netinet/ip_var.h
Applying strict_ansi_only         to netinet/tcp.h
Fixed:  netinet/tcp.h
Applying strict_ansi_only         to netinet/tcpip.h
Fixed:  netinet/tcpip.h
Applying io_quotes_def            to sys/audit.h
Applying io_quotes_def            to sys/conf.h
Applying io_quotes_def            to sys/fpsreg.h
Applying io_quotes_use            to sys/fpsreg.h
Fixed:  sys/fpsreg.h
Applying io_quotes_use            to sys/inputdevice.h
Applying io_quotes_def            to sys/ioctl.h
Applying ultrix_nested_ioctl      to sys/ioctl.h
Applying osf_namespace_a          to sys/lc_core.h
Fixed:  sys/lc_core.h
Applying limits_ifndefs           to sys/limits.h
Applying nested_sys_limits        to sys/limits.h
Fixed:  sys/limits.h
Applying io_quotes_def            to sys/proc.h
Applying io_quotes_def            to sys/psx4_nspace_ts.h
Applying io_quotes_def            to sys/secioctl.h
Applying io_quotes_use            to sys/secioctl.h
Fixed:  sys/secioctl.h
Applying avoid_wchar_t_type       to sys/types.h
Applying gnu_types                to sys/types.h
Fixed:  sys/types.h
Applying io_quotes_def            to sys/unix_defs.h
Applying io_quotes_def            to sys/vnode.h
Applying io_quotes_use            to sys/vsio.h
Fixed:  sys/vsio.h
Applying next_wait_union          to sys/wait.h
Fixed:  sys/wait.h
Applying io_quotes_use            to sys/vol.h
Applying io_quotes_use            to vxvm/vol.h
gen-protos: 1347 entries 340 collisions
fix-header: fixing curses.h
mkdir: cannot access directory /home/rysio/tmp/objdir/gcc/include/././mach
/home/rysio/tmp/objdir/gcc/include/././mach: No such file or directory
mkdir: cannot access directory /home/rysio/tmp/objdir/gcc/include/././mach
/home/rysio/tmp/objdir/gcc/include/././mach: No such file or directory
mkdir: cannot access directory /home/rysio/tmp/objdir/gcc/include/././mach
/home/rysio/tmp/objdir/gcc/include/././mach: No such file or directory
mkdir: cannot access directory /home/rysio/tmp/objdir/gcc/include/././mach
/home/rysio/tmp/objdir/gcc/include/././mach: No such file or directory
mkdir: cannot access directory /home/rysio/tmp/objdir/gcc/include/././mach
/home/rysio/tmp/objdir/gcc/include/././mach: No such file or directory
mkdir: cannot access directory /home/rysio/tmp/objdir/gcc/include/././mach
/home/rysio/tmp/objdir/gcc/include/././mach: No such file or directory
In file included from /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/stdarg.h:36,
                 from ../../gcc-20010402/gcc/../include/libiberty.h:23,
                 from cxxmain.c:54:
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va-alpha.h:36: warning: redefinition of `va_list'
/usr/local/lib/gcc-lib/alphaev56-dec-osf4.0b/egcs-2.91.66/include/va_list.h:7: warning: `va_list' previously declared here
mv: rename s-crt0 to stage1/s-crt0: No such file or directory
mv: rename gcc-cross to stage1/gcc-cross: No such file or directory
mv: rename cc1obj to stage1/cc1obj: No such file or directory
mv: rename enquire to stage1/enquire: No such file or directory
mv: rename protoize to stage1/protoize: No such file or directory
mv: rename unprotoize to stage1/unprotoize: No such file or directory
mv: rename collect2 to stage1/collect2: No such file or directory
mv: rename gcov to stage1/gcov: No such file or directory
mv: rename *.[0-9][0-9].* to stage1/*.[0-9][0-9].*: No such file or directory
mv: rename *.[si] to stage1/*.[si]: No such file or directory
mv: rename g++-cross to stage1/g++-cross: No such file or directory
mv: rename cc1plus to stage1/cc1plus: No such file or directory
mv: rename g77 to stage1/g77: No such file or directory
mv: rename g77-cross to stage1/g77-cross: No such file or directory
mv: rename f771 to stage1/f771: No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
mv: rename cp/*.o to stage1/cp/*.o: No such file or directory
make[2]: [c++.stage1] Error 1 (ignored)
mv: rename objc/*.o to stage1/objc/*.o: No such file or directory
make[2]: [objc.stage1] Error 1 (ignored)
mv: rename cc1obj to stage1/cc1obj: No such file or directory
make[2]: [objc.stage1] Error 1 (ignored)
../../../gcc-20010402/gcc/intl/dcgettext.c:112:3: warning: suggest not using #elif in traditional C
c-parse.y: In function `yyerror':
c-parse.y:2382: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cpplib.c:26:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cpplex.c:40:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cppmacro.c:30:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cppexp.c:26:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
../../gcc-20010402/gcc/cppexp.c: In function `parse_number':
../../gcc-20010402/gcc/cppexp.c:191: warning: `long' switch expression not converted to `int' in ISO C
In file included from ../../gcc-20010402/gcc/cppfiles.c:26:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cpphash.c:29:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cpperror.c:29:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cppinit.c:25:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
../../gcc-20010402/gcc/cppinit.c:147: warning: traditional C rejects the 'u' suffix
../../gcc-20010402/gcc/toplev.c: In function `note_outlining_of_inline_function':
../../gcc-20010402/gcc/toplev.c:2731: warning: unused parameter `fndecl'
../../gcc-20010402/gcc/fold-const.c: In function `div_and_round_double':
../../gcc-20010402/gcc/fold-const.c:681: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/expr.c: In function `store_constructor':
../../gcc-20010402/gcc/expr.c:4583: warning: `minelt' might be used uninitialized in this function
../../gcc-20010402/gcc/expr.c:4584: warning: `maxelt' might be used uninitialized in this function
../../gcc-20010402/gcc/builtins.c: In function `builtin_memcpy_read_str':
../../gcc-20010402/gcc/builtins.c:1820: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/sdbout.c: In function `sdbout_record_type_name':
../../gcc-20010402/gcc/sdbout.c:447: warning: assignment discards qualifiers from pointer target type
../../gcc-20010402/gcc/jump.c: In function `jump_optimize_1':
../../gcc-20010402/gcc/jump.c:210: warning: unused variable `reversed_code'
../../gcc-20010402/gcc/combine.c: In function `recog_for_combine':
../../gcc-20010402/gcc/combine.c:9774: warning: pointer targets in passing arg 1 of `do_SUBST_INT' differ in signedness
../../gcc-20010402/gcc/regmove.c: In function `replace_in_call_usage':
../../gcc-20010402/gcc/regmove.c:1606: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload.c: In function `regno_clobbered_p':
../../gcc-20010402/gcc/reload.c:6639: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload.c:6655: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload1.c: In function `replace_pseudos_in_call_usage':
../../gcc-20010402/gcc/reload1.c:625: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload1.c: In function `reload_combine':
../../gcc-20010402/gcc/reload1.c:8828: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload1.c:8592: warning: `last_index_reg' might be used uninitialized in this function
../../gcc-20010402/gcc/final.c: In function `final':
../../gcc-20010402/gcc/final.c:2024: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `alpha_expand_block_move':
../../gcc-20010402/gcc/config/alpha/alpha.c:3025: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `alpha_align_insns':
../../gcc-20010402/gcc/config/alpha/alpha.c:6160: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/config/alpha/alpha.c:6180: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/sched-deps.c: In function `add_dependence':
../../gcc-20010402/gcc/sched-deps.c:200: warning: `present_dep_type' might be used uninitialized in this function
../../gcc-20010402/gcc/cp/call.c: In function `convert_like_real':
../../gcc-20010402/gcc/cp/call.c:3682: warning: `savew' might be used uninitialized in this function
../../gcc-20010402/gcc/cp/call.c:3682: warning: `savee' might be used uninitialized in this function
../../gcc-20010402/gcc/cp/call.c: In function `joust':
../../gcc-20010402/gcc/cp/call.c:5378: warning: `w' might be used uninitialized in this function
../../gcc-20010402/gcc/cp/call.c:5378: warning: `l' might be used uninitialized in this function
../../gcc-20010402/gcc/cp/errfn.c:34: warning: function declaration isn't a prototype
../../gcc-20010402/gcc/cp/pt.c: In function `inline_needs_template_parms':
../../gcc-20010402/gcc/cp/pt.c:306: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/cp/pt.c: In function `is_member_template':
../../gcc-20010402/gcc/cp/pt.c:453: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/cp/pt.c: In function `retrieve_specialization':
../../gcc-20010402/gcc/cp/pt.c:740: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/cp/pt.c: In function `register_specialization':
../../gcc-20010402/gcc/cp/pt.c:825: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/cp/pt.c: In function `check_default_tmpl_args':
../../gcc-20010402/gcc/cp/pt.c:2455: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/cp/pt.c: In function `tsubst_template_parms':
../../gcc-20010402/gcc/cp/pt.c:5378: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/cp/error.c:173: warning: initialization from incompatible pointer type
../../gcc-20010402/gcc/cp/error.c:173: warning: initialization from incompatible pointer type
../../gcc-20010402/gcc/cp/error.c:173: warning: initialization from incompatible pointer type
../../gcc-20010402/gcc/cp/error.c:174: warning: initialization from incompatible pointer type
../../gcc-20010402/gcc/cp/error.c:174: warning: initialization from incompatible pointer type
../../gcc-20010402/gcc/cp/method.c:67: warning: `build_mangled_C99_name' declared `static' but never defined
objc-parse.y: In function `yyerror':
objc-parse.y:3114: warning: traditional C rejects the 'u' suffix
../../gcc-20010402/gcc/mips-tfile.c: In function `write_varray':
../../gcc-20010402/gcc/mips-tfile.c:4123: warning: void format, varray_t arg (arg 3)
../../gcc-20010402/gcc/mips-tfile.c: In function `write_object':
../../gcc-20010402/gcc/mips-tfile.c:4165: warning: void format, PTR_T arg (arg 3)
../../gcc-20010402/gcc/mips-tfile.c:4198: warning: void format, PTR_T arg (arg 3)
../../gcc-20010402/gcc/mips-tfile.c:4233: warning: void format, PTR_T arg (arg 3)
../../gcc-20010402/gcc/mips-tfile.c:4325: warning: void format, PTR_T arg (arg 3)
../../gcc-20010402/gcc/mips-tfile.c:4361: warning: void format, PTR_T arg (arg 3)
../../gcc-20010402/gcc/mips-tfile.c: In function `allocate_cluster':
../../gcc-20010402/gcc/mips-tfile.c:5159: warning: void format, page_t arg (arg 3)
../../gcc-20010402/gcc/collect2.c:2712: warning: function declaration isn't a prototype
../../gcc-20010402/gcc/gcc.c:610: warning: string length `893' is greater than the length `509' ISO C89 compilers are required to support
../../gcc-20010402/gcc/gcc.c:759: warning: string length `564' is greater than the length `509' ISO C89 compilers are required to support
In file included from specs.h:1,
                 from ../../gcc-20010402/gcc/gcc.c:777:
../../gcc-20010402/gcc/cp/lang-specs.h:57: warning: string length `825' is greater than the length `509' ISO C89 compilers are required to support
In file included from specs.h:2,
                 from ../../gcc-20010402/gcc/gcc.c:777:
../../gcc-20010402/gcc/f/lang-specs.h:59: warning: string length `544' is greater than the length `509' ISO C89 compilers are required to support
In file included from specs.h:3,
                 from ../../gcc-20010402/gcc/gcc.c:777:
../../gcc-20010402/gcc/objc/lang-specs.h:39: warning: string length `614' is greater than the length `509' ISO C89 compilers are required to support
gen-protos: 1347 entries 340 collisions
mv: rename s-crt0 to stage2/s-crt0: No such file or directory
mv: rename gcc-cross to stage2/gcc-cross: No such file or directory
mv: rename enquire to stage2/enquire: No such file or directory
mv: rename protoize to stage2/protoize: No such file or directory
mv: rename unprotoize to stage2/unprotoize: No such file or directory
mv: rename collect2 to stage2/collect2: No such file or directory
mv: rename *.[0-9][0-9].* to stage2/*.[0-9][0-9].*: No such file or directory
mv: rename *.[si] to stage2/*.[si]: No such file or directory
mv: rename g++-cross to stage2/g++-cross: No such file or directory
mv: rename g77-cross to stage2/g77-cross: No such file or directory
make[2]: [stage2-start] Error 1 (ignored)
mv: rename g77spec.o to stage2/f/g77spec.o: No such file or directory
mv: rename g77version.o to stage2/f/g77version.o: No such file or directory
make[2]: [f77.stage2] Error 1 (ignored)
mv: rename objc/*.o to stage2/objc/*.o: No such file or directory
make[2]: [objc.stage2] Error 1 (ignored)
mv: rename cc1obj to stage2/cc1obj: No such file or directory
make[2]: [objc.stage2] Error 1 (ignored)
../../../gcc-20010402/gcc/intl/dcgettext.c:112:3: warning: suggest not using #elif in traditional C
c-parse.y: In function `yyerror':
c-parse.y:2382: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cpplib.c:26:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cpplex.c:40:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cppmacro.c:30:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cppexp.c:26:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
../../gcc-20010402/gcc/cppexp.c: In function `parse_number':
../../gcc-20010402/gcc/cppexp.c:191: warning: `long' switch expression not converted to `int' in ISO C
In file included from ../../gcc-20010402/gcc/cppfiles.c:26:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cpphash.c:29:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cpperror.c:29:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
In file included from ../../gcc-20010402/gcc/cppinit.c:25:
../../gcc-20010402/gcc/cpphash.h:374: warning: traditional C rejects the 'u' suffix
../../gcc-20010402/gcc/cppinit.c:147: warning: traditional C rejects the 'u' suffix
../../gcc-20010402/gcc/toplev.c: In function `note_outlining_of_inline_function':
../../gcc-20010402/gcc/toplev.c:2731: warning: unused parameter `fndecl'
../../gcc-20010402/gcc/fold-const.c: In function `div_and_round_double':
../../gcc-20010402/gcc/fold-const.c:681: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/expr.c: In function `store_constructor':
../../gcc-20010402/gcc/expr.c:4583: warning: `minelt' might be used uninitialized in this function
../../gcc-20010402/gcc/expr.c:4584: warning: `maxelt' might be used uninitialized in this function
../../gcc-20010402/gcc/builtins.c: In function `builtin_memcpy_read_str':
../../gcc-20010402/gcc/builtins.c:1820: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/sdbout.c: In function `sdbout_record_type_name':
../../gcc-20010402/gcc/sdbout.c:447: warning: assignment discards qualifiers from pointer target type
../../gcc-20010402/gcc/jump.c: In function `jump_optimize_1':
../../gcc-20010402/gcc/jump.c:210: warning: unused variable `reversed_code'
../../gcc-20010402/gcc/combine.c: In function `recog_for_combine':
../../gcc-20010402/gcc/combine.c:9774: warning: pointer targets in passing arg 1 of `do_SUBST_INT' differ in signedness
../../gcc-20010402/gcc/regmove.c: In function `replace_in_call_usage':
../../gcc-20010402/gcc/regmove.c:1606: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload.c: In function `regno_clobbered_p':
../../gcc-20010402/gcc/reload.c:6639: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload.c:6655: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload1.c: In function `replace_pseudos_in_call_usage':
../../gcc-20010402/gcc/reload1.c:625: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload1.c: In function `reload_combine':
../../gcc-20010402/gcc/reload1.c:8828: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/reload1.c:8592: warning: `last_index_reg' might be used uninitialized in this function
../../gcc-20010402/gcc/final.c: In function `final':
../../gcc-20010402/gcc/final.c:2024: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `alpha_expand_block_move':
../../gcc-20010402/gcc/config/alpha/alpha.c:3025: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/config/alpha/alpha.c: In function `alpha_align_insns':
../../gcc-20010402/gcc/config/alpha/alpha.c:6160: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/config/alpha/alpha.c:6180: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/sched-deps.c: In function `add_dependence':
../../gcc-20010402/gcc/sched-deps.c:200: warning: `present_dep_type' might be used uninitialized in this function
../../gcc-20010402/gcc/cp/call.c: In function `convert_like_real':
../../gcc-20010402/gcc/cp/call.c:3682: warning: `savew' might be used uninitialized in this function
../../gcc-20010402/gcc/cp/call.c:3682: warning: `savee' might be used uninitialized in this function
../../gcc-20010402/gcc/cp/call.c: In function `joust':
../../gcc-20010402/gcc/cp/call.c:5378: warning: `w' might be used uninitialized in this function
../../gcc-20010402/gcc/cp/call.c:5378: warning: `l' might be used uninitialized in this function
../../gcc-20010402/gcc/cp/errfn.c:34: warning: function declaration isn't a prototype
../../gcc-20010402/gcc/cp/pt.c: In function `inline_needs_template_parms':
../../gcc-20010402/gcc/cp/pt.c:306: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/cp/pt.c: In function `is_member_template':
../../gcc-20010402/gcc/cp/pt.c:453: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/cp/pt.c: In function `retrieve_specialization':
../../gcc-20010402/gcc/cp/pt.c:740: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/cp/pt.c: In function `register_specialization':
../../gcc-20010402/gcc/cp/pt.c:825: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/cp/pt.c: In function `check_default_tmpl_args':
../../gcc-20010402/gcc/cp/pt.c:2455: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/cp/pt.c: In function `tsubst_template_parms':
../../gcc-20010402/gcc/cp/pt.c:5378: warning: comparison between signed and unsigned
../../gcc-20010402/gcc/cp/error.c:173: warning: initialization from incompatible pointer type
../../gcc-20010402/gcc/cp/error.c:173: warning: initialization from incompatible pointer type
../../gcc-20010402/gcc/cp/error.c:173: warning: initialization from incompatible pointer type
../../gcc-20010402/gcc/cp/error.c:174: warning: initialization from incompatible pointer type
../../gcc-20010402/gcc/cp/error.c:174: warning: initialization from incompatible pointer type
../../gcc-20010402/gcc/cp/method.c:67: warning: `build_mangled_C99_name' declared `static' but never defined
objc-parse.y: In function `yyerror':
objc-parse.y:3114: warning: traditional C rejects the 'u' suffix
../../gcc-20010402/gcc/mips-tfile.c: In function `write_varray':
../../gcc-20010402/gcc/mips-tfile.c:4123: warning: void format, varray_t arg (arg 3)
../../gcc-20010402/gcc/mips-tfile.c: In function `write_object':
../../gcc-20010402/gcc/mips-tfile.c:4165: warning: void format, PTR_T arg (arg 3)
../../gcc-20010402/gcc/mips-tfile.c:4198: warning: void format, PTR_T arg (arg 3)
../../gcc-20010402/gcc/mips-tfile.c:4233: warning: void format, PTR_T arg (arg 3)
../../gcc-20010402/gcc/mips-tfile.c:4325: warning: void format, PTR_T arg (arg 3)
../../gcc-20010402/gcc/mips-tfile.c:4361: warning: void format, PTR_T arg (arg 3)
../../gcc-20010402/gcc/mips-tfile.c: In function `allocate_cluster':
../../gcc-20010402/gcc/mips-tfile.c:5159: warning: void format, page_t arg (arg 3)
../../gcc-20010402/gcc/collect2.c:2712: warning: function declaration isn't a prototype
../../gcc-20010402/gcc/gcc.c:610: warning: string length `893' is greater than the length `509' ISO C89 compilers are required to support
../../gcc-20010402/gcc/gcc.c:759: warning: string length `564' is greater than the length `509' ISO C89 compilers are required to support
In file included from specs.h:1,
                 from ../../gcc-20010402/gcc/gcc.c:777:
../../gcc-20010402/gcc/cp/lang-specs.h:57: warning: string length `825' is greater than the length `509' ISO C89 compilers are required to support
In file included from specs.h:2,
                 from ../../gcc-20010402/gcc/gcc.c:777:
../../gcc-20010402/gcc/f/lang-specs.h:59: warning: string length `544' is greater than the length `509' ISO C89 compilers are required to support
In file included from specs.h:3,
                 from ../../gcc-20010402/gcc/gcc.c:777:
../../gcc-20010402/gcc/objc/lang-specs.h:39: warning: string length `614' is greater than the length `509' ISO C89 compilers are required to support
gen-protos: 1347 entries 340 collisions
configure: warning: wchar_t support disabled.
../../../gcc-20010402/libiberty/getopt.c: In function `_getopt_initialize':
../../../gcc-20010402/libiberty/getopt.c:396: warning: unused parameter `argc'
../../../gcc-20010402/libiberty/getopt.c:397: warning: unused parameter `argv'
../../../gcc-20010402/libiberty/md5.c:356:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:357:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:358:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:359:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:360:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:361:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:362:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:363:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:364:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:365:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:366:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:367:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:368:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:369:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:370:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:371:7: warning: function-like macro "FG" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:374:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:375:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:376:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:377:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:378:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:379:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:380:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:381:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:382:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:383:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:384:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:385:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:386:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:387:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:388:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:389:7: warning: function-like macro "FH" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:392:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:393:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:394:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:395:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:396:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:397:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:398:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:399:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:400:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:401:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:402:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:403:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:404:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:405:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:406:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/md5.c:407:7: warning: function-like macro "FI" must be used with arguments in traditional C
../../../gcc-20010402/libiberty/sort.c: In function `sort_pointers':
../../../gcc-20010402/libiberty/sort.c:62: warning: traditional C rejects the 'u' suffix
../../../gcc-20010402/libiberty/sort.c:79: warning: traditional C rejects the 'u' suffix
../../../gcc-20010402/libiberty/sort.c:103: warning: traditional C rejects the 'u' suffix
../../../gcc-20010402/libiberty/sort.c:121: warning: traditional C rejects the 'u' suffix
../../../../gcc-20010402/libstdc++-v3/libsupc++/exception_support.cc: In 
   function `cp_eh_info* __start_cp_handler()':
../../../../gcc-20010402/libstdc++-v3/libsupc++/exception_support.cc:126: warning: new
   declaration `cp_eh_info* __start_cp_handler()'
../../../../gcc-20010402/libstdc++-v3/libsupc++/exception_support.cc:126: warning: ambiguates
   built-in declaration `cp_eh_info* __start_cp_handler()'
../../../../gcc-20010402/libstdc++-v3/libsupc++/exception_support.cc: In 
   function `void __check_null_eh_spec()':
../../../../gcc-20010402/libstdc++-v3/libsupc++/exception_support.cc:345: warning: `noreturn'
   function does return
../../../../gcc-20010402/libstdc++-v3/src/strstream.cc: In member function 
   `virtual int std::strstreambuf::pbackfail(int)':
../../../../gcc-20010402/libstdc++-v3/src/strstream.cc:178: warning: comparison 
   between signed and unsigned integer expressions
../../../../gcc-20010402/libstdc++-v3/src/locale.cc: In function `static 
   unsigned int std::locale::_S_normalize_category(unsigned int)':
../../../../gcc-20010402/libstdc++-v3/src/locale.cc:480: warning: `int __ret' 
   might be used uninitialized in this function
../../../../gcc-20010402/libstdc++-v3/include/bits/basic_string.h: In function 
   `std::basic_istream<_CharT, _Traits>& 
   std::operator>>(std::basic_istream<_CharT, _Traits>&, 
   std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = 
   std::char_traits<char>, _Alloc = std::allocator<char>]':
../../../../gcc-20010402/libstdc++-v3/src/misc-inst.cc:189:   instantiated from here
../../../../gcc-20010402/libstdc++-v3/include/bits/basic_string.h:1133: warning: comparison
   between signed and unsigned integer expressions
ar: Warning: ignoring second definition of _ZNSaIcED1Ev defined in archive
ar: Warning: ignoring second definition of _ZNSaIcEC1Ev defined in archive
ar: Warning: ignoring second definition of _ZNSaIcEC2ERKS_ defined in archive
ar: Warning: ignoring second definition of _ZNSaIcED1Ev defined in archive
ar: Warning: ignoring second definition of _ZNSaIcED1Ev defined in archive
ar: Warning: ignoring second definition of _ZNSsD1Ev defined in archive
ar: Warning: ignoring second definition of _ZNSaIcED1Ev defined in archive
ar: Warning: ignoring second definition of _ZNSaIcEC1Ev defined in archive
ar: Warning: ignoring second definition of _ZNSaIcEC2ERKS_ defined in archive
ar: Warning: ignoring second definition of _ZNSaIcED1Ev defined in archive
ar: Warning: ignoring second definition of _ZNSaIcED1Ev defined in archive
ar: Warning: ignoring second definition of _ZNSsD1Ev defined in archive
Reading specs from /home/rysio/gcc-3.0/lib/gcc-lib/alphaev56-dec-osf4.0d/3.0/specs
Configured with: ../gcc-20010402/configure --prefix=/home/rysio/gcc-3.0
gcc version 3.0 20010402 (prerelease)
 /home/rysio/gcc-3.0/lib/gcc-lib/alphaev56-dec-osf4.0d/3.0/cc1plus -v -D__GNUC__=3 -D__GNUC_MINOR__=0 -D__GNUC_PATCHLEVEL__=0 -Dunix -D__osf__ -D_LONGLONG -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__unix__ -D__osf__ -D_LONGLONG -D__SYSTYPE_BSD__ -D_SYSTYPE_BSD -D__unix -D__SYSTYPE_BSD -Asystem=unix -Asystem=xpg4 -D__STDC_HOSTED__=1 -D__LANGUAGE_C_PLUS_PLUS__ -D__LANGUAGE_C_PLUS_PLUS -D__cplusplus -Acpu=alpha -Amachine=alpha -D__alpha -D__alpha__ -D__alpha_ev5__ -Acpu=ev5 -D__alpha_bwx__ -Acpu=bwx x.cc -D__GNUG__=3 -D_GNU_SOURCE -D__EXCEPTIONS -D__GXX_ABI_VERSION=100 -quiet -dumpbase x.cc -version -o /tmp/ccBI0wbi.s
GNU CPP version 3.0 20010402 (prerelease) (cpplib)
GNU C++ version 3.0 20010402 (prerelease) (alphaev56-dec-osf4.0d)
	compiled by GNU C version 3.0 20010402 (prerelease).
#include "..." search starts here:
#include <...> search starts here:
 /home/rysio/gcc-3.0/include/g++-v3
 /home/rysio/gcc-3.0/include/g++-v3/alphaev56-dec-osf4.0d
 /usr/local/include
 /home/rysio/gcc-3.0/lib/gcc-lib/alphaev56-dec-osf4.0d/3.0/include
 /home/rysio/gcc-3.0/alphaev56-dec-osf4.0d/include
 /usr/include
End of search list.
 as -g -nocpp -O0 -o /tmp/cck6FxP5.o /tmp/ccBI0wbi.s
 /home/rysio/gcc-3.0/lib/gcc-lib/alphaev56-dec-osf4.0d/3.0/mips-tfile -v -o /tmp/cck6FxP5.o /tmp/ccBI0wbi.s
mips-tfile version 3.0 20010402 (prerelease)
 /home/rysio/gcc-3.0/lib/gcc-lib/alphaev56-dec-osf4.0d/3.0/collect2 -G 8 -O1 -call_shared /usr/lib/cmplrs/cc/crt0.o -L/home/rysio/gcc-3.0/lib/gcc-lib/alphaev56-dec-osf4.0d/3.0 -L/usr/lib/cmplrs/cc -L/home/rysio/gcc-3.0/lib/gcc-lib/alphaev56-dec-osf4.0d/3.0/../../.. /tmp/cck6FxP5.o -lstdc++ -lm -lgcc_s -lc -lgcc_s
/usr/bin/ld:
Unresolved:
std::cout
std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)
std::ostream::operator<<(unsigned long)
std::ostream::operator<<(std::ostream& (*)(std::ostream&))
std::ostream::put(char)
std::ostream::flush()
std::ios_base::Init::Init()
std::ios_base::Init::~Init()
collect2: ld returned 1 exit status

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