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: wrong-code regressions review


Bradley Lucier <lucier@math.purdue.edu> wrote:

> Can you recommend a debugger that will give me accurate information on
> sparc-solaris2.9 or x86-linux?

Most developers and I use GDB 6.1 or CVS HEAD. What's wrong with that? What
are you missing exactly?

> One thing that makes it a bit difficult is that I can only tickle the
> bug when I compile the complete Scheme file into one C function; when I
> compile each Scheme function to one C function then it doesn't break in
> the same way.

I see. Maybe you can start reducing the Scheme file, so that you reduce the
code you generate. After that, you can work on the preprocessed C source.
-- 
Giovanni Bajo


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