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
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
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
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
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
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
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/
"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