home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!virginia.edu!gs4t
- From: gs4t@virginia.edu (Gnanasekaran Swaminathan)
- Subject: Re: "warning: dbx info for template class methods not yet supported"
- Message-ID: <1993Jan5.190715.18634@murdoch.acc.Virginia.EDU>
- Sender: gnulists@ai.mit.edu
- Organization: University of Virginia
- References: <9301050004.AA17511@idiap.ch>
- Distribution: gnu
- Date: Tue, 5 Jan 1993 19:07:15 GMT
- Approved: bug-g++@prep.ai.mit.edu
- Lines: 19
-
- tmb@idiap.CH (Thomas M. Breuel) writes:
- : ================================================================
- : In file included from Parameters.cc:1:
- : Parameters.h:46: warning: dbx info for template class methods not yet supported
- : ================================================================
- :
- : I'm pretty tired of seeing this warning message again and again when
- : compiling my code with gcc 2.3.2. It gets particularly annoying when I
- : compile a bunch of files and get an error message in one of the last
- : files, since under Emacs, I have to step through all the warning
- : messages before finally getting to the real error message.
-
- You can edit your *compilation* buffer and remove unnecessary
- warnings and errors. After that to go to the first error, do
- evaluate (next-error t). Following errors can be reached in the
- usual way.
-
- -Sekar
-
-