public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/21583] New: FAIL: g++.old-deja/g++.eh/badalloc1.C execution test
@ 2005-05-15 14:52 danglin at gcc dot gnu dot org
  2005-05-15 17:19 ` [Bug c++/21583] " joseph at codesourcery dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-05-15 14:52 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /xxx/gnu/gcc-3.3/objdir/gcc/testsuite/../g++ -B/xxx/gnu/gcc-3
.3/objdir/gcc/testsuite/../ /xxx/gnu/gcc-3.3/gcc/gcc/testsuite/g++.old-deja/g++.
eh/badalloc1.C  -nostdinc++ -I/xxx/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/libs
tdc++-v3/include/hppa2.0w-hp-hpux11.11 -I/xxx/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpu
x11.11/libstdc++-v3/include -I/xxx/gnu/gcc-3.3/gcc/libstdc++-v3/libsupc++ -I/xxx
/gnu/gcc-3.3/gcc/libstdc++-v3/libsupc++ -I/xxx/gnu/gcc-3.3/gcc/libstdc++-v3/incl
ude/backward -I/xxx/gnu/gcc-3.3/gcc/libstdc++-v3/testsuite -fmessage-length=0
-ansi -pedantic-errors -Wno-long-long    -L/xxx/gnu/gcc-3.3/objdir/hppa2.0w-hp-h
pux11.11/./libstdc++-v3/src/.libs -L/xxx/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.1
1/./libiberty  -lm   -o ./badalloc1.exe    (timeout = 300)
PASS: g++.old-deja/g++.eh/badalloc1.C (test for excess errors)
Setting LD_LIBRARY_PATH to .:/xxx/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/./lib
stdc++-v3/src/.libs:/xxx/gnu/gcc-3.3/objdir/gcc:.:/xxx/gnu/gcc-3.3/objdir/hppa2.
0w-hp-hpux11.11/./libstdc++-v3/src/.libs:/xxx/gnu/gcc-3.3/objdir/gcc
terminate called recursively
FAIL: g++.old-deja/g++.eh/badalloc1.C execution test

-- 
           Summary: FAIL: g++.old-deja/g++.eh/badalloc1.C execution test
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa*-hp-hpux11.11
  GCC host triplet: hppa*-hp-hpux11.11
GCC target triplet: hppa*-hp-hpux11.11


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


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

* [Bug c++/21583] FAIL: g++.old-deja/g++.eh/badalloc1.C execution test
  2005-05-15 14:52 [Bug c++/21583] New: FAIL: g++.old-deja/g++.eh/badalloc1.C execution test danglin at gcc dot gnu dot org
@ 2005-05-15 17:19 ` joseph at codesourcery dot com
  2005-05-15 17:38 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: joseph at codesourcery dot com @ 2005-05-15 17:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joseph at codesourcery dot com  2005-05-15 17:19 -------
Subject: Re:  New: FAIL: g++.old-deja/g++.eh/badalloc1.C
 execution test

On Sun, 15 May 2005, danglin at gcc dot gnu dot org wrote:

> FAIL: g++.old-deja/g++.eh/badalloc1.C execution test

FWIW, the IA64 version of this was bug 19888.  Backporting the testsuite 
patch for that to 4.0 branch is on my TODO list; I don't know whether it 
would also address the PA issue on 3.4 branch.



-- 


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


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

* [Bug c++/21583] FAIL: g++.old-deja/g++.eh/badalloc1.C execution test
  2005-05-15 14:52 [Bug c++/21583] New: FAIL: g++.old-deja/g++.eh/badalloc1.C execution test danglin at gcc dot gnu dot org
  2005-05-15 17:19 ` [Bug c++/21583] " joseph at codesourcery dot com
@ 2005-05-15 17:38 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-05-15 20:08 ` ebotcazou at gcc dot gnu dot org
  2005-05-15 20:42 ` dave at hiauly1 dot hia dot nrc dot ca
  3 siblings, 0 replies; 7+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-05-15 17:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-05-15 17:38 -------
Subject: Re:  FAIL: g++.old-deja/g++.eh/badalloc1.C execution test

> > FAIL: g++.old-deja/g++.eh/badalloc1.C execution test
> 
> FWIW, the IA64 version of this was bug 19888.  Backporting the testsuite 
> patch for that to 4.0 branch is on my TODO list; I don't know whether it 
> would also address the PA issue on 3.4 branch.

This test doesn't fail on 4.0, so there's a good chance that increasing
arena_size would fix this fail on the PA.

Dave


-- 


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


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

* [Bug c++/21583] FAIL: g++.old-deja/g++.eh/badalloc1.C execution test
  2005-05-15 14:52 [Bug c++/21583] New: FAIL: g++.old-deja/g++.eh/badalloc1.C execution test danglin at gcc dot gnu dot org
  2005-05-15 17:19 ` [Bug c++/21583] " joseph at codesourcery dot com
  2005-05-15 17:38 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-05-15 20:08 ` ebotcazou at gcc dot gnu dot org
  2005-05-15 20:42 ` dave at hiauly1 dot hia dot nrc dot ca
  3 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-05-15 20:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-05-15 20:08 -------
