Hello World

2024-03-29 Thread Toshihide Mitumaru via Gcc
Sent from my iPhone

Hello world from x32 glibc

2011-02-15 Thread H.J. Lu
rks with the syscall kernel interface. > > The next major milestone will be x32 glibc port. > [hjl@gnu-6 gcc]$ cat x.c #include int main () { printf ("hello world\n"); return 0; } [hjl@gnu-6 gcc]$ ./xgcc -B./ -mx32 -O x.c [hjl@gnu-6 gcc]$ ./a.out hello world [hjl@gnu-6 gcc]$

Re: [gnu.org #282142] Copyright assignment for GCC Hello World

2006-03-27 Thread Gustavo Sverzut Barbieri via RT
On 3/27/06, David Edelsohn <[EMAIL PROTECTED]> wrote: > I am not sure why the copyright clerk forwarded this to the > general GCC mailinglist instead of helping you obtain an assignment form, > but we can proceed anyway. I don't mind :-) > Do you work for any university or compan

Re: [gnu.org #282142] Copyright assignment for GCC Hello World

2006-03-27 Thread David Edelsohn via RT
I am not sure why the copyright clerk forwarded this to the general GCC mailinglist instead of helping you obtain an assignment form, but we can proceed anyway. Do you work for any university or company that could claim ownership of your code? If no, you directly can assign your c

[gnu.org #282142] Copyright assignment for GCC Hello World

2006-03-27 Thread Jonas Jacobson via RT
+1-617-542-5942 x.22 Fax +1-617-542-2652 > [EMAIL PROTECTED] - Fri Mar 24 07:44:42 2006]: > > Hello, > > I was one of the developers of the GCC Hello World, together with > Rafael Espíndola and I want to assign my copyright to GNU so it can be > included in GCC trunk. > &

Copyright assignment for GCC Hello World

2006-03-24 Thread Gustavo Sverzut Barbieri
Hello, I was one of the developers of the GCC Hello World, together with Rafael Espíndola and I want to assign my copyright to GNU so it can be included in GCC trunk. What do I have to do? Thanks, -- Gustavo Sverzut Barbieri -- Jabber: [EMAIL PROTECTED

Re: a "hello world" frontend

2005-06-13 Thread James A. Morrison
Rafael Ávila de Espíndola <[EMAIL PROTECTED]> writes: > Em Sun 12 Jun 2005 23:58, James A. Morrison escreveu: > > Was there anything in particular that you found hard to understand in the > > treelang frontend. It is supposed to be the example/tutorial front-end. > One thing is that the parser

Re: a "hello world" frontend

2005-06-13 Thread Rafael Ávila de Espíndola
Em Sun 12 Jun 2005 23:58, James A. Morrison escreveu: > Was there anything in particular that you found hard to understand in the > treelang frontend. It is supposed to be the example/tutorial front-end. One thing is that the parser is very big and mixed with C code. I find it easier to read a p

Re: a "hello world" frontend

2005-06-12 Thread James A. Morrison
d be used > as a tutorial. We call this small frontend "hello world" because it generates > a hello world program no matter what it is given as input :) Was there anything in particular that you found hard to understand in the treelang frontend. It is supposed to be the exam

a "hello world" frontend

2005-06-12 Thread Rafael Ávila de Espíndola
Two colleagues (Rafael Dantas de Castro and Gustavo Sverzut Barbieri) and I decided to try to make a scheme frontend for gcc. Since the task is proving quite difficult we decided to write a very small frontend that could be used as a tutorial. We call this small frontend "hello world&quo