public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/66979] New: gfortran internal compiler error with malformed FLUSH statement
@ 2015-07-23 20:34 maddenp at colorado dot edu
  2015-08-29 13:37 ` [Bug fortran/66979] " dominiq at lps dot ens.fr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: maddenp at colorado dot edu @ 2015-07-23 20:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66979

            Bug ID: 66979
           Summary: gfortran internal compiler error with malformed FLUSH
                    statement
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: maddenp at colorado dot edu
  Target Milestone: ---

This program has a syntax error (no unit specified) in the flush statement:

% cat p.f90 
program p
  implicit none
  integer::i
  flush (iostat=i)
end program p

% gfortran p.f90 
f951: internal compiler error: Segmentation fault
[...]

% gfortran --version
GNU Fortran (Ubuntu 4.9.2-10ubuntu13) 4.9.2
[...]

Also, using the nightly snapshot I just downloaded (is this too new to be
useful?):

% ~/Desktop/gcc-trunk/bin/gfortran p.f90 
f951: internal compiler error: Segmentation fault
0x5a78e0 ???
        ../sysdeps/x86_64/elf/start.S:113
[...]

% ~/Desktop/gcc-trunk/bin/gfortran --version
GNU Fortran (GCC) 6.0.0 20150723 (experimental) [trunk revision 226084]
[...]

My system:

% uname -a
Linux o 3.19.0-22-generic #22-Ubuntu SMP Tue Jun 16 17:15:15 UTC 2015 x86_64
x86_64 x86_64 GNU/Linux

I hope this is useful.


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

end of thread, other threads:[~2015-10-02 21:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-23 20:34 [Bug fortran/66979] New: gfortran internal compiler error with malformed FLUSH statement maddenp at colorado dot edu
2015-08-29 13:37 ` [Bug fortran/66979] " dominiq at lps dot ens.fr
2015-09-30 23:15 ` kargl at gcc dot gnu.org
2015-10-02  0:50 ` kargl at gcc dot gnu.org
2015-10-02 20:20 ` kargl at gcc dot gnu.org
2015-10-02 21:31 ` kargl at gcc dot gnu.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).