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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ messages in thread

end of thread, other threads:[~2005-05-15 20:42 UTC | newest]

Thread overview: 5+ 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

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