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

Re: dmalloc and __throw


> While I would love to contribute test cases, I haven't been able to
> build any that fail and the code in question is not open. Mostly, I
> just need to know whether I'm on crack, my binutils are fubarred, I
> need to look harder for problems dmalloc wouldn't catch, or if there
> really may be nasty problems inside of egcs that I'm exposing with
> this 500,000 line project.

I guess part of your problem is that __throw cannot be properly
debugged, right? If that is the case, you should recompile libgcc.a
with -g. It is compiled with -g1 by default (according to the
Makefile, "so that -g1 will be tested" - I never found that very
useful).

Hopefully, with proper line and variable info, you can find the
problem.

Good luck,
Martin


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