public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/54225] New: fortran compiler segfault processing ' print *, A(1,*) '
@ 2012-08-10 17:14 armiuswu at gmail dot com
  2012-08-10 19:03 ` [Bug fortran/54225] " burnus at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: armiuswu at gmail dot com @ 2012-08-10 17:14 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54225
           Summary: fortran compiler segfault processing ' print *, A(1,*)
                    '
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: armiuswu@gmail.com


uname -a
Darwin wl-dhcp177-121.mines.edu 12.0.0 Darwin Kernel Version 12.0.0: Sun Jun 24
23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64 x86_64
==========

gfortran -v
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin11.4.0/4.7.1/lto-wrapper
Target: x86_64-apple-darwin11.4.0
Configured with: ../gcc-4.7.1/configure --enable-languages=fortran
Thread model: posix
gcc version 4.7.1 (GCC) 
===========

minimal test case:


cat test.f90 
program test
implicit none
real :: A(2,3)

print *, A(1, *)

end program

=========

crash errors:

gfortran test.f90 
f951: internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

end of thread, other threads:[~2012-11-04 22:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-10 17:14 [Bug fortran/54225] New: fortran compiler segfault processing ' print *, A(1,*) ' armiuswu at gmail dot com
2012-08-10 19:03 ` [Bug fortran/54225] " burnus at gcc dot gnu.org
2012-08-10 19:07 ` [Bug fortran/54225] [4.6/4.7/4.8 Regression] " burnus at gcc dot gnu.org
2012-09-07 10:26 ` rguenth at gcc dot gnu.org
2012-09-07 10:27 ` rguenth at gcc dot gnu.org
2012-09-11 18:19 ` dominiq at lps dot ens.fr
2012-09-12 10:05 ` burnus at gcc dot gnu.org
2012-09-12 12:16 ` burnus at gcc dot gnu.org
2012-09-13 18:20 ` burnus at gcc dot gnu.org
2012-09-13 19:47 ` burnus at gcc dot gnu.org
2012-11-04 22:24 ` janus 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).