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
> "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
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;
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"
On Sat, 8 Nov 2008, Kai Tietz wrote:
> Hello Steering Committee,
I raised this on the steering committee...
Gerald
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