Commit c2339253 by Daniel Franke

re PR fortran/35582 ([4.1/4.2] very simple error gives segmentation fault)

2008-03-16  Daniel Franke  <franke.daniel@gmail.com>

        PR fortran/35582
        * gfortran.dg/write_invalid_format.f90: New test.

From-SVN: r133270
parent 38d24731
2008-03-16 Daniel Franke <franke.daniel@gmail.com>
PR fortran/35582
* gfortran.dg/write_invalid_format.f90: New test.
2008-03-15 Richard Guenther <rguenther@suse.de> 2008-03-15 Richard Guenther <rguenther@suse.de>
* gcc.dg/tree-ssa/ssa-ccp-16.c: New testcase. * gcc.dg/tree-ssa/ssa-ccp-16.c: New testcase.
...@@ -5,7 +10,7 @@ ...@@ -5,7 +10,7 @@
2008-03-15 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2008-03-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR testsuite/35184 PR testsuite/35184
gfortran.dg/elemental_subroutine_6.f90: New test. * gfortran.dg/elemental_subroutine_6.f90: New test.
2008-03-15 Richard Guenther <rguenther@suse.de> 2008-03-15 Richard Guenther <rguenther@suse.de>
...@@ -21,7 +26,7 @@ ...@@ -21,7 +26,7 @@
2008-03-15 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2008-03-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR testsuite/35478 PR testsuite/35478
gfortran.dg/generic_16.f90: New test. * gfortran.dg/generic_16.f90: New test.
2008-03-15 Hans-Peter Nilsson <hp@axis.com> 2008-03-15 Hans-Peter Nilsson <hp@axis.com>
...@@ -31,7 +36,7 @@ ...@@ -31,7 +36,7 @@
2008-03-14 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2008-03-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR testsuite/33296 PR testsuite/33296
gfortran.dg/nearest_4.f90: New test. * gfortran.dg/nearest_4.f90: New test.
2008-03-14 Richard Guenther <rguenther@suse.de> 2008-03-14 Richard Guenther <rguenther@suse.de>
! { dg-do "compile" }
! PR fortran/35582 - ICE on invalid format
! Testcase contributed by
! Leandro Martinez <leandromartinez DOT spam AT gmail DOT com>
real, parameter :: a = 1.
write(*,a) 'test' ! { dg-error "expression in FORMAT tag" }
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment