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:
parent
d468bcdb40
commit
42daa1c05f
@ -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.
|
||||
|
5
gcc/testsuite/gfortran.dg/char_decl_1.f90
Normal file
5
gcc/testsuite/gfortran.dg/char_decl_1.f90
Normal file
@ -0,0 +1,5 @@
|
||||
! { dg-do compile }
|
||||
! PR32644 "CHARACTER*1, c" produces "Unclassifiable statement"
|
||||
program f
|
||||
character*1, c
|
||||
end program f
|
Loading…
x
Reference in New Issue
Block a user