public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/38605]  New: Out of stack space on gcc.c-torture/compile/limits-exprparen.c
@ 2008-12-22 14:47 howarth at nitro dot med dot uc dot edu
  2008-12-22 14:50 ` [Bug testsuite/38605] " howarth at nitro dot med dot uc dot edu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-12-22 14:47 UTC (permalink / raw)
  To: gcc-bugs

Since at least r138218, the regress test for powerpc-apple-darwin8.5.0 has been
showing the new failures of...

FAIL: gcc.c-torture/compile/limits-exprparen.c  -O0  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-exprparen.c  -O1  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-exprparen.c  -O2  (test for excess errors)
FAIL: gcc.c-torture/compile/limits-exprparen.c  -O3 -fomit-frame-pointer  (test
for excess errors)
FAIL: gcc.c-torture/compile/limits-exprparen.c  -O3 -g  (test for excess
errors)
FAIL: gcc.c-torture/compile/limits-exprparen.c  -Os  (test for excess error

The last build without these failures was r138218 but there was a large gap in
builds during the tuples merge. The failures are logged as...

Executing on host: /Users/regress/tbox/native/build/gcc/xgcc
-B/Users/regress/tbox/native/build/gcc/   -O0  -w -c  -o limits-exprparen.o
/Users/regress/tbox/svn-gcc/gcc/testsuite/gcc.c-torture/compile/limits-exprparen.c
   (timeout = 300)
Out of stack space.
Try running 'ulimit -S -s unlimited' in the shell to raise its limit.
compiler exited with status 1
output is:
Out of stack space.
Try running 'ulimit -S -s unlimited' in the shell to raise its limit.

FAIL: gcc.c-torture/compile/limits-exprparen.c  -O0  (test for excess errors)

Geoff Keating suggests this indicates the test is no longer testing if the
stack space for gcc is reasonable. I don't see this on a dual G5 with 4GB of
ram running darwin9 but regress is a G4 with less ram (I assume) running
darwin8.


-- 
           Summary: Out of stack space on gcc.c-torture/compile/limits-
                    exprparen.c
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: powerpc-apple-darwin8.5.0
  GCC host triplet: powerpc-apple-darwin8.5.0
GCC target triplet: powerpc-apple-darwin8.5.0


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


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

* [Bug testsuite/38605] Out of stack space on gcc.c-torture/compile/limits-exprparen.c
  2008-12-22 14:47 [Bug testsuite/38605] New: Out of stack space on gcc.c-torture/compile/limits-exprparen.c howarth at nitro dot med dot uc dot edu
@ 2008-12-22 14:50 ` howarth at nitro dot med dot uc dot edu
  2008-12-29  7:26 ` pinskia at gcc dot gnu dot org
  2010-08-19 11:35 ` raju dot goruganti at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-12-22 14:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from howarth at nitro dot med dot uc dot edu  2008-12-22 14:49 -------
These failures are also appearing on ia64-suse-linux-gnu...

http://gcc.gnu.org/ml/gcc-testresults/2008-12/msg01952.html


-- 


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


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

* [Bug testsuite/38605] Out of stack space on gcc.c-torture/compile/limits-exprparen.c
  2008-12-22 14:47 [Bug testsuite/38605] New: Out of stack space on gcc.c-torture/compile/limits-exprparen.c howarth at nitro dot med dot uc dot edu
  2008-12-22 14:50 ` [Bug testsuite/38605] " howarth at nitro dot med dot uc dot edu
@ 2008-12-29  7:26 ` pinskia at gcc dot gnu dot org
  2010-08-19 11:35 ` raju dot goruganti at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-29  7:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-12-29 07:23 -------


*** This bug has been marked as a duplicate of 31827 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug testsuite/38605] Out of stack space on gcc.c-torture/compile/limits-exprparen.c
  2008-12-22 14:47 [Bug testsuite/38605] New: Out of stack space on gcc.c-torture/compile/limits-exprparen.c howarth at nitro dot med dot uc dot edu
  2008-12-22 14:50 ` [Bug testsuite/38605] " howarth at nitro dot med dot uc dot edu
  2008-12-29  7:26 ` pinskia at gcc dot gnu dot org
@ 2010-08-19 11:35 ` raju dot goruganti at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: raju dot goruganti at gmail dot com @ 2010-08-19 11:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from raju dot goruganti at gmail dot com  2010-08-19 11:34 -------
(In reply to comment #1)
> These failures are also appearing on ia64-suse-linux-gnu...
> http://gcc.gnu.org/ml/gcc-testresults/2008-12/msg01952.html

These failure also appearing in case of arm cross tool chain(which uses
gcc4.4.1 and built by using cross-ng set up).But this is only occured when the
host gcc verion is gcc4.1.2 but not for gcc 4.3.2.


-- 


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


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

end of thread, other threads:[~2010-08-19 11:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-22 14:47 [Bug testsuite/38605] New: Out of stack space on gcc.c-torture/compile/limits-exprparen.c howarth at nitro dot med dot uc dot edu
2008-12-22 14:50 ` [Bug testsuite/38605] " howarth at nitro dot med dot uc dot edu
2008-12-29  7:26 ` pinskia at gcc dot gnu dot org
2010-08-19 11:35 ` raju dot goruganti at gmail dot com

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