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

Re: Speaking of DWARF-2 macro info


On Thu, 21 Mar 2002, Neil Booth wrote:

> Daniel Berlin wrote:-
> 
> > > Entered with callback   // cb_file_change for foo.h
> > > --Entered /tmp/foo.h
> > > Left			// cb_file_change for leaving foo.h
> > > --Left
> > > 
> > > Here those beginning with "--" are in dwarf2out.c's callbacks.  The
> > > other fprintf's are in c-lex.c.  So I can't reproduce your two excess
> > > "Starting source file"'s.
> > 
> > Weird.
> > 
> > Are you calling cc1 directly, or through the driver?
> 
> Directly:  ./cc1 -quiet -gdwarf-2 -g2 /tmp/foo.c

Okay.
Let me double check it again, and then i'll answer the rest of what you 
asked.
I just wanted to make sure i wasn't doing something differently from you.

> 
> Neil.
> 


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