Date: Tue, 3 Aug 1999 11:28:35 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Mohamed Saad cc: djgpp AT delorie DOT com Subject: Re: some questions! (inline, egcs, and others!) In-Reply-To: <19990802173950.6930.rocketmail@send205.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 2 Aug 1999, Mohamed Saad wrote: > *) when does djgpp accept my request to make a > function inline, and when does it decline the request! This is explained in detail in the GCC docs, in the section named "Inline". Please read it, the issue is too complex to explain here. > *) can i make an external function inline? i.e. the > function is in file "f1.cc" and the declaration in > "f2.cc" is like this... > inline void hello(); > will it still be inline'd? The compiler cannot inline functions defined in another source file. The GCC docs explain the details. > *) where can i get Egcs? It's in the v2gnu/egcs directory on the usual DJGPP sites. > *) where can i get a list of the currently known bugs > of djgpp? There are none ;-). Seriously, though: go to http://www.delorie.com/djgpp/bugs/ and see for yourself: the list of unsolved bugs includes only 4 reports, all of them either extremely obscure or pertain to rare curcumstances and unmaintained packages. It is usually much better to ask here if you see something that looks like a bug.