public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/37399]  New: gfortran.dg/size_kind.f90 doesn't work
@ 2008-09-06 18:12 hjl dot tools at gmail dot com
  2008-09-06 18:15 ` [Bug fortran/37399] " sgk at troutmask dot apl dot washington dot edu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2008-09-06 18:12 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia32, revision 140065 gave

FAIL: gfortran.dg/size_kind.f90  -O  (test for excess errors)


-- 
           Summary: gfortran.dg/size_kind.f90 doesn't work
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug fortran/37399] gfortran.dg/size_kind.f90 doesn't work
  2008-09-06 18:12 [Bug fortran/37399] New: gfortran.dg/size_kind.f90 doesn't work hjl dot tools at gmail dot com
@ 2008-09-06 18:15 ` sgk at troutmask dot apl dot washington dot edu
  2008-09-06 18:18 ` kargl at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sgk at troutmask dot apl dot washington dot edu @ 2008-09-06 18:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from sgk at troutmask dot apl dot washington dot edu  2008-09-06 18:14 -------
Subject: Re:   New: gfortran.dg/size_kind.f90 doesn't work

On Sat, Sep 06, 2008 at 06:10:58PM -0000, hjl dot tools at gmail dot com wrote:
> On Linux/ia32, revision 140065 gave
> 
> FAIL: gfortran.dg/size_kind.f90  -O  (test for excess errors)
> 

The tesst should be removed.  It requires 8 GB of memory
and on small memory system it will swap itself to death.


-- 


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


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

* [Bug fortran/37399] gfortran.dg/size_kind.f90 doesn't work
  2008-09-06 18:12 [Bug fortran/37399] New: gfortran.dg/size_kind.f90 doesn't work hjl dot tools at gmail dot com
  2008-09-06 18:15 ` [Bug fortran/37399] " sgk at troutmask dot apl dot washington dot edu
@ 2008-09-06 18:18 ` kargl at gcc dot gnu dot org
  2008-09-06 18:30 ` burnus at gcc dot gnu dot org
  2008-09-06 19:54 ` burnus at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: kargl at gcc dot gnu dot org @ 2008-09-06 18:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from kargl at gcc dot gnu dot org  2008-09-06 18:16 -------
Remove myself from CC list.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|sgk at troutmask dot apl dot|
                   |washington dot edu          |


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


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

* [Bug fortran/37399] gfortran.dg/size_kind.f90 doesn't work
  2008-09-06 18:12 [Bug fortran/37399] New: gfortran.dg/size_kind.f90 doesn't work hjl dot tools at gmail dot com
  2008-09-06 18:15 ` [Bug fortran/37399] " sgk at troutmask dot apl dot washington dot edu
  2008-09-06 18:18 ` kargl at gcc dot gnu dot org
@ 2008-09-06 18:30 ` burnus at gcc dot gnu dot org
  2008-09-06 19:54 ` burnus at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu dot org @ 2008-09-06 18:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from burnus at gcc dot gnu dot org  2008-09-06 18:28 -------
Subject: Bug 37399

Author: burnus
Date: Sat Sep  6 18:27:17 2008
New Revision: 140070

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140070
Log:
2008-09-06  Tobias Burnus  <burnus@net-b.de>

       PR fortran/37399
       * gfortran.dg/size_kind.f90: Remove allocate statement
       as it overflows at compile time on 32bit systems.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/size_kind.f90


-- 


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


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

* [Bug fortran/37399] gfortran.dg/size_kind.f90 doesn't work
  2008-09-06 18:12 [Bug fortran/37399] New: gfortran.dg/size_kind.f90 doesn't work hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2008-09-06 18:30 ` burnus at gcc dot gnu dot org
@ 2008-09-06 19:54 ` burnus at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu dot org @ 2008-09-06 19:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from burnus at gcc dot gnu dot org  2008-09-06 19:53 -------
Close as FIXED.


-- 

burnus at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-09-06 19:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-06 18:12 [Bug fortran/37399] New: gfortran.dg/size_kind.f90 doesn't work hjl dot tools at gmail dot com
2008-09-06 18:15 ` [Bug fortran/37399] " sgk at troutmask dot apl dot washington dot edu
2008-09-06 18:18 ` kargl at gcc dot gnu dot org
2008-09-06 18:30 ` burnus at gcc dot gnu dot org
2008-09-06 19:54 ` burnus 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).