From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16067 invoked by alias); 27 Dec 2002 15:06:12 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 16059 invoked from network); 27 Dec 2002 15:06:11 -0000 Received: from unknown (HELO dellpi.pinski.fam) (216.196.136.44) by 209.249.29.67 with SMTP; 27 Dec 2002 15:06:11 -0000 Received: from physics.uc.edu (IDENT:pinskia@localhost.pinski.fam [127.0.0.1]) by dellpi.pinski.fam (8.12.2/8.12.1) with ESMTP id gBRF5uoQ007256; Fri, 27 Dec 2002 10:05:58 -0500 (EST) Date: Fri, 27 Dec 2002 09:32:00 -0000 Subject: [ssa-branch]libmudflap/mf-runtime.c and OS other than Linux Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: Andrew Pinski To: gcc@gcc.gnu.org From: Andrew Pinski Content-Transfer-Encoding: 7bit Message-Id: X-SW-Source: 2002-12/txt/msg01456.txt.bz2 I have a problem compiling the ssa-branch on powerpc-apple-darwin6.3: execinfo.h is a header file which does not exist. Also if I compile with --disable-checking it stops compiling sooner, stage1 compiling objc/objc-act.c: trace back of the compiler: ********** Date/Time: 2002-12-26 22:34:09 -0500 OS Version: 10.2.3 (Build 6G30) Host: halo.i.pinski.fam Command: cc1 PID: 14727 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000008 Thread 0 Crashed: #0 0x0045b510 in remove_all_occurrences (et-forest.c:342) #1 0x0045bacc in et_forest_remove_node (et-forest.c:536) #2 0x003ca810 in delete_from_dominance_info (dominance.c:820) #3 0x003856a4 in find_if_case_1 (ifcvt.c:2698) #4 0x003846b0 in find_if_header (ifcvt.c:2135) #5 0x00386688 in if_convert (ifcvt.c:3109) #6 0x000b79b4 in rest_of_compilation (toplev.c:3459) #7 0x0001af00 in c_expand_body (c-decl.c:6587) #8 0x0001aac4 in finish_function (c-decl.c:6413) #9 0x00003ca0 in yyparse (c-parse.c:406) #10 0x0000ba48 in c_common_parse_file (c-lex.c:162) #11 0x000b5604 in compile_file (toplev.c:2160) #12 0x000bc954 in do_compile (toplev.c:5401) #13 0x000bc9d8 in toplev_main (toplev.c:5431) #14 0x0007a0a4 in main (main.c:37) #15 0x00002458 in _start (crt.c:267) #16 0x000022d8 in start PPC Thread State: srr0: 0x0045b510 srr1: 0x0200f930 vrsave: 0x00000000 xer: 0x00000000 lr: 0x0045bacc ctr: 0x90073ac0 mq: 0x00000000 r0: 0x0045bacc r1: 0xbfffe8f0 r2: 0x00000000 r3: 0x00000000 r4: 0x00000000 r5: 0x00000000 r6: 0x00000010 r7: 0x00000000 r8: 0x00ce6010 r9: 0x00000000 r10: 0x01922950 r11: 0x0142cc60 r12: 0x90073ac0 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000 r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000 r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000 r24: 0x00000000 r25: 0x00000000 r26: 0xbffff4a4 r27: 0x000000bc r28: 0x0000002e r29: 0x0054918c r30: 0xbfffe8f0 r31: 0x00385498 Thanks, Andrew Pinski