Question: How can I upload my work?

2008-03-29 Thread zio
Dear GCC developers: Hi, My name is Jiho Chu. I had ported ZARAM compact DSP16(www.zaram.com) architecture to the GCC 3.4.5. I added some machine description files, and modified several source codes in gcc/ folder. I think that these modifications are not exactly same with previous coding style, b

Re: Question: How can I upload my work?

2008-03-29 Thread Basile STARYNKEVITCH
zio wrote: Dear GCC developers: Hi, My name is Jiho Chu. I had ported ZARAM compact DSP16(www.zaram.com) architecture to the GCC 3.4.5. Is it a typo? Do you mean 4.3? 3.4 is very old! I added some machine description files, and modified several source codes in gcc/ folder. I think that these

Re: [Ada] gnat.dg/socket[12].adb test duplicates?

2008-03-29 Thread Laurent GUERBY
On Sat, 2008-02-23 at 19:41 +0100, Arnaud Charlet wrote: > > gnat.dg/socket1.adb and socket2.adb are identical AFAICT, is there a > > special reason to have both? > > Probably none. Feel free to remove one of them. I've removed socket2.adb, sorry for the delay. 2008-03-29 Laurent GUERBY <[EMAI

GSoC ideas

2008-03-29 Thread Robert Millan
Hi, I know it's a bit late, but I just thought that it'd be really nice if GCC had a C# frontend. I don't have time to do this myself right now (although I'm willing to work on it in the future if noone beats me to it), but maybe someone would pick it if it enters GSoC. My motivation for this i

[RFH] Uninitialized warning as error is disabled on the trunk

2008-03-29 Thread Andrew Pinski
Hi, I noticed today that we actually currently just warn and not error out while compiling GCC for uninitialized warnings. While doing a build I got the following warning: /src/gcc/local/gcc/gcc/cp/pt.c: In function 'subst_copy': /src/gcc/local/gcc/gcc/cp/pt.c:9919: warning: 'len' may be used uni

Re: GSoC ideas

2008-03-29 Thread Ian Lance Taylor
Robert Millan <[EMAIL PROTECTED]> writes: > I know it's a bit late, but I just thought that it'd be really nice if GCC > had a C# frontend. I don't have time to do this myself right now (although > I'm willing to work on it in the future if noone beats me to it), but maybe > someone would pick it

GCC 4.3.0 compilation error

2008-03-29 Thread Wirawan Purwanto
I tried to compile GCC 4.3.0 on a Red Hat Linux 9.0 box, it stopped at stage 1: $ gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.0/gcc -I../../gcc-4.3.0/gcc/. -I../../gcc-4.3.0/

Re: GSOC Student application

2008-03-29 Thread Ian Lance Taylor
"Alexey Salmin" <[EMAIL PROTECTED]> writes: > Hello, here's my application. Please, leave your comments as I still > have two days to fix it if something is wrong :) Thanks for sending this. > Project > I want to make some improvements in the Lexer/cpplib area: > 1) Change the way of file handli