[Bug fortran/54225] [4.6/4.7/4.8 Regression] fortran compiler segfault processing ' print *, A(1,*) '

2012-11-04 Thread janus at gcc dot gnu.org


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



janus at gcc dot gnu.org changed:



   What|Removed |Added



 CC||john.harper at vuw dot

   ||ac.nz



--- Comment #8 from janus at gcc dot gnu.org 2012-11-04 22:23:40 UTC ---

*** Bug 55174 has been marked as a duplicate of this bug. ***


[Bug fortran/54225] [4.6/4.7/4.8 Regression] fortran compiler segfault processing ' print *, A(1,*) '

2012-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54225

--- Comment #6 from Tobias Burnus burnus at gcc dot gnu.org 2012-09-13 
18:19:28 UTC ---
Author: burnus
Date: Thu Sep 13 18:19:22 2012
New Revision: 191277

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=191277
Log:
2012-09-13  Tobias Burnus  bur...@net-b.de

PR fortran/54225
PR fortran/53306
* array.c (match_subscript, gfc_match_array_ref): Fix
diagnostic of coarray's '*'.

2012-09-13  Tobias Burnus  bur...@net-b.de

PR fortran/54225
PR fortran/53306
* gfortran.dg/coarray_10.f90: Update dg-error.
* gfortran.dg/coarray_28.f90: New.
* gfortran.dg/array_section_3.f90: New.


Added:
branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/array_section_3.f90
branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/coarray_28.f90
Modified:
branches/gcc-4_6-branch/gcc/fortran/ChangeLog
branches/gcc-4_6-branch/gcc/fortran/array.c
branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/coarray_10.f90


[Bug fortran/54225] [4.6/4.7/4.8 Regression] fortran compiler segfault processing ' print *, A(1,*) '

2012-09-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54225

Tobias Burnus burnus at gcc dot gnu.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Tobias Burnus burnus at gcc dot gnu.org 2012-09-13 
19:47:18 UTC ---
FIXED on the trunk (4.8) and the 4.6 and 4.7 branches; hence, the bug will be
fix in the upcoming 4.7.2 release.

Thanks for the report!


[Bug fortran/54225] [4.6/4.7/4.8 Regression] fortran compiler segfault processing ' print *, A(1,*) '

2012-09-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54225

--- Comment #4 from Tobias Burnus burnus at gcc dot gnu.org 2012-09-12 
10:05:28 UTC ---
Author: burnus
Date: Wed Sep 12 10:05:19 2012
New Revision: 191213

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=191213
Log:
2012-09-12  Tobias Burnus  bur...@net-b.de

PR fortran/54225
PR fortran/53306
* array.c (match_subscript, gfc_match_array_ref): Fix
diagnostic of coarray's '*'.

2012-09-12  Tobias Burnus  bur...@net-b.de

PR fortran/54225
PR fortran/53306
* gfortran.dg/coarray_10.f90: Update dg-error.
* gfortran.dg/coarray_28.f90: New.
* gfortran.dg/array_section_3.f90: New.


Added:
trunk/gcc/testsuite/gfortran.dg/array_section_3.f90
trunk/gcc/testsuite/gfortran.dg/coarray_28.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/array.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gfortran.dg/coarray_10.f90


[Bug fortran/54225] [4.6/4.7/4.8 Regression] fortran compiler segfault processing ' print *, A(1,*) '

2012-09-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54225

--- Comment #5 from Tobias Burnus burnus at gcc dot gnu.org 2012-09-12 
12:15:52 UTC ---
Author: burnus
Date: Wed Sep 12 12:15:44 2012
New Revision: 191216

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=191216
Log:
2012-09-12  Tobias Burnus  bur...@net-b.de

PR fortran/54225
PR fortran/53306
* array.c (match_subscript, gfc_match_array_ref): Fix
diagnostic of coarray's '*'.

2012-09-12  Tobias Burnus  bur...@net-b.de

PR fortran/54225
PR fortran/53306
* gfortran.dg/coarray_10.f90: Update dg-error.
* gfortran.dg/coarray_28.f90: New.
* gfortran.dg/array_section_3.f90: New.


Added:
branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/array_section_3.f90
branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/coarray_28.f90
Modified:
branches/gcc-4_7-branch/gcc/fortran/ChangeLog
branches/gcc-4_7-branch/gcc/fortran/array.c
branches/gcc-4_7-branch/gcc/testsuite/ChangeLog
branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/coarray_10.f90


[Bug fortran/54225] [4.6/4.7/4.8 Regression] fortran compiler segfault processing ' print *, A(1,*) '

2012-09-11 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54225

--- Comment #3 from Dominique d'Humieres dominiq at lps dot ens.fr 2012-09-11 
18:19:29 UTC ---
This PR seems to be a duplicate of pr53306.


[Bug fortran/54225] [4.6/4.7/4.8 Regression] fortran compiler segfault processing ' print *, A(1,*) '

2012-09-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54225

Richard Guenther rguenth at gcc dot gnu.org changed:

   What|Removed |Added

   Priority|P3  |P2


[Bug fortran/54225] [4.6/4.7/4.8 Regression] fortran compiler segfault processing ' print *, A(1,*) '

2012-09-07 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54225

Richard Guenther rguenth at gcc dot gnu.org changed:

   What|Removed |Added

   Priority|P3  |P2
   Priority|P2  |P4


[Bug fortran/54225] [4.6/4.7/4.8 Regression] fortran compiler segfault processing ' print *, A(1,*) '

2012-08-10 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54225

Tobias Burnus burnus at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|--- |4.6.4
Summary|fortran compiler segfault   |[4.6/4.7/4.8 Regression]
   |processing ' print *,   |fortran compiler segfault
   |A(1,*) '|processing ' print *,
   ||A(1,*) '

--- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2012-08-10 
19:07:00 UTC ---
GCC 4.5 has:

print *, A(1, *)
1
Error: Expected array subscript at (1)