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]
Other format: [Raw text]

Re: [ssa-branch]libmudflap/mf-runtime.c and OS other than Linux


Andrew Pinski <pinskia@physics.uc.edu> writes:

> I have a problem compiling the ssa-branch on powerpc-apple-darwin6.3:
> execinfo.h is a header file which does not exist.

I will add some configury extensions to libmudflap to allow it to
build for more hosts/targets.  If you are not interested in mudflap
instrumentation, you could simply remove libmudflap from your source
tree.  ("cvs release -d gcc/libmudflap".)


> Also if I compile with --disable-checking it stops compiling sooner,
> stage1 compiling objc/objc-act.c: trace back of the compiler:
> [...]
> 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)
> [...]

I assume this build was not done with BOOT_CFLAGS=-fmudflap, therefore
this would be an ordinary ssa-branch failure, and not possibly related
to mudflap.


- FChE


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