Application for maintainer role for mingw

2008-11-08 Thread Kai Tietz
Hello Steering Committee, I want to sent my application for the role of a maintainer for the mingw targets in gcc. I spoke with Christopher Faylor and he said that he would support my application. Best regards, Kai Tietz -- | (\_/) This is Bunny. Copy and paste | (='.'=) Bunny into your signat

Re: [BUG] pragma: attempt to use poisoned * in struct member

2008-11-08 Thread Tom Tromey
> "Jiri" == Jiri Slaby <[EMAIL PROTECTED]> writes: Jiri> while compiling slightly augmented cc1, I've found a poison Jiri> pragma bug. Here comes a trimmed example of the bug: Jiri> $ echo -e '#pragma GCC poison malloc\nstruct { int malloc; };'|gcc - -E -o/dev/null Jiri> :2:14: error: attemp

Re: [BUG] pragma: attempt to use poisoned * in struct member

2008-11-08 Thread Jiri Slaby
On 11/08/2008 04:46 PM, Tom Tromey wrote: >> "Jiri" == Jiri Slaby <[EMAIL PROTECTED]> writes: > > Jiri> while compiling slightly augmented cc1, I've found a poison > Jiri> pragma bug. Here comes a trimmed example of the bug: > > Jiri> $ echo -e '#pragma GCC poison malloc\nstruct { int malloc;

[BUG] pragma: attempt to use poisoned * in struct member

2008-11-08 Thread Jiri Slaby
Hi, while compiling slightly augmented cc1, I've found a poison pragma bug. Here comes a trimmed example of the bug: $ echo -e '#pragma GCC poison malloc\nstruct { int malloc; };'|gcc - -E -o/dev/null :2:14: error: attempt to use poisoned "malloc"

Re: Application for maintainer role for mingw

2008-11-08 Thread Gerald Pfeifer
On Sat, 8 Nov 2008, Kai Tietz wrote: > Hello Steering Committee, I raised this on the steering committee... Gerald

Cannot understand the reloading code

2008-11-08 Thread wuxi
Hi, I am working on Itanium and gcc4.1.1. My work is mainly do instrumentations to enable efficient taint tracking (using NaT bit on IA-64 to represent tainted data.) on IA-64.(recently i am porting my code to gcc4.3.2, but that has not been accomplished, because i should also port my modifie