public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/35059]  New: Seg fault when max constructor limit reached
@ 2008-02-02 17:28 jvdelisle at gcc dot gnu dot org
  2008-02-02 17:37 ` [Bug fortran/35059] " jvdelisle at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jvdelisle at gcc dot gnu dot org @ 2008-02-02 17:28 UTC (permalink / raw)
  To: gcc-bugs

The following gives a segmentation fault with N > 65535.  This is taken from
PR19925 Comment #10.  I have the fix for the segfault.

INTEGER, PARAMETER :: N=100000
INTEGER, PARAMETER :: I(N)=(/(MOD(K,2),K=1,N)/)
INTEGER, PARAMETER :: M(N)=I(N:1:-1)
END


-- 
           Summary: Seg fault when max constructor limit reached
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: jvdelisle at gcc dot gnu dot org
        ReportedBy: jvdelisle at gcc dot gnu dot org


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


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

end of thread, other threads:[~2008-03-12  1:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-02 17:28 [Bug fortran/35059] New: Seg fault when max constructor limit reached jvdelisle at gcc dot gnu dot org
2008-02-02 17:37 ` [Bug fortran/35059] " jvdelisle at gcc dot gnu dot org
2008-02-03 16:33 ` jvdelisle at gcc dot gnu dot org
2008-02-29 22:51 ` jvdelisle at gcc dot gnu dot org
2008-03-12  1:11 ` jvdelisle 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).