Re: Undocumented and used behaviour (was: Re: GCC-only software)

2009-03-12 Thread Etienne Lorrain
--- Mer 11.3.09, Ian Lance Taylor wrote: > But they aren't documented in the user manual. I think > they should be, just as we document the machine specific > constraint characters in the user manual. > I think it would be appropriate to open a bug report about this. > > Ian http://gcc.gnu.org

Re: Undocumented and used behaviour (was: Re: GCC-only software)

2009-03-11 Thread Ian Lance Taylor
Andreas Schwab writes: > Etienne Lorrain writes: > >> Well, do I have any chance to have the 'asm (" %c0 ": : "" );' and >> 'asm (" %a0 ": : "" );' documented if I submit a bug report? > > Those are already documented (*note (gccint)Output Template::). But they aren't documented in the user ma

Re: Undocumented and used behaviour (was: Re: GCC-only software)

2009-03-11 Thread Andreas Schwab
Etienne Lorrain writes: > Well, do I have any chance to have the 'asm (" %c0 ": : "" );' and > 'asm (" %a0 ": : "" );' documented if I submit a bug report? Those are already documented (*note (gccint)Output Template::). Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint =

Undocumented and used behaviour (was: Re: GCC-only software)

2009-03-11 Thread Etienne Lorrain
Manuel López-Ibáñez wrote: > Anything not documented there is likely to change or be removed in the > future, so you should not rely on it. On the other hand, if you find > some behaviour that you feel should be documented and it is not, > please submit a documentation patch (or at least open a b

Re: GCC-only software

2009-03-09 Thread Andrew Pinski
On Mon, Mar 9, 2009 at 3:43 AM, Piotr Wyderski wrote: > Could you please point me > the "under the hood" features you think may be interesting for > me? I mean (presumming that there are) the extended type info, > class layout description (e.g. in order to implement reflections > and GC), the __cx

Re: GCC-only software

2009-03-09 Thread Paolo Bonzini
> Well, the problem is that I don't know where to find the "unofficial" > documentation, so it is hard to figure out the questions to be asked. Well, the unofficial documentation is the source code. :-> Paolo

Re: GCC-only software

2009-03-09 Thread Piotr Wyderski
Manuel López-Ibáñez wrote: > Anyway, the documentation is there http://gcc.gnu.org/onlinedocs/ Yes, this is the official documentation I read frequently. > Anything not documented there is likely to change or be removed > in the future, so you should not rely on it. I can afford the process of

Re: GCC-only software

2009-03-09 Thread Manuel López-Ibáñez
2009/3/9 Piotr Wyderski : > > Having said that, I wonder what else can I win by sticking to > the GNU compiler as closely as possible. There is a lot of > officially documented extensions (computed gotos, attributes, > PMF conversions etc.) I am aware of (and I continuously monitor > the list), but

GCC-only software

2009-03-09 Thread Piotr Wyderski
Hi, Quite a long time ago I have decided to use GCC as the only compiler for my C++* applications (mostly heavy-duty high volume data stream processing). There are many reasons, but the most important are listed below: 1. A GCC port is available for every platform I am interested in; 2. It is im