Date: Thu, 2 Nov 2000 09:15:35 +0200 (WET) From: Andris Pavenis To: djgpp AT delorie DOT com Subject: Re: Internal compiler error - not covered by the FAQ In-Reply-To: <3a009f41.55595835@news.freeserve.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 1 Nov 2000, Steamer wrote: > > And there seems to be another problem: When I switch on -Wall, my > > programs do not compile any more with messages like this: > > > > In method `M::M(const int &)': > > test.cpp(12) Error: instantiated from here > > test.cpp(6) Warning: statement with no effect > > There were some errors > > That's strange. Why is "instantiated from here" an error? > I tried compiling your example and I get this: Are You using RHIDE? RHIDE parses compiler output and old versions fails to recognize correctly some GCC messages. Please upgrade RHIDE. See: http://www.lanet.lv/~pavenis/rhide.html for details Andris