I tried to reproduce on an hppa system running latest etch bits:

[EMAIL PROTECTED]:~$ uname -a
Linux hppa 2.6.18-3-parisc #1 Mon Dec 4 09:17:59 MST 2006 parisc
GNU/Linux
[EMAIL PROTECTED]:~$ cat > t.c
int
main(int argc,char * argv[]) {return system(argv[1]);}
[EMAIL PROTECTED]:~$ cc -g t.c -o t
[EMAIL PROTECTED]:~$ ./t "echo g"
g
[EMAIL PROTECTED]:~$ echo $?
0
[EMAIL PROTECTED]:~$ cc -g -pg t.c -o t
[EMAIL PROTECTED]:~$ ./t "echo g"
g

I also cannot reproduce on a parisc64 system.
So, I'm gonna go ahead and close this bug. Please reopen if you are
still able to reproduce.

-- 
dann frazier



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to