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


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

Neil.


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