-
- Downloads
re PR fortran/25486 (fortran fixed-form literal character constant not padded.)
gcc/fortran: 2006-01-11 Bernhard Fischer <rep.nop@aon.at> PR fortran/25486 * scanner.c (load_line): use maxlen to determine the line-length used for padding lines in fixed form. gcc/testsuite: 2006-01-10 Bernhard Fischer <rep.nop@aon.at> PR fortran/25486 * gfortran.dg/literal_character_constant_1_x.F: New test. * gfortran.dg/literal_character_constant_1_y.F: Ditto. * gfortran.dg/literal_character_constant_1_z.F: Ditto. * gfortran.dg/literal_character_constant_1.inc: Helper for new tests. From-SVN: r109591
Showing
- gcc/fortran/ChangeLog 6 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/scanner.c 5 additions, 3 deletionsgcc/fortran/scanner.c
- gcc/testsuite/ChangeLog 8 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/literal_character_constant_1.inc 20 additions, 0 deletionsgcc/testsuite/gfortran.dg/literal_character_constant_1.inc
- gcc/testsuite/gfortran.dg/literal_character_constant_1_x.F 5 additions, 0 deletionsgcc/testsuite/gfortran.dg/literal_character_constant_1_x.F
- gcc/testsuite/gfortran.dg/literal_character_constant_1_y.F 5 additions, 0 deletionsgcc/testsuite/gfortran.dg/literal_character_constant_1_y.F
- gcc/testsuite/gfortran.dg/literal_character_constant_1_z.F 5 additions, 0 deletionsgcc/testsuite/gfortran.dg/literal_character_constant_1_z.F
Loading
Please register or sign in to comment