This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Is gcc.c-torture/execute/20020307-2.c supposed to pass on gcc 3.1?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 21 Jul 2002 22:56:32 -0700
- Subject: Is gcc.c-torture/execute/20020307-2.c supposed to pass on gcc 3.1?
On Linux/x86, I got
# ./xgcc -B../ ~/work/gnu/import/gcc-3.1/gcc/testsuite/gcc.c-torture/execute/20020307-2.c -O -mcpu=i686 -march=i386
# ./a.out
zsh: 32558 segmentation fault ./a.out
H.J.