Re: About Gcc tree tutorials

2007-02-03 Thread Brooks Moses
Ferad Zyulkyarov wrote: Also, I referred to some tutorials and articles in the net about writing gcc front-end. And here are they: 1. http://en.wikibooks.org/wiki/GNU_C_Compiler_Internals/Print_version 2. http://www.faqs.org/docs/Linux-HOWTO/GCC-Frontend-HOWTO.html (old) 3. http://www.linuxjourna

Re: Some hints on solving this problem?

2007-02-03 Thread Paul Yuan
1) Modify the final() in final.c to emit some code before ld and st before outputting the assembly. 2) Modify the MD file. Find the template which generate ld or st, and add some code before ld and st. On 2/3/07, 吴曦 <[EMAIL PROTECTED]> wrote: Hi, I am working on gcc 4.1.1 and Itanium2 architect

Re: The GCC Mission Statement says nothing about conforming to international standards!?

2007-02-03 Thread Joe Buck
On Sat, Feb 03, 2007 at 01:42:06AM -0700, icrashedtheinternet wrote: > I just read the GCC Mission Statement and I see nothing there about > conforming to international standards for programming languages. Why > does the GCC Mission Statement not include conforming to > internationally accepted st

GCC 4.0.4 Released

2007-02-03 Thread Gabriel Dos Reis
I'm pleased to announce that GCC-4.0.4 has been released on January 31, 2007. This release is a minor release, containing bug fixes for regressions relative to earlier releases. It is the final release from the 4.0.x series, and the gcc-4_0-branch is now closed. GCC 4.0.4 is provided for th

[LWOW] INWESTYCYJNE INTERESY W UKRAINIE : 24 - 26 lutego 2007 r., Lwow, Ukraina gcc@gcc.gnu.org

2007-02-03 Thread Jozy
Serdecznie zapraszamy na Międzynarodową Polsko - Ukraińską konferencję na temat "Polska - Ukraina: sami budujemy przyszłość" XX Międzynarodowa konferencja > INWESTYCYJNE INTERESY W UKRAINIE Aktualne informacje.Ostateczne wydarzenia z U

Re: Failure to build libjava on 512MB machine

2007-02-03 Thread Marco Trudel
Tom Tromey wrote: "Marco" == Marco Trudel <[EMAIL PROTECTED]> writes: Marco> If it takes about 30 to 40min to build this html/parser.o and Marco> gnu-xml.o needs about 1 or 2 minutes but is - last time I took a look Marco> - a lot bigger than the html parser, shouldn't then be investigated Marc

Re: About Gcc tree tutorials

2007-02-03 Thread Rafael Espíndola
Also, I referred to some tutorials and articles in the net about writing gcc front-end. And here are they: 1. http://en.wikibooks.org/wiki/GNU_C_Compiler_Internals/Print_version 2. http://www.faqs.org/docs/Linux-HOWTO/GCC-Frontend-HOWTO.html (old) 3. http://www.linuxjournal.com/article/7884 (overv

Some hints on solving this problem?

2007-02-03 Thread 吴曦
Hi, I am working on gcc 4.1.1 and Itanium2 architecture. I want to use gcc to emit some code before each ld and st instruction (I know that using dynamic binary translator like PIN may be more suitable for this task, but I am on the way of studying gcc and want to use it to achieve this goal). But

Re: The GCC Mission Statement says nothing about conforming to international standards!?

2007-02-03 Thread Robert Dewar
icrashedtheinternet wrote: I just read the GCC Mission Statement and I see nothing there about conforming to international standards for programming languages. Why does the GCC Mission Statement not include conforming to internationally accepted standards? Its very counterproductive not to use

Re: Failure to build libjava on 512MB machine

2007-02-03 Thread Gerald Pfeifer
On Fri, 2 Feb 2007, Paolo Bonzini wrote: > I'd be curious to know the effect of removing the "complexity" field of > struct tree_exp. It should be possible to bootstrap C/C++/Java/Fortran > with a two line patch removing the field from tree.h, and the only > reference to it in tree.c (via the m

The GCC Mission Statement says nothing about conforming to international standards!?

2007-02-03 Thread icrashedtheinternet
I just read the GCC Mission Statement and I see nothing there about conforming to international standards for programming languages. Why does the GCC Mission Statement not include conforming to internationally accepted standards? Its very counterproductive not to use standards. -John Burak