Re: GCC 4.3 ia64 bootstrap failure

2007-02-19 Thread Lee Millward
On 2/19/07, Lee Millward <[EMAIL PROTECTED]> wrote: On 2/19/07, Grigory Zagorodnev <[EMAIL PROTECTED]> wrote: > Grigory Zagorodnev wrote: > > Hi! > > /gcc-43/src/libgcc/../gcc/unwind.inc:287: internal compiler error: tree > > check: expected class 'express

Re: GCC 4.3 ia64 bootstrap failure

2007-02-19 Thread Lee Millward
On 2/19/07, Grigory Zagorodnev <[EMAIL PROTECTED]> wrote: Grigory Zagorodnev wrote: > Hi! > /gcc-43/src/libgcc/../gcc/unwind.inc:287: internal compiler error: tree > check: expected class 'expression', have 'constant' (integer_cst) in > ia64_expand_builtin, at config/ia64/ia64.c:9194 I think th

Re: C Parser

2007-01-18 Thread Lee Millward
On 1/18/07, Paulo J. Matos <[EMAIL PROTECTED]> wrote: Hi all, I was quite surprised to see that the C Parser was manually implemented and you didn't use any parser generator. I would be curious regarding this decision. I would think the development of a C parser would be an almost unsurmountabl

Re: Wannabe Contributor: Questions related to Dev Box setup and other issues

2006-08-16 Thread Lee Millward
On 8/16/06, Manuel López-Ibáñez <[EMAIL PROTECTED]> wrote: As far as I know, there is no list of projects for beginners. I guess that you should think about something you would like to learn or work. On the other hand, setting up a list of projects for beginners and making easier for them to cont

Re: Is there Doc on level of C++ standard implementation (and what about 'export')?

2006-04-26 Thread Lee Millward
To answer the first part of your question here's an extract from http://gcc.gnu.org/bugs.html#known "The export keyword is not implemented. Most C++ compilers (G++ included) do not yet implement export, which is necessary for separate compilation of template declarations and definitions. Without

Getting started with contributing

2005-06-09 Thread Lee Millward
I'd like to get started with helping to develop GCC but am seeking some advice from those of you who are regular contributors on the best approach to adopt. I have spent the last few weeks reading the gcc-patches mailing list and the documentation available on GCC from the Wiki and various other d