re PR fortran/32644 ("CHARACTER*1, c" produces "Unclassifiable statement")

2007-07-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/32644
	* gfortran.dg/char_decl_1.f90: New test.

From-SVN: r126451
This commit is contained in:
Jerry DeLisle 2007-07-08 00:09:20 +00:00
parent d468bcdb40
commit 42daa1c05f
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-07-07 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/32644
* gfortran.dg/char_decl_1.f90: New test.
2007-07-07 Daniel Berlin <dberlin@dberlin.org>
* Revert add of gcc.dg/tree-ssa/ssa-pre-17.c.

View File

@ -0,0 +1,5 @@
! { dg-do compile }
! PR32644 "CHARACTER*1, c" produces "Unclassifiable statement"
program f
character*1, c
end program f