bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: note from Prof D E Knuth


From: Andrew Cagney
Subject: Re: note from Prof D E Knuth
Date: Fri, 30 Jan 2004 18:36:34 -0500
User-agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820

Dear people,

The version of GDB that I installed recently has an annoying bug that
I had not encountered in previous versions: It fails to find the source
file that is explicitly mentioned in a #line directive.

Here are three files that document the problem. Please let me know
if more explanation is needed.

---- cut here for my source file gdb-bug.w ----- (written in CWEB)
@* Intro. This trivial \.{CWEB} program demonstrates a bug in
`GNU gdb Red Hat Linux (5.3post-0.20021129.18rh)'.

@c
main()
{
  printf("Hello");
  printf(" there.");
}

Do you know which version of GCC is being used?

        gcc -v

Andrew






reply via email to

[Prev in Thread] Current Thread [Next in Thread]