public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/33300]  New: [libstdc++-v3] 27_io/ios_base/storage/2.cc with -m64 kills Darwin
@ 2007-09-04  9:48 dominiq at lps dot ens dot fr
  2008-12-19 14:05 ` [Bug testsuite/33300] " howarth at nitro dot med dot uc dot edu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dominiq at lps dot ens dot fr @ 2007-09-04  9:48 UTC (permalink / raw)
  To: gcc-bugs

I have posted the following on
http://gcc.gnu.org/ml/libstdc++/2007-08/msg00051.html:

> The test libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc passes on
> PPC Darwin 8.10, but when run with -m64 it grabs all the disk space 
> until the system freezes and needs a reboot.

> Is this known?

Since I did not get any answer so far, let see if I am luckier on this list!-)

Running the gfortran testsuite, I have noticed that the number of cases run is
not the same for 32 and 64 modes. Is there a "dg" directive to prevent a test
to be run in either of these modes?


-- 
           Summary: [libstdc++-v3] 27_io/ios_base/storage/2.cc with -m64
                    kills Darwin
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr


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


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

* [Bug testsuite/33300] [libstdc++-v3] 27_io/ios_base/storage/2.cc with -m64 kills Darwin
  2007-09-04  9:48 [Bug testsuite/33300] New: [libstdc++-v3] 27_io/ios_base/storage/2.cc with -m64 kills Darwin dominiq at lps dot ens dot fr
@ 2008-12-19 14:05 ` howarth at nitro dot med dot uc dot edu
  2009-02-09 20:53 ` janis at gcc dot gnu dot org
  2009-02-11 13:16 ` dominiq at lps dot ens dot fr
  2 siblings, 0 replies; 4+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-12-19 14:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from howarth at nitro dot med dot uc dot edu  2008-12-19 14:04 -------
I noticed today that r142822 no longer exhibited the failure of
libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc as...

WARNING: program timed out.
FAIL: 27_io/ios_base/storage/2.cc execution test

at -m64 on i686-apple-darwin9 as it has up to as recently as r142799.
So either the bug went latent or it was fixed by a patch in that range.


-- 


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


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

* [Bug testsuite/33300] [libstdc++-v3] 27_io/ios_base/storage/2.cc with -m64 kills Darwin
  2007-09-04  9:48 [Bug testsuite/33300] New: [libstdc++-v3] 27_io/ios_base/storage/2.cc with -m64 kills Darwin dominiq at lps dot ens dot fr
  2008-12-19 14:05 ` [Bug testsuite/33300] " howarth at nitro dot med dot uc dot edu
@ 2009-02-09 20:53 ` janis at gcc dot gnu dot org
  2009-02-11 13:16 ` dominiq at lps dot ens dot fr
  2 siblings, 0 replies; 4+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-02-09 20:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from janis at gcc dot gnu dot org  2009-02-09 20:53 -------
Subject: Bug 33300

Author: janis
Date: Mon Feb  9 20:53:22 2009
New Revision: 144043

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144043
Log:
2009-02-09  Jack Howarth  <howarth@bromo.med.uc.edu>

        PR testsuite/33300
        * libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc: Skip
        on darwin for lp64.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc


-- 


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


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

* [Bug testsuite/33300] [libstdc++-v3] 27_io/ios_base/storage/2.cc with -m64 kills Darwin
  2007-09-04  9:48 [Bug testsuite/33300] New: [libstdc++-v3] 27_io/ios_base/storage/2.cc with -m64 kills Darwin dominiq at lps dot ens dot fr
  2008-12-19 14:05 ` [Bug testsuite/33300] " howarth at nitro dot med dot uc dot edu
  2009-02-09 20:53 ` janis at gcc dot gnu dot org
@ 2009-02-11 13:16 ` dominiq at lps dot ens dot fr
  2 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-02-11 13:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dominiq at lps dot ens dot fr  2009-02-11 13:16 -------
Fixed on trunk (revision 144043), could the fix be applied on 4.3?


-- 

dominiq at lps dot ens dot fr changed:

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


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


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

end of thread, other threads:[~2009-02-11 13:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-04  9:48 [Bug testsuite/33300] New: [libstdc++-v3] 27_io/ios_base/storage/2.cc with -m64 kills Darwin dominiq at lps dot ens dot fr
2008-12-19 14:05 ` [Bug testsuite/33300] " howarth at nitro dot med dot uc dot edu
2009-02-09 20:53 ` janis at gcc dot gnu dot org
2009-02-11 13:16 ` dominiq at lps dot ens dot fr

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