Thomas Schwinge, le Thu 09 Oct 2014 14:02:39 +0200, a écrit :
>     #!/usr/bin/expect -f
>     
>     # Doesn't seem to matter.
>     #stty -cooked
>     stty cooked
>     
>     #spawn sh -c "/media/erich/home/thomas/tmp/gcc/755295.build/gcc/xgcc.real 
> -B/media/erich/home/thomas/tmp/gcc/755295.build/gcc/ 
> /media/erich/home/thomas/tmp/gcc/755295/gcc/testsuite/gcc.dg/cpp/pr33466.c  
> -fno-diagnostics-show-caret -fdiagnostics-color=never -std=gnu99 -S -o 
> pr33466.s 2> /tmp/e; cat < /tmp/e"
>     spawn sh -c "cat < /tmp/e"
>     #spawn sh -c "for i in \$(seq 1 99); do echo \$i \$(seq 0 50); done > 
> /tmp/d; cat < /tmp/d"
>     #spawn sh -c "for i in \$(seq 1 99); do echo \$i 
> --------------------------------------------------------------------------; 
> done > /tmp/d; cat < /tmp/d"
>     #spawn printf "%4095d\r\nabc" 1
>     #spawn printf "%4096d%4096d\r\nabc" 1 2
>     interact

I don't manage to make this behave differently on Linux and on GNU/Hurd.
Which testcase should I be enabling above?  What is supposed to be the
content of /tmp/e?  It really seems to me the change I propose is the
right way, but I haven't yet managed to trigger a failure without it.

Samuel


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141102171311.gs2...@type.youpi.perso.aquilenet.fr

Reply via email to