Present on sparc-sun-solaris2.10 too, only on 3.4 branch.  Same symptom: not
enough space to allocate an exception so an exception is raised. :-)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-15 20:08:21
               date|                            |


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


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

* [Bug c++/21583] FAIL: g++.old-deja/g++.eh/badalloc1.C execution test
  2005-05-15 14:52 [Bug c++/21583] New: FAIL: g++.old-deja/g++.eh/badalloc1.C execution test danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-05-15 20:08 ` ebotcazou at gcc dot gnu dot org
@ 2005-05-15 20:42 ` dave at hiauly1 dot hia dot nrc dot ca
  3 siblings, 0 replies; 7+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-05-15 20:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-05-15 20:42 -------
Subject: Re:  FAIL: g++.old-deja/g++.eh/badalloc1.C execution test

> The arena_size size change by itself is not sufficient.  However,
> backporting the 4.0 changes fixes the fail.

I just realized that the 4.0 version doesn't have Joseph's change
for ia64 hpux.

Dave


-- 


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


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

* [Bug c++/21583] FAIL: g++.old-deja/g++.eh/badalloc1.C execution test
       [not found] <bug-21583-276@http.gcc.gnu.org/bugzilla/>
  2006-02-21 13:34 ` ghazi at gcc dot gnu dot org
@ 2006-02-21 13:40 ` ghazi at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2006-02-21 13:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from ghazi at gcc dot gnu dot org  2006-02-21 13:40 -------
This issue was fixed by backporting the 4.0 version of the testcase.  The
update to the testcase necessary for ia64-hpux is on mainline/4.1 and is not
included in this fix.  However it is tracked in PR 19888 in case someone wants
to backport that additional bit to 4.0 & 3.4.


-- 

ghazi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |19888
              nThis|                            |
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.6


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


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

* [Bug c++/21583] FAIL: g++.old-deja/g++.eh/badalloc1.C execution test
       [not found] <bug-21583-276@http.gcc.gnu.org/bugzilla/>
@ 2006-02-21 13:34 ` ghazi at gcc dot gnu dot org
  2006-02-21 13:40 ` ghazi at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2006-02-21 13:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ghazi at gcc dot gnu dot org  2006-02-21 13:34 -------
Subject: Bug 21583

Author: ghazi
Date: Tue Feb 21 13:34:23 2006
New Revision: 111333

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111333
Log:
        PR c++/21583

        Backport:
        2004-11-30  Loren James Rittle  <ljrittle@acm.org>

        * g++.old-deja/g++.eh/badalloc1.C (arena_size): Bump up to 262144
        to support new requirements on FreeBSD 5.

        2004-11-26  Mark Mitchell  <mark@codesourcery.com>

        * g++.old-deja/g++.eh/badalloc1.C: Robustify.


Modified:
    branches/gcc-3_4-branch/gcc/testsuite/ChangeLog
    branches/gcc-3_4-branch/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C


-- 


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


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

end of thread, other threads:[~2006-02-21 13:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-15 14:52 [Bug c++/21583] New: FAIL: g++.old-deja/g++.eh/badalloc1.C execution test danglin at gcc dot gnu dot org
2005-05-15 17:19 ` [Bug c++/21583] " joseph at codesourcery dot com
2005-05-15 17:38 ` dave at hiauly1 dot hia dot nrc dot ca
2005-05-15 20:08 ` ebotcazou at gcc dot gnu dot org
2005-05-15 20:42 ` dave at hiauly1 dot hia dot nrc dot ca
     [not found] <bug-21583-276@http.gcc.gnu.org/bugzilla/>
2006-02-21 13:34 ` ghazi at gcc dot gnu dot org
2006-02-21 13:40 ` ghazi 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).