Broken links on main gcc website.

2010-08-23 Thread Gareth Randall
Hi, In: http://www.gnu.org/software/gcc/ Broken links in the “Documentation” panel on the right: http://www.gnu.org/software/gcc/install/ (Empty directory) http://www.gnu.org/software/gcc/install/specific.html http://www.gnu.org/software/gcc/install/test.html Yours, -- === Gareth

Re: Advice needed on GCC port to new (virtual) architecture

2005-07-05 Thread Gareth The Great
The problem is i am not that used to the GCC internals and could benefit a lot from hacking on some sample code. Is there a simple guide anywhere on how to produce a new target other than "using and porting gcc"? On Tue, 5 Jul 2005, Nathan Sidwell wrote: > [EMAIL PROTECTED] wrote: > > I am curr

Advice needed on GCC port to new (virtual) architecture

2005-07-05 Thread gareth
I am currently working on a VM and would like to port gcc to it in order to simplify the creation of software. The VM simulates a processor with a stack pointer (SP), 16 General Purpose Registers, Accumulator and built-in multitasking. The instruction set is turing complete and implements stack,

Re: GCC 4.0 RC2 Available

2005-04-19 Thread Gareth Elston
/c99_classification_macros_c.cc (test for excess errors) Gareth.

RE: function name lookup within templates in gcc 4.1

2005-04-17 Thread Gareth Pearce
Thanks for the verification! Regards, Gareth Pearce > > > On Apr 17, 2005, at 10:37 PM, Gareth Pearce wrote: > > > So I just started trying out gcc 4.1 - with a program which compiles > > and > > runs fine on gcc 3.3. > > > > Attached is a reduced te

function name lookup within templates in gcc 4.1

2005-04-17 Thread Gareth Pearce
definition. Now I see potential for this to be 'the way the standard wants it to be', but given I don't have a copy of the standard I am unsure. Should I report this as a bug or is it a standards compliance improvement? Regards, Gareth Pearce class sstring_t { }; template int