such information,
but I also don't know how to create this file.
Thanks in advance.
Best regards,
Eduardo
:55:56 EDT 2005 i686 i686 i386 GNU/Linux
- glibc
glibc-2.3.5-10
--
Eduardo Restuccia
www.handsoft.com.uy
Montevideo - Uruguay
Hello, my name is Eduardo Cruz. I am an studen.t of Computer Science
at the State University of Maringa, in Brazil.
One of our teachers gave us a work in wich we are supposed to modify
the c language to support some parallel programming stuff.
I want to modify the gcc c frontend to support these
hey, could you guys explain me something?
in c-parser.c
in c_parser_direct_declarator, when a function name is being parsed, this if:
if (c_parser_next_token_is (parser, CPP_OPEN_PAREN))
is true, and inside this if:
c_parser_consume_token (parser);
attrs = c_parser_attributes (parse
does the function lookup_name distinguish the identifier between
different contexts?
for example
void func1()
{
int foo;
}
void func2()
{
int foo;
}
if I call lookup_name with the foo ident-tree while parsing these
functions, will it return different decl-tree nodes?
thanks
> I assume you mean the function in the C frontend, in c-decl.c.
thats correct!
thanks a lot!
2009/4/7 Ian Lance Taylor :
> Eduardo Cruz writes:
>
>> does the function lookup_name distinguish the identifier between
>> different contexts?
>
> I assume you mean the fun
> I am proposing this as a possible alternative or complement to publication
> on the Internet to take into account those without Internet access, though
> those *with* Internet access also get the benefit.
So you want to publish stuff on the Internet for people that don't have access
to the Intern
Hi! My name is Carlos Barbosa, and I would like to participate in this
year's GSoC with GCC.
I'm a brazilian undergraduate student and I've been passionate about free
software ever since I first heard of it. I'm most interested in OS level
programming, language development, optimization and, of cou
Hi! My name is Carlos Barbosa, and I would like to participate in this
year's GSoC with GCC.
I'm a brazilian undergraduate student and I've been passionate about free
software ever since I first heard of it. I'm most interested in OS level
programming, language development, optimization and, of cou