From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 15 00:17:52 2006 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4D116A41F; Sun, 15 Jan 2006 00:17:52 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (c-67-168-241-176.hsd1.or.comcast.net [67.168.241.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 566BB43D45; Sun, 15 Jan 2006 00:17:51 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.11.6/8.11.6) with UUCP id k0F0Hlp20194; Sat, 14 Jan 2006 16:17:47 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id AAA06459; Sun, 15 Jan 2006 00:17:40 GMT Message-Id: <200601150017.AAA06459@sopwith.solgatos.com> To: Parv , freebsd-questions@freebsd.org, freebsd-ports-bugs@freebsd.org In-reply-to: Your message of "Thu, 12 Jan 2006 21:34:35 EST." <20060113023435.GB98596@holestein.holy.cow> Date: Sat, 14 Jan 2006 16:17:40 +0000 From: Dieter Cc: Subject: Re: gcc-4 ? X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2006 00:17:52 -0000 > > Are there any plans to update gcc to gcc-4? > > Perhaps in 8.0? There are already gcc4[0-2] ports in > /usr/ports/lang if you want to have gcc 4 right now. > > - Parv Thanks, my copy of 6.0 doesn't seem to have gcc42 so I'm trying to beat gcc41 into submission. I'm running FreeBSD 6.0 on AMD64. I'm getting compiler warnings (included below) dmesg says that as seg-faulted a couple times, although I don't find the promised core dump. 'make check' fails big time configure: warning: x86_64-portbld-freebsd6.0: invalid host type ../.././..//gcc-4.1-20050819/fixincludes/fixincl.x:76: warning: string length `4662' is greater than the length `509' ISO C89 compilers are required to support ../.././..//gcc-4.1-20050819/fixincludes/fixincl.x:224: warning: string length `552' is greater than the length `509' ISO C89 compilers are required to support ../.././..//gcc-4.1-20050819/fixincludes/fixincl.x:269: warning: string length `532' is greater than the length `509' ISO C89 compilers are required to support ../.././..//gcc-4.1-20050819/fixincludes/fixincl.x:313: warning: string length `808' is greater than the length `509' ISO C89 compilers are required to support ../.././..//gcc-4.1-20050819/fixincludes/fixincl.x:399: warning: string length `5139' is greater than the length `509' ISO C89 compilers are required to support ../.././..//gcc-4.1-20050819/fixincludes/fixincl.x:2419: warning: string length `729' is greater than the length `509' ISO C89 compilers are required to support ../.././..//gcc-4.1-20050819/fixincludes/fixincl.x:7058: warning: string length `575' is greater than the length `509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/libcpp/charset.c:78:1: warning: "ICONV_CONST" redefined ./config.h:224:1: warning: this is the location of the previous definition gengtype-lex.c:2665: warning: old-style parameter declaration gengtype-lex.c:2797: warning: old-style parameter declaration gengtype-lex.c:2910: warning: old-style parameter declaration gengtype-yacc.c:795: warning: old-style parameter declaration warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined .././..//gcc-4.1-20050819/gcc/dwarf2out.c:1959: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:1979: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:1982: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:1987: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:1993: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:1999: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:2005: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:2012: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:2013: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:2019: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:2020: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:2028: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:2033: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:2035: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:2040: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:2044: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:2235: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3154: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3158: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3162: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3167: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3177: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3198: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3201: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3204: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3207: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3210: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3244: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3247: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3250: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3253: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3254: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3257: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3261: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:3310: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:6754: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:6755: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:6759: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:6970: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7203: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7256: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7306: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7307: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7362: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7373: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7380: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7381: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7648: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7651: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7654: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7787: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7794: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7795: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7796: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7831: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7845: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7850: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7851: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7852: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7856: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7857: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7886: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7887: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7888: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7897: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7902: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7903: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7904: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7935: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7961: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7966: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7967: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7968: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7973: warning: null format string .././..//gcc-4.1-20050819/gcc/dwarf2out.c:7974: warning: null format string .././..//gcc-4.1-20050819/gcc/except.c:3475: warning: null format string .././..//gcc-4.1-20050819/gcc/except.c:3628: warning: null format string .././..//gcc-4.1-20050819/gcc/except.c:3656: warning: null format string .././..//gcc-4.1-20050819/gcc/genautomata.c:8785: warning: comparison between signed and unsigned .././..//gcc-4.1-20050819/gcc/genautomata.c:8787: warning: comparison between signed and unsigned .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:14079: warning: source missing a mode? .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:14146: warning: source missing a mode? .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:18149: warning: operand 1 missing mode? .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:18192: warning: operand 1 missing mode? gengtype-lex.c:2665: warning: old-style function definition gengtype-lex.c:2797: warning: old-style function definition gengtype-lex.c:2910: warning: old-style function definition gengtype-yacc.c:795: warning: old-style function definition warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:7885: warning: string length '597' is greater than the length '509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:14079: warning: source missing a mode? .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:14146: warning: source missing a mode? .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:18149: warning: operand 1 missing mode? .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:18192: warning: operand 1 missing mode? .././..//gcc-4.1-20050819/gcc/gcc.c:794: warning: string length '535' is greater than the length '509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/gcc/gcc.c:943: warning: string length '844' is greater than the length '509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/gcc/gcc.c:968: warning: string length '608' is greater than the length '509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/gcc/objc/lang-specs.h:27: warning: string length '643' is greater than the length '509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/gcc/objc/lang-specs.h:42: warning: string length '783' is greater than the length '509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/gcc/gcc.c:1568: warning: string length '695' is greater than the length '509' ISO C89 compilers are required to support gengtype-lex.c:2665: warning: old-style function definition gengtype-lex.c:2797: warning: old-style function definition gengtype-lex.c:2910: warning: old-style function definition gengtype-yacc.c:795: warning: old-style function definition warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined warning: structure `VEC_cp_token_position_heap' used but not defined warning: structure `c_arg_info' used but not defined warning: structure `c_switch' used but not defined warning: structure `et_node' used but not defined warning: structure `loop' used but not defined warning: structure `ipa_reference_vars_info_d' used but not defined warning: structure `reg_info_def' used but not defined warning: structure `value_set' used but not defined .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:7885: warning: string length '597' is greater than the length '509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:14079: warning: source missing a mode? .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:14146: warning: source missing a mode? .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:18149: warning: operand 1 missing mode? .././..//gcc-4.1-20050819/gcc/config/i386/i386.md:18192: warning: operand 1 missing mode? .././..//gcc-4.1-20050819/gcc/gcc.c:794: warning: string length '535' is greater than the length '509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/gcc/gcc.c:943: warning: string length '844' is greater than the length '509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/gcc/gcc.c:968: warning: string length '608' is greater than the length '509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/gcc/objc/lang-specs.h:27: warning: string length '643' is greater than the length '509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/gcc/objc/lang-specs.h:42: warning: string length '783' is greater than the length '509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/gcc/gcc.c:1568: warning: string length '695' is greater than the length '509' ISO C89 compilers are required to support || echo warning: $file differs || true ) \ .././..//gcc-4.1-20050819/fixincludes/fixincl.x:76: warning: string length `4662' is greater than the length `509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/fixincludes/fixincl.x:224: warning: string length `552' is greater than the length `509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/fixincludes/fixincl.x:269: warning: string length `532' is greater than the length `509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/fixincludes/fixincl.x:313: warning: string length `808' is greater than the length `509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/fixincludes/fixincl.x:399: warning: string length `5139' is greater than the length `509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/fixincludes/fixincl.x:2419: warning: string length `729' is greater than the length `509' ISO C89 compilers are required to support .././..//gcc-4.1-20050819/fixincludes/fixincl.x:7058: warning: string length `575' is greater than the length `509' ISO C89 compilers are required to support /usr/ports/lang/gcc41/work/gcc-4.1-20050819/libstdc++-v3/../gcc/unwind-pe.h:74: warning: 'unsigned int size_of_encoded_value(unsigned char)' defined but not used ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1705: warning: assignment discards qualifiers from pointer target type ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:599: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:787: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:826: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:1110: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:1172: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:1217: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:1473: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:1706: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:1729: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:1964: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:2138: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:2158: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:2169: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-runtime.c:2262: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-heuristics.c:55: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-heuristics.c:149: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks1.c:106: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks1.c:144: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks1.c:186: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks1.c:244: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks1.c:277: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks1.c:293: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks1.c:323: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks1.c:373: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks1.c:418: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks1.c:419: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:136: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:145: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:154: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:162: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:171: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:194: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:205: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:217: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:252: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:266: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:279: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:292: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:305: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:319: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:342: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:365: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:375: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:386: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:400: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:411: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:420: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:428: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:437: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:447: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:457: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:466: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:481: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:497: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:514: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:530: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:563: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:576: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:651: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:676: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:723: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:746: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:833: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:848: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:859: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:869: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:878: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:888: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:897: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:911: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:920: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:930: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:941: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:951: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:960: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:969: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:978: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:987: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:999: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1015: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1033: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1052: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1067: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1078: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1092: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1108: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1120: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1130: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1139: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1149: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1169: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1189: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1198: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1208: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1219: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1242: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1251: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1262: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1274: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1293: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1305: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1323: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1332: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1342: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1350: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1359: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1368: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1377: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1387: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1396: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1404: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1413: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1424: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1433: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1449: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1526: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1536: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1550: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1572: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1589: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1620: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1642: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1662: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1674: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1691: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1704: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1705: warning: assignment discards qualifiers from pointer target type ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1723: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1742: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1759: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1794: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1814: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks2.c:1830: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libmudflap/mf-hooks3.c:279: warning: cast from pointer to integer of different size ../.././..//gcc-4.1-20050819/libssp/ssp.c:109: warning: implicit declaration of function 'alloca' ../.././..//gcc-4.1-20050819/libssp/ssp.c:109: warning: incompatible implicit declaration of built-in function 'alloca' /usr/ports/lang/gcc41/work/gcc-4.1-20050819/libobjc/Object.m:124: warning: comparison of distinct pointer types lacks a cast /usr/ports/lang/gcc41/work/gcc-4.1-20050819/libobjc/sendmsg.c:44:1: warning: "rtx" redefined /usr/ports/lang/gcc41/work/gcc-4.1-20050819/libobjc/../gcc/coretypes.h:69:1: warning: this is the location of the previous definition ./runtime-info.h:4: warning: 'struct_forward_array' defined but not used /usr/ports/lang/gcc41/work/gcc-4.1-20050819/libobjc/thr.c:117: warning: 'noreturn' function does return