aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2008-05-19re PR fortran/36265 (character issue with gfortran)Francois-Xavier Coudert2-1/+12
2008-05-19simplify.c (gfc_simplify_dble, [...]): Initialize result variable to avoid wa...Francois-Xavier Coudert2-2/+7
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert27-318/+1076
2008-05-18re PR fortran/36251 (PUBLIC and PRIVATE abuse)Tobias Burnus3-7/+30
2008-05-18intrinsic.texi: Correct description of GET_COMMAND_ARGUMENT and GET_ENVIRONME...Tobias Burnus2-101/+124
2008-05-17Remove bogus lines added in previous (Rev.Tobias Burnus1-4/+0
2008-05-17intrinsic.c (add_functions): Change FLUSH(C) to FLUSH(UNIT).Tobias Burnus3-353/+377
2008-05-16re PR fortran/35756 (incorrect WHERE for functions in ELSEWHERE and overlaps)Paul Thomas4-20/+60
2008-05-16libgfortran.h: Increase GFC_MAX_DIMENSIONS to 15.Tobias Burnus3-1/+12
2008-05-16re PR fortran/27997 (Fortran 2003: Support type-spec for array constructor)Daniel Kraft4-25/+149
2008-05-16re PR fortran/34325 (Wrong error message for syntax error)Jerry DeLisle5-6/+28
2008-05-16intrinsic.texi: Write Fortran 77/90/95 instead of F77/90/95...Tobias Burnus2-165/+178
2008-05-16primary.c: New private structure "gfc_structure_ctor_component".Daniel Kraft2-41/+213
2008-05-16[multiple changes]Steven G. Kargl3-60/+88
2008-05-15trans-expr.c (gfc_conv_concat_op): Take care of nondefault character kinds.Francois-Xavier Coudert8-92/+376
2008-05-15Add support to C binding with 128-bit integer.Sa Liu1-0/+20
2008-05-15Documented new types C_INT128_T, C_INT_LEASE128_T and C_INT_FAST128_T.Sa Liu1-3/+11
2008-05-15Add new parameter to NAMED_INTCST.Sa Liu1-1/+1
2008-05-15New helper function to return the standard that supports this isocbinding sym...Sa Liu1-1/+17
2008-05-15Add new parameter to NAMED_INTCST and new field standard to struct intmod_sym.Sa Liu1-3/+4
2008-05-15Add standard parameter to macro NAMED_INTCST.Sa Liu1-9/+16
2008-05-15Add standard parameter to macro NAMED_INTCST.Sa Liu1-23/+36
2008-05-15Add new parameter to NAMED_INTCST.Sa Liu1-2/+2
2008-05-14re PR fortran/36059 (-frepack-arrays: symbols w/ TARGET should not be repacked)Francois-Xavier Coudert2-1/+10
2008-05-14re PR fortran/36186 (Wrong handling of BOZ in CMPLX)François-Xavier Coudert2-12/+49
2008-05-14re PR fortran/36233 (Array valued actual procedure argument rejected)Paul Thomas2-1/+9
2008-05-14re PR fortran/35682 (assignment to run-time zero-sized complex section stores...Francois-Xavier Coudert2-1/+12
2008-05-14re PR fortran/35685 (UBOUND incorrect for run-time zero-sized section)Francois-Xavier Coudert2-0/+8
2008-05-14re PR fortran/36215 (Fortran bootstrap fails on _abs_c4.F90)Francois-Xavier Coudert2-1/+7
2008-05-12re PR fortran/36176 (TRANSFER of constant substrings)François-Xavier Coudert2-6/+40
2008-05-11re PR fortran/35719 (pointer to zero sized array not associated)Thomas Koenig2-9/+13
2008-05-10re PR fortran/36197 ([4.4 Regressio]: gfortran.dg/initialization_12.f90)Francois-Xavier Coudert2-1/+6
2008-05-09re PR fortran/36162 (Non-ASCII character in module string gives ICE)Francois-Xavier Coudert2-9/+139
2008-05-07[multiple changes]Kenneth Zadeck2-2/+7
2008-05-06arith.c: (gfc_arith_concat...Francois-Xavier Coudert20-232/+458
2008-05-06simplify.c (gfc_simplify_bessel_j0,gfc_simplify_bessel_j1, [...]): Mark argum...Francois-Xavier Coudert2-6/+15
2008-05-06check.c (gfc_check_sizeof): Switch to ATTRIBUTE_UNUSED.Francois-Xavier Coudert3-4/+9
2008-05-06openmp.c (gfc_match_omp_eos): Use gfc_next_ascii_char and gfc_peek_ascii_char.Francois-Xavier Coudert12-306/+653
2008-05-06re PR fortran/36117 (Use MPFR for bessel function (optimization, rejects vali...Tobias Burnus4-12/+151
2008-05-03misc.c (gfc_clear_ts): Set interface to NULL.Janus Weil2-0/+5
2008-05-03re PR fortran/33268 (read ('(f3.3)'), a rejected due to the extra (...))Jerry DeLisle3-15/+77
2008-05-02PR fortran/PR35940Bud Davis2-1/+8
2008-05-01gfortran.h (struct gfc_symbol): Moving "interface" member to gfc_typespec (pl...Janus Weil5-29/+38
2008-04-30intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert13-12/+181
2008-04-30re PR fortran/35997 (Used function interface bug)Paul Thomas2-4/+17
2008-04-28re PR debug/36060 (Too big stack requirements of cc1plus during GC)Jakub Jelinek1-0/+1
2008-04-26re PR fortran/35892 (gfortran lost memory blocks)George Helffrich2-2/+13
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2-1/+5
2008-04-25re PR fortran/35156 ([patch] Deprecate -M<dir>)Tobias Burnus4-17/+32
2008-04-24re PR fortran/35994 (MAXLOC and MINLOC off by one with mask)Jerry DeLisle2-4/+12