[Bug fortran/54225] New: fortran compiler segfault processing ' print *, A(1,*) '

2012-08-10 Thread armiuswu at gmail dot com
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: unassig...@gcc.gnu.org
ReportedBy: armiu...@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  for instructions.


[Bug fortran/55622] New: gfortran segfault

2012-12-09 Thread armiuswu at gmail dot com

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

 Bug #: 55622
   Summary: gfortran segfault
Classification: Unclassified
   Product: gcc
   Version: 4.7.1
Status: UNCONFIRMED
  Severity: minor
  Priority: P3
 Component: fortran
AssignedTo: unassig...@gcc.gnu.org
ReportedBy: armiu...@gmail.com


$ 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) 



OS: Mac OS X 10.8

the minimum source file to cause the segfault is attached.

$ gfortran test.f90 
test.f90:15.5:

print mat%m
 1
Warning: Extension: Non-character in FORMAT tag at (1)
test.f90: In function ‘test’:
test.f90:15:0: internal compiler error: Segmentation fault: 11
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.


[Bug fortran/55622] gfortran segfault

2012-12-10 Thread armiuswu at gmail dot com


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



--- Comment #2 from robb wu  2012-12-10 23:17:20 UTC 
---

(In reply to comment #1)

> >the minimum source file to cause the segfault is attached.

> Must have been too big.  Please gzip it and try attaching it again.



Somehow I didn't upload it correctly but not because of its size.

I created the file on /tmp and I cannot find it now.  I tried to reproduce

it but cannot reproduce the segfault.



I guess this ticket can be closed.



Sorry..