public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/10236] [SH] Failure in gcc/testsuite/gcc.c-torture/execute/va-arg-10.c
       [not found] <20030327060601.10236.naveens@noida.hcltech.com>
@ 2003-05-26 18:17 ` dhazeghi@yahoo.com
  2003-05-26 18:51 ` pinskia@physics.uc.edu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: dhazeghi@yahoo.com @ 2003-05-26 18:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10236



------- Additional Comments From dhazeghi@yahoo.com  2003-05-26 18:10 -------
Hello,

would it be possible for you to send the preprocessed source of this testcase, so it can be 
reproduced on cross compiler? Thanks,

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/10236] [SH] Failure in gcc/testsuite/gcc.c-torture/execute/va-arg-10.c
       [not found] <20030327060601.10236.naveens@noida.hcltech.com>
  2003-05-26 18:17 ` [Bug target/10236] [SH] Failure in gcc/testsuite/gcc.c-torture/execute/va-arg-10.c dhazeghi@yahoo.com
@ 2003-05-26 18:51 ` pinskia@physics.uc.edu
  2003-07-29 21:53 ` pinskia at physics dot uc dot edu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-26 18:51 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10236


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia@physics.uc.edu  2003-05-26 18:49 -------
See Dara's question.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/10236] [SH] Failure in gcc/testsuite/gcc.c-torture/execute/va-arg-10.c
       [not found] <20030327060601.10236.naveens@noida.hcltech.com>
  2003-05-26 18:17 ` [Bug target/10236] [SH] Failure in gcc/testsuite/gcc.c-torture/execute/va-arg-10.c dhazeghi@yahoo.com
  2003-05-26 18:51 ` pinskia@physics.uc.edu
@ 2003-07-29 21:53 ` pinskia at physics dot uc dot edu
  2004-01-02  0:06 ` [Bug debug/10236] " pinskia at gcc dot gnu dot org
  2004-01-15 15:32 ` amylaar at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 21:53 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10236


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debug/10236] [SH] Failure in gcc/testsuite/gcc.c-torture/execute/va-arg-10.c
       [not found] <20030327060601.10236.naveens@noida.hcltech.com>
                   ` (2 preceding siblings ...)
  2003-07-29 21:53 ` pinskia at physics dot uc dot edu
@ 2004-01-02  0:06 ` pinskia at gcc dot gnu dot org
  2004-01-15 15:32 ` amylaar at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-02  0:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-02 00:06 -------
With: "3.4.0 20031225 (experimental) (sh4-hardhat-linux)" I cannot confirm this, maybe 
this is a sh-elf problem or is this been fixed?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10236


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debug/10236] [SH] Failure in gcc/testsuite/gcc.c-torture/execute/va-arg-10.c
       [not found] <20030327060601.10236.naveens@noida.hcltech.com>
                   ` (3 preceding siblings ...)
  2004-01-02  0:06 ` [Bug debug/10236] " pinskia at gcc dot gnu dot org
@ 2004-01-15 15:32 ` amylaar at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2004-01-15 15:32 UTC (permalink / raw)
  To: gcc-bugs


------- 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-01-15 15:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030327060601.10236.naveens@noida.hcltech.com>
2003-05-26 18:17 ` [Bug target/10236] [SH] Failure in gcc/testsuite/gcc.c-torture/execute/va-arg-10.c dhazeghi@yahoo.com
2003-05-26 18:51 ` pinskia@physics.uc.edu
2003-07-29 21:53 ` pinskia at physics dot uc dot edu
2004-01-02  0:06 ` [Bug debug/10236] " pinskia at gcc dot gnu dot org
2004-01-15 15:32 ` amylaar at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).