public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/29051]  New: segfault when too few values are in data statement of character array
@ 2006-09-13  1:21 bdavis at gcc dot gnu dot org
  2006-09-13  1:40 ` [Bug fortran/29051] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bdavis at gcc dot gnu dot org @ 2006-09-13  1:21 UTC (permalink / raw)
  To: gcc-bugs

[bdavis@localhost current]$ cat f.f
       character*10 a(4,2) /'aaa','bbb','ccc','ddd'/
       end
[bdavis@localhost current]$ /usr/local/bin/gfortran -c f.f
f.f:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
[bdavis@localhost current]$ g77 f.f
f.f: In program `MAIN__':
f.f:1:
          character*10 a(4,2) /'aaa','bbb','ccc','ddd'/
                                                      ^
Too few initial values in list of initializers for `a' at (^)


-- 
           Summary: segfault when too few values are in data statement of
                    character array
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bdavis at gcc dot gnu dot org


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


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

end of thread, other threads:[~2006-09-15 16:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-13  1:21 [Bug fortran/29051] New: segfault when too few values are in data statement of character array bdavis at gcc dot gnu dot org
2006-09-13  1:40 ` [Bug fortran/29051] " pinskia at gcc dot gnu dot org
2006-09-13  4:18 ` pinskia at gcc dot gnu dot org
2006-09-13  4:27 ` pinskia at gcc dot gnu dot org
2006-09-13  8:21 ` pault at gcc dot gnu dot org
2006-09-13  8:35 ` patchapp at dberlin dot org
2006-09-15 16:31 ` pault at gcc dot gnu dot org
2006-09-15 16:39 ` pault at gcc dot gnu dot org
2006-09-15 16:39 ` pault 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).