This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/10236] [SH] Failure in gcc/testsuite/gcc.c-torture/execute/va-arg-10.c
- From: "amylaar at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jan 2004 15:32:44 -0000
- Subject: [Bug debug/10236] [SH] Failure in gcc/testsuite/gcc.c-torture/execute/va-arg-10.c
- References: <20030327060601.10236.naveens@noida.hcltech.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From amylaar at gcc dot gnu dot org 2004-01-15 15:32 -------
I've tested this with:
GNU C version 3.4.0 20040114 (experimental) (sh-elf)
compiled by GNU C version 2.96 20000731 (Red Hat Linux 7.1 2.96-98).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
I've cut & pasted the compilation line for the -m4 -ml -O3 -g test
from the nighly test log, replaced m4 libraries with m2, and -m4 with -m3:
bash-2.05$ /swbuild/nightly/2004-01-14/sh-elf/gcc/xgcc
-B/swbuild/nightly/2004-01-14/sh-elf/gcc/
/swbuild/nightly/2004-01-14/srcw/gcc/testsuite/gcc.c-torture/execute/va-arg-10.c
-w -O3 -g -DSTACK_SIZE=16384 -isystem
/swbuild/nightly/2004-01-14/sh-elf/sh-elf/ml/m2/newlib/targ-include -isystem
/swbuild/nightly/2004-01-14/srcw/newlib/libc/include
-L/swbuild/nightly/2004-01-14/sh-elf/ld
-B/swbuild/nightly/2004-01-14/sh-elf/sh-elf/ml/m2/newlib/
-L/swbuild/nightly/2004-01-14/sh-elf/sh-elf/ml/m2/newlib -lm
-Wl,--defsym,_stack=0x7f000 -m3 -ml -o t.x
bash-2.05$ ../../sim/sh/run t.x;echo $?
0
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10236